|
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.ISeriesHostModuleBasic
public class ISeriesHostModuleBasic
This Java bean represents the basic information about an OS/400 *MODULE object.
Field Summary |
---|
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostModuleBasic |
---|
copyright, PGM_LANG_C, PGM_LANG_CFAMILY, PGM_LANG_CL, PGM_LANG_COBOL, PGM_LANG_CPP, PGM_LANG_JAVA, PGM_LANG_NONCFAMILY, PGM_LANG_OPM, PGM_LANG_OPMCL, PGM_LANG_OPMCOBOL, PGM_LANG_OPMRPG, PGM_LANG_OTHER, PGM_LANG_PLX, PGM_LANG_RPG |
Constructor Summary | |
---|---|
ISeriesHostModuleBasic()
|
Method Summary | |
---|---|
int |
getLanguageID()
Get the language ID for this module |
String |
getModuleLibraryName()
Return the library name of this module |
String |
getModuleName()
Return the name of this module |
List |
getProcedureList()
Return a list of procedures for this module. |
boolean |
isDebuggable()
Check if this module is debuggable. |
void |
setDebuggable(boolean debuggable)
Set the if this module is debuggable. |
void |
setLanguageID(int langID)
Set the language ID for this module |
void |
setModuleLibraryName(String name)
Set the library name of this module |
void |
setModuleName(String name)
Set the name of this module |
void |
setProcedureList(List procedureList)
Set the list of procedures for this module |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISeriesHostModuleBasic()
Method Detail |
---|
public List getProcedureList()
IISeriesHostModuleBasic
getProcedureList
in interface IISeriesHostModuleBasic
public String getModuleLibraryName()
IISeriesHostModuleBasic
getModuleLibraryName
in interface IISeriesHostModuleBasic
public String getModuleName()
IISeriesHostModuleBasic
getModuleName
in interface IISeriesHostModuleBasic
public void setProcedureList(List procedureList)
IISeriesHostModuleBasic
setProcedureList
in interface IISeriesHostModuleBasic
public void setModuleLibraryName(String name)
IISeriesHostModuleBasic
setModuleLibraryName
in interface IISeriesHostModuleBasic
public void setModuleName(String name)
IISeriesHostModuleBasic
setModuleName
in interface IISeriesHostModuleBasic
public boolean isDebuggable()
IISeriesHostModuleBasic
isDebuggable
in interface IISeriesHostModuleBasic
public void setDebuggable(boolean debuggable)
IISeriesHostModuleBasic
setDebuggable
in interface IISeriesHostModuleBasic
public int getLanguageID()
IISeriesHostModuleBasic
getLanguageID
in interface IISeriesHostModuleBasic
IISeriesHostModuleBasic.PGM_LANG_OTHER
,
IISeriesHostModuleBasic.PGM_LANG_NONCFAMILY
,
IISeriesHostModuleBasic.PGM_LANG_CFAMILY
,
IISeriesHostModuleBasic.PGM_LANG_OPM
,
IISeriesHostModuleBasic.PGM_LANG_C
,
IISeriesHostModuleBasic.PGM_LANG_CPP
,
IISeriesHostModuleBasic.PGM_LANG_RPG
,
IISeriesHostModuleBasic.PGM_LANG_CL
,
IISeriesHostModuleBasic.PGM_LANG_COBOL
,
IISeriesHostModuleBasic.PGM_LANG_PLX
,
IISeriesHostModuleBasic.PGM_LANG_OPMRPG
,
IISeriesHostModuleBasic.PGM_LANG_OPMCOBOL
,
IISeriesHostModuleBasic.PGM_LANG_OPMCL
,
IISeriesHostModuleBasic.PGM_LANG_JAVA
public void setLanguageID(int langID)
IISeriesHostModuleBasic
setLanguageID
in interface IISeriesHostModuleBasic
IISeriesHostModuleBasic.PGM_LANG_OTHER
,
IISeriesHostModuleBasic.PGM_LANG_NONCFAMILY
,
IISeriesHostModuleBasic.PGM_LANG_CFAMILY
,
IISeriesHostModuleBasic.PGM_LANG_OPM
,
IISeriesHostModuleBasic.PGM_LANG_C
,
IISeriesHostModuleBasic.PGM_LANG_CPP
,
IISeriesHostModuleBasic.PGM_LANG_RPG
,
IISeriesHostModuleBasic.PGM_LANG_CL
,
IISeriesHostModuleBasic.PGM_LANG_COBOL
,
IISeriesHostModuleBasic.PGM_LANG_PLX
,
IISeriesHostModuleBasic.PGM_LANG_OPMRPG
,
IISeriesHostModuleBasic.PGM_LANG_OPMCOBOL
,
IISeriesHostModuleBasic.PGM_LANG_OPMCL
,
IISeriesHostModuleBasic.PGM_LANG_JAVA
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |