org.datamixer.config.functions.datamixer
Class NextValueConfig

java.lang.Object
  extended byorg.datamixer.config.ElementBase
      extended byorg.datamixer.config.functions.datamixer.NextValueConfig
All Implemented Interfaces:
DatamixerConfig

public class NextValueConfig
extends ElementBase


Constructor Summary
NextValueConfig()
           
 
Method Summary
 boolean addElement(DatamixerConfig element)
          Add element to self as a nested element.
protected  void doInitialize()
           
 
Methods inherited from class org.datamixer.config.ElementBase
addField, addListener, doGetSupportedAttrs, error, error, error, findContext, findInContext, findInContext, findNearestContext, getAttribute, getContext, getElement, getElements, getField, getFields, getId, getImpl, getLineNumber, getListeners, getNamespace, getParent, getParentByTag, getQName, getScope, getSupportedAttrs, getSystemId, getTag, getText, initialize, initializeElements, setAttribute, setId, setImpl, setInContext, setInContext, setLineNumber, setListenerImpls, setNamespace, setParent, setScope, setScope, setScope, setSystemId, setTag, setText, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NextValueConfig

public NextValueConfig()
Method Detail

doInitialize

protected void doInitialize()
                     throws DatamixerException
Overrides:
doInitialize in class ElementBase
Throws:
DatamixerException

addElement

public boolean addElement(DatamixerConfig element)
Add element to self as a nested element. Returns true if element is accepted, false otherwise.

Specified by:
addElement in interface DatamixerConfig
Overrides:
addElement in class ElementBase


Copyright © 2004-2006 datamixer.org. All Rights Reserved.