com.genesyslab.ail
Class InteractionAttributeValue.Type

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

public static class InteractionAttributeValue.Type
extends Enum

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

STRVALUE_

public static final int STRVALUE_
Constant for the type String 'StrValue'.

See Also:
Constant Field Values

STRVALUE

public static final InteractionAttributeValue.Type STRVALUE
Constant for the type String 'StrValue'.


DATEVALUE_

public static final int DATEVALUE_
Constant for the type date 'DateValue'.

See Also:
Constant Field Values

DATEVALUE

public static final InteractionAttributeValue.Type DATEVALUE
Constant for the type date 'DateValue'.


INTEGERVALUE_

public static final int INTEGERVALUE_
Constant for the type Binary 'BinValue'.

See Also:
Constant Field Values

INTEGERVALUE

public static final InteractionAttributeValue.Type INTEGERVALUE
Constant for the type Binary 'BinValue'.


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