java.beans
Class ParameterDescriptor

java.lang.Object
  extended by java.beans.FeatureDescriptor
      extended by 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:
JDK1.1

Constructor Summary
ParameterDescriptor()
           
 
Method Summary
 
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDescriptor

public ParameterDescriptor()