org.eclipse.ocl.examples.pivot
Interface CollectionRange

All Superinterfaces:
CollectionLiteralPart, DomainElement, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
CollectionRangeImpl

public interface CollectionRange
extends CollectionLiteralPart

A representation of the model object 'Collection Range'.

The following features are supported:

See Also:
PivotPackage.getCollectionRange()
Generated

Method Summary
 OCLExpression getFirst()
          Returns the value of the 'First' containment reference.
 OCLExpression getLast()
          Returns the value of the 'Last' containment reference.
 void setFirst(OCLExpression value)
          Sets the value of the 'First' containment reference.
 void setLast(OCLExpression value)
          Sets the value of the 'Last' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
getName, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue
 
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.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

getFirst

OCLExpression getFirst()
Returns the value of the 'First' containment reference.

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

Returns:
the value of the 'First' containment reference.
See Also:
setFirst(OCLExpression), PivotPackage.getCollectionRange_First()
Generated

setFirst

void setFirst(OCLExpression value)
Sets the value of the 'First' containment reference.

Parameters:
value - the new value of the 'First' containment reference.
See Also:
getFirst()
Generated

getLast

OCLExpression getLast()
Returns the value of the 'Last' containment reference.

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

Returns:
the value of the 'Last' containment reference.
See Also:
setLast(OCLExpression), PivotPackage.getCollectionRange_Last()
Generated

setLast

void setLast(OCLExpression value)
Sets the value of the 'Last' containment reference.

Parameters:
value - the new value of the 'Last' containment reference.
See Also:
getLast()
Generated