Interface Expressions
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExpressionsImpl
public interface Expressions extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Expressions'.The following features are supported:
- See Also:
ExpressionsPackage.getExpressions()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getItem()
Returns the value of the 'Item' containment reference.void
setItem(Expression value)
Sets the value of the 'Item
' containment reference.
-
-
-
Method Detail
-
getItem
Expression getItem()
Returns the value of the 'Item' containment reference.- Returns:
- the value of the 'Item' containment reference.
- See Also:
setItem(Expression)
,ExpressionsPackage.getExpressions_Item()
-
setItem
void setItem(Expression value)
Sets the value of the 'Item
' containment reference.- Parameters:
value
- the new value of the 'Item' containment reference.- See Also:
getItem()
-
-