Uses of Enum Class
com.hp.lft.sdk.sap.ui5.DateType
Packages that use DateType
-
Uses of DateType in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return DateTypeModifier and TypeMethodDescriptionDateTimeInput.getDateType()
Returns the type of date displayed in this object.DateTimeInputDescription.getDateType()
Gets the type of date displayed in the object.static DateType
Returns the enum constant of this class with the specified name.static DateType[]
DateType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.sap.ui5 with parameters of type DateTypeModifier and TypeMethodDescriptionInitiates the date type on the DateTimeInput.void
DateTimeInputDescription.setDateType
(DateType value) Sets the type of date displayed in the object.