<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.beans.MethodDescriptor
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.beans.html">This Package</a>  <a href="java.beans.Introspector.html#_top_">Previous</a>  <a href="java.beans.ParameterDescriptor.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.beans.MethodDescriptor
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.beans.FeatureDescriptor.html#_top_">java.beans.FeatureDescriptor</a>
           |
           +----java.beans.MethodDescriptor
</pre>
<hr>
<dl>
  <dt> public class <b>MethodDescriptor</b>
  <dt> extends <a href="java.beans.FeatureDescriptor.html#_top_">FeatureDescriptor</a>
</dl>
A MethodDescriptor describes a particular method that a Java Bean
 supports for external access from other components.
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MethodDescriptor(java.lang.reflect.Method)"><b>MethodDescriptor</b></a>(Method)
  <dd>  
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#MethodDescriptor(java.lang.reflect.Method, java.beans.ParameterDescriptor[])"><b>MethodDescriptor</b></a>(Method, ParameterDescriptor[])
  <dd>  
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getMethod()"><b>getMethod</b></a>()
  <dd>  
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getParameterDescriptors()"><b>getParameterDescriptors</b></a>()
  <dd>  
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="MethodDescriptor"></a>
<a name="MethodDescriptor(java.lang.reflect.Method)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>MethodDescriptor</b>
<pre>
 public MethodDescriptor(<a href="java.lang.reflect.Method.html#_top_">Method</a> method)
</pre>
<dl>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> method - The low-level method information.
  </dl></dd>
</dl>
<a name="MethodDescriptor(java.lang.reflect.Method, java.beans.ParameterDescriptor[])"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>MethodDescriptor</b>
<pre>
 public MethodDescriptor(<a href="java.lang.reflect.Method.html#_top_">Method</a> method,
                         <a href="java.beans.ParameterDescriptor.html#_top_">ParameterDescriptor</a> parameterDescriptors[])
</pre>
<dl>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> method - The low-level method information.
    <dd> parameterDescriptors - Descriptive information for each of the
		 		method's parameters.
  </dl></dd>
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getMethod()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getMethod"><b>getMethod</b></a>
<pre>
 public <a href="java.lang.reflect.Method.html#_top_">Method</a> getMethod()
</pre>
<dl>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> The low-level description of the method
  </dl></dd>
</dl>
<a name="getParameterDescriptors()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getParameterDescriptors"><b>getParameterDescriptors</b></a>
<pre>
 public <a href="java.beans.ParameterDescriptor.html#_top_">ParameterDescriptor</a>[] getParameterDescriptors()
</pre>
<dl>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> The locale-independent names of the parameters.  May return
		a null array if the parameter names aren't known.
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.beans.html">This Package</a>  <a href="java.beans.Introspector.html#_top_">Previous</a>  <a href="java.beans.ParameterDescriptor.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
