org.jbind.xml.schema.reader
Class JobRefs

java.lang.Object
  extended byorg.jbind.xml.schema.reader.JobRefs
All Implemented Interfaces:
IJobRefs

public class JobRefs
extends java.lang.Object
implements IJobRefs


Constructor Summary
JobRefs()
           
 
Method Summary
 void add(IRef aGlobalRef, boolean anMustBeValidated, IHasLocation aHasLocation)
          Adds a reference that must resolvable before a step of a job can be executed.
 java.util.Iterator iterJobRefs()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobRefs

public JobRefs()
Method Detail

add

public void add(IRef aGlobalRef,
                boolean anMustBeValidated,
                IHasLocation aHasLocation)
Description copied from interface: IJobRefs
Adds a reference that must resolvable before a step of a job can be executed.

Specified by:
add in interface IJobRefs
Parameters:
aGlobalRef - (required).

iterJobRefs

public java.util.Iterator iterJobRefs()
Specified by:
iterJobRefs in interface IJobRefs

toString

public java.lang.String toString()