Uses of Class
org.pentaho.di.job.JobEntryType

Packages that use JobEntryType
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.job.entry   
 

Uses of JobEntryType in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobEntryType
 JobEntryType JobPlugin.getJobType()
           
 JobEntryType JobPluginMeta.getType()
           
static JobEntryType JobEntryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobEntryType[] JobEntryType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.pentaho.di.job with parameters of type JobEntryType
 void JobPluginMeta.setType(JobEntryType type)
           
 

Constructors in org.pentaho.di.job with parameters of type JobEntryType
JobPlugin(int type, String id, JobEntryType jobType, String tooltip, String directory, String[] jarfiles, String icon_filename, String classname, String category)
           
JobPluginMeta(Class<?> className, String id, JobEntryType type, String name, String tooltipDesc, String imageFileName, String category)
           
 

Uses of JobEntryType in org.pentaho.di.job.entry
 

Methods in org.pentaho.di.job.entry that return JobEntryType
 JobEntryType JobEntryBase.getJobEntryType()
           
 JobEntryType JobEntryInterface.getJobEntryType()
           
 JobEntryType JobEntryCopy.getJobEntryType()
           
static JobEntryType JobEntryCopy.getType(String dsc)
           
 

Methods in org.pentaho.di.job.entry with parameters of type JobEntryType
static String JobEntryBase.getTypeCode(JobEntryType type)
           
static String JobEntryBase.getTypeDesc(JobEntryType type)
           
 void JobEntryBase.setJobEntryType(JobEntryType type)
           
 void JobEntryInterface.setJobEntryType(JobEntryType e)