public static enum CqQuery.DisplayField.FieldType extends Enum<CqQuery.DisplayField.FieldType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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() |
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
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 nameNullPointerException
- 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()
Copyright © IBM 2018. All rights reserved.