railo.commons.lang.types
Interface RefInteger

All Known Implementing Classes:
RefIntegerImpl, RefIntegerSync

public interface RefInteger

Integer Type that can be modified


Method Summary
 void minus(int value)
          operation minus
 void plus(int value)
          operation plus
 void setValue(int value)
           
 Double toDouble()
           
 double toDoubleValue()
           
 int toInt()
           
 Integer toInteger()
           
 

Method Detail

setValue

void setValue(int value)
Parameters:
value -

plus

void plus(int value)
operation plus

Parameters:
value -

minus

void minus(int value)
operation minus

Parameters:
value -

toInteger

Integer toInteger()
Returns:
returns value as integer Object

toInt

int toInt()
Returns:
returns value as int

toDouble

Double toDouble()
Returns:
returns value as Double Object

toDoubleValue

double toDoubleValue()
Returns:
returns value as double


Copyright © 2012 Railo