Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys
Interface IQSYSFilterTypes


public interface IQSYSFilterTypes

Our QSYS file system filters are typed. The type is just a string, which is stored permanently in the filter. These constants are for those types.


Field Summary
static String Copyright
           
static String FILTERTOKEN_SEPARATOR
           
static String FILTERTYPE_ADDITIONAL
           
static String FILTERTYPE_COMMAND
           
static String FILTERTYPE_COMMAND_PROMPT
           
static String FILTERTYPE_IFS
           
static String FILTERTYPE_JOB
           
static String FILTERTYPE_JOB_PROMPT
           
static String FILTERTYPE_LIBRARY
           
static String FILTERTYPE_LIBRARY_PROMPT
           
static String FILTERTYPE_LIBRARYLIST
           
static String FILTERTYPE_LIBRARYLIST_PROMPT
           
static String FILTERTYPE_MEMBER
           
static String FILTERTYPE_MEMBER_PROMPT
           
static String FILTERTYPE_OBJECT
           
static String FILTERTYPE_OBJECT_PROMPT
           
static String FILTERTYPE_SPLF
           
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values

FILTERTYPE_LIBRARY

static final String FILTERTYPE_LIBRARY
See Also:
Constant Field Values

FILTERTYPE_LIBRARYLIST

static final String FILTERTYPE_LIBRARYLIST
See Also:
Constant Field Values

FILTERTYPE_OBJECT

static final String FILTERTYPE_OBJECT
See Also:
Constant Field Values

FILTERTYPE_MEMBER

static final String FILTERTYPE_MEMBER
See Also:
Constant Field Values

FILTERTYPE_COMMAND

static final String FILTERTYPE_COMMAND
See Also:
Constant Field Values

FILTERTYPE_JOB

static final String FILTERTYPE_JOB
See Also:
Constant Field Values

FILTERTYPE_IFS

static final String FILTERTYPE_IFS
See Also:
Constant Field Values

FILTERTYPE_SPLF

static final String FILTERTYPE_SPLF
See Also:
Constant Field Values

FILTERTYPE_ADDITIONAL

static final String FILTERTYPE_ADDITIONAL
See Also:
Constant Field Values

FILTERTOKEN_SEPARATOR

static final String FILTERTOKEN_SEPARATOR
See Also:
Constant Field Values

FILTERTYPE_LIBRARY_PROMPT

static final String FILTERTYPE_LIBRARY_PROMPT
See Also:
Constant Field Values

FILTERTYPE_LIBRARYLIST_PROMPT

static final String FILTERTYPE_LIBRARYLIST_PROMPT
See Also:
Constant Field Values

FILTERTYPE_OBJECT_PROMPT

static final String FILTERTYPE_OBJECT_PROMPT
See Also:
Constant Field Values

FILTERTYPE_MEMBER_PROMPT

static final String FILTERTYPE_MEMBER_PROMPT
See Also:
Constant Field Values

FILTERTYPE_COMMAND_PROMPT

static final String FILTERTYPE_COMMAND_PROMPT
See Also:
Constant Field Values

FILTERTYPE_JOB_PROMPT

static final String FILTERTYPE_JOB_PROMPT
See Also:
Constant Field Values

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.