|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.management.openmbean.OpenType | +--javax.management.openmbean.SimpleType
The SimpleType class is the open type class whose instances describe all open data values which are neither arrays,
nor CompositeData
values, nor TabularData
values. It predefines all its possible instances as static fields,
and has no public constructor.
Given a SimpleType instance describing values whose Java class name is className, the internal fields corresponding to the TypeName and description of this SimpleType instance are also set to className. In other words, its methods getClassName, getTypeName and getDescription all return the same string value className.
Field Summary | |
static javax.management.openmbean.SimpleType |
BIGDECIMAL
|
static javax.management.openmbean.SimpleType |
BIGINTEGER
|
static javax.management.openmbean.SimpleType |
BOOLEAN
|
static javax.management.openmbean.SimpleType |
BYTE
|
static javax.management.openmbean.SimpleType |
CHARACTER
|
static javax.management.openmbean.SimpleType |
DOUBLE
|
static javax.management.openmbean.SimpleType |
FLOAT
|
static javax.management.openmbean.SimpleType |
INTEGER
|
static javax.management.openmbean.SimpleType |
LONG
|
static javax.management.openmbean.SimpleType |
OBJECTNAME
|
static javax.management.openmbean.SimpleType |
SHORT
|
static javax.management.openmbean.SimpleType |
STRING
|
static javax.management.openmbean.SimpleType |
VOID
|
Fields inherited from class javax.management.openmbean.OpenType |
ALLOWED_CLASSNAMES |
Method Summary | |
boolean |
equals(java.lang.Object object)
Check the given object for equality |
int |
hashCode()
Retrieve the hashCode |
boolean |
isValue(java.lang.Object object)
Checks if this SimpleType object is value of
the given object |
java.lang.Object |
readResolve()
|
java.lang.String |
toString()
Returns a human readable representation of this SimpleType object |
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 |
Field Detail |
public static javax.management.openmbean.SimpleType BIGDECIMAL
public static javax.management.openmbean.SimpleType BIGINTEGER
public static javax.management.openmbean.SimpleType BOOLEAN
public static javax.management.openmbean.SimpleType BYTE
public static javax.management.openmbean.SimpleType CHARACTER
public static javax.management.openmbean.SimpleType DOUBLE
public static javax.management.openmbean.SimpleType FLOAT
public static javax.management.openmbean.SimpleType INTEGER
public static javax.management.openmbean.SimpleType LONG
public static javax.management.openmbean.SimpleType OBJECTNAME
public static javax.management.openmbean.SimpleType SHORT
public static javax.management.openmbean.SimpleType STRING
public static javax.management.openmbean.SimpleType VOID
Method Detail |
public boolean isValue(java.lang.Object object)
SimpleType
object is value of
the given object
isValue
in class OpenType
object
- The object to check
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
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 |