public abstract class Entity extends Object implements Elemental
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failValidation(String key) |
protected void |
failValidation(String key,
String arg) |
Object |
getProperty(String key) |
void |
removeProperty(String key) |
void |
setProperty(String key,
Object value) |
abstract void |
validateThis() |
void |
withAllEntityReferencesDo(EntityReferenceAction action) |
void |
withAllQNamesDo(QNameAction action) |
void |
withAllSubEntitiesDo(EntityAction action) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementNamepublic void removeProperty(String key)
public void withAllSubEntitiesDo(EntityAction action)
public void withAllQNamesDo(QNameAction action)
public void withAllEntityReferencesDo(EntityReferenceAction action)
public abstract void validateThis()
protected void failValidation(String key)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.