Uses of Class
com.ibm.fhir.model.type.code.PropertyType
-
Packages that use PropertyType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of PropertyType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return PropertyType Modifier and Type Method Description PropertyTypeCodeSystem.Property. getType()The type of the property value.Methods in com.ibm.fhir.model.resource with parameters of type PropertyType Modifier and Type Method Description CodeSystem.Property.BuilderCodeSystem.Property.Builder. type(PropertyType type)The type of the property value. -
Uses of PropertyType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as PropertyType Modifier and Type Field Description static PropertyTypePropertyType. BOOLEANbooleanstatic PropertyTypePropertyType. CODEcode (internal reference)static PropertyTypePropertyType. CODINGCoding (external reference)static PropertyTypePropertyType. DATE_TIMEdateTimestatic PropertyTypePropertyType. DECIMALdecimalstatic PropertyTypePropertyType. INTEGERintegerstatic PropertyTypePropertyType. STRINGstringMethods in com.ibm.fhir.model.type.code that return PropertyType Modifier and Type Method Description PropertyTypePropertyType.Builder. build()static PropertyTypePropertyType. of(PropertyType.ValueSet value)Factory method for creating PropertyType objects from a passed enum value.static PropertyTypePropertyType. of(String value)Factory method for creating PropertyType objects from a passed string value.
-