JavaTM 2 Platform
Standard Ed. 5.0

Uses of Class
javax.management.openmbean.SimpleType

Packages that use SimpleType
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
static SimpleType SimpleType.BIGDECIMAL
          The SimpleType instance describing values whose Java class name is java.math.BigDecimal.
static SimpleType SimpleType.BIGINTEGER
          The SimpleType instance describing values whose Java class name is java.math.BigInteger.
static SimpleType SimpleType.BOOLEAN
          The SimpleType instance describing values whose Java class name is java.lang.Boolean.
static SimpleType SimpleType.BYTE
          The SimpleType instance describing values whose Java class name is java.lang.Byte.
static SimpleType SimpleType.CHARACTER
          The SimpleType instance describing values whose Java class name is java.lang.Character.
static SimpleType SimpleType.DATE
          The SimpleType instance describing values whose Java class name is java.util.Date.
static SimpleType SimpleType.DOUBLE
          The SimpleType instance describing values whose Java class name is java.lang.Double.
static SimpleType SimpleType.FLOAT
          The SimpleType instance describing values whose Java class name is java.lang.Float.
static SimpleType SimpleType.INTEGER
          The SimpleType instance describing values whose Java class name is java.lang.Integer.
static SimpleType SimpleType.LONG
          The SimpleType instance describing values whose Java class name is java.lang.Long.
static SimpleType SimpleType.OBJECTNAME
          The SimpleType instance describing values whose Java class name is javax.management.ObjectName.
static SimpleType SimpleType.SHORT
          The SimpleType instance describing values whose Java class name is java.lang.Short.
static SimpleType SimpleType.STRING
          The SimpleType instance describing values whose Java class name is java.lang.String.
static SimpleType SimpleType.VOID
          The SimpleType instance describing values whose Java class name is java.lang.Void.
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.