Rational Developer for Power Systems Software
V7.6

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

All Known Implementing Classes:
QSYSRemoteSourceMember

public interface IISeriesResourceActionFilter

Describes the public attributes for an iSeries Resource and the acceptables values each may have.

A popup menu extension may use these constants to describe its object target. Each identifies an attribute name or possible value. Values are case insensitive, unless stated otherwise

Clients are not expected to implement this interface.

See Also:
IActionFilter

Field Summary
static String ATT_PARSER_NAME
           
static String Copyright
           
static String IS_CBL_SRC
           
static String IS_OFFLINE
           
static String IS_PCML_SRC
           
static String IS_RPGLE_SRC
          An attribute indicating if this IQSYSSourceMeber is RPGLE, CBL and PCML type.
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values

IS_RPGLE_SRC

static final String IS_RPGLE_SRC
An attribute indicating if this IQSYSSourceMeber is RPGLE, CBL and PCML type. This attribute should only be used with object contribution to an IQSYSSourceMember only.

See Also:
Constant Field Values

IS_CBL_SRC

static final String IS_CBL_SRC
See Also:
Constant Field Values

IS_PCML_SRC

static final String IS_PCML_SRC
See Also:
Constant Field Values

IS_OFFLINE

static final String IS_OFFLINE
See Also:
Constant Field Values

ATT_PARSER_NAME

static final String ATT_PARSER_NAME
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.