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