|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IISeriesSortSequenceTable
This interface encapsulates the information stored in a Sort Sequence Table on the iSeries.
ISeriesRetrieveSortSeqTable
Field Summary | |
---|---|
static String |
copyright
|
static char |
WEIGHT_SHARED
A shared-weight sort sequence table. |
static char |
WEIGHT_UNIQUE
A unique-weight sort sequence table. |
Method Summary | |
---|---|
int |
getBytesAvailable()
|
int |
getBytesReturned()
|
int |
getJobCCSID()
CCSID of the job |
String |
getJobCountryID()
Job country or region identifier |
String |
getJobLanguageID()
Job language identifier |
String |
getJobSSTLibrary()
Job sort sequence table library name |
String |
getJobSSTName()
Job sort sequence table name |
byte[] |
getSST()
Return the sort sequence table. |
int |
getTableCCSID()
CCSID of the returned table |
String |
getTableLibrary()
Table library name |
String |
getTableName()
Table name |
char |
getWeighting()
Weighting of returned sort sequence table |
boolean |
hasSubstitutionValues()
Substiution values encountered |
void |
setBytesAvailable(int numBytes)
|
void |
setBytesReturned(int numBytes)
|
void |
setHasSubstitutionValues(boolean substitutionValues)
Substiution values encountered |
void |
setJobCCSID(int ccsid)
CCSID of the job |
void |
setJobCountryID(String countryID)
Job country or region identifier |
void |
setJobLanguageID(String languageID)
Job language identifier |
void |
setJobSSTLibrary(String name)
Job sort sequence table library name |
void |
setJobSSTName(String name)
Job sort sequence table name |
void |
setSST(byte[] sst)
Sort sequence table. |
void |
setTableCCSID(int ccsid)
CCSID of the returned table |
void |
setTableLibrary(String name)
Table library name |
void |
setTableName(String name)
Table name |
void |
setWeighting(char weight)
Weighting of returned sort sequence table |
Field Detail |
---|
static final String copyright
static final char WEIGHT_SHARED
static final char WEIGHT_UNIQUE
Method Detail |
---|
void setJobCCSID(int ccsid)
void setTableCCSID(int ccsid)
void setHasSubstitutionValues(boolean substitutionValues)
void setWeighting(char weight)
void setTableName(String name)
void setTableLibrary(String name)
void setJobSSTName(String name)
void setJobSSTLibrary(String name)
void setJobLanguageID(String languageID)
void setJobCountryID(String countryID)
void setSST(byte[] sst)
int getJobCCSID()
int getTableCCSID()
boolean hasSubstitutionValues()
char getWeighting()
WEIGHT_SHARED
,
WEIGHT_UNIQUE
String getTableName()
String getTableLibrary()
String getJobSSTName()
String getJobSSTLibrary()
String getJobLanguageID()
String getJobCountryID()
void setBytesAvailable(int numBytes)
void setBytesReturned(int numBytes)
int getBytesAvailable()
int getBytesReturned()
byte[] getSST()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |