Save This Page
Home » commons-modeler-2.0.1-src » org.apache.commons » modeler » [javadoc | source]
org.apache.commons.modeler
public class: ConstructorInfo [javadoc | source]
java.lang.Object
   org.apache.commons.modeler.FeatureInfo
      org.apache.commons.modeler.ConstructorInfo

All Implemented Interfaces:
    Serializable

Internal configuration information for a Constructor descriptor.

Field Summary
static final  long serialVersionUID     
transient  ModelMBeanConstructorInfo info    The ModelMBeanConstructorInfo object that corresponds to this ConstructorInfo instance. 
protected  String displayName     
protected  ParameterInfo[] parameters     
Fields inherited from org.apache.commons.modeler.FeatureInfo:
serialVersionUID,  description,  fields,  name
Method from org.apache.commons.modeler.ConstructorInfo Summary:
addParameter,   createConstructorInfo,   getDisplayName,   getSignature,   setDescription,   setDisplayName,   setName,   toString
Methods from org.apache.commons.modeler.FeatureInfo:
addField,   addFields,   getDescription,   getFields,   getName,   setDescription,   setName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.modeler.ConstructorInfo Detail:
 public  void addParameter(ParameterInfo parameter) 
    Add a new parameter to the set of parameters for this constructor.
 public ModelMBeanConstructorInfo createConstructorInfo() 
    Create and return a ModelMBeanConstructorInfo object that corresponds to the attribute described by this instance.
 public String getDisplayName() 
    The display name of this attribute.
 public ParameterInfo[] getSignature() 
    The set of parameters for this constructor.
 public  void setDescription(String description) 
    Override the description property setter.
 public  void setDisplayName(String displayName) 
 public  void setName(String name) 
    Override the name property setter.
 public String toString() 
    Return a string representation of this constructor descriptor.