|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.CustomAttachedData.Type
public static class CustomAttachedData.Type
Constants that describe the types of CustomAttachedData.
| Field Summary | |
|---|---|
static CustomAttachedData.Type |
INTEGER
Type Integer. |
static int |
INTEGER_
Type Integer. |
static int |
MAX
|
static CustomAttachedData.Type |
STRING
Type String. |
static int |
STRING_
Type String. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static CustomAttachedData.Type |
getType(int value)
Returns the Type for this value. |
static int |
max()
The number of defined constants, also the next usable value for the possible constants. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int STRING_
public static final CustomAttachedData.Type STRING
public static final int INTEGER_
public static final CustomAttachedData.Type INTEGER
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final CustomAttachedData.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||