|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqQuery.DisplayField.FieldType>
CqQuery.DisplayField.FieldType
public static enum CqQuery.DisplayField.FieldType
The value types for result set rows
Enum Constant Summary | |
---|---|
BINARY
An arbitrarily large string of uninterpreted data bits |
|
DATE_TIME
A GMT date/time between 12:00:01 AM January 1, 1970 and 11:59:59 PM January 18, 2038. |
|
DBID
A database id (integer) field |
|
FLOAT
A floating point value |
|
ID
A record id (alphanumeric) field |
|
INTEGER
An integer in the range -9999999999 to 9999999999 |
|
MULTILINE_STRING
An arbitrarily long string of characters, possibly containing one or more newline characters. |
|
RECORD_TYPE
A record's record type name |
|
REFERENCE
A reference field |
|
SHORT_STRING
A single-line of text up to 254 characters. |
|
STATE
The name of a record's current state |
|
STATE_TYPE
The type of a record's current state |
|
UNKNOWN
An initial value for ValueType variables |
Method Summary | |
---|---|
static CqQuery.DisplayField.FieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqQuery.DisplayField.FieldType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
CqFieldValue.ValueType |
valueType()
|
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CqQuery.DisplayField.FieldType BINARY
public static final CqQuery.DisplayField.FieldType DATE_TIME
public static final CqQuery.DisplayField.FieldType DBID
public static final CqQuery.DisplayField.FieldType FLOAT
public static final CqQuery.DisplayField.FieldType ID
public static final CqQuery.DisplayField.FieldType INTEGER
public static final CqQuery.DisplayField.FieldType MULTILINE_STRING
public static final CqQuery.DisplayField.FieldType RECORD_TYPE
public static final CqQuery.DisplayField.FieldType REFERENCE
public static final CqQuery.DisplayField.FieldType SHORT_STRING
public static final CqQuery.DisplayField.FieldType STATE
public static final CqQuery.DisplayField.FieldType STATE_TYPE
public static final CqQuery.DisplayField.FieldType UNKNOWN
Method Detail |
---|
public static CqQuery.DisplayField.FieldType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CqQuery.DisplayField.FieldType[] values()
for (CqQuery.DisplayField.FieldType c : CqQuery.DisplayField.FieldType.values()) System.out.println(c);
public CqFieldValue.ValueType valueType()
|
Generated Tue 26-Jul-2016 01:02 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |