Package org.openjdk.jmc.common.item
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 TypeMethodDescriptionIType<?>
getType()
The type of this item (analogous toObject.getClass()
).
-
Method Details
-
getType
IType<?> getType()The type of this item (analogous toObject.getClass()
).- Returns:
- the type of this item
-