| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static SNOMEDCTRelationshipType |
SNOMEDCTRelationshipType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SNOMEDCTRelationshipType |
SNOMEDCTAttribute.relationshipType()
The type of relationship that exists between the entity and the related attribute.
|
static SNOMEDCTRelationshipType |
SNOMEDCTRelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNOMEDCTRelationshipType[] |
SNOMEDCTRelationshipType.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<SNOMEDCTRelationshipType> |
SNOMEDCTRelationshipType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTAttribute.Builder |
SNOMEDCTAttribute.Builder.relationshipType(SNOMEDCTRelationshipType relationshipType)
The type of relationship that exists between the entity and the related attribute.
|
Copyright © 2023. All rights reserved.