Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.beans

Class ParameterDescriptor

java.lang.Object
|
+--java.beans.FeatureDescriptor
   |
   +--java.beans.ParameterDescriptor


public class ParameterDescriptor

extends FeatureDescriptor

ParameterDescriptor represents a single parameter to a method. As it turns out, FeatureDescriptor is sufficient to hold all the information. Use its constructor and methods to set the appropriate values.

Since:Author: