Uses of Class
org.smallmind.scribe.pen.TimestampQuantifier
-
Packages that use TimestampQuantifier Package Description org.smallmind.scribe.pen -
-
Uses of TimestampQuantifier in org.smallmind.scribe.pen
Methods in org.smallmind.scribe.pen that return TimestampQuantifier Modifier and Type Method Description TimestampQuantifierTimestampRolloverRule. getTimestampQuantifier()static TimestampQuantifierTimestampQuantifier. valueOf(String name)Returns the enum constant of this type with the specified name.static TimestampQuantifier[]TimestampQuantifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.smallmind.scribe.pen with parameters of type TimestampQuantifier Modifier and Type Method Description voidTimestampRolloverRule. setTimestampQuantifier(TimestampQuantifier timestampQuantifier)Constructors in org.smallmind.scribe.pen with parameters of type TimestampQuantifier Constructor Description TimestampRolloverRule(TimestampQuantifier timestampQuantifier)
-