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