org.openxma.dsl.dom.model
Interface DerivedFlag

All Superinterfaces:
AttributeFlag, AttributeProperty, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DerivedFlagImpl

public interface DerivedFlag
extends AttributeFlag

A representation of the model object 'Derived Flag'.

The following features are supported:

See Also:
DomPackage.getDerivedFlag()

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

setExpression

void setExpression(org.openxma.dsl.core.model.BoolLiteral 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.