public enum DataType extends java.lang.Enum<DataType>
Enum for various IFieldDefinition data types supported by the API.
IField,
IIntegerField,
IFloatField,
IStringField,
IDateField,
ICurrencyField,
IBooleanField,
IEnumField,
IMultiEnumField,
IReferenceField,
IEnumAnswersField| Enum Constant and Description |
|---|
BOOLEAN_TYPE
Represents data type for
IBooleanField |
CLASSIFIER_TYPE
Represents data type for Classifier field
|
COMPUTED_FIELD_TYPE
Represents data type for Computed field
|
CURRENCY_TYPE
Represents data type for
ICurrencyField |
DATE_TYPE
Represents data type for
IDateField |
ENUM_ANSWERS_TYPE
Represents data type for
IEnumAnswersField |
ENUM_TYPE
Represents data type for
IEnumField |
FLOAT_TYPE
Represents data type for
IFloatField |
ID_TYPE
Represents data type for Id field
|
INTEGER_TYPE
Represents data type for
IIntegerField |
LARGE_STRING_TYPE
Represents data type for Long text field
|
MEDIUM_STRING_TYPE
Represents data type for Medium text field
|
MULTI_VALUE_ENUM
Represents data type for
IMultiEnumField |
REFERENCE_TYPE
Represents data type for
IReferenceField |
REPORT_TYPE
Represents data type for Report fragment field
|
STRING_TYPE
Represents data type for
IStringField |
UNLIMITED_STRING_TYPE
Represents data type for Unlimited long text field
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataType INTEGER_TYPE
IIntegerFieldpublic static final DataType FLOAT_TYPE
IFloatFieldpublic static final DataType STRING_TYPE
IStringFieldpublic static final DataType DATE_TYPE
IDateFieldpublic static final DataType CURRENCY_TYPE
ICurrencyFieldpublic static final DataType BOOLEAN_TYPE
IBooleanFieldpublic static final DataType ENUM_TYPE
IEnumFieldpublic static final DataType MULTI_VALUE_ENUM
IMultiEnumFieldpublic static final DataType REFERENCE_TYPE
IReferenceFieldpublic static final DataType REPORT_TYPE
public static final DataType COMPUTED_FIELD_TYPE
public static final DataType MEDIUM_STRING_TYPE
public static final DataType LARGE_STRING_TYPE
public static final DataType UNLIMITED_STRING_TYPE
public static final DataType ID_TYPE
public static final DataType ENUM_ANSWERS_TYPE
IEnumAnswersField public static final DataType CLASSIFIER_TYPE
public static DataType[] values()
for (DataType c : DataType.values()) System.out.println(c);
public static DataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.