de.cau.cs.kieler.synccharts
Interface HostCode

All Superinterfaces:
Effect, EObject, Expression, Notifier
All Known Implementing Classes:
HostCodeImpl

public interface HostCode
extends Effect, Expression

A representation of the model object 'Host Code'.

The following features are supported:

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

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 de.cau.cs.kieler.synccharts.Effect
getParentEAction, setParentEAction
 
Methods inherited from interface de.cau.cs.kieler.synccharts.Expression
getParentAction, getParentAssignment, getParentEmisson, getParentExpression, setParentAction, setParentAssignment, setParentEmisson, setParentExpression
 
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

getCode

String getCode()
Returns the value of the 'Code' attribute.

If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Code' attribute.
See Also:
setCode(String), SyncchartsPackage.getHostCode_Code()
Generated:
This code was automatically generated.
Model element:
required=true

setCode

void setCode(String value)
Sets the value of the 'Code' attribute.

Parameters:
value - the new value of the 'Code' attribute.
See Also:
getCode()
Generated:
This code was automatically generated.

getType

String getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), SyncchartsPackage.getHostCode_Type()
Generated:
This code was automatically generated.
Model element

setType

void setType(String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated:
This code was automatically generated.