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