| Package | Description | 
|---|---|
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SimpleType<BigDecimal> | SimpleType. BIGDECIMALThe  SimpleTypeinstance describing values whose
 Java class name isjava.math.BigDecimal. | 
| static SimpleType<BigInteger> | SimpleType. BIGINTEGERThe  SimpleTypeinstance describing values whose
 Java class name isjava.math.BigInteger. | 
| static SimpleType<Boolean> | SimpleType. BOOLEANThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Boolean. | 
| static SimpleType<Byte> | SimpleType. BYTEThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Byte. | 
| static SimpleType<Character> | SimpleType. CHARACTERThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Character. | 
| static SimpleType<Date> | SimpleType. DATEThe  SimpleTypeinstance describing values whose
 Java class name isjava.util.Date. | 
| static SimpleType<Double> | SimpleType. DOUBLEThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Double. | 
| static SimpleType<Float> | SimpleType. FLOATThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Float. | 
| static SimpleType<Integer> | SimpleType. INTEGERThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Integer. | 
| static SimpleType<Long> | SimpleType. LONGThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Long. | 
| static SimpleType<ObjectName> | SimpleType. OBJECTNAMEThe  SimpleTypeinstance describing values whose
 Java class name isjavax.management.ObjectName. | 
| static SimpleType<Short> | SimpleType. SHORTThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Short. | 
| static SimpleType<String> | SimpleType. STRINGThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.String. | 
| static SimpleType<Void> | SimpleType. VOIDThe  SimpleTypeinstance describing values whose
 Java class name isjava.lang.Void. | 
| Constructor and Description | 
|---|
| ArrayType(SimpleType<?> elementType,
         boolean primitiveArray)Constructs a unidimensional  ArrayTypeinstance for the
 suppliedSimpleType. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.