public enum SemanticGroup extends Enum<SemanticGroup>
Enum Constant and Description |
---|
ANATOMICAL_SITE |
DISORDER |
FINDING |
MEDICATION |
PROCEDURE |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static String |
getSemanticName(String tui) |
static SemanticGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SemanticGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SemanticGroup ANATOMICAL_SITE
public static final SemanticGroup DISORDER
public static final SemanticGroup FINDING
public static final SemanticGroup PROCEDURE
public static final SemanticGroup MEDICATION
public static SemanticGroup[] values()
for (SemanticGroup c : SemanticGroup.values()) System.out.println(c);
public static SemanticGroup 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 getName()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.