public static interface DocumentProperties.DocumentProperty
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
The Item name.
|
Set<Item.ItemFlag> |
getFlags()
Gets all the field flags corresponding to the Item
|
int |
getSequenceNumber()
Incremental integer for the nth save this Item was last updated.
|
ItemDataType |
getType()
Gets the data type for a field, converting it to the more readable enum
|
List<Object> |
getValue()
Decodes the item value(s).
|
String |
getValueAsString()
Concatenates the list of values as text.
|
String getFieldName()
Set<Item.ItemFlag> getFlags()
int getSequenceNumber()
ItemDataType getType()
List<Object> getValue()
ItemDataType.TYPE_TEXT
. ItemDataType.TYPE_TEXT
- List with String objectItemDataType.TYPE_TEXT_LIST
- List of String objectsItemDataType.TYPE_NUMBER
- List with Double objectItemDataType.TYPE_NUMBER_RANGE
- List of Double objectsItemDataType.TYPE_TIME
- List with Calendar objectItemDataType.TYPE_TIME_RANGE
- List of Calendar objectsItemDataType.TYPE_OBJECT
with the subtype Attachment (e.g. $File items) -
List with Attachment
objectItemDataType.TYPE_NOTEREF_LIST
- List with one UNIDItemDataType.TYPE_UNAVAILABLE
- returns an empty listTyped#getValueAsText(char)
or native
support may be added at a later time.String getValueAsString()
Copyright © 2019–2021 HCL. All rights reserved.