Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui
Class IBMiRemoteTypes

java.lang.Object
  extended by com.ibm.etools.iseries.rse.ui.IBMiRemoteTypes

public class IBMiRemoteTypes
extends Object


Field Summary
static String copyright
           
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
          Type category for modules that are external to a *PGM or *SRVPGM
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"
 
Constructor Summary
IBMiRemoteTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

TYPECATEGORY_JOBS

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

See Also:
Constant Field Values

TYPECATEGORY_JOBCATS

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

See Also:
Constant Field Values

TYPECATEGORY_CMDS

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

See Also:
Constant Field Values

TYPECATEGORY_LIBS

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

See Also:
Constant Field Values

TYPECATEGORY_FILES

public 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

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

See Also:
Constant Field Values

TYPECATEGORY_OBJS_WITHFILES

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

See Also:
Constant Field Values

TYPECATEGORY_MBRS

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

See Also:
Constant Field Values

TYPECATEGORY_RCDS

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

See Also:
Constant Field Values

TYPECATEGORY_FLDS

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

See Also:
Constant Field Values

TYPECATEGORY_MSGS

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

See Also:
Constant Field Values

TYPECATEGORY_MSGD

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

See Also:
Constant Field Values

TYPECATEGORY_IFS

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

See Also:
Constant Field Values

TYPECATEGORY_PROCEDURES

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

See Also:
Constant Field Values

TYPECATEGORY_MODULE

public static final String TYPECATEGORY_MODULE
Type category for modules that are external to a *PGM or *SRVPGM

See Also:
Constant Field Values

TYPECATEGORY_MODULE_INTERNAL

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

See Also:
Constant Field Values
Constructor Detail

IBMiRemoteTypes

public IBMiRemoteTypes()

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.