| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _FAMILY_TABLE_NONE
Integer value of enum value "FAMILY_TABLE_NONE" No family table is found. |
| static final FamilyTableStatus | FAMILY_TABLE_NONE
Object value of enum value "FAMILY_TABLE_NONE" No family table is found. |
| static final int | _FAMILY_TABLE_VALID_AND_NOT_EMPTY
Integer value of enum value "FAMILY_TABLE_VALID_AND_NOT_EMPTY" Family table is found and is not empty. |
| static final FamilyTableStatus | FAMILY_TABLE_VALID_AND_NOT_EMPTY
Object value of enum value "FAMILY_TABLE_VALID_AND_NOT_EMPTY" Family table is found and is not empty. |
| static final int | _FAMILY_TABLE_VALID_AND_EMPTY
Integer value of enum value "FAMILY_TABLE_VALID_AND_EMPTY" Family table is found but is empty. |
| static final FamilyTableStatus | FAMILY_TABLE_VALID_AND_EMPTY
Object value of enum value "FAMILY_TABLE_VALID_AND_EMPTY" Family table is found but is empty. |
| static final int | _FamilyTableStatus_null
Enum null value. |
| Method Summary | |
|---|---|
| static FamilyTableStatus | FromInt
(int value)
Creates enum object from an integer. |
| static FamilyTableStatus | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static FamilyTableStatus | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static FamilyTableStatus | FromInt | (Integer value) |
Creates enum object from an integer object.
|