Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.ObjectType
-
Packages that use ObjectType Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of ObjectType in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return ObjectType Modifier and Type Method Description static ObjectTypeObjectType. fromCode(String codeString)ObjectTypeObjectTypeEnumFactory. fromCode(String codeString)static ObjectTypeObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectType[]ObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model.codesystems with parameters of type ObjectType Modifier and Type Method Description StringObjectTypeEnumFactory. toCode(ObjectType code)StringObjectTypeEnumFactory. toSystem(ObjectType code)
-