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