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