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