站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

BooleanValue - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model22.other
Class BooleanValue

java.lang.Object
  extended byorg.jboss.portal.migration.model22.other.Value
      extended byorg.jboss.portal.migration.model22.other.BooleanValue
All Implemented Interfaces:
java.io.Serializable

public class BooleanValue
extends Value

Version:
$Revision: 5449 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
private  java.lang.Boolean[] values
          The Boolean array.
 
Fields inherited from class org.jboss.portal.migration.model22.other.Value
 
Constructor Summary
BooleanValue()
           
BooleanValue(boolean value)
           
BooleanValue(java.lang.Boolean value)
           
BooleanValue(boolean[] _values)
           
BooleanValue(java.lang.Boolean[] values)
           
BooleanValue(java.lang.String value)
           
BooleanValue(java.lang.String[] values)
           
 
Method Summary
 java.lang.Object[] asObjectArray()
          Return the values as an array of converted object.
 java.lang.String asString()
          Return the value as a string or null if the value is null.
 java.lang.String[] asStringArray()
          Return the values as an array of string.
 boolean isInstanceOf(java.lang.Class clazz)
           
 
Methods inherited from class org.jboss.portal.migration.model22.other.Value
asObject, equals, hashCode, isEmpty, isMultiValued, isNull, size, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

values

private java.lang.Boolean[] values
The Boolean array.

Constructor Detail

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
Method Detail

isInstanceOf

public boolean isInstanceOf(java.lang.Class clazz)
Specified by:
isInstanceOf in class Value

asStringArray

public java.lang.String[] asStringArray()
Description copied from class: Value
Return the values as an array of string.

Overrides:
asStringArray in class Value

asString

public java.lang.String asString()
Description copied from class: Value
Return the value as a string or null if the value is null.

Overrides:
asString in class Value

asObjectArray

public java.lang.Object[] asObjectArray()
Description copied from class: Value
Return the values as an array of converted object. Must always return a non null array !!!

Specified by:
asObjectArray in class Value