|
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 IQSYSJobInternationalProperties
Interface representing the international properties for a job.
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
int |
getCCSID()
Return the CCSID for this Job |
String |
getCountryID()
Get the country ID |
String |
getDateFormat()
Get the Date Format |
String |
getDateSeparator()
Get the Date Separator |
String |
getDecimalFormat()
Get the decimal format |
int |
getDefaultCCSID()
Return the default CCSID |
String |
getLanguageID()
Get the language ID |
String |
getSortSequenceTable()
Get the sort sequence table |
String |
getTimeSeparator()
Get the time separator |
boolean |
isDBCSCapable()
Is the job DBCS capable |
void |
setCCSID(int ccsid)
Set the CCSID for this Job |
void |
setCountryID(String id)
Set the country ID |
void |
setDateFormat(String format)
Set the Date Format |
void |
setDateSeparator(String separator)
Set the Date Separator |
void |
setDBCSCapable(boolean dbcsCapable)
Set the DBCS capable flag |
void |
setDecimalFormat(String format)
Set the decimal format |
void |
setDefaultCCSID(int ccsid)
Set the default CCSID |
void |
setLanguageID(String id)
Set the language ID |
void |
setSortSequenceTable(String sortseq)
Set the sort sequence table |
void |
setTimeSeparator(String separator)
Set the time separator |
Field Detail |
---|
static final String copyright
Method Detail |
---|
int getCCSID()
void setCCSID(int ccsid)
int getDefaultCCSID()
void setDefaultCCSID(int ccsid)
String getDateFormat()
void setDateFormat(String format)
String getDateSeparator()
void setDateSeparator(String separator)
String getTimeSeparator()
void setTimeSeparator(String separator)
String getDecimalFormat()
void setDecimalFormat(String format)
String getLanguageID()
void setLanguageID(String id)
String getCountryID()
void setCountryID(String id)
String getSortSequenceTable()
void setSortSequenceTable(String sortseq)
boolean isDBCSCapable()
void setDBCSCapable(boolean dbcsCapable)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |