org.eclipse.ocl.ecore.impl
Class CollectionLiteralPartImpl

java.lang.Object
  extended by ETypedElementImpl
      extended by org.eclipse.ocl.ecore.impl.CollectionLiteralPartImpl
All Implemented Interfaces:
CollectionLiteralPart<EClassifier>, TypedElement<EClassifier>, Visitable
Direct Known Subclasses:
CollectionItemImpl, CollectionRangeImpl

public abstract class CollectionLiteralPartImpl
extends ETypedElementImpl
implements CollectionLiteralPart

An implementation of the model object 'Collection Literal Part'.


Constructor Summary
protected CollectionLiteralPartImpl()
           
 
Method Summary
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
accept(U v)
           
protected  EClass eStaticClass()
           
 EClassifier getType()
           
 void setType(EClassifier type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, setName
 

Constructor Detail

CollectionLiteralPartImpl

protected CollectionLiteralPartImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


accept

public <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)

Specified by:
accept in interface Visitable

getType

public EClassifier getType()

Specified by:
getType in interface TypedElement<EClassifier>

setType

public void setType(EClassifier type)

Specified by:
setType in interface TypedElement<EClassifier>

toString

public java.lang.String toString()


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