Java javax.management.openmbean SimpleType fields, constructors, methods, implement or subclass

Example usage for Java javax.management.openmbean SimpleType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.openmbean SimpleType.

The text is from its open source code.

Field

SimpleTypeVOID
The SimpleType instance describing values whose Java class name is java.lang.Void.
SimpleTypeBOOLEAN
The SimpleType instance describing values whose Java class name is java.lang.Boolean.
SimpleTypeCHARACTER
The SimpleType instance describing values whose Java class name is java.lang.Character.
SimpleTypeBYTE
The SimpleType instance describing values whose Java class name is java.lang.Byte.
SimpleTypeSHORT
The SimpleType instance describing values whose Java class name is java.lang.Short.
SimpleTypeINTEGER
The SimpleType instance describing values whose Java class name is java.lang.Integer.
SimpleTypeLONG
The SimpleType instance describing values whose Java class name is java.lang.Long.
SimpleTypeFLOAT
The SimpleType instance describing values whose Java class name is java.lang.Float.
SimpleTypeDOUBLE
The SimpleType instance describing values whose Java class name is java.lang.Double.
SimpleTypeSTRING
The SimpleType instance describing values whose Java class name is java.lang.String.
SimpleTypeBIGDECIMAL
The SimpleType instance describing values whose Java class name is java.math.BigDecimal.
SimpleTypeBIGINTEGER
The SimpleType instance describing values whose Java class name is java.math.BigInteger.
SimpleTypeDATE
The SimpleType instance describing values whose Java class name is java.util.Date.
SimpleTypeOBJECTNAME
The SimpleType instance describing values whose Java class name is javax.management.ObjectName.

Method

booleanisValue(Object obj)
Tests whether obj is a value for this SimpleType instance.