|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.modeler.FeatureInfo
org.apache.commons.modeler.ConstructorInfo
public class ConstructorInfo
Internal configuration information for a Constructor
descriptor.
| Field Summary | |
|---|---|
protected java.lang.String |
displayName
|
protected ParameterInfo[] |
parameters
|
| Fields inherited from class org.apache.commons.modeler.FeatureInfo |
|---|
description, fields, name |
| Constructor Summary | |
|---|---|
ConstructorInfo()
|
|
| Method Summary | |
|---|---|
void |
addParameter(ParameterInfo parameter)
Add a new parameter to the set of parameters for this constructor. |
javax.management.modelmbean.ModelMBeanConstructorInfo |
createConstructorInfo()
Create and return a ModelMBeanConstructorInfo object that
corresponds to the attribute described by this instance. |
java.lang.String |
getDisplayName()
The display name of this attribute. |
ParameterInfo[] |
getSignature()
The set of parameters for this constructor. |
void |
setDescription(java.lang.String description)
Override the description property setter. |
void |
setDisplayName(java.lang.String displayName)
|
void |
setName(java.lang.String name)
Override the name property setter. |
java.lang.String |
toString()
Return a string representation of this constructor descriptor. |
| Methods inherited from class org.apache.commons.modeler.FeatureInfo |
|---|
addField, addFields, getDescription, getFields, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String displayName
protected ParameterInfo[] parameters
| Constructor Detail |
|---|
public ConstructorInfo()
| Method Detail |
|---|
public void setDescription(java.lang.String description)
description property setter.
setDescription in class FeatureInfodescription - The new descriptionpublic void setName(java.lang.String name)
name property setter.
setName in class FeatureInfoname - The new namepublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
public ParameterInfo[] getSignature()
public void addParameter(ParameterInfo parameter)
parameter - The new parameter descriptorpublic javax.management.modelmbean.ModelMBeanConstructorInfo createConstructorInfo()
ModelMBeanConstructorInfo object that
corresponds to the attribute described by this instance.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||