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