Uses of Class
org.teamapps.ux.session.DateTimeFormatDescriptor.LongShortNarrowType
| Package | Description |
|---|---|
| org.teamapps.ux.session |
-
Uses of DateTimeFormatDescriptor.LongShortNarrowType in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return DateTimeFormatDescriptor.LongShortNarrowType Modifier and Type Method Description DateTimeFormatDescriptor.LongShortNarrowTypeDateTimeFormatDescriptor. getEra()DateTimeFormatDescriptor.LongShortNarrowTypeDateTimeFormatDescriptor. getWeekday()static DateTimeFormatDescriptor.LongShortNarrowTypeDateTimeFormatDescriptor.LongShortNarrowType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DateTimeFormatDescriptor.LongShortNarrowType[]DateTimeFormatDescriptor.LongShortNarrowType. 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.LongShortNarrowType Modifier and Type Method Description DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setEra(DateTimeFormatDescriptor.LongShortNarrowType era)DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setWeekday(DateTimeFormatDescriptor.LongShortNarrowType weekday)