
Package org.hl7.fhir.r5.model
Enum Enumerations.ActionRelationshipType
java.lang.Object
java.lang.Enum<Enumerations.ActionRelationshipType>
org.hl7.fhir.r5.model.Enumerations.ActionRelationshipType
- All Implemented Interfaces:
Serializable
,Comparable<Enumerations.ActionRelationshipType>
- Enclosing class:
Enumerations
public static enum Enumerations.ActionRelationshipType
extends Enum<Enumerations.ActionRelationshipType>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe action must be performed after the related action.The action must be performed after the end of the related action.The action must be performed after the start of the related action.The action must be performed before the related action.The action must be performed before the end of the related action.The action must be performed before the start of the related action.The action must be performed concurrent with the related action.The action must be performed concurrent with the end of the related action.The action must be performed concurrent with the start of the related action.added to help the parsers -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isValidCode
(String codeString) toCode()
Returns the enum constant of this type with the specified name.static Enumerations.ActionRelationshipType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BEFORE
The action must be performed before the related action. -
BEFORESTART
The action must be performed before the start of the related action. -
BEFOREEND
The action must be performed before the end of the related action. -
CONCURRENT
The action must be performed concurrent with the related action. -
CONCURRENTWITHSTART
The action must be performed concurrent with the start of the related action. -
CONCURRENTWITHEND
The action must be performed concurrent with the end of the related action. -
AFTER
The action must be performed after the related action. -
AFTERSTART
The action must be performed after the start of the related action. -
AFTEREND
The action must be performed after the end of the related action. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 Enumerations.ActionRelationshipType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
isValidCode
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-