public class ConstructorInfo extends FeatureInfo implements Serializable
Internal configuration information for a Constructor
descriptor.
Modifier and Type | Field and Description |
---|---|
protected String |
displayName |
protected ParameterInfo[] |
parameters |
description, fields, name
Constructor and Description |
---|
ConstructorInfo() |
Modifier and Type | Method and Description |
---|---|
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.
|
addField, addFields, getDescription, getFields, getName
protected String displayName
protected ParameterInfo[] parameters
public void setDescription(String description)
description
property setter.setDescription
in class FeatureInfo
description
- The new descriptionpublic void setName(String name)
name
property setter.setName
in class FeatureInfo
name
- The new namepublic String getDisplayName()
public void setDisplayName(String displayName)
public ParameterInfo[] getSignature()
public void addParameter(ParameterInfo parameter)
parameter
- The new parameter descriptorpublic ModelMBeanConstructorInfo createConstructorInfo()
ModelMBeanConstructorInfo
object that
corresponds to the attribute described by this instance.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.