railo.commons.lang.types
Class RefBooleanImpl

java.lang.Object
  extended by railo.commons.lang.types.RefBooleanImpl
All Implemented Interfaces:
RefBoolean

public final class RefBooleanImpl
extends Object
implements RefBoolean

Integer Type that can be modified


Constructor Summary
RefBooleanImpl()
           
RefBooleanImpl(boolean value)
           
 
Method Summary
 void setValue(boolean value)
           
 Boolean toBoolean()
           
 boolean toBooleanValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefBooleanImpl

public RefBooleanImpl()

RefBooleanImpl

public RefBooleanImpl(boolean value)
Parameters:
value -
Method Detail

setValue

public void setValue(boolean value)
Specified by:
setValue in interface RefBoolean
Parameters:
value -

toBoolean

public Boolean toBoolean()
Specified by:
toBoolean in interface RefBoolean
Returns:
returns value as Boolean Object

toBooleanValue

public boolean toBooleanValue()
Specified by:
toBooleanValue in interface RefBoolean
Returns:
returns value as boolean value

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012 Railo