Uses of Class
org.teamapps.dto.UiNumericType
-
Uses of UiNumericType in org.teamapps.dto
Fields in org.teamapps.dto declared as UiNumericType Modifier and Type Field Description protected UiNumericTypeUiDateTimeFormatDescriptor. dayprotected UiNumericTypeUiDateTimeFormatDescriptor. hourprotected UiNumericTypeUiDateTimeFormatDescriptor. minuteprotected UiNumericTypeUiDateTimeFormatDescriptor. secondprotected UiNumericTypeUiDateTimeFormatDescriptor. yearMethods in org.teamapps.dto that return UiNumericType Modifier and Type Method Description UiNumericTypeUiDateTimeFormatDescriptor. getDay()UiNumericTypeUiDateTimeFormatDescriptor. getHour()UiNumericTypeUiDateTimeFormatDescriptor. getMinute()UiNumericTypeUiDateTimeFormatDescriptor. getSecond()UiNumericTypeUiDateTimeFormatDescriptor. getYear()static UiNumericTypeUiNumericType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiNumericType[]UiNumericType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiNumericType Modifier and Type Method Description UiDateTimeFormatDescriptorUiDateTimeFormatDescriptor. setDay(UiNumericType day)UiDateTimeFormatDescriptorUiDateTimeFormatDescriptor. setHour(UiNumericType hour)UiDateTimeFormatDescriptorUiDateTimeFormatDescriptor. setMinute(UiNumericType minute)UiDateTimeFormatDescriptorUiDateTimeFormatDescriptor. setSecond(UiNumericType second)UiDateTimeFormatDescriptorUiDateTimeFormatDescriptor. setYear(UiNumericType year)