|
|||||||||
| 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.srl.Category.Type
public static class Category.Type
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 |
|---|
public static final int EMAIL_
public static final Category.Type EMAIL
public static final int WSS_
public static final Category.Type WSS
public static final int BOTH_
public static final Category.Type BOTH
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Category.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||