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