Package com.ibm.fhir.model.type.code
Class StructureMapGroupTypeMode
- 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.StructureMapGroupTypeMode
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class StructureMapGroupTypeMode extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStructureMapGroupTypeMode.Builderstatic classStructureMapGroupTypeMode.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static StructureMapGroupTypeModeNONENot a Defaultstatic StructureMapGroupTypeModeTYPE_AND_TYPESDefault for type + combinationstatic StructureMapGroupTypeModeTYPESDefault for Type Combination
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StructureMapGroupTypeMode.Builderbuilder()static Codecode(String value)Inherited factory method for creating StructureMapGroupTypeMode objects from a passed string value.booleanequals(Object obj)StructureMapGroupTypeMode.ValueSetgetValueAsEnumConstant()inthashCode()static StructureMapGroupTypeModeof(StructureMapGroupTypeMode.ValueSet value)Factory method for creating StructureMapGroupTypeMode objects from a passed enum value.static StructureMapGroupTypeModeof(String value)Factory method for creating StructureMapGroupTypeMode objects from a passed string value.static Stringstring(String value)Inherited factory method for creating StructureMapGroupTypeMode objects from a passed string value.StructureMapGroupTypeMode.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
-
NONE
public static final StructureMapGroupTypeMode NONE
Not a DefaultThis group is not a default group for the types.
-
TYPES
public static final StructureMapGroupTypeMode TYPES
Default for Type CombinationThis group is a default mapping group for the specified types and for the primary source type.
-
TYPE_AND_TYPES
public static final StructureMapGroupTypeMode TYPE_AND_TYPES
Default for type + combinationThis group is a default mapping group for the specified types.
-
-
Method Detail
-
getValueAsEnumConstant
public StructureMapGroupTypeMode.ValueSet getValueAsEnumConstant()
-
of
public static StructureMapGroupTypeMode of(StructureMapGroupTypeMode.ValueSet value)
Factory method for creating StructureMapGroupTypeMode objects from a passed enum value.
-
of
public static StructureMapGroupTypeMode of(String value)
Factory method for creating StructureMapGroupTypeMode 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 StructureMapGroupTypeMode 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 StructureMapGroupTypeMode 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 StructureMapGroupTypeMode.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static StructureMapGroupTypeMode.Builder builder()
-
-