| Package | Description |
|---|---|
| org.dd4t.contentmodel |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.findByName(String name) |
static FieldType |
FieldType.findByValue(int value) |
FieldType |
Field.getFieldType()
Get the field type
|
static FieldType |
FieldType.valueOf(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)
Set the field type
|
Copyright © 2017. All rights reserved.