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