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