|
|||||||||||
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 open type for simple java classes. These are a fixed number of these. The open types are available as static constants from this class.
Field Summary | |
static SimpleType |
BIGDECIMAL
The simple type for java.math.BigDecimal |
static SimpleType |
BIGINTEGER
The simple type for java.math.BigInteger |
static SimpleType |
BOOLEAN
The simple type for java.lang.Boolean |
static SimpleType |
BYTE
The simple type for java.lang.Byte |
static SimpleType |
CHARACTER
The simple type for java.lang.Character |
static SimpleType |
DATE
The simple type for java.lang.Date |
static SimpleType |
DOUBLE
The simple type for java.lang.Double |
static SimpleType |
FLOAT
The simple type for java.lang.Float |
static SimpleType |
INTEGER
The simple type for java.lang.Integer |
static SimpleType |
LONG
The simple type for java.lang.Long |
static SimpleType |
OBJECTNAME
The simple type for javax.management.ObjectName |
static SimpleType |
SHORT
The simple type for java.lang.Short |
static SimpleType |
STRING
The simple type for java.lang.String |
static SimpleType |
VOID
The simple type for java.lang.Void |
Fields inherited from class javax.management.openmbean.OpenType |
ALLOWED_CLASSNAMES |
Method Summary | |
boolean |
equals(Object obj)
Compares two object types for equality |
int |
hashCode()
Retrieve the hashCode for this OpenType |
boolean |
isValue(Object obj)
Whether the passed value is one of those described by this open type. |
Object |
readResolve()
|
String |
toString()
Retrieve a string representation of this open type |
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 final SimpleType BIGDECIMAL
public static final SimpleType BIGINTEGER
public static final SimpleType BOOLEAN
public static final SimpleType BYTE
public static final SimpleType CHARACTER
public static final SimpleType DATE
public static final SimpleType DOUBLE
public static final SimpleType FLOAT
public static final SimpleType INTEGER
public static final SimpleType LONG
public static final SimpleType OBJECTNAME
public static final SimpleType SHORT
public static final SimpleType STRING
public static final SimpleType VOID
Method Detail |
public boolean isValue(Object obj)
OpenType
obj
- the object to test
public Object readResolve() throws ObjectStreamException
ObjectStreamException
public boolean equals(Object obj)
OpenType
public int hashCode()
OpenType
public String toString()
OpenType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |