|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedureBasic
com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedure
public class ISeriesHostProcedure
This Java bean represents the information that can be retrieved for a procedure contained in an an OS/400 *MODULE object. This JavaBean was originally created to represent the information returned in the MODL0300 format returned by the OS/400 list module information api.
| Field Summary | |
|---|---|
static String |
copyright
|
| Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedure |
|---|
PROCEDURE_TYE_ENTRYPOINT, PROCEDURE_TYPE_REGULAR |
| Constructor Summary | |
|---|---|
ISeriesHostProcedure()
|
|
| 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 class com.ibm.etools.iseries.comm.interfaces.ISeriesHostProcedureBasic |
|---|
getIfExportedFromServiceProgram, getProcedureName, setIfExportedFromServiceProgram, setProcedureName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostProcedureBasic |
|---|
getIfExportedFromServiceProgram, getProcedureName, setIfExportedFromServiceProgram, setProcedureName |
| Field Detail |
|---|
public static final String copyright
| Constructor Detail |
|---|
public ISeriesHostProcedure()
| Method Detail |
|---|
public String getModuleName()
IISeriesHostProcedure
getModuleName in interface IISeriesHostProcedurepublic String getModuleLibraryName()
IISeriesHostProcedure
getModuleLibraryName in interface IISeriesHostProcedurepublic int getProcedureType()
IISeriesHostProcedure
getProcedureType in interface IISeriesHostProcedureIISeriesHostProcedure.PROCEDURE_TYPE_REGULAR,
IISeriesHostProcedure.PROCEDURE_TYE_ENTRYPOINTpublic void setModuleName(String name)
IISeriesHostProcedure
setModuleName in interface IISeriesHostProcedurepublic void setModuleLibraryName(String name)
IISeriesHostProcedure
setModuleLibraryName in interface IISeriesHostProcedurepublic void setProcedureType(int type)
IISeriesHostProcedure
setProcedureType in interface IISeriesHostProceduretype - The type of procedureIISeriesHostProcedure.PROCEDURE_TYPE_REGULAR,
IISeriesHostProcedure.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 | |||||||||