public interface LambdaTypeCS extends TypedRefCS, TemplateableElementCS, Nameable
BaseCSPackage.getLambdaTypeCS()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
TypedRefCS |
getOwnedContextType()
Returns the value of the 'Owned Context Type' containment reference.
|
<any> |
getOwnedParameterTypes()
Returns the value of the 'Owned Parameter Types' containment reference list.
|
TypedRefCS |
getOwnedResultType()
Returns the value of the 'Owned Result Type' containment reference.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setOwnedContextType(TypedRefCS value)
Sets the value of the '
Owned Context Type' containment reference. |
void |
setOwnedResultType(TypedRefCS value)
Sets the value of the '
Owned Result Type' containment reference. |
getOwnedMultiplicity, setOwnedMultiplicitygetPivot, setPivotaccept, getCsi, getDescription, getParent, setCsieClassresetPivotgetOwnedSignature, setOwnedSignatureString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName in interface NameablesetName(String),
BaseCSPackage.getLambdaTypeCS_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()TypedRefCS getOwnedContextType()
If the meaning of the 'Owned Context Type' containment reference isn't clear, there really should be more of a description here...
setOwnedContextType(TypedRefCS),
BaseCSPackage.getLambdaTypeCS_OwnedContextType()void setOwnedContextType(TypedRefCS value)
Owned Context Type' containment reference.
value - the new value of the 'Owned Context Type' containment reference.getOwnedContextType()<any> getOwnedParameterTypes()
TypedRefCS.
If the meaning of the 'Owned Parameter Type' containment reference list isn't clear, there really should be more of a description here...
BaseCSPackage.getLambdaTypeCS_OwnedParameterTypes()TypedRefCS getOwnedResultType()
If the meaning of the 'Owned Result Type' containment reference isn't clear, there really should be more of a description here...
setOwnedResultType(TypedRefCS),
BaseCSPackage.getLambdaTypeCS_OwnedResultType()void setOwnedResultType(TypedRefCS value)
Owned Result Type' containment reference.
value - the new value of the 'Owned Result Type' containment reference.getOwnedResultType()Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.