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

Variable Index

 o BinMode
Defines if converted text was downloaded in Binary mode.
 o InputCodepage
Defines a codepage of input file.
 o InputFileName
Defines a name of input file .
 o inputHostType
Defines host type for intput file.
 o InputPathName
Defines a name of input file with full path.
 o InputTextOrient
Defines if input text orientation is right-to-left.
 o InputTextType
Defines if input text type is Logical (Implicit).
 o LamAlef
Defines if LamAlef processing should be performed.
 o numeralShaping
Defines numeral shaping for output file.
 o OutputCodepage
Defines a codepage of output file.
 o OutputFileName
Defines a name of output file .
 o outputHostType
Defines host type for output file.
 o OutputPathName
Defines a name of output file with full path.
 o OutputTextOrient
Defines if output text orientation is right-to-left.
 o OutputTextType
Defines if output text type is Logical (Implicit).
 o recordLength
Defines length of fixed record.
 o SymSwap
Defines if Symmetric Swapping should be performed.

Constructor Index

 o ActInfo()
Default constructor for ActInfo.
 o ActInfo(ActInfo)
The Copy constructor.

Method Index

 o toString()
 o update(ActInfo)
Copies the data from another ActInfo instance into this instance.

Variables

 o InputFileName
 public String InputFileName
Defines a name of input file . Default value is void string.

 o OutputFileName
 public String OutputFileName
Defines a name of output file . Default value is void string.

 o InputPathName
 public String InputPathName
Defines a name of input file with full path. Default value is void string.

 o OutputPathName
 public String OutputPathName
Defines a name of output file with full path. Default value is void string.

 o InputCodepage
 public String InputCodepage
Defines a codepage of input file. Default value is void string.

 o OutputCodepage
 public String OutputCodepage
Defines a codepage of output file. Default value is void string.

 o 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.

 o 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.

 o 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.

 o 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.

 o LamAlef
 public boolean LamAlef
Defines if LamAlef processing should be performed. The parameter is used for Arabic codepages only. Default value is false.

 o 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.

 o 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.

 o 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.

 o 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.

 o BinMode
 public boolean BinMode
Defines if converted text was downloaded in Binary mode. Default value is false.

 o 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.

Constructors

 o ActInfo
 public ActInfo()
Default constructor for ActInfo.

 o ActInfo
 public ActInfo(ActInfo arg)
The Copy constructor.

Parameters:
arg - Source instance of ActInfo.

Methods

 o update
 public void update(ActInfo a)
Copies the data from another ActInfo instance into this instance.

Parameters:
A - source ActInfo instance.
 o toString
 public String toString()
Overrides:
toString

All Packages  Class Hierarchy  This Package  Previous  Next  Index