org.eclipse.ocl.examples.pivot
Interface CollectionItem

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:
CollectionItemImpl

public interface CollectionItem
extends CollectionLiteralPart

A representation of the model object 'Collection Item'.

The following features are supported:

See Also:
PivotPackage.getCollectionItem()
Generated

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.
 boolean validateTypeIsItemType(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, getName, getOwnedAnnotation, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createExtension, createOwnedComment, getETarget, getExtension, 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

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

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

validateTypeIsItemType

boolean validateTypeIsItemType(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                               java.util.Map<java.lang.Object,java.lang.Object> context)

Generated