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