|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ibm.as400.access.BidiConversionProperties
The BidiConversionProperties class provides a set of properties that can be used to control the conversion of character set data.
| Constructor Summary | |
BidiConversionProperties()
Constructs a BidiConversionProperties object. |
|
| Method Summary | |
int |
getBidiStringType()
Gets the bidi string type. |
boolean |
isBidiImplicitReordering()
Indicates the value of the bidi implicit LTR-RTL reordering property. |
boolean |
isBidiNumericOrderingRoundTrip()
Indicates the value of the bidi numeric ordering round trip property. |
void |
setBidiImplicitReordering(boolean bidiImplicitReordering)
Sets the bidi implicit LTR-RTL reordering property. |
void |
setBidiNumericOrderingRoundTrip(boolean bidiNumericOrderingRoundTrip)
Sets the bidi numeric ordering round trip property. |
void |
setBidiStringType(int bidiStringType)
Sets the bidi string type, as defined by the CDRA (Character Data Representataion Architecture). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BidiConversionProperties()
| Method Detail |
public void setBidiStringType(int bidiStringType)
bidiStringType - The bidi string type.public int getBidiStringType()
public void setBidiImplicitReordering(boolean bidiImplicitReordering)
bidiImplicitReordering - true to use the bidi implicit reordering; false otherwise.public boolean isBidiImplicitReordering()
public void setBidiNumericOrderingRoundTrip(boolean bidiNumericOrderingRoundTrip)
public boolean isBidiNumericOrderingRoundTrip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||