org.apache.tomcat.util.modeler
public class FeatureInfo extends Object implements Serializable
Convenience base class for AttributeInfo
,
ConstructorInfo
, and OperationInfo
classes
that will be used to collect configuration information for the
ModelMBean
beans exposed for management.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected String | description |
protected MBeanFeatureInfo | info |
protected String | name |
protected String | type |
Method Summary | |
---|---|
String | getDescription()
The human-readable description of this feature. |
String | getName()
The name of this feature, which must be unique among features in the
same collection. |
String | getType()
The fully qualified Java class name of this element. |
void | setDescription(String description) |
void | setName(String name) |
void | setType(String type) |