org.eclipse.gmt.modisco.java
Interface ManifestAttribute


public interface ManifestAttribute

A representation of the model object 'Manifest Attribute'.

The following features are supported:

See Also:
JavaPackage.getManifestAttribute()
Generated:
Model:

Method Summary
 java.lang.String getKey()
          Returns the value of the 'Key' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setKey(java.lang.String value)
          Sets the value of the 'Key' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Method Detail

getKey

java.lang.String getKey()
Returns the value of the 'Key' attribute.

If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), JavaPackage.getManifestAttribute_Key()
Generated:
Model:
unique="false" required="true" ordered="false"

setKey

void setKey(java.lang.String value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()
Generated:

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), JavaPackage.getManifestAttribute_Value()
Generated:
Model:
unique="false" required="true" ordered="false"

setValue

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

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: