|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.attribdef.definition.attribute.CustomAttribute
Attribute for the generic attributes defined by the user.
Constructor Summary | |
CustomAttribute(java.lang.String name,
java.lang.String value,
java.lang.String[] parameters)
Create a new CustomAttribute instance. |
Method Summary | |
java.lang.String |
getName()
Returns the name of the attribute. |
java.lang.String |
getValue()
Returns the value of the attribute. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CustomAttribute(java.lang.String name, java.lang.String value, java.lang.String[] parameters)
name
- the namevalue
- the valueparameters
- the parametersMethod Detail |
public java.lang.String getName()
public java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |