|
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.Object com.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 IISeriesHostProcedure
public String getModuleLibraryName()
IISeriesHostProcedure
getModuleLibraryName
in interface IISeriesHostProcedure
public int getProcedureType()
IISeriesHostProcedure
getProcedureType
in interface IISeriesHostProcedure
IISeriesHostProcedure.PROCEDURE_TYPE_REGULAR
,
IISeriesHostProcedure.PROCEDURE_TYE_ENTRYPOINT
public void setModuleName(String name)
IISeriesHostProcedure
setModuleName
in interface IISeriesHostProcedure
public void setModuleLibraryName(String name)
IISeriesHostProcedure
setModuleLibraryName
in interface IISeriesHostProcedure
public void setProcedureType(int type)
IISeriesHostProcedure
setProcedureType
in interface IISeriesHostProcedure
type
- 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 |