railo.commons.lang.types
Class RefBooleanImpl
java.lang.Object
railo.commons.lang.types.RefBooleanImpl
- All Implemented Interfaces:
- RefBoolean
public final class RefBooleanImpl
- extends Object
- implements RefBoolean
Integer Type that can be modified
RefBooleanImpl
public RefBooleanImpl()
RefBooleanImpl
public RefBooleanImpl(boolean value)
- Parameters:
value
-
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
Copyright © 2012 Railo