Package com.ibm.fhir.model.type.code
Class StructureMapTargetListMode
- 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.StructureMapTargetListMode
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class StructureMapTargetListMode extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStructureMapTargetListMode.Builderstatic classStructureMapTargetListMode.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static StructureMapTargetListModeCOLLATECollatestatic StructureMapTargetListModeFIRSTFirststatic StructureMapTargetListModeLASTLaststatic StructureMapTargetListModeSHAREShare
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StructureMapTargetListMode.Builderbuilder()static Codecode(String value)Inherited factory method for creating StructureMapTargetListMode objects from a passed string value.booleanequals(Object obj)StructureMapTargetListMode.ValueSetgetValueAsEnumConstant()inthashCode()static StructureMapTargetListModeof(StructureMapTargetListMode.ValueSet value)Factory method for creating StructureMapTargetListMode objects from a passed enum value.static StructureMapTargetListModeof(String value)Factory method for creating StructureMapTargetListMode objects from a passed string value.static Stringstring(String value)Inherited factory method for creating StructureMapTargetListMode objects from a passed string value.StructureMapTargetListMode.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
-
FIRST
public static final StructureMapTargetListMode FIRST
Firstwhen the target list is being assembled, the items for this rule go first. If more than one rule defines a first item (for a given instance of mapping) then this is an error.
-
SHARE
public static final StructureMapTargetListMode SHARE
Sharethe target instance is shared with the target instances generated by another rule (up to the first common n items, then create new ones).
-
LAST
public static final StructureMapTargetListMode LAST
Lastwhen the target list is being assembled, the items for this rule go last. If more than one rule defines a last item (for a given instance of mapping) then this is an error.
-
COLLATE
public static final StructureMapTargetListMode COLLATE
Collatere-use the first item in the list, and keep adding content to it.
-
-
Method Detail
-
getValueAsEnumConstant
public StructureMapTargetListMode.ValueSet getValueAsEnumConstant()
-
of
public static StructureMapTargetListMode of(StructureMapTargetListMode.ValueSet value)
Factory method for creating StructureMapTargetListMode objects from a passed enum value.
-
of
public static StructureMapTargetListMode of(String value)
Factory method for creating StructureMapTargetListMode 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 StructureMapTargetListMode 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 StructureMapTargetListMode 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 StructureMapTargetListMode.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static StructureMapTargetListMode.Builder builder()
-
-