Enum V3TriggerEventID
- java.lang.Object
-
- java.lang.Enum<V3TriggerEventID>
-
- org.hl7.fhir.r4.model.codesystems.V3TriggerEventID
-
- All Implemented Interfaces:
Serializable,Comparable<V3TriggerEventID>
public enum V3TriggerEventID extends Enum<V3TriggerEventID>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NULLadded to help the parsersPOLBTE004000UVDescription:POLBTE004001UVDescription:POLBTE004002UVDescription:POLBTE004007UVDescription:POLBTE004100UVDescription:POLBTE004102UVDescription:POLBTE004200UVDescription:POLBTE004201UVDescription:POLBTE004202UVDescription:POLBTE004301UVDescription:POLBTE004500UVDescription:
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3TriggerEventIDfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3TriggerEventIDvalueOf(String name)Returns the enum constant of this type with the specified name.static V3TriggerEventID[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
POLBTE004000UV
public static final V3TriggerEventID POLBTE004000UV
Description:
-
POLBTE004001UV
public static final V3TriggerEventID POLBTE004001UV
Description:
-
POLBTE004002UV
public static final V3TriggerEventID POLBTE004002UV
Description:
-
POLBTE004007UV
public static final V3TriggerEventID POLBTE004007UV
Description:
-
POLBTE004100UV
public static final V3TriggerEventID POLBTE004100UV
Description:
-
POLBTE004102UV
public static final V3TriggerEventID POLBTE004102UV
Description:
-
POLBTE004200UV
public static final V3TriggerEventID POLBTE004200UV
Description:
-
POLBTE004201UV
public static final V3TriggerEventID POLBTE004201UV
Description:
-
POLBTE004202UV
public static final V3TriggerEventID POLBTE004202UV
Description:
-
POLBTE004301UV
public static final V3TriggerEventID POLBTE004301UV
Description:
-
POLBTE004500UV
public static final V3TriggerEventID POLBTE004500UV
Description:
-
NULL
public static final V3TriggerEventID NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3TriggerEventID[] 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 (V3TriggerEventID c : V3TriggerEventID.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3TriggerEventID 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 V3TriggerEventID fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-