org.eclipse.ocl.examples.xtext.base.basecs
Interface LambdaTypeCS

All Superinterfaces:
ElementCS, ElementRefCS, org.eclipse.emf.ecore.EObject, Nameable, org.eclipse.emf.common.notify.Notifier, Pivotable, PivotableElementCS, PivotObject, TemplateableElementCS, TypedRefCS, TypeRefCS, VisitableCS
All Known Implementing Classes:
LambdaTypeCSImpl

public interface LambdaTypeCS
extends TypedRefCS, TemplateableElementCS, Nameable

A representation of the model object 'Lambda Type CS'.

The following features are supported:

See Also:
BaseCSPackage.getLambdaTypeCS()
Generated
Model
superTypes="org.eclipse.ocl.examples.xtext.base.basecs.TypedRefCS org.eclipse.ocl.examples.xtext.base.basecs.TemplateableElementCS org.eclipse.ocl.examples.pivot.Nameable"

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 TypedRefCS getOwnedContextType()
          Returns the value of the 'Owned Context Type' containment reference.
 org.eclipse.emf.common.util.EList<TypedRefCS> getOwnedParameterType()
          Returns the value of the 'Owned Parameter Type' containment reference list.
 TypedRefCS getOwnedResultType()
          Returns the value of the 'Owned Result Type' containment reference.
 void setName(java.lang.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.
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TypedRefCS
getMultiplicity, setMultiplicity
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.PivotableElementCS
getPivot, setPivot
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.ElementCS
accept, getDescription, getLogicalParent
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.util.VisitableCS
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Pivotable
resetPivot
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ocl.examples.xtext.base.basecs.TemplateableElementCS
getOwnedTemplateSignature, setOwnedTemplateSignature
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Specified by:
getName in interface Nameable
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BaseCSPackage.getLambdaTypeCS_Name()
Generated
Model

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getOwnedContextType

TypedRefCS getOwnedContextType()
Returns the value of the 'Owned Context Type' containment reference.

If the meaning of the 'Owned Context Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Context Type' containment reference.
See Also:
setOwnedContextType(TypedRefCS), BaseCSPackage.getLambdaTypeCS_OwnedContextType()
Generated
Model
containment="true"

setOwnedContextType

void setOwnedContextType(TypedRefCS value)
Sets the value of the 'Owned Context Type' containment reference.

Parameters:
value - the new value of the 'Owned Context Type' containment reference.
See Also:
getOwnedContextType()
Generated

getOwnedParameterType

org.eclipse.emf.common.util.EList<TypedRefCS> getOwnedParameterType()
Returns the value of the 'Owned Parameter Type' containment reference list. The list contents are of type TypedRefCS.

If the meaning of the 'Owned Parameter Type' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Parameter Type' containment reference list.
See Also:
BaseCSPackage.getLambdaTypeCS_OwnedParameterType()
Generated
Model
containment="true"

getOwnedResultType

TypedRefCS getOwnedResultType()
Returns the value of the 'Owned Result Type' containment reference.

If the meaning of the 'Owned Result Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Result Type' containment reference.
See Also:
setOwnedResultType(TypedRefCS), BaseCSPackage.getLambdaTypeCS_OwnedResultType()
Generated
Model
containment="true"

setOwnedResultType

void setOwnedResultType(TypedRefCS value)
Sets the value of the 'Owned Result Type' containment reference.

Parameters:
value - the new value of the 'Owned Result Type' containment reference.
See Also:
getOwnedResultType()
Generated