( documentation for Telosys generator version 4.1.0 )
A link uses one or more attributes to reference another entity.
A 'link attribute' is one of these attributes,
it defines the 'origin-->referenced' association at attribute level.
Example :
#foreach( $linkAttribute in $link.attributes )
$linkAttribute.originAttributeName references $linkAttribute.referencedAttributeName
#end
Since : 3.4.0
Attributes and methods |
.linkName : String
Returns the link name using the attribute (field name in the entity) |
.originAttribute : AttributeInContext
Returns the origin attribute object |
.originAttributeName : String
Returns the origin attribute name |
.referencedAttribute : AttributeInContext
Returns the referenced attribute object |
.referencedAttributeName : String
Returns the referenced attribute name |