|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeExporter
An interface to classes exporting attribute values to another variable obtained from an external source. The exporter is activated when the corresponding exportAttributes method of its variable is invoked.
| Method Summary | |
|---|---|
AttributeList |
exportAttributes(Variable var,
Identity id,
Object source,
boolean foreign)
Exports attribute values to another variable identified by the specified identity. |
AttributeList |
exportAttributes(Variable var,
Variable other,
Object source,
boolean foreign)
Exports attribute values to another variable. |
| Method Detail |
|---|
AttributeList exportAttributes(Variable var,
Identity id,
Object source,
boolean foreign)
var - this variable.id - the identity.source - the source object.foreign - true for a foreign export, false otherwise.
AttributeList exportAttributes(Variable var,
Variable other,
Object source,
boolean foreign)
var - this variable.other - the other variable.source - the source object.foreign - true for a foreign export, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||