|
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 IISeriesEditDescriptionsInfo
This interface represents the information required for processing edit codes. This includes system information like the currency symbol and decimal / date / time spearators as well as the edit descriptions for the system.
ISeriesListEditDescriptions
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
char |
getCurrencySymbol()
Get the currency symbol retrieved from the QCURSYS system value. |
String |
getDateFormat()
Get the date format retrieved from the iSeries job. |
char |
getDateSeparator()
Get the date separator char. |
char |
getDecimalSeparator()
Get the decimal separator char. |
List |
getEditDescriptions()
Get the edit descriptions. |
String |
getJobDescription()
Get the job description used in retrieving the values. |
String |
getJobDescriptionLibrary()
Get the library where the job description, used in retrieving the values, is stored. |
char |
getTimeSeparator()
Get the time separator char. |
String |
getUserID()
Get the user ID used to retrieve the values. |
void |
setCurrencySymbol(char currencySymbol)
Sets the currency symbol retrieved from the QCURSYS system value. |
void |
setDateFormat(String systemDateFormat)
Sets the date format retrieved from the iSeries job. |
void |
setDateSeparator(char dateSeparator)
Sets the date separator char. |
void |
setDecimalSeparator(char decimalSeparator)
Sets the decimal separator char. |
void |
setEditDescriptions(List editDescriptions)
Set the edit descriptions. |
void |
setJobDescription(String jobDescription)
Sets the job description used in retrieving the values. |
void |
setJobDescriptionLibrary(String library)
Sets the library where the job description, used in retrieving the values, is stored. |
void |
setTimeSeparator(char timeSeparator)
Sets the time separator char. |
void |
setUserID(String userID)
Sets the user ID used to retrieve the values. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void setCurrencySymbol(char currencySymbol)
void setDateFormat(String systemDateFormat)
void setDecimalSeparator(char decimalSeparator)
void setDateSeparator(char dateSeparator)
void setTimeSeparator(char timeSeparator)
void setUserID(String userID)
void setJobDescription(String jobDescription)
void setJobDescriptionLibrary(String library)
void setEditDescriptions(List editDescriptions)
IISeriesEditDescription
char getCurrencySymbol()
String getDateFormat()
char getDecimalSeparator()
char getDateSeparator()
char getTimeSeparator()
String getUserID()
String getJobDescription()
String getJobDescriptionLibrary()
List getEditDescriptions()
IISeriesEditDescription
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |