%A_F_BIND; : Field binding

Java class : leon.info.binding.LyFieldBinding

ROLE

In order to be provided with values, fields have to be linked to real fields of a "physical instance" (object provided by the connection to the data source).

ELEMENTS

<!ENTITY % A_F_BIND 
	  (F_BIND |
	   F_BIND_INFO |
	   F_BIND_LDAP)>
Element Mand. Mult. Description
F_BIND yes no General case, a logical attribute corresponds to a physical attribute.
F_BIND_INFO yes no Particular case of a simple binding with a logical field of the model used as the physical level.
F_BIND_LDAP yes no Particular case of a simple binding with an LDAP directory used as the data source.