org.jbind.xml.schema.instantiation
Interface IJobRefs

All Known Implementing Classes:
JobRefs

public interface IJobRefs


Method Summary
 void add(IRef aRef, boolean aMustBeValidated, IHasLocation aHasLocation)
          Adds a reference that must resolvable before a step of a job can be executed.
 java.util.Iterator iterJobRefs()
           
 

Method Detail

add

public void add(IRef aRef,
                boolean aMustBeValidated,
                IHasLocation aHasLocation)
Adds a reference that must resolvable before a step of a job can be executed.

Parameters:
aRef - (required).

iterJobRefs

public java.util.Iterator iterJobRefs()