railo.commons.lang.types
Interface RefBoolean


public interface RefBoolean

Integer Type that can be modified


Method Summary
 void setValue(boolean value)
           
 java.lang.Boolean toBoolean()
           
 boolean toBooleanValue()
           
 

Method Detail

setValue

public void setValue(boolean value)
Parameters:
value -

toBoolean

public java.lang.Boolean toBoolean()
Returns:
returns value as Boolean Object

toBooleanValue

public boolean toBooleanValue()
Returns:
returns value as boolean value