railo.commons.lang.types
Class RefIntegerSync

java.lang.Object
  extended by railo.commons.lang.types.RefIntegerImpl
      extended by railo.commons.lang.types.RefIntegerSync
All Implemented Interfaces:
RefInteger

public final class RefIntegerSync
extends RefIntegerImpl

Integer Type that can be modified


Constructor Summary
RefIntegerSync(int value)
           
 
Method Summary
 void minus(int value)
          operation minus
 void plus(int value)
          operation plus
 void setValue(int value)
           
 
Methods inherited from class railo.commons.lang.types.RefIntegerImpl
toDouble, toDoubleValue, toInt, toInteger, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefIntegerSync

public RefIntegerSync(int value)
Parameters:
value -
Method Detail

setValue

public void setValue(int value)
Specified by:
setValue in interface RefInteger
Overrides:
setValue in class RefIntegerImpl
Parameters:
value -

plus

public void plus(int value)
operation plus

Specified by:
plus in interface RefInteger
Overrides:
plus in class RefIntegerImpl
Parameters:
value -

minus

public void minus(int value)
operation minus

Specified by:
minus in interface RefInteger
Overrides:
minus in class RefIntegerImpl
Parameters:
value -


Copyright © 2012 Railo