| Package | Description |
|---|---|
| org.otcl2.common | |
| org.otcl2.common.dto | |
| org.otcl2.common.factory |
| Modifier and Type | Method and Description |
|---|---|
static OtclConstants.TARGET_SOURCE |
OtclConstants.TARGET_SOURCE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtclConstants.TARGET_SOURCE[] |
OtclConstants.TARGET_SOURCE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
OtclConstants.TARGET_SOURCE |
OtclCommandDto.enumTargetSource
The enum target source.
|
| Modifier and Type | Method and Description |
|---|---|
OtclCommandDto.Builder |
OtclCommandDto.Builder.addTargetOrSource(OtclConstants.TARGET_SOURCE enumTargetOrSource)
Adds the target or source.
|
| Modifier and Type | Method and Description |
|---|---|
static OtclCommandDto |
OtclCommandDtoFactory.create(OtclConstants.TARGET_SOURCE enumTargetOrSource,
String otclToken,
String tokenPath,
int idx,
String fldName,
String concreteType,
boolean isRootNode,
Field field,
Class<?> fldType,
Class<?> genericType,
boolean isLeaf)
Creates the.
|
Copyright © 2021. All rights reserved.