org.jboss.portal.common.value
Class BooleanValue
java.lang.Object
   org.jboss.portal.common.value.Value
org.jboss.portal.common.value.Value
       org.jboss.portal.common.value.BooleanValue
org.jboss.portal.common.value.BooleanValue
- All Implemented Interfaces: 
- java.io.Serializable, java.lang.Cloneable
- public class BooleanValue 
- extends Value
- Version:
- $Revision: 5451 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
 
| Method Summary | 
| protected  java.lang.Object[] | getObjectArray()Return the values as an array of converted object.
 | 
|  boolean | isInstanceOf(java.lang.Class clazz)
 | 
 
| Methods inherited from class org.jboss.portal.common.value.Value | 
| asObject, asObjectArray, asObjectList, asString, asStringArray, asStringList, clone, equals, hashCode, isEmpty, isMultiValued, isNull, size, toString | 
 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
BooleanValue
public BooleanValue()
BooleanValue
public BooleanValue(java.lang.Boolean value)
BooleanValue
public BooleanValue(boolean value)
BooleanValue
public BooleanValue(java.lang.String value)
BooleanValue
public BooleanValue(java.lang.Boolean[] values)
BooleanValue
public BooleanValue(boolean[] _values)
BooleanValue
public BooleanValue(java.lang.String[] values)
             throws java.lang.IllegalArgumentException
- Throws:
- java.lang.IllegalArgumentException
isInstanceOf
public boolean isInstanceOf(java.lang.Class clazz)
- 
- Specified by:
- isInstanceOfin class- Value
 
- 
 
getObjectArray
protected java.lang.Object[] getObjectArray()
- Description copied from class: Value
- Return the values as an array of converted object. It must always return a non null array.
 
- 
- Specified by:
- getObjectArrayin class- Value
 
-