@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SNOMEDCTTraitName extends Enum<SNOMEDCTTraitName>
| Enum Constant and Description |
|---|
DIAGNOSIS |
FUTURE |
HYPOTHETICAL |
LOW_CONFIDENCE |
NEGATION |
PAST_HISTORY |
PERTAINS_TO_FAMILY |
SIGN |
SYMPTOM |
| Modifier and Type | Method and Description |
|---|---|
static SNOMEDCTTraitName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SNOMEDCTTraitName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNOMEDCTTraitName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SNOMEDCTTraitName NEGATION
public static final SNOMEDCTTraitName DIAGNOSIS
public static final SNOMEDCTTraitName SIGN
public static final SNOMEDCTTraitName SYMPTOM
public static final SNOMEDCTTraitName PERTAINS_TO_FAMILY
public static final SNOMEDCTTraitName HYPOTHETICAL
public static final SNOMEDCTTraitName LOW_CONFIDENCE
public static final SNOMEDCTTraitName PAST_HISTORY
public static final SNOMEDCTTraitName FUTURE
public static SNOMEDCTTraitName[] values()
for (SNOMEDCTTraitName c : SNOMEDCTTraitName.values()) System.out.println(c);
public static SNOMEDCTTraitName 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<SNOMEDCTTraitName>public static SNOMEDCTTraitName fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.