public interface IMetaAssociation
Modifier and Type | Interface and Description |
---|---|
static class |
IMetaAssociation.AssociationCascadingDeletion
Deprecated.
|
static class |
IMetaAssociation.AssociationOwner |
static class |
IMetaAssociation.AssociationType |
static class |
IMetaAssociation.DeleteBehaviourChild |
static class |
IMetaAssociation.DeleteBehaviourParent |
Modifier and Type | Method and Description |
---|---|
IMetaObject |
getChild() |
IMetaAssociation.DeleteBehaviourChild |
getDeleteBehaviourChild() |
String |
getDeleteBehaviourChildMessageKey() |
IMetaAssociation.DeleteBehaviourParent |
getDeleteBehaviourParent() |
String |
getDeleteBehaviourParentMessageKey() |
UUID |
getModelGUID()
Returns the identifier of the modeled association which is the base of this meta association.
|
String |
getName() |
IMetaAssociation.AssociationOwner |
getOwner() |
IMetaObject |
getParent() |
IMetaAssociation.AssociationType |
getType() |
boolean |
hasMetaDataAccess(IContext context) |
IMetaObject getChild()
IMetaAssociation.DeleteBehaviourParent getDeleteBehaviourParent()
String getDeleteBehaviourParentMessageKey()
IMetaAssociation.DeleteBehaviourChild getDeleteBehaviourChild()
String getDeleteBehaviourChildMessageKey()
String getName()
IMetaAssociation.AssociationOwner getOwner()
IMetaObject getParent()
IMetaAssociation.AssociationType getType()
boolean hasMetaDataAccess(IContext context)
context
- UUID getModelGUID()