public interface ProcessType extends TypeDefinition
The following features are supported:
SsmePackage.getProcessType()
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
InterfaceDefinition |
getInterfaceDefinition()
Returns the value of the 'Interface Definition' containment reference
|
org.eclipse.emf.common.util.EList<Pragma> |
getListPragma()
Returns the value of the 'List Pragma' containment reference list.
|
ModelKind |
getModelKind()
Returns the value of the 'Model Kind' attribute.
|
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
void |
setInterfaceDefinition(InterfaceDefinition value)
Sets the value of the '
Interface Definition ' containment reference |
void |
setModelKind(ModelKind value)
Sets the value of the '
Model Kind ' attribute |
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.getProcessType_ModelKind()
void setModelKind(ModelKind value)
Model Kind
' attribute.
value
- the new value of the 'Model Kind' attribute.ModelKind
,
getModelKind()
Identifier getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(Identifier)
,
SsmePackage.getProcessType_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
InterfaceDefinition getInterfaceDefinition()
If the meaning of the 'Interface Definition' containment reference isn't clear, there really should be more of a description here...
setInterfaceDefinition(InterfaceDefinition)
,
SsmePackage.getProcessType_InterfaceDefinition()
void setInterfaceDefinition(InterfaceDefinition value)
Interface Definition
' containment reference.
value
- the new value of the 'Interface Definition' containment reference.getInterfaceDefinition()
org.eclipse.emf.common.util.EList<Pragma> getListPragma()
Pragma
.
If the meaning of the 'List Pragma' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getProcessType_ListPragma()