com.genesyslab.ail
Class CustomAttachedData.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.CustomAttachedData.Type
Enclosing interface:
CustomAttachedData

public static class CustomAttachedData.Type
extends Enum

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

STRING_

public static final int STRING_
Type String.

See Also:
Constant Field Values

STRING

public static final CustomAttachedData.Type STRING
Type String.


INTEGER_

public static final int INTEGER_
Type Integer.

See Also:
Constant Field Values

INTEGER

public static final CustomAttachedData.Type INTEGER
Type Integer.


MAX

public static final int MAX
See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getType

public static final CustomAttachedData.Type getType(int value)
Returns the Type for this value.