public abstract class CollectionLiteralPartImpl<C> extends EObjectImpl implements CollectionLiteralPart<C>
| Modifier | Constructor and Description |
|---|---|
protected |
CollectionLiteralPartImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
protected EClass |
eStaticClass() |
String |
getName() |
C |
getType() |
void |
setName(String name) |
void |
setType(C type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTypeprotected EClass eStaticClass()
public String getName()
getName in interface TypedElement<C>public C getType()
getType in interface TypedElement<C>public void setName(String name)
setName in interface TypedElement<C>public void setType(C type)
Copyright © 2015 Open eHealth Foundation. All rights reserved.