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