| Package | Description |
|---|---|
| org.otcl2.common.dto |
| Modifier and Type | Method and Description |
|---|---|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addChild(String fieldName,
OtclCommandDto otclCommandDto)
Adds the child.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addCollectionDefiner(OtclCommandDto.CollectionDescriptor collectionDescriptor)
Adds the collection definer.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addConcreteType(Class<?> concreteType)
Adds the concrete type.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addConcreteTypeName(String concreteTypeName)
Adds the concrete type name.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addField(Field field)
Adds the field.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addFieldName(String fieldName)
Adds the field name.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addFieldType(Class<?> fieldType)
Adds the field type.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addIsRootNode(boolean isRootNode)
Adds the is root node.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addOtclToken(String otclToken)
Adds the otcl token.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addOtclTokenIndex(int otclTokenIndex)
Adds the otcl token index.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addParent(OtclCommandDto parent)
Adds the parent.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addTargetOrSource(OtclConstants.TARGET_SOURCE enumTargetOrSource)
Adds the target or source.
|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addTokenPath(String chainPath)
Adds the token path.
|
static OtclCommandDto.Builder |
OtclCommandDto.newBuilder()
New builder.
|
Copyright © 2021. All rights reserved.