public class DynamicElementImpl extends ElementImpl implements DynamicElement
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> visitor)
Accept a visit from a visitor and return the result of a call to the derived type-specific visitXXX in the visitor.
|
Type |
basicGetMetaType() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
Type |
getMetaType() |
void |
setMetaType(Type newMetaType) |
allOwnedElements, eInverseAdd, eInverseRemove, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValue, toStringgetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic Type getMetaType()
getMetaType in interface DynamicElementDynamicElement.setMetaType(Type),
PivotPackage.getDynamicElement_MetaType()public Type basicGetMetaType()
public void setMetaType(Type newMetaType)
setMetaType in interface DynamicElementnewMetaType - the new value of the 'Meta Type' reference.DynamicElement.getMetaType()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class ElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class ElementImplpublic void eUnset(int featureID)
eUnset in class ElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.