| java.lang.Object javax.management.openmbean.OpenType
OpenType | abstract public class OpenType implements Serializable(Code) | | version: $Revision: 1.12 $ |
ALLOWED_CLASSNAMES | final public static String[] ALLOWED_CLASSNAMES(Code) | | |
getClassName | public String getClassName()(Code) | | Retrieve the className
the name of the class |
getDescription | public String getDescription()(Code) | | Retrieve the description
description |
getTypeName | public String getTypeName()(Code) | | Retrieve the typeName
typeName |
hashCode | abstract public int hashCode()(Code) | | |
isArray | public boolean isArray()(Code) | | check if this instance represents an array or not
true if the class represents an array, false otherwise |
|
|