org.eclipse.ocl.examples.pivot
Interface CollectionItem

All Superinterfaces:
CollectionLiteralPart, Element, org.eclipse.emf.ecore.EObject, MonikeredElement, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
CollectionItemImpl

public interface CollectionItem
extends CollectionLiteralPart

A representation of the model object 'Collection Item'.

The following features are supported:

See Also:
PivotPackage.getCollectionItem()
Generated
Model

Method Summary
 OclExpression createItem(org.eclipse.emf.ecore.EClass eClass)
          Creates a new OclExpression and sets the 'Item' containment reference.
 OclExpression getItem()
          Returns the value of the 'Item' containment reference.
 void setItem(OclExpression value)
          Sets the value of the 'Item' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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
 

Method Detail

getItem

OclExpression getItem()
Returns the value of the 'Item' containment reference.

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

Returns:
the value of the 'Item' containment reference.
See Also:
setItem(OclExpression), PivotPackage.getCollectionItem_Item()
Generated
Model
containment="true" required="true" ordered="false"

setItem

void setItem(OclExpression value)
Sets the value of the 'Item' containment reference.

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

createItem

OclExpression createItem(org.eclipse.emf.ecore.EClass eClass)
Creates a new OclExpression and sets the 'Item' containment reference.

Parameters:
eClass - The Ecore class of the OclExpression to create.
Returns:
The new OclExpression.
See Also:
getItem()
Generated