Uses of Enum Class
org.teamapps.ux.session.DateTimeFormatDescriptor.NumericType
Packages that use DateTimeFormatDescriptor.NumericType
-
Uses of DateTimeFormatDescriptor.NumericType in org.teamapps.ux.session
Subclasses with type arguments of type DateTimeFormatDescriptor.NumericType in org.teamapps.ux.sessionMethods in org.teamapps.ux.session that return DateTimeFormatDescriptor.NumericTypeModifier and TypeMethodDescriptionDateTimeFormatDescriptor.getDay()DateTimeFormatDescriptor.getHour()DateTimeFormatDescriptor.getMinute()DateTimeFormatDescriptor.getSecond()DateTimeFormatDescriptor.getYear()Returns the enum constant of this class with the specified name.static DateTimeFormatDescriptor.NumericType[]DateTimeFormatDescriptor.NumericType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.session with parameters of type DateTimeFormatDescriptor.NumericTypeModifier and TypeMethodDescriptionDateTimeFormatDescriptor.Builder.setDay(DateTimeFormatDescriptor.NumericType day) DateTimeFormatDescriptor.Builder.setHour(DateTimeFormatDescriptor.NumericType hour) DateTimeFormatDescriptor.Builder.setMinute(DateTimeFormatDescriptor.NumericType minute) DateTimeFormatDescriptor.Builder.setSecond(DateTimeFormatDescriptor.NumericType second) DateTimeFormatDescriptor.Builder.setYear(DateTimeFormatDescriptor.NumericType year)