java.beans

Class 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: JDK1.1