public class ConfStructureCollection extends ConfDataCollection<ConfStructure>
Constructor | Description |
---|---|
ConfStructureCollection(CfgDescriptionAttributeReferenceClass metadata) |
This constructor is used internally from structures initialization helper method
ConfObjectBase.getOrCreatePropertyValue(String) ,
though it is possible to use it in user code directly. |
ConfStructureCollection(CfgDescriptionStructure metadata) |
Modifier and Type | Method | Description |
---|---|---|
ConfStructure |
createStructure() |
Creates structure instance, which may be filled with data and added to this collection.
It's a helper method for creation and filling elements of this structure collection. |
CfgDescriptionStructure |
getClassInfo() |
Returns structures class MetaData description of elements of this collection.
|
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
clone, getAttributeInfo, toString, toString, toStringHelper
public ConfStructureCollection(CfgDescriptionAttributeReferenceClass metadata)
ConfObjectBase.getOrCreatePropertyValue(String)
,
though it is possible to use it in user code directly.metadata
- attribute MetaData with structures collection property description.ConfObjectAttributeException
- if given MetaData is null or there is some problem
with its usage for a structure collection.public ConfStructureCollection(CfgDescriptionStructure metadata)
public ConfStructure createStructure()
public CfgDescriptionStructure getClassInfo()
getClassInfo
in class ConfDataCollection<ConfStructure>
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.