Interface IItem

All Known Subinterfaces:
IQuantity, ITypedQuantity<U>

public interface IItem
An item of information. Item values are accessed by using member accessors retrieved from the item type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of this item (analogous to Object.getClass()).
  • Method Details

    • getType

      IType<?> getType()
      The type of this item (analogous to Object.getClass()).
      Returns:
      the type of this item