Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.comm.interfaces
Interface IISeriesEditDescriptionsInfo

All Known Implementing Classes:
ISeriesEditDescriptionsInfo

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.

See Also:
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

Copyright

static final String Copyright
See Also:
Constant Field Values
Method Detail

setCurrencySymbol

void setCurrencySymbol(char currencySymbol)
Sets the currency symbol retrieved from the QCURSYS system value.


setDateFormat

void setDateFormat(String systemDateFormat)
Sets the date format retrieved from the iSeries job.


setDecimalSeparator

void setDecimalSeparator(char decimalSeparator)
Sets the decimal separator char.


setDateSeparator

void setDateSeparator(char dateSeparator)
Sets the date separator char.


setTimeSeparator

void setTimeSeparator(char timeSeparator)
Sets the time separator char.


setUserID

void setUserID(String userID)
Sets the user ID used to retrieve the values.


setJobDescription

void setJobDescription(String jobDescription)
Sets the job description used in retrieving the values.


setJobDescriptionLibrary

void setJobDescriptionLibrary(String library)
Sets the library where the job description, used in retrieving the values, is stored.


setEditDescriptions

void setEditDescriptions(List editDescriptions)
Set the edit descriptions. The collection must contain only instances of IISeriesEditDescription.

See Also:
IISeriesEditDescription

getCurrencySymbol

char getCurrencySymbol()
Get the currency symbol retrieved from the QCURSYS system value.


getDateFormat

String getDateFormat()
Get the date format retrieved from the iSeries job.


getDecimalSeparator

char getDecimalSeparator()
Get the decimal separator char.


getDateSeparator

char getDateSeparator()
Get the date separator char.


getTimeSeparator

char getTimeSeparator()
Get the time separator char.


getUserID

String getUserID()
Get the user ID used to retrieve the values.


getJobDescription

String getJobDescription()
Get the job description used in retrieving the values.


getJobDescriptionLibrary

String getJobDescriptionLibrary()
Get the library where the job description, used in retrieving the values, is stored.


getEditDescriptions

List getEditDescriptions()
Get the edit descriptions.

Returns:
A List of IISeriesEditDescription objects.
See Also:
IISeriesEditDescription

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.