Uses of Class
com.ibm.fhir.model.type.code.CompartmentCode.ValueSet
-
Packages that use CompartmentCode.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of CompartmentCode.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return CompartmentCode.ValueSet Modifier and Type Method Description static CompartmentCode.ValueSetCompartmentCode.ValueSet. from(String value)Factory method for creating CompartmentCode.ValueSet values from a passed string value.CompartmentCode.ValueSetCompartmentCode. getValueAsEnumConstant()static CompartmentCode.ValueSetCompartmentCode.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static CompartmentCode.ValueSet[]CompartmentCode.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type CompartmentCode.ValueSet Modifier and Type Method Description static CompartmentCodeCompartmentCode. of(CompartmentCode.ValueSet value)Factory method for creating CompartmentCode objects from a passed enum value.CompartmentCode.BuilderCompartmentCode.Builder. value(CompartmentCode.ValueSet value)
-