|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents attribute associated with Attributes.Class
,
Attributes.Class.Field
, Attributes.Class.Method
or
Attributes.Class.Method.Parameter
.
Method Summary | |
java.lang.String |
getKey()
Gets the key of the attribute. |
java.lang.String |
getValue()
Gets the value of the attribute. |
void |
setKey(java.lang.String key)
Sets the key of the attribute. |
void |
setValue(java.lang.String value)
Sets the value of the attribute. |
Method Detail |
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- key of the attributepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- value of the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |