org.eclipse.ocl.expressions.operations
Class CollectionItemOperations

java.lang.Object
  extended by org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
      extended by org.eclipse.ocl.expressions.operations.CollectionItemOperations

public class CollectionItemOperations
extends CollectionLiteralPartOperations

A static utility class that provides operations related to 'Collection Item' model objects.

The following operations are supported:

Generated

Constructor Summary
protected CollectionItemOperations()
           
 
Method Summary
static
<C> boolean
checkItemType(CollectionItem<C> collectionItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          type = item.type
 
Methods inherited from class org.eclipse.ocl.expressions.operations.CollectionLiteralPartOperations
accept, getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionItemOperations

protected CollectionItemOperations()

Generated
Method Detail

checkItemType

public static <C> boolean checkItemType(CollectionItem<C> collectionItem,
                                        org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                        java.util.Map<java.lang.Object,java.lang.Object> context)
type = item.type

Parameters:
collectionItem - The receiving 'Collection Item' model object.
diagnostics - The chain of diagnostics to which problems are to be appended.
context - The cache of context-specific information.
Generated
NOT