Package org.openjdk.jmc.common.item
Interface IItem
-
- All Known Subinterfaces:
IQuantity,ITypedQuantity<U>
public interface IItemAn item of information. Item values are accessed by usingmember accessorsretrieved from the item type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IType<?>getType()The type of this item (analogous toObject.getClass()).
-
-
-
Method Detail
-
getType
IType<?> getType()
The type of this item (analogous toObject.getClass()).- Returns:
- the type of this item
-
-