Package | Description |
---|---|
com.cybozu.kintone.database |
Modifier and Type | Method and Description |
---|---|
static FieldType |
FieldType.getEnum(java.lang.String str) |
FieldType |
Field.getFieldType()
Gets the field type.
|
FieldType |
ResultSet.getFieldType(java.lang.String name)
Gets the field type of the specified field.
|
FieldType |
Record.getFieldType(java.lang.String name)
Gets the field type of the specified field.
|
static FieldType |
FieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Field.setFieldType(FieldType fieldType)
Sets the field type.
|
Constructor and Description |
---|
Field(java.lang.String name,
FieldType type,
java.lang.Object value)
Constructor
|