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