|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.common.value.AbstractValues
org.jboss.portal.common.value.BooleanValues
public class BooleanValues
Constructor Summary | |
---|---|
BooleanValues(boolean value)
|
|
BooleanValues(java.lang.Boolean value)
|
|
BooleanValues(boolean[] _values)
|
|
BooleanValues(java.lang.Boolean[] values)
|
|
BooleanValues(java.lang.String[] values)
|
Method Summary | |
---|---|
boolean |
asBoolean()
Return the value as a boolean. |
boolean[] |
asBooleanArray()
Default implementation throws FormatConversionException. |
java.lang.String |
asString()
Return the value as a string. |
java.lang.String[] |
asStringArray()
Return the values as an array of string. |
protected java.lang.Object[] |
getObjects()
Must always return a non null array !!! |
Methods inherited from class org.jboss.portal.common.value.AbstractValues |
---|
asInt, asIntArray, asObject, asObjectArray, asObjectList, equals, hashCode, isMultiValued, isNull, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BooleanValues(java.lang.String[] values) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public BooleanValues(java.lang.Boolean value)
public BooleanValues(java.lang.Boolean[] values)
public BooleanValues(boolean value)
public BooleanValues(boolean[] _values)
Method Detail |
---|
public java.lang.String[] asStringArray()
Value
public boolean[] asBooleanArray() throws NullConversionException, FormatConversionException
AbstractValues
asBooleanArray
in interface Value
asBooleanArray
in class AbstractValues
NullConversionException
- if one of the values is null
FormatConversionException
- if one of the values cannot be convertedpublic java.lang.String asString()
Value
public boolean asBoolean() throws NullConversionException, FormatConversionException
Value
asBoolean
in interface Value
asBoolean
in class AbstractValues
NullConversionException
- if one of the values is null
FormatConversionException
- if one of the values cannot be convertedprotected java.lang.Object[] getObjects()
AbstractValues
getObjects
in class AbstractValues
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |