public interface ListValue extends LiteralValueReference
The following features are supported:
PatternLanguagePackage.getListValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ValueReference> |
getValues()
Returns the value of the 'Values' containment reference list.
|
org.eclipse.emf.common.util.EList<ValueReference> getValues()
ValueReference
.
If the meaning of the 'Values' containment reference list isn't clear, there really should be more of a description here...
PatternLanguagePackage.getListValue_Values()