org.eclipse.stp.core.sca
Interface PropertyValuesSet

All Superinterfaces:
SCAObject

public interface PropertyValuesSet
extends SCAObject

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

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getPropertyValuesSet()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.util.List getPropertyValues()
          Returns the value of the 'Property Values' containment reference list.
 
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

getPropertyValues

java.util.List getPropertyValues()
Returns the value of the 'Property Values' containment reference list. The list contents are of type PropertyValue.

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

Returns:
the value of the 'Property Values' containment reference list.
See Also:
SCAPackage.getPropertyValuesSet_PropertyValues()

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.getPropertyValuesSet_AnyAttribute()