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