com.ibm.di.fc.castorbind
Class CharArrayWrapper

java.lang.Object
  extended by com.ibm.di.fc.castorbind.CharArrayWrapper

public class CharArrayWrapper
extends Object


Constructor Summary
CharArrayWrapper()
           
 
Method Summary
 char[] getCharacters()
           
 Character[] getChars()
           
 void setCharacters(char[] aChars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharArrayWrapper

public CharArrayWrapper()
Method Detail

getChars

public Character[] getChars()

setCharacters

public void setCharacters(char[] aChars)

getCharacters

public char[] getCharacters()