org.systinet.wasp.dd
Interface Attributes.Class.Attribute

Enclosing interface:
Attributes.Class

public static interface Attributes.Class.Attribute

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

getKey

public java.lang.String getKey()
Gets the key of the attribute.

Returns:
the key of the attribute

setKey

public void setKey(java.lang.String key)
Sets the key of the attribute.

Parameters:
key - key of the attribute

getValue

public java.lang.String getValue()
Gets the value of the attribute.

Returns:
the value of the attribute

setValue

public void setValue(java.lang.String value)
Sets the value of the attribute.

Parameters:
value - value of the attribute