org.openxma.dsl.dom.model
Interface ExpressionFlag

All Superinterfaces:
AttributeFlag, AttributeProperty, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AvailableFlag, ReadOnlyFlag, RequiredFlag
All Known Implementing Classes:
AvailableFlagImpl, ExpressionFlagImpl, ReadOnlyFlagImpl, RequiredFlagImpl

public interface ExpressionFlag
extends AttributeFlag

A representation of the model object 'Expression Flag'.

The following features are supported:

See Also:
DomPackage.getExpressionFlag()

Method Summary
 org.openxma.dsl.core.model.EqualityExpr getExpression()
          Returns the value of the 'Expression' containment reference.
 void setExpression(org.openxma.dsl.core.model.EqualityExpr value)
          Sets the value of the 'Expression' containment reference.
 
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

getExpression

org.openxma.dsl.core.model.EqualityExpr 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(EqualityExpr), DomPackage.getExpressionFlag_Expression()

setExpression

void setExpression(org.openxma.dsl.core.model.EqualityExpr value)
Sets the value of the 'Expression' containment reference.

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


Copyright © 2013. All Rights Reserved.