public interface TupleType extends DescribedType
The following features are supported:
SsmePackage.getTupleType()
Modifier and Type | Method and Description |
---|---|
GraphSpecification |
getGraphSpecification()
Returns the value of the 'Graph Specification' containment reference
|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
getListSignalsDeclaration()
Returns the value of the 'List Signals Declaration' containment reference list.
|
TypeKind |
getTypeKind()
Returns the value of the 'Type Kind' attribute.
|
void |
setGraphSpecification(GraphSpecification value)
Sets the value of the '
Graph Specification ' containment reference |
void |
setTypeKind(TypeKind value)
Sets the value of the '
Type Kind ' attribute |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> getListSignalsDeclaration()
TypesOrSignalsDeclaration
.
If the meaning of the 'List Signals Declaration' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getTupleType_ListSignalsDeclaration()
GraphSpecification getGraphSpecification()
If the meaning of the 'Graph Specification' containment reference isn't clear, there really should be more of a description here...
setGraphSpecification(GraphSpecification)
,
SsmePackage.getTupleType_GraphSpecification()
void setGraphSpecification(GraphSpecification value)
Graph Specification
' containment reference.
value
- the new value of the 'Graph Specification' containment reference.getGraphSpecification()
TypeKind getTypeKind()
TypeKind
.
If the meaning of the 'Type Kind' attribute isn't clear, there really should be more of a description here...
TypeKind
,
setTypeKind(TypeKind)
,
SsmePackage.getTupleType_TypeKind()
void setTypeKind(TypeKind value)
Type Kind
' attribute.
value
- the new value of the 'Type Kind' attribute.TypeKind
,
getTypeKind()