|
||||||||||
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.ParameterInfo
public class ParameterInfo
Internal configuration information for a Parameter
descriptor.
Field Summary | |
---|---|
protected String |
type
|
Fields inherited from class org.apache.commons.modeler.FeatureInfo |
---|
description, fields, name |
Constructor Summary | |
---|---|
ParameterInfo()
Standard zero-arguments constructor. |
|
ParameterInfo(String name,
String type,
String description)
Special constructor for setting up parameters programatically. |
Method Summary | |
---|---|
MBeanParameterInfo |
createParameterInfo()
Create and return a MBeanParameterInfo object that
corresponds to the parameter described by this instance. |
String |
getType()
The fully qualified Java class name of this parameter. |
void |
setDescription(String description)
Override the description property setter. |
void |
setName(String name)
Override the name property setter. |
void |
setType(String type)
|
String |
toString()
Return a string representation of this parameter 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 String type
Constructor Detail |
---|
public ParameterInfo()
public ParameterInfo(String name, String type, String description)
name
- Name of this parametertype
- Java class of this parameterdescription
- Description of this parameterMethod Detail |
---|
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 getType()
public void setType(String type)
public MBeanParameterInfo createParameterInfo()
MBeanParameterInfo
object that
corresponds to the parameter described by this instance.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |