Interface ListValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,LiteralValueReference
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Implementing Classes:
ListValueImpl
public interface ListValue extends LiteralValueReference
A representation of the model object 'List Value'.The following features are supported:
- See Also:
PatternLanguagePackage.getListValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ValueReference>
getValues()
Returns the value of the 'Values' containment reference list.java.lang.String
toString()
-
-
-
Method Detail
-
getValues
org.eclipse.emf.common.util.EList<ValueReference> getValues()
Returns the value of the 'Values' containment reference list. The list contents are of typeValueReference
.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
PatternLanguagePackage.getListValue_Values()
- Generated:
- Model:
- containment="true"
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceLiteralValueReference
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-