public class XpdlAssociation extends XpdlIdName
id, name
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlAssociation(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
java.lang.String |
getAssociationDirection() |
XpdlConnectorGraphicsInfos |
getConnectorGraphicsInfos() |
XpdlObject |
getObject() |
java.lang.String |
getSource() |
java.lang.String |
getTarget() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setAssociationDirection(java.lang.String associationDirection) |
void |
setConnectorGraphicsInfos(XpdlConnectorGraphicsInfos connectorGraphicsInfos) |
void |
setObject(XpdlObject object) |
void |
setSource(java.lang.String source) |
void |
setTarget(java.lang.String target) |
getId, getName, setId, setName
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlText
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importElements
in class XpdlElement
protected java.lang.String exportElements()
XpdlElement
exportElements
in class XpdlElement
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlIdName
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlIdName
protected void checkValidity(Xpdl xpdl)
XpdlElement
checkValidity
in class XpdlIdName
public java.lang.String getSource()
public void setSource(java.lang.String source)
public java.lang.String getTarget()
public void setTarget(java.lang.String target)
public java.lang.String getAssociationDirection()
public void setAssociationDirection(java.lang.String associationDirection)
public XpdlObject getObject()
public void setObject(XpdlObject object)
public XpdlConnectorGraphicsInfos getConnectorGraphicsInfos()
public void setConnectorGraphicsInfos(XpdlConnectorGraphicsInfos connectorGraphicsInfos)