|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.attribute.AspectAttribute
Attribute for the AspectMetaData construct.
Constructor Summary | |
AspectAttribute(java.lang.String name,
int deploymentModel)
Create an AspectMetaData attribute. |
|
AspectAttribute(java.lang.String name,
java.lang.String deploymentModel)
Create an AspectMetaData attribute. |
Method Summary | |
java.lang.String |
getDeploymentModel()
Returns the deployment model. |
java.lang.String |
getName()
Returns the name of the aspect. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AspectAttribute(java.lang.String name, java.lang.String deploymentModel)
name
- the name of the aspectdeploymentModel
- the deployment model for the aspectpublic AspectAttribute(java.lang.String name, int deploymentModel)
name
- the name of the aspectdeploymentModel
- the deployment model for the aspectMethod Detail |
public java.lang.String getName()
public java.lang.String getDeploymentModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |