Uses of Enum Class
net.ihe.gazelle.hl7v3.voc.CalendarCycle
Packages that use CalendarCycle
-
Uses of CalendarCycle in net.ihe.gazelle.hl7v3.datatypes
Fields in net.ihe.gazelle.hl7v3.datatypes declared as CalendarCycleModifier 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".)Methods in net.ihe.gazelle.hl7v3.datatypes that return CalendarCycleModifier and TypeMethodDescriptionPIVLPPDTS.getAlignment()
Return alignment.PIVLTS.getAlignment()
Return alignment.Methods in net.ihe.gazelle.hl7v3.datatypes with parameters of type CalendarCycleModifier 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
Methods in net.ihe.gazelle.hl7v3.voc that return CalendarCycleModifier 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.