Package org.openjdk.jmc.common.util
Class MCOldObject.MCOldObjectField
- java.lang.Object
-
- org.openjdk.jmc.common.util.MCOldObject.MCOldObjectField
-
- All Implemented Interfaces:
IMCOldObjectField
- Enclosing class:
- MCOldObject
private static class MCOldObject.MCOldObjectField extends java.lang.Object implements IMCOldObjectField
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.IntegerfieldModifier(package private) java.lang.StringfieldName
-
Constructor Summary
Constructors Constructor Description MCOldObjectField(java.lang.String fieldName, java.lang.Integer fieldModifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetModifier()Returns the field modifier.java.lang.StringgetName()Returns the field name.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IMCOldObjectFieldReturns the field name.- Specified by:
getNamein interfaceIMCOldObjectField- Returns:
- the name of the field containing the object
-
getModifier
public java.lang.Integer getModifier()
Description copied from interface:IMCOldObjectFieldReturns the field modifier.See
Modifierfor more information about the bit pattern and for methods that can be used to decode it.- Specified by:
getModifierin interfaceIMCOldObjectField- Returns:
- the modifier of the field containing the object
-
-