|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalmObject
A representation of the model object 'Calm Object'.
The following features are supported:
BasePackage.getCalmObject()
Method Summary | |
---|---|
void |
addBackReference(Pair<CalmObject,EStructuralFeature> pair)
|
java.util.Set<Pair<CalmObject,EStructuralFeature>> |
getBackReferences()
Fetches the set of other CalmObject s which have
references (containment or otherwise) to this one. |
java.lang.Boolean |
getDeleted()
Returns the value of the 'Deleted' attribute. |
TrashCan |
getTrashCan()
Finds the trash can to use for this object. |
java.lang.String |
getUuid()
Returns the value of the 'Uuid' attribute. |
void |
removeBackReference(Pair<CalmObject,EStructuralFeature> pair)
|
Method Detail |
---|
java.lang.Boolean getDeleted()
If the meaning of the 'Deleted' attribute isn't clear, there really should be more of a description here...
BasePackage.getCalmObject_Deleted()
java.lang.String getUuid()
If the meaning of the 'Uuid' attribute isn't clear, there really should be more of a description here...
BasePackage.getCalmObject_Uuid()
java.util.Set<Pair<CalmObject,EStructuralFeature>> getBackReferences()
CalmObject
s which have
references (containment or otherwise) to this one.
void addBackReference(Pair<CalmObject,EStructuralFeature> pair)
void removeBackReference(Pair<CalmObject,EStructuralFeature> pair)
TrashCan getTrashCan()
null
if no suitable trash can be found or made.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |