org.eclipse.graphiti.mm
Interface Property

All Known Implementing Classes:
PropertyImpl

public interface Property

A representation of the model object 'Property'.

The following features are supported:

See Also:
MmPackage.getProperty()

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

Method Detail

getKey

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), MmPackage.getProperty_Key()

setKey

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

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

getValue

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), MmPackage.getProperty_Value()

setValue

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

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


Copyright (c) SAP AG 2005, 2010.