uk.ac.ucl.cs.emofocl.jmi.ocl2.expressions
Interface CollectionItem

All Superinterfaces:
CollectionLiteralPart, ExtObject, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Implementing Classes:
CollectionItem_Impl

public interface CollectionItem
extends CollectionLiteralPart


Method Summary
 OclExpression getItem()
           
 void setItem(OclExpression item)
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.ocl2.expressions.CollectionLiteralPart
getCollectionLiteralExp, getType, setCollectionLiteralExp, setType
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extDeepCopy, extEquals, extRemoveObjectListener, extValueHash, extVisit
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getItem

OclExpression getItem()
                      throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setItem

void setItem(OclExpression item)
             throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException