org.vectomatic.common.model
Class FloatAttributeValue
java.lang.Object
   org.vectomatic.common.model.FloatAttributeValue
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:
- toStringin class- Object
 
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
Copyright © 2010. All Rights Reserved.