xcodegen.structure
Class XRemover

java.lang.Object
  |
  +--xcodegen.structure.XObject
        |
        +--xcodegen.structure.XMethod
              |
              +--xcodegen.structure.XRemover

public class XRemover
extends XMethod

Descriptor of a remover function

Version:
$Revision: 1.2 $
Author:
Herve Tchepannou

Constructor Summary
XRemover()
           
 
Methods inherited from class xcodegen.structure.XMethod
getParameter, getParameters, getWhere, init
 
Methods inherited from class xcodegen.structure.XObject
add, addError, getBeanName, getChild, getChild, getChildren, getChildren, getDescription, getLogger, getLongName, getName, getParent, getXMLChild, getXMLChildText, getXMLChildText, getXMLText, hasChild, initChildren, trimXMLText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XRemover

public XRemover()