public interface IMetaAssociation
Modifier and Type | Interface and Description |
---|---|
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() |
java.lang.String |
getDeleteBehaviourChildMessageKey() |
IMetaAssociation.DeleteBehaviourParent |
getDeleteBehaviourParent() |
java.lang.String |
getDeleteBehaviourParentMessageKey() |
java.util.UUID |
getModelGUID()
Returns the identifier of the modeled association which is the base of this meta association.
|
java.lang.String |
getName() |
IMetaAssociation.AssociationOwner |
getOwner() |
IMetaObject |
getParent() |
IMetaAssociation.AssociationType |
getType() |
boolean |
hasMetaDataAccess(IContext context) |
IMetaObject getChild()
IMetaAssociation.DeleteBehaviourParent getDeleteBehaviourParent()
java.lang.String getDeleteBehaviourParentMessageKey()
IMetaAssociation.DeleteBehaviourChild getDeleteBehaviourChild()
java.lang.String getDeleteBehaviourChildMessageKey()
java.lang.String getName()
IMetaAssociation.AssociationOwner getOwner()
IMetaObject getParent()
IMetaAssociation.AssociationType getType()
boolean hasMetaDataAccess(IContext context)
context
- java.util.UUID getModelGUID()