|
|||||||||
| 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.InteractionAttributeValue.Type
public static class InteractionAttributeValue.Type
Constants that describe the diferent types of InteractionAttribute.
| Field Summary | |
|---|---|
static InteractionAttributeValue.Type |
DATEVALUE
Constant for the type date 'DateValue'. |
static int |
DATEVALUE_
Constant for the type date 'DateValue'. |
static InteractionAttributeValue.Type |
INTEGERVALUE
Constant for the type Binary 'BinValue'. |
static int |
INTEGERVALUE_
Constant for the type Binary 'BinValue'. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
static InteractionAttributeValue.Type |
STRVALUE
Constant for the type String 'StrValue'. |
static int |
STRVALUE_
Constant for the type String 'StrValue'. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static InteractionAttributeValue.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 STRVALUE_
public static final InteractionAttributeValue.Type STRVALUE
public static final int DATEVALUE_
public static final InteractionAttributeValue.Type DATEVALUE
public static final int INTEGERVALUE_
public static final InteractionAttributeValue.Type INTEGERVALUE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final InteractionAttributeValue.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||