All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.cpc.ActInfo
java.lang.Object
|
+----com.ibm.eNetwork.beans.HOD.cpc.ActInfo
- public class ActInfo
- extends Object
The ActInfo class acts as a convenience structure to package the codepage conversion
attributes to be passed to a codepage Converter instance. Details about the packaged
attributes are to be found in Converter document.
- See Also:
- Converter
-
BinMode
-
Defines if converted text was downloaded in Binary mode.
-
InputCodepage
-
Defines a codepage of input file.
-
InputFileName
-
Defines a name of input file .
-
inputHostType
-
Defines host type for intput file.
-
InputPathName
-
Defines a name of input file with full path.
-
InputTextOrient
-
Defines if input text orientation is right-to-left.
-
InputTextType
-
Defines if input text type is Logical (Implicit).
-
LamAlef
-
Defines if LamAlef processing should be performed.
-
numeralShaping
-
Defines numeral shaping for output file.
-
OutputCodepage
-
Defines a codepage of output file.
-
OutputFileName
-
Defines a name of output file .
-
outputHostType
-
Defines host type for output file.
-
OutputPathName
-
Defines a name of output file with full path.
-
OutputTextOrient
-
Defines if output text orientation is right-to-left.
-
OutputTextType
-
Defines if output text type is Logical (Implicit).
-
recordLength
-
Defines length of fixed record.
-
SymSwap
-
Defines if Symmetric Swapping should be performed.
-
ActInfo()
- Default constructor for ActInfo.
-
ActInfo(ActInfo)
- The Copy constructor.
-
toString()
-
-
update(ActInfo)
- Copies the data from another ActInfo instance into this instance.
InputFileName
public String InputFileName
- Defines a name of input file .
Default value is void string.
OutputFileName
public String OutputFileName
- Defines a name of output file .
Default value is void string.
InputPathName
public String InputPathName
- Defines a name of input file with full path.
Default value is void string.
OutputPathName
public String OutputPathName
- Defines a name of output file with full path.
Default value is void string.
InputCodepage
public String InputCodepage
- Defines a codepage of input file.
Default value is void string.
OutputCodepage
public String OutputCodepage
- Defines a codepage of output file.
Default value is void string.
InputTextType
public boolean InputTextType
- Defines if input text type is Logical (Implicit).
The parameter is used for Arabic and Hebrew codepages only.
Default value is
false
.
OutputTextType
public boolean OutputTextType
- Defines if output text type is Logical (Implicit).
The parameter is used for Arabic and Hebrew codepages only.
Default value is
false
.
InputTextOrient
public boolean InputTextOrient
- Defines if input text orientation is right-to-left.
The parameter is used for Arabic and Hebrew codepages only.
Default value is
false
.
OutputTextOrient
public boolean OutputTextOrient
- Defines if output text orientation is right-to-left.
The parameter is used for Arabic and Hebrew codepages only.
Default value is
false
.
LamAlef
public boolean LamAlef
- Defines if LamAlef processing should be performed.
The parameter is used for Arabic codepages only.
Default value is
false
.
numeralShaping
public String numeralShaping
- Defines numeral shaping for output file.
The parameter is used for Arabic codepages only.
The value should be one of correct values of Session NumeralShaping property.
Default value is
Session.NOMINAL
.
inputHostType
public String inputHostType
- Defines host type for intput file.
The value should be one of constants defined at Converter class.
Default value is
Converter.WIN
.
outputHostType
public String outputHostType
- Defines host type for output file.
The value should be one of constants defined at Converter class.
Default value is
Converter.WIN
.
SymSwap
public boolean SymSwap
- Defines if Symmetric Swapping should be performed.
The parameter is used for Arabic and Hebrew codepages only.
Default value is
false
.
BinMode
public boolean BinMode
- Defines if converted text was downloaded in Binary mode.
Default value is
false
.
recordLength
public int recordLength
- Defines length of fixed record.
The parameter is used for OS/390 and OS/400 host types only.
Default value is 80.
ActInfo
public ActInfo()
- Default constructor for ActInfo.
ActInfo
public ActInfo(ActInfo arg)
- The Copy constructor.
- Parameters:
- arg - Source instance of ActInfo.
update
public void update(ActInfo a)
- Copies the data from another ActInfo instance into this instance.
- Parameters:
- A - source ActInfo instance.
toString
public String toString()
- Overrides:
- toString
All Packages Class Hierarchy This Package Previous Next Index