public class IndexedCollectionsDtoFactory extends Object
| Constructor and Description |
|---|
IndexedCollectionsDtoFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IndexedCollectionsDto |
create(IndexedCollectionsDto parentPCD,
Object value,
String idxStr,
boolean hasChildren)
Creates the.
|
static IndexedCollectionsDto |
create(OtclCommandContext otclCommandContext,
IndexedCollectionsDto parentPCD,
Object value,
String idxStr)
Creates the.
|
static IndexedCollectionsDto |
createRoot(OtclCommandDto otclCommandDto,
boolean hasChildren,
Object value,
String idxStr)
Creates a new IndexedCollectionsDto object.
|
public static IndexedCollectionsDto createRoot(OtclCommandDto otclCommandDto, boolean hasChildren, Object value, String idxStr)
otclCommandDto - the otcl command dtohasChildren - the has childrenvalue - the valueidxStr - the idx strpublic static IndexedCollectionsDto create(OtclCommandContext otclCommandContext, IndexedCollectionsDto parentPCD, Object value, String idxStr)
otclCommandContext - the otcl command contextparentPCD - the parent PCDvalue - the valueidxStr - the idx strpublic static IndexedCollectionsDto create(IndexedCollectionsDto parentPCD, Object value, String idxStr, boolean hasChildren)
parentPCD - the parent PCDvalue - the valueidxStr - the idx strhasChildren - the has childrenCopyright © 2021. All rights reserved.