|
__call__(self,
name=None)
Returns the value of the attribute of the target object. |
|
|
|
__init__(self,
target,
attribute=None)
Creates a link to the object target. |
|
|
|
__repr__(self)
Returns a string representation of the link. |
|
|
|
getAttributeName(self)
Returns the name of the attribute the link is pointing to. |
|
|
|
getTarget(self)
Returns the target. |
|
|
|
hasDefinedAttributeName(self)
Returns true if an attribute name is set. |
|
|
|
setAttributeName(self,
attribute)
Sets a new attribute name to be collected from the target object. |
|
|
|
toDom(self,
esysxml,
node)
toDom method of Link. |
|
|