Class Property
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.metamodel.Property
-
-
Constructor Summary
Constructors Constructor Description Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementDefinitiongetDefinition()StringgetName()StringgetNamespace()StringgetScopedPropertyName()StructureDefinitiongetStructure()StringgetType()StringgetType(String elementName)booleanhasType(String elementName)booleanisChoice()booleanisList()booleanIsLogicalAndHasPrimitiveValue(String name)booleanisPrimitive(String name)booleanisResource()
-
-
-
Constructor Detail
-
Property
public Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure)
-
-
Method Detail
-
getDefinition
public ElementDefinition getDefinition()
-
getStructure
public StructureDefinition getStructure()
-
isPrimitive
public boolean isPrimitive(String name)
-
isResource
public boolean isResource()
-
isList
public boolean isList()
-
getScopedPropertyName
public String getScopedPropertyName()
-
getNamespace
public String getNamespace()
-
IsLogicalAndHasPrimitiveValue
public boolean IsLogicalAndHasPrimitiveValue(String name)
-
isChoice
public boolean isChoice()
-
-