Class OutputParam
- java.lang.Object
-
- jp.co.antenna.AHOOXMLDocxManagerJavaCtl.OutputParam
-
public class OutputParam extends java.lang.Object
Output parameter- Version:
- 1.0 2021/09/29
- Author:
- Copyright (c) 2020-2022 Antenna House, Inc. All rights reserved.
-
-
Field Summary
Fields Modifier and Type Field Description CommonOption.AddingStrPlacePattern
addingStrPlacePattern
The position of characters to be added to the output file namejava.lang.String
fileAddColumn
The column name for the additional data to the output filejava.lang.String
outputFilePath
Output file path
-
Constructor Summary
Constructors Constructor Description OutputParam()
Constructor
-
-
-
Field Detail
-
outputFilePath
public java.lang.String outputFilePath
Output file path
-
addingStrPlacePattern
public CommonOption.AddingStrPlacePattern addingStrPlacePattern
The position of characters to be added to the output file name
-
fileAddColumn
public java.lang.String fileAddColumn
The column name for the additional data to the output file
-
-