Uses of Enum Class
org.teamapps.dto.UiNumericType
-
Uses of UiNumericType in org.teamapps.dto
Subclasses with type arguments of type UiNumericType in org.teamapps.dtoFields in org.teamapps.dto declared as UiNumericTypeModifier and TypeFieldDescriptionprotected UiNumericTypeUiDateTimeFormatDescriptor.dayprotected UiNumericTypeUiDateTimeFormatDescriptor.hourprotected UiNumericTypeUiDateTimeFormatDescriptor.minuteprotected UiNumericTypeUiDateTimeFormatDescriptor.secondprotected UiNumericTypeUiDateTimeFormatDescriptor.yearMethods in org.teamapps.dto that return UiNumericTypeModifier and TypeMethodDescriptionUiDateTimeFormatDescriptor.getDay()UiDateTimeFormatDescriptor.getHour()UiDateTimeFormatDescriptor.getMinute()UiDateTimeFormatDescriptor.getSecond()UiDateTimeFormatDescriptor.getYear()static UiNumericTypeReturns the enum constant of this class with the specified name.static UiNumericType[]UiNumericType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiNumericTypeModifier and TypeMethodDescriptionUiDateTimeFormatDescriptor.setDay(UiNumericType day) UiDateTimeFormatDescriptor.setHour(UiNumericType hour) UiDateTimeFormatDescriptor.setMinute(UiNumericType minute) UiDateTimeFormatDescriptor.setSecond(UiNumericType second) UiDateTimeFormatDescriptor.setYear(UiNumericType year)