protected static class SimpleBinaryTreeView.ArrayData extends Object implements PresentationElement.ArrayInfo
| Modifier and Type | Field and Description |
|---|---|
boolean |
continued
True if not all the elements are provided.
|
SimpleBinaryTreeView.ArrayElementData[] |
elementData
Data for the array elements.
|
String |
fieldName
The field name for the array.
|
Value |
fieldValue
The field value for the array.
|
int |
type
The display type.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ArrayData() |
| 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.
|
public String fieldName
public Value fieldValue
public SimpleBinaryTreeView.ArrayElementData[] elementData
public int type
public boolean continued
public PresentationElement.ArrayElementInfo getElementData(int index)
getElementData in interface PresentationElement.ArrayInfoindex - the element of interest.public int getElementDataLength()
getElementDataLength in interface PresentationElement.ArrayInfopublic String getFieldName()
getFieldName in interface PresentationElement.ArrayInfopublic Value getFieldValue()
getFieldValue in interface PresentationElement.ArrayInfopublic int getType()
PresentationElement.ADT_OBJECT,
PresentationElement.ADT_PRIMITIVE, and PresentationElement.ADT_GENERAL.getType in interface PresentationElement.ArrayInfopublic boolean isContinued()
isContinued in interface PresentationElement.ArrayInfo