public interface AssociationDefinition extends Association
Modifier and Type | Method and Description |
---|---|
String |
getAssocDefUri() |
String |
getChildCardinalityUri() |
String |
getChildTypeUri() |
String |
getCustomAssocTypeUri() |
String |
getInstanceLevelAssocTypeUri() |
AssociationDefinitionModel |
getModel() |
String |
getParentCardinalityUri() |
String |
getParentTypeUri() |
ViewConfiguration |
getViewConfig() |
void |
setChildCardinalityUri(String childCardinalityUri) |
void |
setParentCardinalityUri(String parentCardinalityUri) |
void |
update(AssociationDefinitionModel model) |
getOtherPlayerId, getPlayer, getPlayer1, getPlayer2, getRole, getRole, getRole1, getRole2, getTopicByType, hasSameRoleTypeUris, isPlayer, loadChildTopics, loadChildTopics, matches, update
delete, getAssociation, getAssociations, getChildTopics, getDatabaseVendorObject, getId, getProperty, getRelatedAssociation, getRelatedAssociations, getRelatedTopic, getRelatedTopics, getRelatedTopics, getRelatedTopics, getSimpleValue, getType, getTypeUri, getUri, hasProperty, removeProperty, setChildTopics, setProperty, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setSimpleValue, setTypeUri, setUri, updateChildTopics
toJSON
String getAssocDefUri()
String getParentTypeUri()
String getChildTypeUri()
String getCustomAssocTypeUri()
null
if not set.String getInstanceLevelAssocTypeUri()
dmx.core.composition
or dmx.core.aggregation
depending on this association definition's type.
Is never null
.String getParentCardinalityUri()
void setParentCardinalityUri(String parentCardinalityUri)
String getChildCardinalityUri()
void setChildCardinalityUri(String childCardinalityUri)
ViewConfiguration getViewConfig()
void update(AssociationDefinitionModel model)
AssociationDefinitionModel getModel()
getModel
in interface Association
getModel
in interface DMXObject
Copyright © 2018. All Rights Reserved.