org.apache.commons.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: 155428 $ $Date: 2005-02-26 08:12:25 -0500 (Sat, 26 Feb 2005) $

Author: Craig R. McClanahan

Field Summary
protected Stringdescription
protected Listfields
protected Stringname
static longserialVersionUID
Method Summary
voidaddField(FieldInfo field)

Add a new field to the fields associated with the Descriptor that will be created from this metadata.

protected voidaddFields(Descriptor descriptor)

Add the name/value fields that have been stored into the specified Descriptor instance.

StringgetDescription()
The human-readable description of this feature.
ListgetFields()
The field information for this feature.
StringgetName()
The name of this feature, which must be unique among features in the same collection.
voidsetDescription(String description)
voidsetName(String name)

Field Detail

description

protected String description

fields

protected List fields

name

protected String name

serialVersionUID

static final long serialVersionUID

Method Detail

addField

public void addField(FieldInfo field)

Add a new field to the fields associated with the Descriptor that will be created from this metadata.

Parameters: field The field to be added

addFields

protected void addFields(Descriptor descriptor)

Add the name/value fields that have been stored into the specified Descriptor instance.

Parameters: descriptor The Descriptor to add fields to

getDescription

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

getFields

public List getFields()
The field information for this feature.

getName

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

setDescription

public void setDescription(String description)

setName

public void setName(String name)
Copyright (c) 2001-2003 - Apache Software Foundation