Package org.apache.tomcat.util.modeler
Class ParameterInfo
- java.lang.Object
- 
- org.apache.tomcat.util.modeler.FeatureInfo
- 
- org.apache.tomcat.util.modeler.ParameterInfo
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ParameterInfo extends FeatureInfo Internal configuration information for a Parameterdescriptor.- Author:
- Craig R. McClanahan
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tomcat.util.modeler.FeatureInfodescription, info, name, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description ParameterInfo()Standard zero-arguments constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.management.MBeanParameterInfocreateParameterInfo()Create and return aMBeanParameterInfoobject that corresponds to the parameter described by this instance.- 
Methods inherited from class org.apache.tomcat.util.modeler.FeatureInfogetDescription, getName, getType, setDescription, setName, setType
 
- 
 
-