Enum Program
- java.lang.Object
-
- java.lang.Enum<Program>
-
- org.hl7.fhir.r4.model.codesystems.Program
-
- All Implemented Interfaces:
Serializable,Comparable<Program>
public enum Program extends Enum<Program>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1null_10null_11null_12null_13null_14null_15null_16null_17null_18null_19null_2null_20null_21null_22null_23null_24null_25null_26null_27null_28null_29null_3null_30null_31null_32null_33null_34null_35null_36null_37null_38null_39null_4null_40null_41null_42null_43null_44null_45null_5null_6null_7null_8null_9nullNULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProgramfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ProgramvalueOf(String name)Returns the enum constant of this type with the specified name.static Program[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Method Detail
-
values
public static Program[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Program c : Program.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Program valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static Program fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-