org.jbind.xml.schema.instantiation
Interface IJobRef

All Superinterfaces:
IHasLocation, IRef
All Known Implementing Classes:
JobRef

public interface IJobRef
extends IRef, IHasLocation

A reference a job depends on.


Method Summary
 boolean getMustBeValidated()
          Determines if the referenced component must have been validated in order to be usably.
 
Methods inherited from interface org.jbind.xml.base.IRef
asStringKey, equals, getLocalPart, getNamespace, getSymbolSpace, hashCode
 
Methods inherited from interface org.jbind.xml.base.IHasLocation
getLocation
 

Method Detail

getMustBeValidated

public boolean getMustBeValidated()
Determines if the referenced component must have been validated in order to be usably. Sometimes components are used after they are created but before they have been validated.

Returns:
Returns true iff the referenced component must have been validated before it can be used.