Uses of Class
com.ilib.tools.zic.RelativeDate.StartRule
-
Packages that use RelativeDate.StartRule Package Description com.ilib.tools.zic package-info -
-
Uses of RelativeDate.StartRule in com.ilib.tools.zic
Fields in com.ilib.tools.zic declared as RelativeDate.StartRule Modifier and Type Field Description protected RelativeDate.StartRule
RelativeDate. rule
Methods in com.ilib.tools.zic that return RelativeDate.StartRule Modifier and Type Method Description RelativeDate.StartRule
RelativeDate. getRule()
static RelativeDate.StartRule
RelativeDate.StartRule. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RelativeDate.StartRule[]
RelativeDate.StartRule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ilib.tools.zic with parameters of type RelativeDate.StartRule Modifier and Type Method Description void
RelativeDate. setRule(RelativeDate.StartRule rule)
Constructors in com.ilib.tools.zic with parameters of type RelativeDate.StartRule Constructor Description RelativeDate(RelativeDate.StartRule rule, int dayOfWeek, int dayOfMonth, int month)
-