public final class OtclDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OtclDto.Builder
The Class Builder.
|
| Modifier and Type | Field and Description |
|---|---|
ClassDto |
mainClassDto
The main class dto.
|
OtclFileDto |
otclFileDto
The otcl file dto.
|
String |
otclFileName
The otcl file name.
|
String |
otclNamespace
The otcl namespace.
|
List<ScriptDto> |
scriptDtos
The script dtos.
|
Class<?> |
sourceClz
The source clz.
|
Map<String,OtclCommandDto> |
sourceOCDStems
The source OCD stems.
|
Class<?> |
targetClz
The target clz.
|
Map<String,OtclCommandDto> |
targetOCDStems
The target OCD stems.
|
| Modifier and Type | Method and Description |
|---|---|
static OtclDto.Builder |
newBuilder()
New builder.
|
public OtclFileDto otclFileDto
public String otclNamespace
public String otclFileName
public Class<?> sourceClz
public Class<?> targetClz
public ClassDto mainClassDto
public Map<String,OtclCommandDto> sourceOCDStems
public Map<String,OtclCommandDto> targetOCDStems
public static OtclDto.Builder newBuilder()
Copyright © 2021. All rights reserved.