|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a formal parameter to a component. An IParameterSpecification
is contained
by a IComponentSpecification
.
TBD: Identify arrays in some way.
Method Summary | |
java.lang.String |
getDefaultValue()
Returns the default value for the parameter (or null if the parameter has no default value). |
java.lang.String |
getDescription()
Returns the documentation for this parameter. |
java.lang.String |
getPropertyName()
Returns the name of the JavaBeans property to connect the parameter to. |
java.lang.String |
getType()
Returns the class name of the expected type of the parameter. |
boolean |
isRequired()
Returns true if the parameter is required by the component. |
void |
setDefaultValue(java.lang.String defaultValue)
Sets the default value of the JavaBeans property if no binding is provided |
void |
setDescription(java.lang.String description)
Sets the documentation for this parameter. |
void |
setPropertyName(java.lang.String propertyName)
Sets the property name (of the component class) to connect the parameter to. |
void |
setRequired(boolean value)
|
void |
setType(java.lang.String value)
Sets the type of value expected for the parameter. |
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Method Detail |
public java.lang.String getType()
java.lang.Object
which matches anything.
public boolean isRequired()
public void setRequired(boolean value)
public void setType(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void setPropertyName(java.lang.String propertyName)
public java.lang.String getPropertyName()
public java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |