|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.xmldef.definition.AdviceDefinition
Holds the advice definition.
Constructor Summary | |
AdviceDefinition()
|
Method Summary | |
void |
addParameter(java.lang.String name,
java.lang.String value)
Adds a new parameter to the advice. |
java.lang.String |
getAdviceClassName()
Returns the class name of the advice. |
java.lang.String |
getAttribute()
Returns the attribute. |
java.lang.String |
getDeploymentModel()
Returns the the deployment model for the advice |
java.lang.String |
getName()
Returns the name of the advice. |
java.util.Map |
getParameters()
Returns the parameters as a Map. |
void |
setAdviceClassName(java.lang.String adviceClassName)
Sets the class name of the advice. |
void |
setAttribute(java.lang.String attribute)
Sets the attribute. |
void |
setDeploymentModel(java.lang.String deploymentModel)
Sets the deployment model for the advice. |
void |
setName(java.lang.String name)
Sets the name of the advice. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdviceDefinition()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getAdviceClassName()
public void setAdviceClassName(java.lang.String adviceClassName)
adviceClassName
- the class name of the advicepublic java.lang.String getDeploymentModel()
public void setDeploymentModel(java.lang.String deploymentModel)
deploymentModel
- the deployment modelpublic java.lang.String getAttribute()
public void setAttribute(java.lang.String attribute)
attribute
- the attributepublic void addParameter(java.lang.String name, java.lang.String value)
name
- the name of the parametervalue
- the value for the parameterpublic java.util.Map getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |