org.eclipse.stp.core.sca
Interface PropertyValues

All Superinterfaces:
SCAObject

public interface PropertyValues
extends SCAObject

A representation of the model object 'Property Values'.

This interface is not intended to be implemented by clients.

The following features are supported:


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

getProperty

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

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

Returns:
the value of the 'Property' containment reference list.

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.