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