java.io
Class EmulatedFields.ObjectSlot
java.lang.Object
java.io.EmulatedFields.ObjectSlot
- Enclosing class:
- EmulatedFields
static class EmulatedFields.ObjectSlot
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
ObjectStreamField field
fieldValue
Object fieldValue
defaulted
boolean defaulted
EmulatedFields.ObjectSlot
EmulatedFields.ObjectSlot()
getField
public ObjectStreamField getField()
- Returns the descriptor for this emulated field.
- Returns:
- the field descriptor
getFieldValue
public Object getFieldValue()
- Returns the value held by this emulated field.
- Returns:
- the field value
Please submit a feedback, bug or feature