java.beans
public class MethodDescriptor extends FeatureDescriptor
Since: JDK1.1
Constructor Summary | |
---|---|
MethodDescriptor(Method m) Create a new MethodDescriptor.
| |
MethodDescriptor(Method m, ParameterDescriptor[] parameterDescriptors) Create a new MethodDescriptor.
|
Method Summary | |
---|---|
Method | getMethod() Get the method this MethodDescriptor represents. |
ParameterDescriptor[] | getParameterDescriptors() Get the parameter descriptors from this method.
|
Parameters: m the method it will represent.
Parameters: m the method it will represent. parameterDescriptors descriptions of the parameters (especially names).