Uses of Enum Class
com.hp.lft.sdk.java.CalendarStyle
Packages that use CalendarStyle
-
Uses of CalendarStyle in com.hp.lft.sdk.java
Methods in com.hp.lft.sdk.java that return CalendarStyleModifier and TypeMethodDescriptionCalendar.getStyle()
Returns the style of a calendar.CalendarDescription.getStyle()
Returns the style of a CalendarDescription.static CalendarStyle
Returns the enum constant of this class with the specified name.static CalendarStyle[]
CalendarStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.java with parameters of type CalendarStyleModifier and TypeMethodDescriptionvoid
CalendarDescription.setStyle
(CalendarStyle style) Sets the style of a CalendarDescription.CalendarDescription.Init.style
(CalendarStyle style) Initializes the style of a CalendarDescription.