private class PropertiesAdapter.PropertyChildAdapter
extends java.lang.Object
implements org.eclipse.emf.common.notify.Adapter
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Element |
element |
private PropertyElement |
property |
private org.eclipse.emf.common.notify.Notifier |
target |
Constructor and Description |
---|
PropertyChildAdapter(PropertyElement propertyElement,
org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getElement() |
PropertyElement |
getProperty() |
org.eclipse.emf.common.notify.Notifier |
getTarget() |
boolean |
isAdapterForType(java.lang.Object type) |
void |
notifyChanged(org.eclipse.emf.common.notify.Notification notification) |
void |
setTarget(org.eclipse.emf.common.notify.Notifier target) |
private org.eclipse.emf.common.notify.Notifier target
private PropertyElement property
private org.w3c.dom.Element element
public PropertyChildAdapter(PropertyElement propertyElement, org.w3c.dom.Element element)
propertyElement
- container
- public boolean isAdapterForType(java.lang.Object type)
isAdapterForType
in interface org.eclipse.emf.common.notify.Adapter
public void notifyChanged(org.eclipse.emf.common.notify.Notification notification)
notifyChanged
in interface org.eclipse.emf.common.notify.Adapter
public org.eclipse.emf.common.notify.Notifier getTarget()
getTarget
in interface org.eclipse.emf.common.notify.Adapter
public void setTarget(org.eclipse.emf.common.notify.Notifier target)
setTarget
in interface org.eclipse.emf.common.notify.Adapter
target
- the target to setpublic PropertyElement getProperty()
public org.w3c.dom.Element getElement()