This FieldType contains values that are contained in a lookup table.
name | data type | description |
---|---|---|
fieldType | FieldType | Returns the type of the values contained in this field. |
enumTypeDefinition | ArchiveReferenceType | Returns a reference to the archive containing enum entries that is linked to this field. |
enumFieldIdentifier | string | Returns the identifier of the linked field in the enum type definition. |
Properties inherited from FieldType |
||
typeName | FieldTypeEnum | Returns the name of this FieldType. |
Example
{ "fieldType" : { "typeName" : "BOOLEAN" }, "enumTypeDefinition" : { "name" : "...", "contentType" : "LOOKUP" }, "enumFieldIdentifier" : "...", "typeName" : "LOOKUPLIST" }