de.cau.cs.kieler.synccharts
Interface TextEffect

All Superinterfaces:
Effect, EObject, Notifier, TextualCode
All Known Implementing Classes:
TextEffectImpl

public interface TextEffect
extends TextualCode, Effect

A representation of the model object 'Text Effect'. An TextEffect is a TextualCode that allows to escape to some textual host code in an effect. This can be any arbitrary String.

See Also:
SyncchartsPackage.getTextEffect()
Rating red
Generated:
This code was automatically generated.
Model element

Field Summary
static String copyright
           
 
Method Summary
 
Methods inherited from interface de.cau.cs.kieler.core.kexpressions.TextualCode
getCode, getType, setCode, setType
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Generated:
This code was automatically generated.