public static enum CGDAnnotator.CGDAttributeName extends Enum<CGDAnnotator.CGDAttributeName>
| Enum Constant and Description |
|---|
AGE_GROUP |
ALLELIC_CONDITIONS |
COMMENTS |
CONDITION |
ENTREZ_GENE_ID |
GENE |
GENERALIZED_INHERITANCE |
HGNC_ID |
INHERITANCE |
INTERVENTION_CATEGORIES |
INTERVENTION_RATIONALE |
MANIFESTATION_CATEGORIES |
REFERENCES |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
String |
getCgdName() |
static String |
getCgdName(String attributeName) |
static CGDAnnotator.CGDAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CGDAnnotator.CGDAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CGDAnnotator.CGDAttributeName GENE
public static final CGDAnnotator.CGDAttributeName REFERENCES
public static final CGDAnnotator.CGDAttributeName INTERVENTION_RATIONALE
public static final CGDAnnotator.CGDAttributeName COMMENTS
public static final CGDAnnotator.CGDAttributeName INTERVENTION_CATEGORIES
public static final CGDAnnotator.CGDAttributeName MANIFESTATION_CATEGORIES
public static final CGDAnnotator.CGDAttributeName ALLELIC_CONDITIONS
public static final CGDAnnotator.CGDAttributeName ENTREZ_GENE_ID
public static final CGDAnnotator.CGDAttributeName HGNC_ID
public static final CGDAnnotator.CGDAttributeName CONDITION
public static final CGDAnnotator.CGDAttributeName AGE_GROUP
public static final CGDAnnotator.CGDAttributeName INHERITANCE
public static final CGDAnnotator.CGDAttributeName GENERALIZED_INHERITANCE
public static CGDAnnotator.CGDAttributeName[] values()
for (CGDAnnotator.CGDAttributeName c : CGDAnnotator.CGDAttributeName.values()) System.out.println(c);
public static CGDAnnotator.CGDAttributeName 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 getCgdName()
public String getAttributeName()
Copyright © 2017. All rights reserved.