ORG.oclc.xml.om
Class ElementImplBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--ORG.oclc.xml.om.ElementImplBeanInfo
- public class ElementImplBeanInfo
- extends SimpleBeanInfo
This class provides specialized JavaBeans support for the
ElementImpl
class to resolve which overloaded functions
are accessible through scripting.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ElementImplBeanInfo
public ElementImplBeanInfo()
getMethodDescriptors
public MethodDescriptor[] getMethodDescriptors()
- Returns the method descriptions for the methods that are
to be made available through scripting.
- Returns:
- an array of
MethodDescriptor
objects. - Overrides:
- getMethodDescriptors in class SimpleBeanInfo