JavaTM 2 Platform
Standard Ed. 6

java.beans
類別 MethodDescriptor

java.lang.Object
  繼承者 java.beans.FeatureDescriptor
      繼承者 java.beans.MethodDescriptor

public class MethodDescriptor
extends FeatureDescriptor

MethodDescriptor 描述了一種特殊方法,即 Java Bean 支持從其他元件對其進行外部存取。


建構子摘要
MethodDescriptor(Method method)
          根據 Method 建構一個 MethodDescriptor
MethodDescriptor(Method method, ParameterDescriptor[] parameterDescriptors)
          根據為每個方法參數提供描述性資訊的 Method 建構一個 MethodDescriptor
 
方法摘要
 Method getMethod()
          獲得此 MethodDescriptor 封裝的方法。
 ParameterDescriptor[] getParameterDescriptors()
          獲得此 MethodDescriptor 每個方法參數的 ParameterDescriptor。
 
從類別 java.beans.FeatureDescriptor 繼承的方法
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

MethodDescriptor

public MethodDescriptor(Method method)
根據 Method 建構一個 MethodDescriptor

參數:
method - 低層級方法資訊。

MethodDescriptor

public MethodDescriptor(Method method,
                        ParameterDescriptor[] parameterDescriptors)
根據為每個方法參數提供描述性資訊的 Method 建構一個 MethodDescriptor

參數:
method - 低層級方法資訊。
parameterDescriptors - 每個方法參數的描述性資訊。
方法詳細資訊

getMethod

public Method getMethod()
獲得此 MethodDescriptor 封裝的方法。

返回:
方法的低層級描述

getParameterDescriptors

public ParameterDescriptor[] getParameterDescriptors()
獲得此 MethodDescriptor 每個方法參數的 ParameterDescriptor。

返回:
與語言環境無關的參數名。如果參數名是未知的,則可能返回 null。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only