org.apache.tomcat.util.modeler

Class FeatureInfo

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) $

Author: Craig R. McClanahan

Field Summary
protected Stringdescription
protected MBeanFeatureInfoinfo
protected Stringname
protected Stringtype
Method Summary
StringgetDescription()
The human-readable description of this feature.
StringgetName()
The name of this feature, which must be unique among features in the same collection.
StringgetType()
The fully qualified Java class name of this element.
voidsetDescription(String description)
voidsetName(String name)
voidsetType(String type)

Field Detail

description

protected String description

info

protected MBeanFeatureInfo info

name

protected String name

type

protected String type

Method Detail

getDescription

public String getDescription()
The human-readable description of this feature.

getName

public String getName()
The name of this feature, which must be unique among features in the same collection.

getType

public String getType()
The fully qualified Java class name of this element.

setDescription

public void setDescription(String description)

setName

public void setName(String name)

setType

public void setType(String type)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.