org.inb.biomoby.shared.datatypes
Class MobyFloat
java.lang.Object
org.inb.biomoby.shared.message.AbstractMobyElement
org.inb.biomoby.shared.message.AbstractMobyObject
org.inb.biomoby.shared.datatypes.MobyFloat
- All Implemented Interfaces:
- Serializable, MobyPrimitive
public class MobyFloat
- extends AbstractMobyObject
- implements MobyPrimitive, Serializable
- Author:
- Dmitry Repchevsky
- See Also:
- Serialized Form
MobyFloat
public MobyFloat()
MobyFloat
public MobyFloat(double _float)
MobyFloat
public MobyFloat(String value)
setFloat
public void setFloat(double _float)
getFloat
public double getFloat()
toString
public String toString()
- Overrides:
toString
in class AbstractMobyObject
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010