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.EObjectA 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 ExpressiongetItem()Returns the value of the 'Item' containment reference.voidsetItem(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()
-
-