public enum V3CalendarCycle extends Enum<V3CalendarCycle>
| Enum Constant and Description |
|---|
_CALENDARCYCLEONELETTER
CalendarCycleOneLetter
|
_CALENDARCYCLETWOLETTER
CalendarCycleTwoLetter
|
CD
day (continuous)
|
CH
hour (continuous)
|
CM
month (continuous)
|
CN
minute (continuous)
|
CS
second (continuous)
|
CW
week (continuous)
|
CY
year
|
D
day of the month
|
DW
day of the week (begins with Monday)
|
DY
day of the year
|
H
hour of the day
|
M
month of the year
|
N
minute of the hour
|
NULL
added to help the parsers
|
S
second of the minute
|
WM
The week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year).
|
WY
week of the year
|
| Modifier and Type | Method and Description |
|---|---|
static V3CalendarCycle |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3CalendarCycle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3CalendarCycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3CalendarCycle _CALENDARCYCLEONELETTER
public static final V3CalendarCycle CW
public static final V3CalendarCycle CY
public static final V3CalendarCycle D
public static final V3CalendarCycle DW
public static final V3CalendarCycle H
public static final V3CalendarCycle M
public static final V3CalendarCycle N
public static final V3CalendarCycle S
public static final V3CalendarCycle _CALENDARCYCLETWOLETTER
public static final V3CalendarCycle CD
public static final V3CalendarCycle CH
public static final V3CalendarCycle CM
public static final V3CalendarCycle CN
public static final V3CalendarCycle CS
public static final V3CalendarCycle DY
public static final V3CalendarCycle WY
public static final V3CalendarCycle WM
public static final V3CalendarCycle NULL
public static V3CalendarCycle[] values()
for (V3CalendarCycle c : V3CalendarCycle.values()) System.out.println(c);
public static V3CalendarCycle valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3CalendarCycle fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.