Package com.ibm.fhir.model.type.code
Class ActionRelationshipType
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.ActionRelationshipType
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ActionRelationshipType extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionRelationshipType.Builderstatic classActionRelationshipType.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ActionRelationshipTypeAFTERAfterstatic ActionRelationshipTypeAFTER_ENDAfter Endstatic ActionRelationshipTypeAFTER_STARTAfter Startstatic ActionRelationshipTypeBEFOREBeforestatic ActionRelationshipTypeBEFORE_ENDBefore Endstatic ActionRelationshipTypeBEFORE_STARTBefore Startstatic ActionRelationshipTypeCONCURRENTConcurrentstatic ActionRelationshipTypeCONCURRENT_WITH_ENDConcurrent With Endstatic ActionRelationshipTypeCONCURRENT_WITH_STARTConcurrent With Start
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionRelationshipType.Builderbuilder()static Codecode(String value)Inherited factory method for creating ActionRelationshipType objects from a passed string value.booleanequals(Object obj)ActionRelationshipType.ValueSetgetValueAsEnumConstant()inthashCode()static ActionRelationshipTypeof(ActionRelationshipType.ValueSet value)Factory method for creating ActionRelationshipType objects from a passed enum value.static ActionRelationshipTypeof(String value)Factory method for creating ActionRelationshipType objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ActionRelationshipType objects from a passed string value.ActionRelationshipType.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
BEFORE_START
public static final ActionRelationshipType BEFORE_START
Before StartThe action must be performed before the start of the related action.
-
BEFORE
public static final ActionRelationshipType BEFORE
BeforeThe action must be performed before the related action.
-
BEFORE_END
public static final ActionRelationshipType BEFORE_END
Before EndThe action must be performed before the end of the related action.
-
CONCURRENT_WITH_START
public static final ActionRelationshipType CONCURRENT_WITH_START
Concurrent With StartThe action must be performed concurrent with the start of the related action.
-
CONCURRENT
public static final ActionRelationshipType CONCURRENT
ConcurrentThe action must be performed concurrent with the related action.
-
CONCURRENT_WITH_END
public static final ActionRelationshipType CONCURRENT_WITH_END
Concurrent With EndThe action must be performed concurrent with the end of the related action.
-
AFTER_START
public static final ActionRelationshipType AFTER_START
After StartThe action must be performed after the start of the related action.
-
AFTER
public static final ActionRelationshipType AFTER
AfterThe action must be performed after the related action.
-
AFTER_END
public static final ActionRelationshipType AFTER_END
After EndThe action must be performed after the end of the related action.
-
-
Method Detail
-
getValueAsEnumConstant
public ActionRelationshipType.ValueSet getValueAsEnumConstant()
-
of
public static ActionRelationshipType of(ActionRelationshipType.ValueSet value)
Factory method for creating ActionRelationshipType objects from a passed enum value.
-
of
public static ActionRelationshipType of(String value)
Factory method for creating ActionRelationshipType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating ActionRelationshipType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating ActionRelationshipType objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public ActionRelationshipType.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ActionRelationshipType.Builder builder()
-
-