com.genesyslab.ail
Class InteractionAttributeMetaData.Type

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

public static class InteractionAttributeMetaData.Type
extends Enum

Constants that describe the possible types of InteractionAttributeMetaData.


Field Summary
static InteractionAttributeMetaData.Type DATEVALUE
          Constant for the type date 'DateValue'.
static int DATEVALUE_
          Constant for the type date 'DateValue'.
static InteractionAttributeMetaData.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 InteractionAttributeMetaData.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 InteractionAttributeMetaData.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 InteractionAttributeMetaData.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 InteractionAttributeMetaData.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 InteractionAttributeMetaData.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 InteractionAttributeMetaData.Type getType(int value)
Returns the Type for this value.