generators.beans
Class InheriteSpeciale

java.lang.Object
  |
  +--generators.GenAbstract
        |
        +--generators.beans.InheriteSpeciale

public class InheriteSpeciale
extends GenAbstract


Fields inherited from class generators.GenAbstract
m_bReady, m_dBox, m_nCurID, m_oIF, m_sDIR, m_sHelpPath, m_sInfo, m_sName, m_sNL, m_sOutputRule, m_vOutputParam, m_vParameters, m_vRules
 
Constructor Summary
InheriteSpeciale()
           
 
Method Summary
 boolean CheckParam(OParameter oPar)
           
 boolean Create()
           
 boolean PAR_SetParam(java.util.Vector vPar)
           
 
Methods inherited from class generators.GenAbstract
Execute, Execute, Execute, GetSymbTab, HasSymbTab, IsReady, IsValid, PAR_GetHelpPath, PAR_GetInfo, PAR_GetList, PAR_GetName, PAR_GetOutput, PAR_GetOutputParam, PAR_GetOutputRule, PAR_GetRule, PAR_SetRule, SetHelpPath, Show, SortByFile, SortByLine, SortParam, SortParam
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

InheriteSpeciale

public InheriteSpeciale()
Method Detail

CheckParam

public boolean CheckParam(OParameter oPar)
Overrides:
CheckParam in class GenAbstract

PAR_SetParam

public boolean PAR_SetParam(java.util.Vector vPar)
Overrides:
PAR_SetParam in class GenAbstract

Create

public boolean Create()
Overrides:
Create in class GenAbstract