
Package org.hl7.fhir.r4.elementmodel
Class Property
java.lang.Object
org.hl7.fhir.r4.elementmodel.Property
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionProperty
(IWorkerContext context, ElementDefinition definition, StructureDefinition structure) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getChild
(String name, TypeDetails type) Deprecated.getChildProperties
(String elementName, String statedType) Deprecated.Deprecated.getChildSimpleName
(String elementName, String name) Deprecated.Deprecated.Deprecated.getName()
Deprecated.Deprecated.Deprecated.Deprecated.getType()
Deprecated.Deprecated.boolean
Deprecated.boolean
isChoice()
Deprecated.boolean
isList()
Deprecated.boolean
Deprecated.boolean
isPrimitive
(String code) Deprecated.Is the given type a primitiveboolean
isPrimitiveName
(String name) Deprecated.Is the given name a primitiveboolean
Deprecated.toString()
Deprecated.
-
Constructor Details
-
Property
public Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure) Deprecated.
-
-
Method Details
-
getName
Deprecated. -
getDefinition
Deprecated. -
getType
Deprecated. -
getType
Deprecated. -
hasType
Deprecated. -
getStructure
Deprecated. -
isPrimitiveName
Deprecated.Is the given name a primitive- Parameters:
E
- .g. "Observation.status"
-
isPrimitive
Deprecated.Is the given type a primitive- Parameters:
E
- .g. "integer"
-
isResource
Deprecated. -
isList
Deprecated. -
getScopedPropertyName
Deprecated. -
getNamespace
Deprecated. -
IsLogicalAndHasPrimitiveValue
Deprecated. -
isChoice
Deprecated. -
getChildProperties
protected List<Property> getChildProperties(String elementName, String statedType) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getChildProperties
protected List<Property> getChildProperties(TypeDetails type) throws org.hl7.fhir.exceptions.DefinitionException Deprecated.- Throws:
org.hl7.fhir.exceptions.DefinitionException
-
getChild
public Property getChild(String elementName, String childName) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getChild
public Property getChild(String name, TypeDetails type) throws org.hl7.fhir.exceptions.DefinitionException Deprecated.- Throws:
org.hl7.fhir.exceptions.DefinitionException
-
getChild
Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getChildSimpleName
public Property getChildSimpleName(String elementName, String name) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getContext
Deprecated. -
toString
Deprecated.
-