org.eclipse.stp.core.sca
Interface ReferenceValuesSet

All Superinterfaces:
SCAObject

public interface ReferenceValuesSet
extends SCAObject

A representation of the model object 'Reference Values Set'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getReferenceValuesSet()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 Component getComponent()
          Returns the value of the 'Component' container reference.
 java.util.List getReferenceValues()
          Returns the value of the 'Reference Values' containment reference list.
 void setComponent(Component value)
          Sets the value of the 'Component' container reference.
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getName, getStatus, setName
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getReferenceValues

java.util.List getReferenceValues()
Returns the value of the 'Reference Values' containment reference list. The list contents are of type ReferenceValue. It is bidirectional and its opposite is 'Reference Value Set'.

If the meaning of the 'Reference Values' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reference Values' containment reference list.
See Also:
SCAPackage.getReferenceValuesSet_ReferenceValues(), ReferenceValue.getReferenceValueSet()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getReferenceValuesSet_AnyAttribute()

getComponent

Component getComponent()
Returns the value of the 'Component' container reference.

If the meaning of the 'Component' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component' container reference.
See Also:
setComponent(Component), SCAPackage.getReferenceValuesSet_Component()

setComponent

void setComponent(Component value)
Sets the value of the 'Component' container reference.

Parameters:
value - the new value of the 'Component' container reference.
See Also:
getComponent()