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.
|
java.lang.String |
toString() |
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()
java.lang.String toString()
toString
in interface Expression
toString
in interface LiteralValueReference
toString
in interface ValueReference
toString
in class java.lang.Object