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