org.datamixer.config.collections
Class StringsConfig

java.lang.Object
  extended byorg.datamixer.config.ElementBase
      extended byorg.datamixer.config.collections.CollectionConfig
          extended byorg.datamixer.config.collections.SyntheticListConfig
              extended byorg.datamixer.config.collections.StringsConfig
All Implemented Interfaces:
DatamixerConfig

public class StringsConfig
extends SyntheticListConfig


Constructor Summary
StringsConfig()
           
 
Method Summary
 boolean addElement(DatamixerConfig element)
          Add element to self as a nested element.
protected  void doGetSupportedAttrs(java.util.List names)
          A list of names of supported attributes.
protected  void doInitialize()
           
 java.lang.Long getCount()
           
 java.lang.String getFilePath()
           
 Strings getStringsImpl()
           
 boolean setAttribute(java.lang.String name, java.lang.Object value)
          Set value into the attribute named name.
 void setCount(java.lang.Long count)
           
 void setCount(java.lang.String count)
           
 void setFilePath(java.lang.String filePath)
           
 void setStringsImpl(Strings strings)
           
 
Methods inherited from class org.datamixer.config.collections.SyntheticListConfig
getRange, getSyntheticListImpl, setRange
 
Methods inherited from class org.datamixer.config.collections.CollectionConfig
getCollectionImpl, getName, getRepeat, setFormatPattern, setName, setRepeat, setRepeat
 
Methods inherited from class org.datamixer.config.ElementBase
addField, addListener, 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, 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

StringsConfig

public StringsConfig()
Method Detail

doInitialize

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

setAttribute

public boolean setAttribute(java.lang.String name,
                            java.lang.Object value)
Set value into the attribute named name. Returns true if element was set, false otherwise.

Specified by:
setAttribute in interface DatamixerConfig
Overrides:
setAttribute in class SyntheticListConfig

doGetSupportedAttrs

protected void doGetSupportedAttrs(java.util.List names)
A list of names of supported attributes.

Overrides:
doGetSupportedAttrs in class SyntheticListConfig

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 CollectionConfig

getStringsImpl

public Strings getStringsImpl()

setStringsImpl

public void setStringsImpl(Strings strings)

getFilePath

public java.lang.String getFilePath()

setFilePath

public void setFilePath(java.lang.String filePath)

getCount

public java.lang.Long getCount()

setCount

public void setCount(java.lang.Long count)

setCount

public void setCount(java.lang.String count)


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