com.genesyslab.ail
Class ContactAttributeValue.Type

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

public static class ContactAttributeValue.Type
extends Enum

Constants that describe the types of ContactAttributeValue.


Field Summary
static ContactAttributeValue.Type BINARYVALUE
          Constant for the type Binary 'BinValue'.
static int BINARYVALUE_
          Constant for the type Binary 'BinValue'.
static ContactAttributeValue.Type DATEVALUE
          Constant for the type date 'DateValue'.
static int DATEVALUE_
          Constant for the type date 'DateValue'.
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
static ContactAttributeValue.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 ContactAttributeValue.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 ContactAttributeValue.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 ContactAttributeValue.Type DATEVALUE
Constant for the type date 'DateValue'.


BINARYVALUE_

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

See Also:
Constant Field Values

BINARYVALUE

public static final ContactAttributeValue.Type BINARYVALUE
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 ContactAttributeValue.Type getType(int value)
Returns the Type for this value.