| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static RxNormAttributeType |
RxNormAttributeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RxNormAttributeType |
RxNormAttribute.type()
The type of attribute.
|
static RxNormAttributeType |
RxNormAttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RxNormAttributeType[] |
RxNormAttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RxNormAttributeType> |
RxNormAttributeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RxNormAttribute.Builder |
RxNormAttribute.Builder.type(RxNormAttributeType type)
The type of attribute.
|
Copyright © 2019. All rights reserved.