|
|||||||||
| 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.ContactAttributeMetaData.Type
public static class ContactAttributeMetaData.Type
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 |
|---|
public static final int STRVALUE_
public static final ContactAttributeMetaData.Type STRVALUE
public static final int DATEVALUE_
public static final ContactAttributeMetaData.Type DATEVALUE
public static final int BINARYVALUE_
public static final ContactAttributeMetaData.Type BINARYVALUE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final ContactAttributeMetaData.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||