org.eclipse.ocl.uml.impl
Class CollectionLiteralPartImpl

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

public abstract class CollectionLiteralPartImpl
extends TypedElementImpl
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()
           
 Classifier getType()
           
 void setType(Classifier type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 Classifier getType()
Description copied from interface: TypedElement

Specified by:
getType in interface TypedElement<Classifier>

setType

public void setType(Classifier type)
Description copied from interface: TypedElement

Specified by:
setType in interface TypedElement<Classifier>

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