Constructor and Description |
---|
ObjectReadField(SerializableField field)
Construct a new instance with the default value.
|
ObjectReadField(SerializableField field,
java.lang.Object value)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Kind |
getKind()
Get the kind of field represented by this object.
|
java.lang.Object |
getObject()
Get the object value of this field.
|
public ObjectReadField(SerializableField field, java.lang.Object value)
field
- the serializable fieldvalue
- the valuepublic ObjectReadField(SerializableField field)
field
- the serializable fieldpublic Kind getKind()
Copyright © 2011 JBoss, a division of Red Hat, Inc.