Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Class ISeriesHostModuleBasic

java.lang.Object
  extended by com.ibm.etools.iseries.comm.interfaces.ISeriesHostModuleBasic
All Implemented Interfaces:
IISeriesHostModuleBasic
Direct Known Subclasses:
ISeriesHostModule

public class ISeriesHostModuleBasic
extends Object
implements IISeriesHostModuleBasic

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

ISeriesHostModuleBasic

public ISeriesHostModuleBasic()
Method Detail

getProcedureList

public List getProcedureList()
Description copied from interface: IISeriesHostModuleBasic
Return a list of procedures for this module.

Specified by:
getProcedureList in interface IISeriesHostModuleBasic
Returns:
A list of IISeriesHostProcedureBasic interfaces

getModuleLibraryName

public String getModuleLibraryName()
Description copied from interface: IISeriesHostModuleBasic
Return the library name of this module

Specified by:
getModuleLibraryName in interface IISeriesHostModuleBasic

getModuleName

public String getModuleName()
Description copied from interface: IISeriesHostModuleBasic
Return the name of this module

Specified by:
getModuleName in interface IISeriesHostModuleBasic

setProcedureList

public void setProcedureList(List procedureList)
Description copied from interface: IISeriesHostModuleBasic
Set the list of procedures for this module

Specified by:
setProcedureList in interface IISeriesHostModuleBasic

setModuleLibraryName

public void setModuleLibraryName(String name)
Description copied from interface: IISeriesHostModuleBasic
Set the library name of this module

Specified by:
setModuleLibraryName in interface IISeriesHostModuleBasic

setModuleName

public void setModuleName(String name)
Description copied from interface: IISeriesHostModuleBasic
Set the name of this module

Specified by:
setModuleName in interface IISeriesHostModuleBasic

isDebuggable

public boolean isDebuggable()
Description copied from interface: IISeriesHostModuleBasic
Check if this module is debuggable.

Specified by:
isDebuggable in interface IISeriesHostModuleBasic

setDebuggable

public void setDebuggable(boolean debuggable)
Description copied from interface: IISeriesHostModuleBasic
Set the if this module is debuggable.

Specified by:
setDebuggable in interface IISeriesHostModuleBasic

getLanguageID

public int getLanguageID()
Description copied from interface: IISeriesHostModuleBasic
Get the language ID for this module

Specified by:
getLanguageID in interface IISeriesHostModuleBasic
See Also:
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

setLanguageID

public void setLanguageID(int langID)
Description copied from interface: IISeriesHostModuleBasic
Set the language ID for this module

Specified by:
setLanguageID in interface IISeriesHostModuleBasic
See Also:
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

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.