Uses of Class
javax.management.openmbean.SimpleType
-
Packages that use SimpleType Package Description javax.management.openmbean Provides the open data types and Open MBean descriptor classes. -
-
Uses of SimpleType in javax.management.openmbean
Fields in javax.management.openmbean declared as SimpleType Modifier and Type Field and Description static SimpleType<BigDecimal>
SimpleType. BIGDECIMAL
TheSimpleType
instance describing values whose Java class name isjava.math.BigDecimal
.static SimpleType<BigInteger>
SimpleType. BIGINTEGER
TheSimpleType
instance describing values whose Java class name isjava.math.BigInteger
.static SimpleType<Boolean>
SimpleType. BOOLEAN
TheSimpleType
instance describing values whose Java class name isjava.lang.Boolean
.static SimpleType<Byte>
SimpleType. BYTE
TheSimpleType
instance describing values whose Java class name isjava.lang.Byte
.static SimpleType<Character>
SimpleType. CHARACTER
TheSimpleType
instance describing values whose Java class name isjava.lang.Character
.static SimpleType<Date>
SimpleType. DATE
TheSimpleType
instance describing values whose Java class name isjava.util.Date
.static SimpleType<Double>
SimpleType. DOUBLE
TheSimpleType
instance describing values whose Java class name isjava.lang.Double
.static SimpleType<Float>
SimpleType. FLOAT
TheSimpleType
instance describing values whose Java class name isjava.lang.Float
.static SimpleType<Integer>
SimpleType. INTEGER
TheSimpleType
instance describing values whose Java class name isjava.lang.Integer
.static SimpleType<Long>
SimpleType. LONG
TheSimpleType
instance describing values whose Java class name isjava.lang.Long
.static SimpleType<ObjectName>
SimpleType. OBJECTNAME
TheSimpleType
instance describing values whose Java class name isjavax.management.ObjectName
.static SimpleType<Short>
SimpleType. SHORT
TheSimpleType
instance describing values whose Java class name isjava.lang.Short
.static SimpleType<String>
SimpleType. STRING
TheSimpleType
instance describing values whose Java class name isjava.lang.String
.static SimpleType<Void>
SimpleType. VOID
TheSimpleType
instance describing values whose Java class name isjava.lang.Void
.Constructors in javax.management.openmbean with parameters of type SimpleType Constructor and Description ArrayType(SimpleType<?> elementType, boolean primitiveArray)
Constructs a unidimensionalArrayType
instance 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, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.