public interface TypeMorphism extends TypeDefinition
The following features are supported:
SsmePackage.getTypeMorphism()
Modifier and Type | Method and Description |
---|---|
DescribedType |
getDescribedType()
Returns the value of the 'Described Type' containment reference
|
TypeDescriptionValue |
getTypeDescriptionValue()
Returns the value of the 'Type Description Value' containment reference
|
void |
setDescribedType(DescribedType value)
Sets the value of the '
Described Type ' containment reference |
void |
setTypeDescriptionValue(TypeDescriptionValue value)
Sets the value of the '
Type Description Value ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
DescribedType getDescribedType()
If the meaning of the 'Described Type' containment reference isn't clear, there really should be more of a description here...
setDescribedType(DescribedType)
,
SsmePackage.getTypeMorphism_DescribedType()
void setDescribedType(DescribedType value)
Described Type
' containment reference.
value
- the new value of the 'Described Type' containment reference.getDescribedType()
TypeDescriptionValue getTypeDescriptionValue()
If the meaning of the 'Type Description Value' containment reference isn't clear, there really should be more of a description here...
setTypeDescriptionValue(TypeDescriptionValue)
,
SsmePackage.getTypeMorphism_TypeDescriptionValue()
void setTypeDescriptionValue(TypeDescriptionValue value)
Type Description Value
' containment reference.
value
- the new value of the 'Type Description Value' containment reference.getTypeDescriptionValue()