com.genesyslab.ail
Class ContactAttributeMetaData.Type

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

public static class ContactAttributeMetaData.Type
extends Enum

Constants that describe the possible types of ContactAttributeMetaData.


Field Summary
static ContactAttributeMetaData.Type BINARYVALUE
          Constant for the type Binary 'BinValue'.
static int BINARYVALUE_
          Constant for the type Binary 'BinValue'.
static ContactAttributeMetaData.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 ContactAttributeMetaData.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 ContactAttributeMetaData.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 ContactAttributeMetaData.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 ContactAttributeMetaData.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 ContactAttributeMetaData.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 ContactAttributeMetaData.Type getType(int value)
Returns the Type for this value.