com.genesyslab.ail.srl
Class Category.Type

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

public static class Category.Type
extends Enum

Constants that describe the different types of categories.


Field Summary
static Category.Type BOTH
          Constant for the type "Both".
static int BOTH_
          Constant for the type "Both".
static Category.Type EMAIL
          Constant for the type "Email".
static int EMAIL_
          Constant for the type "Email".
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
static Category.Type WSS
          Constant for the type "WSS".
static int WSS_
          Constant for the type "WSS".
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Category.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

EMAIL_

public static final int EMAIL_
Constant for the type "Email".

See Also:
Constant Field Values

EMAIL

public static final Category.Type EMAIL
Constant for the type "Email".


WSS_

public static final int WSS_
Constant for the type "WSS".

See Also:
Constant Field Values

WSS

public static final Category.Type WSS
Constant for the type "WSS".


BOTH_

public static final int BOTH_
Constant for the type "Both".

See Also:
Constant Field Values

BOTH

public static final Category.Type BOTH
Constant for the type "Both".


MAX

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

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 Category.Type getType(int value)
Returns the Type for this value.