private static class Node.ObjectPropListItem extends Node.AbstractPropListItem
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
objectValue |
private static long |
serialVersionUID |
Constructor and Description |
---|
ObjectPropListItem(int propType,
java.lang.Object objectValue,
Node.PropListItem next) |
Modifier and Type | Method and Description |
---|---|
Node.PropListItem |
chain(Node.PropListItem next) |
int |
getIntValue() |
java.lang.Object |
getObjectValue() |
java.lang.String |
toString() |
getNext, getType
private static final long serialVersionUID
private final java.lang.Object objectValue
ObjectPropListItem(int propType, java.lang.Object objectValue, Node.PropListItem next)
public int getIntValue()
public java.lang.Object getObjectValue()
public java.lang.String toString()
toString
in class java.lang.Object
public Node.PropListItem chain(Node.PropListItem next)
chain
in interface Node.PropListItem
chain
in class Node.AbstractPropListItem