| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.beans.FeatureDescriptor
java.beans.MethodDescriptor
public class MethodDescriptor
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  | 
| 생성자 의 상세 | 
|---|
public MethodDescriptor(Method method)
Method 로부터 MethodDescriptor 를 구축합니다.
method - 저레벨의 메소드 정보
public MethodDescriptor(Method  method,
                        ParameterDescriptor [] parameterDescriptors)
Method 로부터 MethodDescriptor 를 구축해, 메소드의 각 파라미터에 대해 설명적인 정보를 제공합니다.
method - 저레벨의 메소드 정보parameterDescriptors - 메소드의 각 파라미터에 관한 설명적인 정보| 메소드의 상세 | 
|---|
public Method getMethod()
public ParameterDescriptor [] getParameterDescriptors()
| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.