Uses of Class
org.teamapps.ux.session.DateTimeFormatDescriptor.NumericType
| Package | Description |
|---|---|
| org.teamapps.ux.session |
-
Uses of DateTimeFormatDescriptor.NumericType in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return DateTimeFormatDescriptor.NumericType Modifier and Type Method Description DateTimeFormatDescriptor.NumericTypeDateTimeFormatDescriptor. getDay()DateTimeFormatDescriptor.NumericTypeDateTimeFormatDescriptor. getHour()DateTimeFormatDescriptor.NumericTypeDateTimeFormatDescriptor. getMinute()DateTimeFormatDescriptor.NumericTypeDateTimeFormatDescriptor. getSecond()DateTimeFormatDescriptor.NumericTypeDateTimeFormatDescriptor. getYear()static DateTimeFormatDescriptor.NumericTypeDateTimeFormatDescriptor.NumericType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DateTimeFormatDescriptor.NumericType[]DateTimeFormatDescriptor.NumericType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.session with parameters of type DateTimeFormatDescriptor.NumericType Modifier and Type Method Description DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setDay(DateTimeFormatDescriptor.NumericType day)DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setHour(DateTimeFormatDescriptor.NumericType hour)DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setMinute(DateTimeFormatDescriptor.NumericType minute)DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setSecond(DateTimeFormatDescriptor.NumericType second)DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setYear(DateTimeFormatDescriptor.NumericType year)