org.eclipse.ocl.ecore
Interface CollectionLiteralExp

All Superinterfaces:
ASTNode, CollectionLiteralExp<EClassifier>, LiteralExp<EClassifier>, OCLExpression<EClassifier>, TypedElement<EClassifier>, Visitable

public interface CollectionLiteralExp
extends LiteralExp, CollectionLiteralExp<EClassifier>

A representation of the model object 'Collection Literal Exp'.

See Also:
EcorePackage.getCollectionLiteralExp()

Method Summary
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.ocl.expressions.CollectionLiteralExp
checkBagKind, checkElementType, checkNoCollectionInstances, checkSequenceKind, checkSetKind, getKind, getPart, isSimpleRange, setKind
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.