Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.util
Class WrappedEbcdicStringIterator.WrappedEbcdicStringResult

java.lang.Object
  extended by com.ibm.etools.iseries.util.WrappedEbcdicStringIterator.WrappedEbcdicStringResult
All Implemented Interfaces:
IEbcdicString
Enclosing class:
WrappedEbcdicStringIterator

public static class WrappedEbcdicStringIterator.WrappedEbcdicStringResult
extends Object
implements IEbcdicString


Constructor Summary
WrappedEbcdicStringIterator.WrappedEbcdicStringResult()
           
WrappedEbcdicStringIterator.WrappedEbcdicStringResult(String expandedText, boolean isFirstCharSplit, boolean isLastCharSplit)
           
WrappedEbcdicStringIterator.WrappedEbcdicStringResult(WrappedEbcdicStringIterator.WrappedEbcdicString wrappedEbcdicString)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getText()
          Get the Unicode representation of the string.
 int hashCode()
           
 boolean isFirstCharacterSplit()
          Whether the first EBCDIC byte should only be the second half of a DBCS character
 boolean isLastCharacterSplit()
          Whether the last EBCDIC byte should only be the first half of a DBCS character
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrappedEbcdicStringIterator.WrappedEbcdicStringResult

public WrappedEbcdicStringIterator.WrappedEbcdicStringResult()

WrappedEbcdicStringIterator.WrappedEbcdicStringResult

public WrappedEbcdicStringIterator.WrappedEbcdicStringResult(WrappedEbcdicStringIterator.WrappedEbcdicString wrappedEbcdicString)

WrappedEbcdicStringIterator.WrappedEbcdicStringResult

public WrappedEbcdicStringIterator.WrappedEbcdicStringResult(String expandedText,
                                                             boolean isFirstCharSplit,
                                                             boolean isLastCharSplit)
Method Detail

getText

public String getText()
Description copied from interface: IEbcdicString
Get the Unicode representation of the string. If DBCS characters are split, the full character is present

Specified by:
getText in interface IEbcdicString

isFirstCharacterSplit

public boolean isFirstCharacterSplit()
Description copied from interface: IEbcdicString
Whether the first EBCDIC byte should only be the second half of a DBCS character

Specified by:
isFirstCharacterSplit in interface IEbcdicString

isLastCharacterSplit

public boolean isLastCharacterSplit()
Description copied from interface: IEbcdicString
Whether the last EBCDIC byte should only be the first half of a DBCS character

Specified by:
isLastCharacterSplit in interface IEbcdicString

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.