Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostProcedureBasic

All Known Subinterfaces:
IISeriesHostProcedure, IQSYSProcedure
All Known Implementing Classes:
ISeriesHostProcedure, ISeriesHostProcedureBasic, QSYSRemoteProcedure

public interface IISeriesHostProcedureBasic

This interface represents the basic information that can be retrieved for a procedure contained in an an OS/400 *MODULE object.


Field Summary
static String copyright
           
 
Method Summary
 boolean getIfExportedFromServiceProgram()
          Return if this procedure is exported from service program.
 String getProcedureName()
          Return the name of the procedure.
 void setIfExportedFromServiceProgram(boolean flag)
          Set if this procedure is exported from service program.
 void setProcedureName(String name)
          Set the name of the procedure.
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getProcedureName

String getProcedureName()
Return the name of the procedure.


setProcedureName

void setProcedureName(String name)
Set the name of the procedure.


getIfExportedFromServiceProgram

boolean getIfExportedFromServiceProgram()
Return if this procedure is exported from service program.


setIfExportedFromServiceProgram

void setIfExportedFromServiceProgram(boolean flag)
Set if this procedure is exported from service program.


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.