|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.api.ISeriesDataElementWrapper
com.ibm.etools.iseries.core.api.ISeriesSortSequenceTable
This Java Bean represents the information stored in a Sort Sequence Table on the iSeries. It wrappers a DataElement to provide this information.
Field Summary | |
---|---|
static String |
copyright
|
Fields inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
cacheFilter, cacheTimeStamp, dataelement, EXPIRE_TIME, lastException, lastRunMsg, lastRunMsgId, localCache |
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable |
---|
WEIGHT_SHARED, WEIGHT_UNIQUE |
Method Summary | |
---|---|
String |
getAbsoluteName()
From base class. |
int |
getBytesAvailable()
|
int |
getBytesReturned()
|
static ISeriesSortSequenceTable |
getInstance(com.ibm.etools.systems.dstore.core.model.DataElement sortSeqTable)
Find or create an instance of ISeriesSortSequenceTable that wrappers the DataElement. |
int |
getJobCCSID()
|
String |
getJobCountryID()
|
String |
getJobLanguageID()
|
String |
getJobSSTLibrary()
|
String |
getJobSSTName()
|
String |
getLibraryName()
From base class. |
byte[] |
getSST()
|
int |
getTableCCSID()
|
String |
getTableLibrary()
|
String |
getTableName()
|
char |
getWeighting()
|
boolean |
hasSubstitutionValues()
|
void |
setHasSubstitutionValues(boolean substitutionValues)
Setter methods not supported in this setting |
void |
setJobCCSID(int ccsid)
Setter methods not supported in this setting |
void |
setJobCountryID(String countryID)
Setter methods not supported in this setting |
void |
setJobLanguageID(String languageID)
Setter methods not supported in this setting |
void |
setJobSSTLibrary(String name)
Setter methods not supported in this setting |
void |
setJobSSTName(String name)
Setter methods not supported in this setting |
void |
setSST(byte[] sst)
Setter methods not supported in this setting |
void |
setTableCCSID(int ccsid)
Setter methods not supported in this setting |
void |
setTableLibrary(String name)
Setter methods not supported in this setting |
void |
setTableName(String name)
Setter methods not supported in this setting |
void |
setWeighting(char weight)
Setter methods not supported in this setting |
String |
toString()
Create a string representation of this object |
Methods inherited from class com.ibm.etools.iseries.core.api.ISeriesDataElementWrapper |
---|
checkIsConnected, extractProperty, extractPropertyAsBoolean, extractPropertyAsByte, extractPropertyAsChar, extractPropertyAsInt, getAdapter, getCommandSubSystem, getDataElement, getDataStore, getFileSubSystem, getISeriesConnection, getLastException, getLastRunMessage, getLocalCache, getPropertiesNode, runCommand, setLastException, setLocalCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
Method Detail |
public String getLibraryName()
Return the library containing this remote QSYS file system object.
getLibraryName
in class ISeriesDataElementWrapper
public String getAbsoluteName()
Return the absolute object name, which should be the same as calling getAbsoluteName on this object's remote adapter.
Same as getFullName().
We return lib/sst OBJTYPE(*???)
getAbsoluteName
in class ISeriesDataElementWrapper
public static ISeriesSortSequenceTable getInstance(com.ibm.etools.systems.dstore.core.model.DataElement sortSeqTable)
public void setJobCCSID(int ccsid)
setJobCCSID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setTableCCSID(int ccsid)
setTableCCSID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setHasSubstitutionValues(boolean substitutionValues)
setHasSubstitutionValues
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setWeighting(char weight)
setWeighting
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setTableName(String name)
setTableName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setTableLibrary(String name)
setTableLibrary
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setJobSSTName(String name)
setJobSSTName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setJobSSTLibrary(String name)
setJobSSTLibrary
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setJobLanguageID(String languageID)
setJobLanguageID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setJobCountryID(String countryID)
setJobCountryID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public void setSST(byte[] sst)
setSST
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
public int getBytesAvailable()
public int getBytesReturned()
public int getJobCCSID()
getJobCCSID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getJobCCSID()
public int getTableCCSID()
getTableCCSID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getTableCCSID()
public boolean hasSubstitutionValues()
hasSubstitutionValues
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.hasSubstitutionValues()
public char getWeighting()
getWeighting
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getWeighting()
public String getTableName()
getTableName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getTableName()
public String getTableLibrary()
getTableLibrary
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getTableLibrary()
public String getJobSSTName()
getJobSSTName
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getJobSSTName()
public String getJobSSTLibrary()
getJobSSTLibrary
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getJobSSTLibrary()
public String getJobLanguageID()
getJobLanguageID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getJobLanguageID()
public String getJobCountryID()
getJobCountryID
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getJobCountryID()
public byte[] getSST()
getSST
in interface com.ibm.etools.iseries.comm.interfaces.IISeriesSortSequenceTable
IISeriesSortSequenceTable.getSST()
public String toString()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |