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