Class ItemBuilder.Item1

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private IType<IItem> type  
      private java.lang.Object value0  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Item1​(IType<IItem> type, java.lang.Object value0)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value0

        private final java.lang.Object value0
    • Constructor Detail

      • Item1

        private Item1​(IType<IItem> type,
                      java.lang.Object value0)
    • Method Detail

      • getType

        public IType<IItem> getType()
        Description copied from interface: IItem
        The type of this item (analogous to Object.getClass()).
        Specified by:
        getType in interface IItem
        Returns:
        the type of this item
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

        protected java.lang.String toString​(java.lang.Object o)