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