|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.fc.castorbind.CharArrayWrapper
public class CharArrayWrapper
This class wraps an array of characters around an objects
Constructor Summary | |
---|---|
CharArrayWrapper()
Class constructor |
Method Summary | |
---|---|
char[] |
getCharacters()
This method returns the member variable |
java.lang.Character[] |
getChars()
This method returns the member variable |
void |
setCharacters(char[] aChars)
This method sets the member variable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharArrayWrapper()
Method Detail |
---|
public java.lang.Character[] getChars()
Character
objectspublic void setCharacters(char[] aChars)
aChars
- array of characterspublic char[] getCharacters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |