public class EMFEntry extends Entry
iComponentListener
Constructor and Description |
---|
EMFEntry()
The nullary constructor
|
EMFEntry(org.eclipse.emf.ecore.EAttribute attribute,
org.eclipse.emf.ecore.EObject ecoreNode)
The constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
This operation provides a deep copy of the EMFEntry.
|
void |
copy(EMFEntry otherEntry)
This method provides a copy of the EMFEntry.
|
boolean |
setValue(java.lang.String newValue)
This method overrides Entry.setValue to additionally modify the
EAttribute in the EMF Ecore model tree.
|
copy, equals, getAllowedValues, getComment, getDefaultValue, getErrorMessage, getParent, getTag, getValue, getValueType, hashCode, isModified, isReady, isRequired, isSecret, setComment, setContentProvider, setParent, setReady, setRequired, setTag, update
copy, getDescription, getId, getName, register, setDescription, setId, setName, unregister
getClass, notify, notifyAll, toString, wait, wait, wait
register, unregister
getDescription, getId, getName, setDescription, setId, setName
public EMFEntry()
public EMFEntry(org.eclipse.emf.ecore.EAttribute attribute, org.eclipse.emf.ecore.EObject ecoreNode)
public boolean setValue(java.lang.String newValue)
public void copy(EMFEntry otherEntry)
public java.lang.Object clone()
clone
in interface Identifiable
clone
in class Entry