java.io.Serializable, ObjectDescriptionpublic class ByteObjectDescription extends AbstractObjectDescription
Byte object.| Constructor | Description |
|---|---|
ByteObjectDescription() |
Creates a new object description.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
createObject() |
Creates a new object (
Byte) based on this description object. |
boolean |
equals(java.lang.Object o) |
Tests for equality.
|
int |
hashCode() |
Returns a hash code for the object.
|
void |
setParameterFromObject(java.lang.Object o) |
Sets the parameters of this description object to match the supplied object.
|
configure, convertPrimitiveClass, getConfig, getDefinedParameterNames, getInstance, getObjectClass, getParameter, getParameterDefinition, getParameterNames, getUnconfiguredInstance, setParameter, setParameterDefinitionpublic ByteObjectDescription()
public java.lang.Object createObject()
Byte) based on this description object.Byte object.public void setParameterFromObject(java.lang.Object o) throws ObjectFactoryException
o - the object (should be an instance of Byte.ObjectFactoryException - if there is a problem
while reading the properties of the given object.public boolean equals(java.lang.Object o)
equals in interface ObjectDescriptionequals in class AbstractObjectDescriptiono - the object to test.public int hashCode()
hashCode in interface ObjectDescriptionhashCode in class AbstractObjectDescription