org.openxma.dsl.dom.model
Interface TransientFlag

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

public interface TransientFlag
extends AttributeFlag

A representation of the model object 'Transient Flag'.

The following features are supported:

See Also:
DomPackage.getTransientFlag()

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.getTransientFlag_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.