|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.cics.server.SymbolList
Usage:
This Class provides a wrapper for the symbol list keywords SYMBOLLIST, DELIMITER and
UNESCAPED of the CICS DOCUMENT API.
The symbol list, delimiter and unescaped values are stored in the SymbolList object. The constructors accept a symbol list, or a symbol list, a delimiter value and a unescaped indicator. Setters and getters are provided to store the values and retrieve the stored values.
| Field Summary | |
|---|---|
static int |
NOTSET
|
| Constructor Summary | |
|---|---|
SymbolList(byte[] sList)
|
|
SymbolList(byte[] sList,
char delim,
boolean unesc)
|
|
SymbolList(java.lang.String sList)
Usage: Public constructor which accepts a SYMBOLLIST string |
|
SymbolList(java.lang.String sList,
char delim,
boolean unesc)
Usage: Public constructor which accepts a SYMBOLLIST string, a DELIMITER character and a UNESCAPED indicator. |
|
| Method Summary | |
|---|---|
char |
getDelimiter()
Usage: Returns delimiter value. |
int |
getLength()
Usage: Returns the length of the symbol list. |
java.lang.String |
getSymbolList()
Usage: Returns the symbol list as a String |
byte[] |
getSymbolListAsByteArray()
|
boolean |
getUnescaped()
Usage: Returns the unescaped indicator. |
void |
setDelimiter(char delim)
Usage: Store the delimiter value. |
void |
setSymbolList(byte[] sList)
|
void |
setSymbolList(java.lang.String sList)
Usage: Store the symbol list. |
void |
setUnescaped(boolean unesc)
Usage: Store the unescaped indicator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int NOTSET
| Constructor Detail |
public SymbolList(java.lang.String sList)
sList - contains the symbol list
Nonepublic SymbolList(byte[] sList)
sList - contains the symbol list
public SymbolList(java.lang.String sList,
char delim,
boolean unesc)
sList - contains the symbol listdelim - contains the delimiter valueunesc - contains the unescaped indicator
None
public SymbolList(byte[] sList,
char delim,
boolean unesc)
sList - contains the symbol listdelim - contains the delimiter valueunesc - contains the unescaped indicator| Method Detail |
public java.lang.String getSymbolList()
Nonepublic byte[] getSymbolListAsByteArray()
public int getLength()
Nonepublic char getDelimiter()
Nonepublic boolean getUnescaped()
Nonepublic void setSymbolList(java.lang.String sList)
sList - contains the symbol list
Nonepublic void setSymbolList(byte[] sList)
sList - contains the symbol listpublic void setDelimiter(char delim)
delim - contains the delimiter value
Nonepublic void setUnescaped(boolean unesc)
unesc - contains the unescaped indicator
None
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||