public class ByteObjectDescription extends AbstractObjectDescription
Byte object.| Constructor and Description |
|---|
ByteObjectDescription()
Creates a new object description.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject()
Creates a new object (
Byte) based on this description object. |
boolean |
equals(Object o)
Tests for equality.
|
int |
hashCode()
Returns a hash code for the object.
|
void |
setParameterFromObject(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 Object createObject()
Byte) based on this description object.Byte object.public void setParameterFromObject(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(Object o)
equals in interface ObjectDescriptionequals in class AbstractObjectDescriptiono - the object to test.public int hashCode()
hashCode in interface ObjectDescriptionhashCode in class AbstractObjectDescriptionCopyright © 2009-2012 jtstand.com. All Rights Reserved.