private static class ItemBuilder.Item1 extends java.lang.Object implements IItem
Modifier and Type | Field and Description |
---|---|
private IType<IItem> |
type |
private java.lang.Object |
value0 |
Modifier | Constructor and Description |
---|---|
private |
Item1(IType<IItem> type,
java.lang.Object value0) |
Modifier and Type | Method and Description |
---|---|
IType<IItem> |
getType()
The type of this item (analogous to
Object.getClass() ). |
java.lang.String |
toString() |
protected java.lang.String |
toString(java.lang.Object o) |
public IType<IItem> getType()
IItem
Object.getClass()
).public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String toString(java.lang.Object o)