org.openxma.dsl.dom.model
Interface QuantifiedExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
QuantifiedExpressionImpl

public interface QuantifiedExpression
extends Expression

A representation of the model object 'Quantified Expression'.

The following features are supported:

See Also:
DomPackage.getQuantifiedExpression()

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 String getName()
          Returns the value of the 'Name' attribute.
 String getQuantifier()
          Returns the value of the 'Quantifier' attribute.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setQuantifier(String value)
          Sets the value of the 'Quantifier' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getQuantifier

String getQuantifier()
Returns the value of the 'Quantifier' attribute.

If the meaning of the 'Quantifier' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Quantifier' attribute.
See Also:
setQuantifier(String), DomPackage.getQuantifiedExpression_Quantifier()

setQuantifier

void setQuantifier(String value)
Sets the value of the 'Quantifier' attribute.

Parameters:
value - the new value of the 'Quantifier' attribute.
See Also:
getQuantifier()

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), DomPackage.getQuantifiedExpression_Expression()

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getQuantifiedExpression_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()


Copyright © 2013. All Rights Reserved.