Codota Logo
FileInputList$FileTypeFilter.getByOrdinal
Code IndexAdd Codota to your IDE (free)

How to use
getByOrdinal
method
in
org.pentaho.di.core.fileinput.FileInputList$FileTypeFilter

Best Java code snippets using org.pentaho.di.core.fileinput.FileInputList$FileTypeFilter.getByOrdinal (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
ArrayList a =
  • Codota Iconnew ArrayList<String>()
  • Codota Iconnew ArrayList()
  • Codota Iconnew ArrayList<Object>()
  • Smart code suggestions by Codota
}
origin: pentaho/pentaho-kettle

@Deprecated
public void setFilterFileType( int filtertypevalue ) {
 this.fileTypeFilter = FileInputList.FileTypeFilter.getByOrdinal( filtertypevalue );
}
origin: pentaho/pentaho-kettle

private void getInfo( GetFileNamesMeta in ) {
 stepname = wStepname.getText(); // return value
 int nrfiles = wFilenameList.getItemCount();
 in.allocate( nrfiles );
 in.setFileName( wFilenameList.getItems( 0 ) );
 in.setFileMask( wFilenameList.getItems( 1 ) );
 in.setExcludeFileMask( wFilenameList.getItems( 2 ) );
 in.setFileRequired( wFilenameList.getItems( 3 ) );
 in.setIncludeSubFolders( wFilenameList.getItems( 4 ) );
 in.setFilterFileType( FileInputList.FileTypeFilter.getByOrdinal( wFilterFileType.getSelectionIndex() ) );
 in.setIncludeRowNumber( wInclRownum.getSelection() );
 in.setAddResultFile( wAddResult.getSelection() );
 in.setDynamicFilenameField( wFilenameField.getText() );
 in.setDynamicWildcardField( wWildcardField.getText() );
 in.setDynamicExcludeWildcardField( wExcludeWildcardField.getText() );
 in.setFileField( wFileField.getSelection() );
 in.setRowNumberField( wInclRownumField.getText() );
 in.setRowLimit( Const.toLong( wLimit.getText(), 0L ) );
 in.setDynamicIncludeSubFolders( wIncludeSubFolder.getSelection() );
 in.setdoNotFailIfNoFile( wdoNotFailIfNoFile.getSelection() );
}
org.pentaho.di.core.fileinputFileInputList$FileTypeFiltergetByOrdinal

Popular methods of FileInputList$FileTypeFilter

  • ordinal
  • values
  • equals
  • getByName
  • isFileTypeAllowed
  • toString

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • getExternalFilesDir (Context)
  • getContentResolver (Context)
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • JCheckBox (javax.swing)
  • LogFactory (org.apache.commons.logging)
    A minimal incarnation of Apache Commons Logging's LogFactory API, providing just the common Log look
  • Logger (org.slf4j)
    The main user interface to logging. It is expected that logging takes place through concrete impleme
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now