org.datamixer.config.collections
Class CollectionConfig
java.lang.Object
org.datamixer.config.ElementBase
org.datamixer.config.collections.CollectionConfig
- All Implemented Interfaces:
- DatamixerConfig
- Direct Known Subclasses:
- SyntheticListConfig
- public class CollectionConfig
- extends ElementBase
| 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 |
CollectionConfig
public CollectionConfig()
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
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 ElementBase
doGetSupportedAttrs
protected void doGetSupportedAttrs(java.util.List names)
- A list of names of supported attributes.
- Overrides:
doGetSupportedAttrs in class ElementBase
getCollectionImpl
public DatamixerCollection getCollectionImpl()
getRepeat
public java.lang.Boolean getRepeat()
setRepeat
public void setRepeat(java.lang.Boolean value)
setRepeat
public void setRepeat(java.lang.String repeat)
setFormatPattern
public void setFormatPattern(java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
Copyright © 2004-2006 datamixer.org. All Rights Reserved.