org.jboss.portal.common.value
Class IntegerValue
java.lang.Object
org.jboss.portal.common.value.Value
org.jboss.portal.common.value.IntegerValue
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class IntegerValue
- 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 |
IntegerValue
public IntegerValue()
IntegerValue
public IntegerValue(java.lang.Integer integer)
IntegerValue
public IntegerValue(int _value)
IntegerValue
public IntegerValue(java.lang.String value)
IntegerValue
public IntegerValue(java.lang.Integer[] values)
IntegerValue
public IntegerValue(int[] _values)
IntegerValue
public IntegerValue(java.lang.String[] values)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
isInstanceOf
public boolean isInstanceOf(java.lang.Class clazz)
- Specified by:
isInstanceOf
in 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:
getObjectArray
in class Value