Uses of Class
org.simpleframework.xml.transform.DateType
-
Packages that use DateType Package Description org.simpleframework.xml.transform -
-
Uses of DateType in org.simpleframework.xml.transform
Methods in org.simpleframework.xml.transform that return DateType Modifier and Type Method Description static DateTypeDateType. getType(java.lang.String text)This is used to acquire a date type using the specified text as input.static DateTypeDateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DateType[]DateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-