Uses of Class
com.ibm.fhir.model.util.ReferenceType
-
Packages that use ReferenceType Package Description com.ibm.fhir.model.util -
-
Uses of ReferenceType in com.ibm.fhir.model.util
Methods in com.ibm.fhir.model.util that return ReferenceType Modifier and Type Method Description static ReferenceTypeReferenceType. of(Reference ref)static ReferenceTypeReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceType[]ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-