com.ds.fw.types
Interface FwIntegerIF

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, FwCopyableIF, FwDisplayableIF, FwSimpleObjectIF, java.io.Serializable
All Known Implementing Classes:
FwInteger

public interface FwIntegerIF
extends FwSimpleObjectIF, java.lang.Comparable


Method Summary
 void add(int i)
           
 int getValue()
           
 com.ds.fw.types.FwIntegerIF max(com.ds.fw.types.FwIntegerIF i)
           
 com.ds.fw.types.FwIntegerIF min(com.ds.fw.types.FwIntegerIF i)
           
 void setValue(int o)
           
 void subtract(int i)
           
 
Methods inherited from interface com.ds.fw.types.FwSimpleObjectIF
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, postCopy, toString, toStringValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

public int getValue()

setValue

public void setValue(int o)

add

public void add(int i)

subtract

public void subtract(int i)

max

public com.ds.fw.types.FwIntegerIF max(com.ds.fw.types.FwIntegerIF i)

min

public com.ds.fw.types.FwIntegerIF min(com.ds.fw.types.FwIntegerIF i)