Uses of Class
com.ibm.fhir.model.type.code.CompartmentType.ValueSet
-
Packages that use CompartmentType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of CompartmentType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return CompartmentType.ValueSet Modifier and Type Method Description static CompartmentType.ValueSetCompartmentType.ValueSet. from(String value)Factory method for creating CompartmentType.ValueSet values from a passed string value.CompartmentType.ValueSetCompartmentType. getValueAsEnumConstant()static CompartmentType.ValueSetCompartmentType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static CompartmentType.ValueSet[]CompartmentType.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 CompartmentType.ValueSet Modifier and Type Method Description static CompartmentTypeCompartmentType. of(CompartmentType.ValueSet value)Factory method for creating CompartmentType objects from a passed enum value.CompartmentType.BuilderCompartmentType.Builder. value(CompartmentType.ValueSet value)
-