Package com.ibm.di.fc.castorbind
Class CharArrayWrapper
- java.lang.Object
-
- com.ibm.di.fc.castorbind.CharArrayWrapper
-
public class CharArrayWrapper extends java.lang.ObjectThis class wraps an array of characters around an objects
-
-
Constructor Summary
Constructors Constructor Description CharArrayWrapper()Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]getCharacters()This method returns the member variablejava.lang.Character[]getChars()This method returns the member variablevoidsetCharacters(char[] aChars)This method sets the member variable
-
-
-
Method Detail
-
getChars
public java.lang.Character[] getChars()
This method returns the member variable- Returns:
- an array of
Characterobjects
-
setCharacters
public void setCharacters(char[] aChars)
This method sets the member variable- Parameters:
aChars- array of characters
-
getCharacters
public char[] getCharacters()
This method returns the member variable- Returns:
- array of characters
-
-