T
- type of collection objectsjava.lang.Cloneable
ConfIntegerCollection
, ConfObjectsCollection
, ConfStringCollection
, ConfStructureCollection
public abstract class ConfDataCollection<T>
extends java.util.ArrayList<T>
implements java.lang.Cloneable
Modifier | Constructor | Description |
---|---|---|
protected |
ConfDataCollection(CfgDescription metadata) |
|
protected |
ConfDataCollection(CfgDescription metadata,
int initSize) |
Modifier and Type | Method | Description |
---|---|---|
ConfDataCollection<T> |
clone() |
|
CfgDescriptionAttributeReference |
getAttributeInfo() |
Returns reference to "this" attribute MetaData description or null if it is a stand-alone objects collection.
|
CfgDescriptionClass |
getClassInfo() |
Returns class MetaData description of elements of this collection
or null if collection is of primitive type elements.
|
java.lang.String |
toString() |
|
java.lang.String |
toString(boolean truncate,
boolean hideAllowed) |
Helper method for generation of string representation with object content.
|
protected void |
toStringHelper(java.lang.StringBuilder buffer,
java.lang.String prefix,
boolean truncate,
boolean hideAllowed) |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
protected ConfDataCollection(CfgDescription metadata)
protected ConfDataCollection(CfgDescription metadata, int initSize)
public java.lang.String toString()
toString
in class java.util.AbstractCollection<T>
public ConfDataCollection<T> clone()
clone
in class java.util.ArrayList<T>
public java.lang.String toString(boolean truncate, boolean hideAllowed)
truncate
- if this parameter value is "true", then resulting string should contain
truncated long values and long collections.hideAllowed
- "true" value of this parameter means that values of "sensitive" attributes
should not appear in the result string.protected void toStringHelper(java.lang.StringBuilder buffer, java.lang.String prefix, boolean truncate, boolean hideAllowed)
public CfgDescriptionAttributeReference getAttributeInfo()
public CfgDescriptionClass getClassInfo()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.