org.apache.commons.modeler
public class ConstructorInfo extends FeatureInfo implements Serializable
Internal configuration information for a Constructor
descriptor.
Version: $Revision: 155428 $ $Date: 2005-02-26 08:12:25 -0500 (Sat, 26 Feb 2005) $
Field Summary | |
---|---|
protected String | displayName |
ModelMBeanConstructorInfo | info
The ModelMBeanConstructorInfo object that corresponds
to this ConstructorInfo instance. |
protected ParameterInfo[] | parameters |
static long | serialVersionUID |
Method Summary | |
---|---|
void | addParameter(ParameterInfo parameter)
Add a new parameter to the set of parameters for this constructor.
|
ModelMBeanConstructorInfo | createConstructorInfo()
Create and return a ModelMBeanConstructorInfo object that
corresponds to the attribute described by this instance. |
String | getDisplayName()
The display name of this attribute. |
ParameterInfo[] | getSignature()
The set of parameters for this constructor. |
void | setDescription(String description)
Override the description property setter.
|
void | setDisplayName(String displayName) |
void | setName(String name)
Override the name property setter.
|
String | toString()
Return a string representation of this constructor descriptor. |
ModelMBeanConstructorInfo
object that corresponds
to this ConstructorInfo
instance.Parameters: parameter The new parameter descriptor
ModelMBeanConstructorInfo
object that
corresponds to the attribute described by this instance.description
property setter.
Parameters: description The new description
name
property setter.
Parameters: name The new name