public interface FormalProcess extends TypesOrSignalsDeclaration
The following features are supported:
SsmePackage.getFormalProcess()
Modifier and Type | Method and Description |
---|---|
ModelKind |
getModelKind()
Returns the value of the 'Model Kind' attribute.
|
Identifier |
getModelName()
Returns the value of the 'Model Name' containment reference
|
Identifier |
getModelType()
Returns the value of the 'Model Type' containment reference
|
void |
setModelKind(ModelKind value)
Sets the value of the '
Model Kind ' attribute |
void |
setModelName(Identifier value)
Sets the value of the '
Model Name ' containment reference |
void |
setModelType(Identifier value)
Sets the value of the '
Model Type ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ModelKind getModelKind()
ModelKind
.
If the meaning of the 'Model Kind' attribute isn't clear, there really should be more of a description here...
ModelKind
,
setModelKind(ModelKind)
,
SsmePackage.getFormalProcess_ModelKind()
void setModelKind(ModelKind value)
Model Kind
' attribute.
value
- the new value of the 'Model Kind' attribute.ModelKind
,
getModelKind()
Identifier getModelType()
If the meaning of the 'Model Type' containment reference isn't clear, there really should be more of a description here...
setModelType(Identifier)
,
SsmePackage.getFormalProcess_ModelType()
void setModelType(Identifier value)
Model Type
' containment reference.
value
- the new value of the 'Model Type' containment reference.getModelType()
Identifier getModelName()
If the meaning of the 'Model Name' containment reference isn't clear, there really should be more of a description here...
setModelName(Identifier)
,
SsmePackage.getFormalProcess_ModelName()
void setModelName(Identifier value)
Model Name
' containment reference.
value
- the new value of the 'Model Name' containment reference.getModelName()