Uses of Enum
com.ethlo.time.TemporalType
Packages that use TemporalType
-
Uses of TemporalType in com.ethlo.time
Subclasses with type arguments of type TemporalType in com.ethlo.timeModifier and TypeClassDescriptionenumEnumeration listing the different types that can be converted toMethods in com.ethlo.time that return TemporalTypeModifier and TypeMethodDescriptionstatic TemporalTypeReturns the enum constant of this type with the specified name.static TemporalType[]TemporalType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ethlo.time with parameters of type TemporalTypeModifier and TypeMethodDescriptionprivate static booleanITU.isAllowed(TemporalType needle, TemporalType... allowed) static booleanITU.isValid(String text, TemporalType... types) Check if the input is valid for one of the specified types