Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.CalendarCycle
-
Uses of CalendarCycle in net.ihe.gazelle.hl7v3.datatypes
Modifier and TypeFieldDescriptionPIVLPPDTS.alignment
Specifies if and how the repetitions are aligned to the cycles of the underlying calendar (e.g., to distinguish every 30 days from "the 5th of every month".)PIVLTS.alignment
Specifies if and how the repetitions are aligned to the cycles of the underlying calendar (e.g., to distinguish every 30 days from "the 5th of every month".)Modifier and TypeMethodDescriptionPIVLPPDTS.getAlignment()
Return alignment.PIVLTS.getAlignment()
Return alignment.Modifier and TypeMethodDescriptionvoid
PIVLPPDTS.setAlignment
(CalendarCycle alignment) Set a value to attribute alignment.void
PIVLTS.setAlignment
(CalendarCycle alignment) Set a value to attribute alignment. -
Uses of CalendarCycle in net.ihe.gazelle.hl7v3.voc
Modifier and TypeMethodDescriptionstatic CalendarCycle
static CalendarCycle
Returns the enum constant of this class with the specified name.static CalendarCycle[]
CalendarCycle.values()
Returns an array containing the constants of this enum class, in the order they are declared.