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()
IItemObject.getClass()).public java.lang.String toString()
toString in class java.lang.Objectprotected java.lang.String toString(java.lang.Object o)