|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EMapPropertyHolder
A representation of the model object 'EMap Property Holder'.
A property holder implementation based on EMap
which can be used in Ecore models.
The following features are supported:
KGraphPackage.getEMapPropertyHolder()
abstract | = | true |
superTypes | = | de.cau.cs.kieler.core.kgraph.IPropertyHolder |
Method Summary | |
---|---|
EList<PersistentEntry> |
getPersistentEntries()
Returns the value of the 'Persistent Entries' containment reference list. |
EMap<IProperty<?>,Object> |
getProperties()
Returns the value of the 'Properties' map. |
void |
makePersistent()
Serialize all entries of the properties map using Object.toString()
and write them into the list of persistent entries. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface de.cau.cs.kieler.core.properties.IPropertyHolder |
---|
copyProperties, getAllProperties, getProperty, setProperty |
Method Detail |
---|
EMap<IProperty<?>,Object> getProperties()
de.cau.cs.kieler.core.properties.IProperty>
,
and the value is of type Object
,
If the meaning of the 'Properties' map isn't clear, there really should be more of a description here...
KGraphPackage.getEMapPropertyHolder_Properties()
mapType | = | "de.cau.cs.kieler.core.kgraph.IPropertyToObjectMap |
transient | = | true |
EList<PersistentEntry> getPersistentEntries()
PersistentEntry
.
If the meaning of the 'Persistent Entries' containment reference list isn't clear, there really should be more of a description here...
KGraphPackage.getEMapPropertyHolder_PersistentEntries()
containment | = | true |
void makePersistent()
Object.toString()
and write them into the list of persistent entries. The previous content is cleared.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |