|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.datamixer.collections.DatamixerCollection
| Field Summary | |
protected int |
dataType_
datatype |
protected boolean |
debugEnabled_
true if debugging is enabled |
protected java.lang.String |
formatPattern_
format pattern |
protected java.lang.String |
id_
default id for iterators |
protected boolean |
initialized_
true if initialized |
protected org.apache.log4j.Logger |
logger_
logger |
protected java.lang.String |
name_
default name for iterators |
protected boolean |
repeat_
default repeat flag for iterators |
| Constructor Summary | |
DatamixerCollection()
|
|
| Method Summary | |
boolean |
add(java.lang.Object o)
|
boolean |
addAll(java.util.Collection c)
|
void |
clear()
|
abstract boolean |
contains(java.lang.Object o)
|
abstract boolean |
containsAll(java.util.Collection c)
|
protected abstract DatamixerIterator |
createIterator()
Returns an iterator over the elements contained in this collection. |
protected abstract int |
doGetSize()
|
protected void |
doInitialize()
|
protected void |
error(java.lang.String errmsg)
|
DatamixerIterator |
getDatamixerIterator()
Returns a DatamixerIterator over the elements in this
collection. |
int |
getDataType()
|
java.lang.String |
getFormatPattern()
Returns the format pattern. |
java.lang.String |
getId()
Returns this iterator's id. |
java.lang.String |
getName()
Returns the value name. |
boolean |
getRepeat()
Returns the repeat flag. |
int |
getSize()
Returns the number of elements in this collection. |
protected void |
initialize()
Initialize this instance. |
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.Object o)
|
boolean |
removeAll(java.util.Collection c)
|
boolean |
retainAll(java.util.Collection c)
|
void |
setDataType(int value)
|
void |
setFormatPattern(java.lang.String value)
Sets the format pattern. |
void |
setId(java.lang.String id)
Sets this iterator's id. |
void |
setName(java.lang.String name)
Set the value name. |
void |
setRepeat(boolean value)
Sets the repeat flag. |
int |
size()
|
abstract java.lang.Object[] |
toArray()
|
abstract java.lang.Object[] |
toArray(java.lang.Object[] target)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
| Field Detail |
protected java.lang.String id_
protected boolean repeat_
protected int dataType_
protected java.lang.String formatPattern_
protected java.lang.String name_
protected boolean initialized_
protected org.apache.log4j.Logger logger_
protected boolean debugEnabled_
| Constructor Detail |
public DatamixerCollection()
| Method Detail |
public boolean add(java.lang.Object o)
add in interface java.util.Collectionpublic boolean addAll(java.util.Collection c)
addAll in interface java.util.Collectionpublic void clear()
clear in interface java.util.Collectionpublic abstract boolean contains(java.lang.Object o)
contains in interface java.util.Collectionpublic abstract boolean containsAll(java.util.Collection c)
containsAll in interface java.util.Collectionpublic boolean isEmpty()
isEmpty in interface java.util.Collectionpublic java.util.Iterator iterator()
iterator in interface java.util.Collectionpublic boolean remove(java.lang.Object o)
remove in interface java.util.Collectionpublic boolean removeAll(java.util.Collection c)
removeAll in interface java.util.Collectionpublic boolean retainAll(java.util.Collection c)
retainAll in interface java.util.Collectionpublic int size()
size in interface java.util.Collectionpublic abstract java.lang.Object[] toArray()
toArray in interface java.util.Collectionpublic abstract java.lang.Object[] toArray(java.lang.Object[] target)
toArray in interface java.util.Collectionpublic java.lang.String getId()
public void setId(java.lang.String id)
public boolean getRepeat()
public void setRepeat(boolean value)
public int getDataType()
public void setDataType(int value)
public java.lang.String getFormatPattern()
public void setFormatPattern(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String name)
public DatamixerIterator getDatamixerIterator()
DatamixerIterator over the elements in this
collection. This is a convenience method that simply casts the return
value from iterator() to a DatamixerIterator.
public int getSize()
Integer.MAX_VALUE elements,
returns Integer.MAX_VALUE.
protected abstract int doGetSize()
protected void initialize()
throws DatamixerException
DatamixerException
protected void doInitialize()
throws DatamixerException
DatamixerExceptionprotected abstract DatamixerIterator createIterator()
protected void error(java.lang.String errmsg)
throws DatamixerException
DatamixerException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||