|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
com.genesyslab.platform.configuration.protocol.obj.ConfDataCollection<ConfObject>
com.genesyslab.platform.configuration.protocol.obj.ConfObjectsCollection
public class ConfObjectsCollection
Collection of any configuration objects of a specific type.
It is used for configuration objects holding in server response on objects reading request
EventObjectsRead.getObjects()
.
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
ConfObjectsCollection(CfgDescriptionObject metadata)
Constructor of objects collection. |
|
ConfObjectsCollection(CfgDescriptionObject metadata,
int initSize)
Constructor of objects collection. |
Method Summary | |
---|---|
CfgDescriptionObject |
getClassInfo()
Returns objects class MetaData description of elements of this collection. |
Methods inherited from class com.genesyslab.platform.configuration.protocol.obj.ConfDataCollection |
---|
clone, getAttributeInfo, toString, toString, toStringHelper |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, removeAll, retainAll |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
Constructor Detail |
---|
public ConfObjectsCollection(CfgDescriptionObject metadata)
metadata
- configuration object class MetaData description.
ConfObjectAttributeException
- if given object MetaData is null or there is some problem with
usage of the class MetaData description for the collection.public ConfObjectsCollection(CfgDescriptionObject metadata, int initSize)
metadata
- configuration object class MetaData description.initSize
- initial capacity of the underlying collection.
ConfObjectAttributeException
- if given object MetaData is null or there is some problem with
usage of the class MetaData description for the collection.Method Detail |
---|
public CfgDescriptionObject getClassInfo()
getClassInfo
in class ConfDataCollection<ConfObject>
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |