protected static class SimpleBinaryTreeView.ArrayElementData extends Object implements PresentationElement.ArrayElementInfo
| Constructor and Description |
|---|
ArrayElementData(String textIn,
Value valueIn,
Value nodeValueIn)
Creates a new ArrayElementData.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
getNodeValue()
Gets the array element node value.
|
String |
getText()
Gets the text for the array element.
|
Value |
getValue()
Gets the array element value.
|
public Value getNodeValue()
getNodeValue in interface PresentationElement.ArrayElementInfopublic String getText()
getText in interface PresentationElement.ArrayElementInfopublic Value getValue()
getValue in interface PresentationElement.ArrayElementInfo