public class FloatObjectDescription extends AbstractObjectDescription
Float object.| Constructor and Description |
|---|
FloatObjectDescription()
Creates a new object description.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject()
Creates an object based on this description.
|
boolean |
equals(Object o)
Tests for equality.
|
int |
hashCode()
Returns a hash code.
|
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 FloatObjectDescription()
public Object createObject()
public void setParameterFromObject(Object o) throws ObjectFactoryException
o - the object (should be an instance of Float).ObjectFactoryException - if the object is not an instance of Float.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.