JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.openjdk.jmc.common.item
Interface IItem
All Known Subinterfaces:
IQuantity
,
ITypedQuantity
<U>
All Known Implementing Classes:
ItemBuilder.ArrayItem
,
ItemBuilder.Item1
,
ItemBuilder.Item11
,
ItemBuilder.Item13
,
ItemBuilder.Item15
,
ItemBuilder.Item17
,
ItemBuilder.Item3
,
ItemBuilder.Item5
,
ItemBuilder.Item7
,
ItemBuilder.Item9
,
ScalarQuantity
,
ScalarQuantity.DoubleStored
,
ScalarQuantity.LongStored
public interface
IItem
An item of information. Item values are accessed by using
member accessors
retrieved from the item type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
IType
<?>
getType
()
The type of this item (analogous to
Object.getClass()
).
Method Detail
getType
IType
<?> getType()
The type of this item (analogous to
Object.getClass()
).
Returns:
the type of this item
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method