Rational Developer for Power Systems Software
V7.6

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


public interface IQSYSRemoteTypes

All remote object types we support. These can be used when registering property pages against remote ISeries objects, via the "typecategoryfilter" attribute.


Field Summary
static String Copyright
           
static String SUBTYPE_FILE_DSPF
          A dspf file object
static String SUBTYPE_FILE_DTA
          A data file object
static String SUBTYPE_FILE_PRTF
          A prtf file object
static String SUBTYPE_FILE_SRC
          A source file object
static String SUBTYPE_MEMBER_DTA
          A data file member
static String SUBTYPE_MEMBER_SRC
          A source file member
static String SUBTYPE_MESSAGE_DESCRIPTION
          A message description from a message file
static String SUBTYPE_RECORD_DATABASE
          A record from a database file
static String SUBTYPE_RECORD_DEVICE
          A record from a device file
static String TYPE_COMMAND
          A command object
static String TYPE_FIELD
          A field object
static String TYPE_FILE
          A file object
static String TYPE_LIBRARY
          A library object
static String TYPE_MSG
          A message object: "MESSAGE"
static String TYPE_MSGF
          A message file object
static String TYPE_RECORD
          A record object
static String TYPECATEGORY_CMDS
          All command objects are of type category "COMMANDS"
static String TYPECATEGORY_FILES
          All file objects are of type category "OBJECTFILES".
static String TYPECATEGORY_FLDS
          All field objects are of type category "FIELDS"
static String TYPECATEGORY_IFS
          All ifs objects are of type category "files"
static String TYPECATEGORY_JOBCATS
          All job objects are of type category "JOBS"
static String TYPECATEGORY_JOBS
          All job objects are of type category "JOBS"
static String TYPECATEGORY_LIBS
          All library objects are of type category "LIBRARIES"
static String TYPECATEGORY_MBRS
          All member objects are of type category "MEMBERS"
static String TYPECATEGORY_MODULE_INTERNAL
          Type category for modules that are internal to a *PGM or *SRVPGM
static String TYPECATEGORY_MSGD
          All message descriptions are of type category "MESSAGE_DESCRIPTIONS"
static String TYPECATEGORY_MSGS
          All message objects are of type category "MESSAGES"
static String TYPECATEGORY_OBJS
          All non-library, non-file objects are of type category "OBJECTS"
static String TYPECATEGORY_OBJS_WITHFILES
          All non-library objects including files are of type category "OBJECT*"
static String TYPECATEGORY_PROCEDURES
          Type category for procedures that are contained in a *MODULE object
static String TYPECATEGORY_RCDS
          All record objects are of type category "RECORDS"
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values

TYPECATEGORY_JOBS

static final String TYPECATEGORY_JOBS
All job objects are of type category "JOBS"

See Also:
Constant Field Values

TYPECATEGORY_JOBCATS

static final String TYPECATEGORY_JOBCATS
All job objects are of type category "JOBS"

See Also:
Constant Field Values

TYPECATEGORY_CMDS

static final String TYPECATEGORY_CMDS
All command objects are of type category "COMMANDS"

See Also:
Constant Field Values

TYPECATEGORY_LIBS

static final String TYPECATEGORY_LIBS
All library objects are of type category "LIBRARIES"

See Also:
Constant Field Values

TYPECATEGORY_FILES

static final String TYPECATEGORY_FILES
All file objects are of type category "OBJECTFILES". The subtype can further distinquish

See Also:
Constant Field Values

TYPECATEGORY_OBJS

static final String TYPECATEGORY_OBJS
All non-library, non-file objects are of type category "OBJECTS"

See Also:
Constant Field Values

TYPECATEGORY_OBJS_WITHFILES

static final String TYPECATEGORY_OBJS_WITHFILES
All non-library objects including files are of type category "OBJECT*"

See Also:
Constant Field Values

TYPECATEGORY_MBRS

static final String TYPECATEGORY_MBRS
All member objects are of type category "MEMBERS"

See Also:
Constant Field Values

TYPECATEGORY_RCDS

static final String TYPECATEGORY_RCDS
All record objects are of type category "RECORDS"

See Also:
Constant Field Values

TYPECATEGORY_FLDS

static final String TYPECATEGORY_FLDS
All field objects are of type category "FIELDS"

See Also:
Constant Field Values

TYPECATEGORY_MSGS

static final String TYPECATEGORY_MSGS
All message objects are of type category "MESSAGES"

See Also:
Constant Field Values

TYPECATEGORY_MSGD

static final String TYPECATEGORY_MSGD
All message descriptions are of type category "MESSAGE_DESCRIPTIONS"

See Also:
Constant Field Values

TYPECATEGORY_IFS

static final String TYPECATEGORY_IFS
All ifs objects are of type category "files"

See Also:
Constant Field Values

TYPECATEGORY_PROCEDURES

static final String TYPECATEGORY_PROCEDURES
Type category for procedures that are contained in a *MODULE object

See Also:
Constant Field Values

TYPECATEGORY_MODULE_INTERNAL

static final String TYPECATEGORY_MODULE_INTERNAL
Type category for modules that are internal to a *PGM or *SRVPGM

See Also:
Constant Field Values

TYPE_LIBRARY

static final String TYPE_LIBRARY
A library object

See Also:
Constant Field Values

TYPE_FILE

static final String TYPE_FILE
A file object

See Also:
Constant Field Values

TYPE_COMMAND

static final String TYPE_COMMAND
A command object

See Also:
Constant Field Values

TYPE_MSGF

static final String TYPE_MSGF
A message file object

See Also:
Constant Field Values

TYPE_RECORD

static final String TYPE_RECORD
A record object

See Also:
Constant Field Values

TYPE_FIELD

static final String TYPE_FIELD
A field object

See Also:
Constant Field Values

TYPE_MSG

static final String TYPE_MSG
A message object: "MESSAGE"

See Also:
Constant Field Values

SUBTYPE_FILE_SRC

static final String SUBTYPE_FILE_SRC
A source file object

See Also:
Constant Field Values

SUBTYPE_FILE_DTA

static final String SUBTYPE_FILE_DTA
A data file object

See Also:
Constant Field Values

SUBTYPE_FILE_DSPF

static final String SUBTYPE_FILE_DSPF
A dspf file object

See Also:
Constant Field Values

SUBTYPE_FILE_PRTF

static final String SUBTYPE_FILE_PRTF
A prtf file object

See Also:
Constant Field Values

SUBTYPE_RECORD_DATABASE

static final String SUBTYPE_RECORD_DATABASE
A record from a database file

See Also:
Constant Field Values

SUBTYPE_RECORD_DEVICE

static final String SUBTYPE_RECORD_DEVICE
A record from a device file

See Also:
Constant Field Values

SUBTYPE_MESSAGE_DESCRIPTION

static final String SUBTYPE_MESSAGE_DESCRIPTION
A message description from a message file

See Also:
Constant Field Values

SUBTYPE_MEMBER_SRC

static final String SUBTYPE_MEMBER_SRC
A source file member

See Also:
Constant Field Values

SUBTYPE_MEMBER_DTA

static final String SUBTYPE_MEMBER_DTA
A data file member

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.