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