Verwendungen von Enum-Klasse
org.teamapps.dto.UiNumericType
-
Verwendungen von UiNumericType in org.teamapps.dto
Felder in org.teamapps.dto, die deklariert sind als UiNumericTypeModifizierer und TypFeldBeschreibungprotected UiNumericTypeUiDateTimeFormatDescriptor.dayprotected UiNumericTypeUiDateTimeFormatDescriptor.hourprotected UiNumericTypeUiDateTimeFormatDescriptor.minuteprotected UiNumericTypeUiDateTimeFormatDescriptor.secondprotected UiNumericTypeUiDateTimeFormatDescriptor.yearMethoden in org.teamapps.dto, die UiNumericType zurückgebenModifizierer und TypMethodeBeschreibungUiDateTimeFormatDescriptor.getDay()UiDateTimeFormatDescriptor.getHour()UiDateTimeFormatDescriptor.getMinute()UiDateTimeFormatDescriptor.getSecond()UiDateTimeFormatDescriptor.getYear()static UiNumericTypeGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static UiNumericType[]UiNumericType.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.teamapps.dto mit Parametern vom Typ UiNumericTypeModifizierer und TypMethodeBeschreibungUiDateTimeFormatDescriptor.setDay(UiNumericType day) UiDateTimeFormatDescriptor.setHour(UiNumericType hour) UiDateTimeFormatDescriptor.setMinute(UiNumericType minute) UiDateTimeFormatDescriptor.setSecond(UiNumericType second) UiDateTimeFormatDescriptor.setYear(UiNumericType year)