|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TWIN_RELATIONSHIP_STATUS>
com.objex.progeny.anywhere.enums.TWIN_RELATIONSHIP_STATUS
public enum TWIN_RELATIONSHIP_STATUS
Enum types for twin relationships
| Enum Constant Summary | |
|---|---|
DIZYGOTIC
Dizygotic twin type |
|
MONOZYGOTIC
Monozygotic twin type |
|
UNKNOWN
Unknown twin type |
|
| Method Summary | |
|---|---|
int |
getType()
|
static TWIN_RELATIONSHIP_STATUS |
valueOf(int ai_type)
|
static TWIN_RELATIONSHIP_STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TWIN_RELATIONSHIP_STATUS[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TWIN_RELATIONSHIP_STATUS MONOZYGOTIC
public static final TWIN_RELATIONSHIP_STATUS DIZYGOTIC
public static final TWIN_RELATIONSHIP_STATUS UNKNOWN
| Method Detail |
|---|
public static final TWIN_RELATIONSHIP_STATUS[] values()
for(TWIN_RELATIONSHIP_STATUS c : TWIN_RELATIONSHIP_STATUS.values())
System.out.println(c);
public static TWIN_RELATIONSHIP_STATUS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getType()
public static TWIN_RELATIONSHIP_STATUS valueOf(int ai_type)
ai_type - The twin relationship line type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||