public static interface PresentationElement.ArrayInfo
| Modifier and Type | Method and Description |
|---|---|
PresentationElement.ArrayElementInfo |
getElementData(int index)
Gets the element data for an array element.
|
int |
getElementDataLength()
Gets the length of the element data for the array.
|
String |
getFieldName()
Gets the field name of the array.
|
Value |
getFieldValue()
Gets the field value for the array.
|
int |
getType()
Gets the array display type.
|
boolean |
isContinued()
Determines if all the element data is present.
|
PresentationElement.ArrayElementInfo getElementData(int index)
index - the element of interest.int getElementDataLength()
String getFieldName()
Value getFieldValue()
int getType()
PresentationElement.ADT_OBJECT,
PresentationElement.ADT_PRIMITIVE, and PresentationElement.ADT_GENERAL.boolean isContinued()