Uses of Class
com.ethlo.time.TemporalType
-
Packages that use TemporalType Package Description com.ethlo.time -
-
Uses of TemporalType in com.ethlo.time
Methods in com.ethlo.time that return TemporalType Modifier and Type Method Description static TemporalType
TemporalType. valueOf(java.lang.String name)
Returns 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 TemporalType Modifier and Type Method Description private static boolean
ITU. isAllowed(TemporalType needle, TemporalType... allowed)
static boolean
ITU. isValid(java.lang.String text, TemporalType... types)
Check if the input is valid for one of the specified types
-