org.vectomatic.common.model
Class FloatAttributeValue
java.lang.Object
org.vectomatic.common.model.FloatAttributeValue
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, IAttributeValue
public class FloatAttributeValue
- extends Object
- implements IAttributeValue, com.google.gwt.user.client.rpc.IsSerializable
Class to represent attribute value of type float point number.
FloatAttributeValue
public FloatAttributeValue()
FloatAttributeValue
public FloatAttributeValue(float value)
getValue
public float getValue()
setValue
public void setValue(float value)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2010. All Rights Reserved.