Package com.ibm.fhir.model.type.code
Class ConceptSubsumptionOutcome
- 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.ConceptSubsumptionOutcome
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ConceptSubsumptionOutcome extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConceptSubsumptionOutcome.Builderstatic classConceptSubsumptionOutcome.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ConceptSubsumptionOutcomeEQUIVALENTEquivalentstatic ConceptSubsumptionOutcomeNOT_SUBSUMEDNot-Subsumedstatic ConceptSubsumptionOutcomeSUBSUMED_BYSubsumed-Bystatic ConceptSubsumptionOutcomeSUBSUMESSubsumes
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConceptSubsumptionOutcome.Builderbuilder()static Codecode(String value)Inherited factory method for creating ConceptSubsumptionOutcome objects from a passed string value.booleanequals(Object obj)ConceptSubsumptionOutcome.ValueSetgetValueAsEnumConstant()inthashCode()static ConceptSubsumptionOutcomeof(ConceptSubsumptionOutcome.ValueSet value)Factory method for creating ConceptSubsumptionOutcome objects from a passed enum value.static ConceptSubsumptionOutcomeof(String value)Factory method for creating ConceptSubsumptionOutcome objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ConceptSubsumptionOutcome objects from a passed string value.ConceptSubsumptionOutcome.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
-
EQUIVALENT
public static final ConceptSubsumptionOutcome EQUIVALENT
EquivalentThe two concepts are equivalent (have the same properties).
-
SUBSUMES
public static final ConceptSubsumptionOutcome SUBSUMES
SubsumesCoding/code "A" subsumes Coding/code "B" (e.g. B has all the properties A has, and some of it's own).
-
SUBSUMED_BY
public static final ConceptSubsumptionOutcome SUBSUMED_BY
Subsumed-ByCoding/code "A" is subsumed by Coding/code "B" (e.g. A has all the properties B has, and some of it's own).
-
NOT_SUBSUMED
public static final ConceptSubsumptionOutcome NOT_SUBSUMED
Not-SubsumedCoding/code "A" and Coding/code "B" are disjoint (e.g. each has propeties that the other doesn't have).
-
-
Method Detail
-
getValueAsEnumConstant
public ConceptSubsumptionOutcome.ValueSet getValueAsEnumConstant()
-
of
public static ConceptSubsumptionOutcome of(ConceptSubsumptionOutcome.ValueSet value)
Factory method for creating ConceptSubsumptionOutcome objects from a passed enum value.
-
of
public static ConceptSubsumptionOutcome of(String value)
Factory method for creating ConceptSubsumptionOutcome 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 ConceptSubsumptionOutcome 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 ConceptSubsumptionOutcome 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 ConceptSubsumptionOutcome.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ConceptSubsumptionOutcome.Builder builder()
-
-