|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IISeriesHostProcedure
This interface represents the information that can be retrieved for a procedure contained in an an OS/400 *MODULE object. This interface was originally created to represent the informatoin returned in the MODL0300 format returned by the OS/400 list module information api.
ListModuleInformation| Field Summary | |
|---|---|
static int |
PROCEDURE_TYE_ENTRYPOINT
Entry point procedure type. |
static int |
PROCEDURE_TYPE_REGULAR
Regular procedure type. |
| Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedureBasic |
|---|
copyright |
| Method Summary | |
|---|---|
String |
getModuleLibraryName()
Return the name of the library where the module containing this procedure exists. |
String |
getModuleName()
Return the name of the module where this procedure exists. |
int |
getProcedureType()
Return the type of this procedure. |
void |
setModuleLibraryName(String name)
Set the name of the library where the module containing this procedure exists. |
void |
setModuleName(String name)
Set the name of the module where this procedure exists. |
void |
setProcedureType(int type)
Set the type of this procedure. |
| Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedureBasic |
|---|
getIfExportedFromServiceProgram, getProcedureName, setIfExportedFromServiceProgram, setProcedureName |
| Field Detail |
|---|
static final int PROCEDURE_TYPE_REGULAR
static final int PROCEDURE_TYE_ENTRYPOINT
| Method Detail |
|---|
String getModuleName()
String getModuleLibraryName()
int getProcedureType()
PROCEDURE_TYPE_REGULAR,
PROCEDURE_TYE_ENTRYPOINTvoid setModuleName(String name)
void setModuleLibraryName(String name)
void setProcedureType(int type)
type - The type of procedurePROCEDURE_TYPE_REGULAR,
PROCEDURE_TYE_ENTRYPOINT
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||