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