public class MAssociationTarget extends MNamedIdElement
Constructor and Description |
---|
MAssociationTarget() |
Modifier and Type | Method and Description |
---|---|
void |
addAssociation(MAssociation association)
Add an association.
|
List |
getAssociations()
Get the associations.
|
String |
getAssociationsDescription()
Get the xml associations description.
|
void |
removeAssociation(MAssociation association)
Remove an association.
|
void |
setAssociationsDescription(String associationsdescription)
Set the xml associations description.
|
getDescription, getName, getPropertyNames, getPropertyValue, hasPropertyValue, setDescription, setName, setPropertyValue
addAnnotation, getAnnotations
getId, setId
public String getAssociationsDescription()
public void setAssociationsDescription(String associationsdescription)
associationsdescription
- The associations description to set.public List getAssociations()
public void addAssociation(MAssociation association)
association
- The association.public void removeAssociation(MAssociation association)
association
- The association.Copyright © 2012. All Rights Reserved.