|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextualCode
A representation of the model object 'Textual Code'. TextualCode carries an arbitrary String. It is used as an escape to external host languages such as C or Java. A type String can be used to specify what kind of language is represented by the code String. Subclasses such as TextExpression or TextEffect (synccharts metamodel) can be used to employ it in the corresponding context.
The following features are supported:
KExpressionsPackage.getTextualCode()
Method Summary | |
---|---|
String |
getCode()
Returns the value of the 'Code' attribute. |
String |
getType()
Returns the value of the 'Type' attribute. |
void |
setCode(String value)
Sets the value of the ' Code ' attribute. |
void |
setType(String value)
Sets the value of the ' Type ' attribute. |
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 |
Method Detail |
---|
String getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
setCode(String)
,
KExpressionsPackage.getTextualCode_Code()
required | = | true |
void setCode(String value)
Code
' attribute.
value
- the new value of the 'Code' attribute.getCode()
String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
KExpressionsPackage.getTextualCode_Type()
void setType(String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |