org.eclipse.stp.core.sca
Interface PropertyValue

All Superinterfaces:
SCAObject

public interface PropertyValue
extends SCAObject

A representation of the model object 'Property Value'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getPropertyValue()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.Object getValue()
          Returns the value of the 'Value' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setValue(java.lang.Object value)
          Sets the value of the 'Value' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getValue

java.lang.Object 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(Object), SCAPackage.getPropertyValue_Value()

setValue

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

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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Specified by:
getName in interface SCAObject
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SCAPackage.getPropertyValue_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Specified by:
setName in interface SCAObject
Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()