Uses of Class
javax.management.openmbean.SimpleType
Package
Description
Provides the open data types and Open MBean descriptor classes.
-
Uses of SimpleType in javax.management.openmbean
Modifier and TypeFieldDescriptionstatic final SimpleType
<BigDecimal> SimpleType.BIGDECIMAL
TheSimpleType
instance describing values whose Java class name isjava.math.BigDecimal
.static final SimpleType
<BigInteger> SimpleType.BIGINTEGER
TheSimpleType
instance describing values whose Java class name isjava.math.BigInteger
.static final SimpleType
<Boolean> SimpleType.BOOLEAN
TheSimpleType
instance describing values whose Java class name isjava.lang.Boolean
.static final SimpleType
<Byte> SimpleType.BYTE
TheSimpleType
instance describing values whose Java class name isjava.lang.Byte
.static final SimpleType
<Character> SimpleType.CHARACTER
TheSimpleType
instance describing values whose Java class name isjava.lang.Character
.static final SimpleType
<Date> SimpleType.DATE
TheSimpleType
instance describing values whose Java class name isjava.util.Date
.static final SimpleType
<Double> SimpleType.DOUBLE
TheSimpleType
instance describing values whose Java class name isjava.lang.Double
.static final SimpleType
<Float> SimpleType.FLOAT
TheSimpleType
instance describing values whose Java class name isjava.lang.Float
.static final SimpleType
<Integer> SimpleType.INTEGER
TheSimpleType
instance describing values whose Java class name isjava.lang.Integer
.static final SimpleType
<Long> SimpleType.LONG
TheSimpleType
instance describing values whose Java class name isjava.lang.Long
.static final SimpleType
<ObjectName> SimpleType.OBJECTNAME
TheSimpleType
instance describing values whose Java class name isjavax.management.ObjectName
.static final SimpleType
<Short> SimpleType.SHORT
TheSimpleType
instance describing values whose Java class name isjava.lang.Short
.static final SimpleType
<String> SimpleType.STRING
TheSimpleType
instance describing values whose Java class name isjava.lang.String
.static final SimpleType
<Void> SimpleType.VOID
TheSimpleType
instance describing values whose Java class name isjava.lang.Void
.ModifierConstructorDescriptionArrayType
(SimpleType<?> elementType, boolean primitiveArray) Constructs a unidimensionalArrayType
instance for the suppliedSimpleType
.