|
||||||||||||
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 SimpleType |
BIGDECIMAL
|
static SimpleType |
BIGINTEGER
|
static SimpleType |
BOOLEAN
|
static SimpleType |
BYTE
|
static SimpleType |
CHARACTER
|
static SimpleType |
DOUBLE
|
static SimpleType |
FLOAT
|
static SimpleType |
INTEGER
|
static SimpleType |
LONG
|
static SimpleType |
OBJECTNAME
|
static SimpleType |
SHORT
|
static SimpleType |
STRING
|
static 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 SimpleType BIGDECIMAL
public static SimpleType BIGINTEGER
public static SimpleType BOOLEAN
public static SimpleType BYTE
public static SimpleType CHARACTER
public static SimpleType DOUBLE
public static SimpleType FLOAT
public static SimpleType INTEGER
public static SimpleType LONG
public static SimpleType OBJECTNAME
public static SimpleType SHORT
public static SimpleType STRING
public static 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 |