Example usage for Java javax.management.openmbean OpenType fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | isArray Tells if this type describes an array (checked in constructor). |
OpenType(String className, String typeName, String description) Constructs an OpenType instance (actually a subclass instance as OpenType is abstract), checking for the validity of the given parameters. |
String | getClassName() Returns the fully qualified Java class name of the open data values this open type describes. |