org.jbind.xml.schema.reader
Class RedefineJob

java.lang.Object
  extended byorg.jbind.xml.schema.reader.Job
      extended byorg.jbind.xml.schema.reader.SourceJob
          extended byorg.jbind.xml.schema.reader.RedefineJob
All Implemented Interfaces:
IHasLocation, IJob

public class RedefineJob
extends SourceJob


Constructor Summary
RedefineJob(IRedefineJobHelper aHelper, ISchemaElement aSchemaElement)
           
 
Method Summary
protected  void doExecuteCreation(IConstraintViolations aViolations)
           
 java.lang.String getDescription()
          Gets a short description of the job.
 
Methods inherited from class org.jbind.xml.schema.reader.SourceJob
collectRefsForCompletion, collectRefsForCreation, collectRefsForValidation, doExecuteCompletion, doExecuteValidation, getInstantiator, getSchemaElement, getUrl
 
Methods inherited from class org.jbind.xml.schema.reader.Job
addSubJob, checkSubJobsValidated, executeCompletion, executeCreation, executeValidation, getHelper, getIsValidated, getLocation, getParent, iterRefsForCompletion, iterRefsForCreation, iterRefsForValidation, iterSubJobs, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedefineJob

public RedefineJob(IRedefineJobHelper aHelper,
                   ISchemaElement aSchemaElement)
Method Detail

doExecuteCreation

protected void doExecuteCreation(IConstraintViolations aViolations)
Specified by:
doExecuteCreation in class Job

getDescription

public java.lang.String getDescription()
Description copied from interface: IJob
Gets a short description of the job.

Returns:
A string (required).