public class DynamicPropertyImpl extends ElementImpl implements DynamicProperty
The following features are implemented:
| Type | Property and Description |
|---|---|
Property |
basicGetReferred |
| 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.
|
Property |
basicGetReferredProperty() |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
String |
getDefault() |
Property |
getReferredProperty() |
void |
setDefault(String newDefault) |
void |
setReferredProperty(Property newReferredProperty) |
String |
toString() |
allOwnedElements, eInverseAdd, eInverseRemove, eInvoke, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic Property basicGetReferredProperty
public Property getReferredProperty()
getReferredProperty in interface DynamicPropertyDynamicProperty.setReferredProperty(Property),
PivotPackage.getDynamicProperty_ReferredProperty()public Property basicGetReferredProperty()
public void setReferredProperty(Property newReferredProperty)
setReferredProperty in interface DynamicPropertynewReferredProperty - the new value of the 'Referred Property' reference.DynamicProperty.getReferredProperty()public String getDefault()
getDefault in interface DynamicPropertyDynamicProperty.setDefault(String),
PivotPackage.getDynamicProperty_Default()public void setDefault(String newDefault)
setDefault in interface DynamicPropertynewDefault - the new value of the 'Default' attribute.DynamicProperty.getDefault()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 ElementImplpublic String toString()
toString in class ElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.