public static enum CGDAnnotator.GeneralizedInheritance extends Enum<CGDAnnotator.GeneralizedInheritance>
| Enum Constant and Description |
|---|
DOM_OR_REC |
DOMINANT |
OTHER |
RECESSIVE |
XLINKED |
| Modifier and Type | Method and Description |
|---|---|
static CGDAnnotator.GeneralizedInheritance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CGDAnnotator.GeneralizedInheritance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CGDAnnotator.GeneralizedInheritance DOM_OR_REC
public static final CGDAnnotator.GeneralizedInheritance DOMINANT
public static final CGDAnnotator.GeneralizedInheritance RECESSIVE
public static final CGDAnnotator.GeneralizedInheritance XLINKED
public static final CGDAnnotator.GeneralizedInheritance OTHER
public static CGDAnnotator.GeneralizedInheritance[] values()
for (CGDAnnotator.GeneralizedInheritance c : CGDAnnotator.GeneralizedInheritance.values()) System.out.println(c);
public static CGDAnnotator.GeneralizedInheritance 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 nullCopyright © 2017. All rights reserved.