|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.openmbean.OpenType
javax.management.openmbean.ArrayType
The ArrayType class is the open type class whose instances describe all open data values which are n-dimensional arrays of open data values
Field Summary |
Fields inherited from class javax.management.openmbean.OpenType |
ALLOWED_CLASSNAMES |
Constructor Summary | |
ArrayType(int dimension,
OpenType elementType)
Constructs an ArrayType instance describing open data values which are arrays with dimension dimension of elements whose open type is elementType. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Check if object is equal with this ArrayType |
int |
getDimension()
Returns the Dimension described by this ArrayType |
OpenType |
getElementOpenType()
Returns the OpenType of element values contained in in the arrays described by this ArrayType instance |
int |
hashCode()
Compute the hashCode of this ArrayType |
boolean |
isValue(java.lang.Object object)
Test whether object is a value for this ArrayType instance. |
java.lang.String |
toString()
Format this ArrayType is a String |
Methods inherited from class javax.management.openmbean.OpenType |
getClassName, getDescription, getTypeName, isArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArrayType(int dimension, OpenType elementType) throws OpenDataException
dimension
- The dimension of this ArrayType and should be greater
than 0;elementType
- The OpenType element of this ArrayType
OpenDataException
- if elementType is instance of ArrayType
java.lang.IllegalArgumentException
- if dimension is less than or zeroMethod Detail |
public int getDimension()
public OpenType getElementOpenType()
OpenType
instancepublic boolean isValue(java.lang.Object object)
ArrayType
instance.
isValue
in class OpenType
public boolean equals(java.lang.Object object)
equals
in class OpenType
public int hashCode()
hashCode
in class OpenType
public java.lang.String toString()
toString
in class OpenType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |