|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValue
A representation of the model object 'Property Value'.
This interface is not intended to be implemented by clients.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.Object getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(Object)
,
SCAPackage.getPropertyValue_Value()
void setValue(java.lang.Object value)
Value
'
attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface SCAObject
setName(String)
,
SCAPackage.getPropertyValue_Name()
void setName(java.lang.String value)
Name
'
attribute.
setName
in interface SCAObject
value
- the new value of the 'Name' attribute.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |