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