edu.ksu.cis.projects.bogor.module.value
Interface IFloatValue
- All Superinterfaces:
- Comparable<IValue>, Disposable, IPrimitiveValue, IRealValue, IValue, Serializable
- All Known Implementing Classes:
- DefaultFloatValue
public interface IFloatValue
- extends IRealValue
Represents a float value.
- Version:
- CVS $Revision: 1.2 $ $Date: 2005/06/06 19:15:31 $
- Author:
- Robby
getFloat
float getFloat()
- Gets the float of this float value.
- Returns:
- The float of this float value.
clone
IFloatValue clone(Map<Object,Object> cloneMap)
- Override to specialize return type
- Specified by:
clone
in interface IPrimitiveValue
- Specified by:
clone
in interface IRealValue
- Specified by:
clone
in interface IValue
- Parameters:
cloneMap
- Original values (IValue
) to their clones (
IValue
) mapping. The clone map to solve
circular references in values. If this value is a key in the
map, then this method returns the value of the key in the map.
Must be non-null.
- Returns:
- The clone of this value. Non-null.