|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.eNetwork.beans.HOD.cpc.ActInfo
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
Below a table of conversion parameters passed with the class:
Parameter Name | Description | Type |
Default |
---|---|---|---|
InputFileName | Defines name of input file. | String | "" |
OutputFileName | Defines name of output file. | String | "" |
InputPathName | Defines name of output file with full path. | String | "" |
OutputPathName | Defines name of output file with full path. | String | "" |
InputCodepage | Defines codepage of input file. | String | "" |
OutputCodepage | Defines codepage of output file. | String | "" |
InputTextType | Defines if input text type is Logical (Implicit).The parameter is used for Arabic and Hebrew codepages only. | boolean | false |
OutputTextType | Defines if output text type is Logical (Implicit).The parameter is used for Arabic and Hebrew codepages only. | boolean | false |
InputTextOrient | Defines if input text orientation is right-to-left. The parameter is used for Arabic and Hebrew codepages only. | boolean | false |
OutputTextOrient | Defines if output text orientation is right-to-left. The parameter is used for Arabic and Hebrew codepages only. | boolean | false |
LamAlef | Defines if LamAlef processing should be performed. The parameter is used for Arabic codepages only. | boolean | false |
numeralShaping | Defines numeral shaping for output file. The parameter is used for Arabic codepages only.The value should be one of the correct values of Session NumeralShaping property. | String | numeralShaping |
recordLength | Defines length of fixed record. The parameter is used for OS/390 and OS/400 host types only. | int | 80 |
inputHostType | Defines host type for input file. The value should be one of the constants defined in the Converter class. | String | Converter.WIN |
outputHostType | Defines host type for output file. The value should be one of the constants defined in the Converter class. | String | Converter.WIN |
SymSwap | Defines if Symmetric Swapping should be performed. The parameter is used for Arabic and Hebrew codepages only. | boolean | false |
BinMode | Defines if converted text was downloaded in Binary mode amd end-of-line tag should be processed. | boolean | false |
CPCLanguage | Defines the language selected for conversion. | String | "" |
Constructor Summary | |
ActInfo()
Default constructor for ActInfo. |
|
ActInfo(ActInfo arg)
The Copy constructor. |
Method Summary | |
boolean |
getBinMode()
Returns the value of BinMode |
java.lang.String |
getInputCodepage()
Returns the value of InputCodepage |
java.lang.String |
getInputFileName()
Returns the value of InputFileName |
java.lang.String |
getInputHostType()
Returns the value of inputHostType |
java.lang.String |
getInputPathName()
Returns the value of InputPathName |
boolean |
getInputTextOrient()
Returns the value of InputTextOrient |
boolean |
getInputTextType()
Returns the value of InputTextType |
boolean |
getLamAlef()
Returns the value of LamAlef |
java.lang.String |
getLanguage()
Gets the value of CPCLanguage |
java.lang.String |
getNumeralShaping()
Returns the value of numeralShaping |
java.lang.String |
getOutputCodepage()
Returns the value of OutputCodepage |
java.lang.String |
getOutputFileName()
Returns the value of OutputFileName |
java.lang.String |
getOutputHostType()
Returns the value of outputHostType |
java.lang.String |
getOutputPathName()
Returns the value of OutputPathName |
boolean |
getOutputTextOrient()
Returns the value of OutputTextOrient |
boolean |
getOutputTextType()
Returns the value of OutputTextType |
int |
getRecordLength()
Returns the value of recordLength |
boolean |
getSymSwap()
Returns the value of SymSwap |
void |
setBinMode(boolean value)
Sets the value of BinMode |
void |
setInputCodepage(java.lang.String value)
Sets the value of InputCodepage |
void |
setInputFileName(java.lang.String value)
Sets the value of InputFileName |
void |
setInputHostType(java.lang.String value)
Sets the value of inputHostType |
void |
setInputPathName(java.lang.String value)
Sets the value of InputPathName |
void |
setInputTextOrient(boolean value)
Sets the value of InputTextOrient |
void |
setInputTextType(boolean value)
Sets the value of InputTextType |
void |
setLamAlef(boolean value)
Sets the value of LamAlef |
void |
setLanguage(java.lang.String lang)
Sets the value of CPCLanguage |
void |
setNumeralShaping(java.lang.String value)
Sets the value of numeralShaping |
void |
setOutputCodepage(java.lang.String value)
Sets the value of OutputCodepage |
void |
setOutputFileName(java.lang.String value)
Sets the value of OutputFileName |
void |
setOutputHostType(java.lang.String value)
Sets the value of outputHostType |
void |
setOutputPathName(java.lang.String value)
Sets the value of OutputPathName |
void |
setOutputTextOrient(boolean value)
Sets the value of OutputTextOrient |
void |
setOutputTextType(boolean value)
Sets the value of OutputTextType |
void |
setRecordLength(int value)
Sets the value of recordLength |
void |
setSymSwap(boolean value)
Sets the value of SymSwap |
void |
update(ActInfo a)
Copies the data from another ActInfo instance into this instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActInfo()
public ActInfo(ActInfo arg)
arg
- Source instance of ActInfo.Method Detail |
public void update(ActInfo a)
a
- source ActInfo instance.public void setInputFileName(java.lang.String value)
public java.lang.String getInputFileName()
public void setOutputFileName(java.lang.String value)
public java.lang.String getOutputFileName()
public void setInputPathName(java.lang.String value)
public java.lang.String getInputPathName()
public void setOutputPathName(java.lang.String value)
public java.lang.String getOutputPathName()
public void setInputCodepage(java.lang.String value)
public java.lang.String getInputCodepage()
public void setOutputCodepage(java.lang.String value)
public java.lang.String getOutputCodepage()
public void setInputTextType(boolean value)
public boolean getInputTextType()
public void setInputTextOrient(boolean value)
public boolean getInputTextOrient()
public void setOutputTextType(boolean value)
public boolean getOutputTextType()
public void setOutputTextOrient(boolean value)
public boolean getOutputTextOrient()
public void setLamAlef(boolean value)
public boolean getLamAlef()
public void setNumeralShaping(java.lang.String value)
public java.lang.String getNumeralShaping()
public void setRecordLength(int value)
public int getRecordLength()
public void setInputHostType(java.lang.String value)
public java.lang.String getInputHostType()
public void setOutputHostType(java.lang.String value)
public java.lang.String getOutputHostType()
public void setSymSwap(boolean value)
public boolean getSymSwap()
public void setBinMode(boolean value)
public boolean getBinMode()
public void setLanguage(java.lang.String lang)
public java.lang.String getLanguage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |