org.jbind.xml.core.data
Interface IDataReference

All Known Implementing Classes:
OpenReference

public interface IDataReference

Represents a reference from a data object to another data object. When a data reference is resolved then the referencing data object is notified with the referenced data.


Method Summary
 void resolve(IDataStore aDataStore, IConstraintViolations aViolations)
          Resolves the reference and notifies the referencing data object about its referenced data.
 

Method Detail

resolve

public void resolve(IDataStore aDataStore,
                    IConstraintViolations aViolations)
Resolves the reference and notifies the referencing data object about its referenced data. If the reference can not be resolved then a constraint violation is recorded.

Parameters:
aDataStore - (required).
aViolations - (required).