@Generated(value="software.amazon.awssdk:codegen") public enum RxNormAttributeType extends Enum<RxNormAttributeType>
| Enum Constant and Description |
|---|
DOSAGE |
DURATION |
FORM |
FREQUENCY |
RATE |
ROUTE_OR_MODE |
STRENGTH |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static RxNormAttributeType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<RxNormAttributeType> |
knownValues()
|
String |
toString() |
static RxNormAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RxNormAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RxNormAttributeType DOSAGE
public static final RxNormAttributeType DURATION
public static final RxNormAttributeType FORM
public static final RxNormAttributeType FREQUENCY
public static final RxNormAttributeType RATE
public static final RxNormAttributeType ROUTE_OR_MODE
public static final RxNormAttributeType STRENGTH
public static final RxNormAttributeType UNKNOWN_TO_SDK_VERSION
public static RxNormAttributeType[] values()
for (RxNormAttributeType c : RxNormAttributeType.values()) System.out.println(c);
public static RxNormAttributeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<RxNormAttributeType>public static RxNormAttributeType fromValue(String value)
value - real valuepublic static Set<RxNormAttributeType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known RxNormAttributeTypesCopyright © 2022. All rights reserved.