Class OutputParam
- java.lang.Object
-
- jp.co.antenna.AHOOXMLDocxManagerJavaCtl.OutputParam
-
public class OutputParam extends java.lang.ObjectOutput 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.AddingStrPlacePatternaddingStrPlacePatternThe position of characters to be added to the output file namejava.lang.StringfileAddColumnThe column name for the additional data to the output filejava.lang.StringoutputFilePathOutput 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
-
-