|
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 IISeriesEditDescription
This interface represents an edit description (user defined edit code) on the iSeries. It holds the information contained in an object of type *EDTD
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
char |
getDecimalPointCharacter()
Get the decimal point character |
String |
getDescription()
Get the description |
char |
getFillCharacter()
Get the fill character |
String |
getFloatingString()
Get the floating string |
String |
getFractionMask()
Get the fraction mask |
String |
getIntegerMask()
Get the integer mask: |
String |
getLeftConstantCharacters()
Get the left constant characters |
String |
getNegativeStatusCharacters()
Get the negative status characters |
char |
getNumber()
Get the edit description number (ID). |
String |
getPositiveStatusCharacters()
Get the positive status charcters |
String |
getRightConstantCharacters()
Get the right constant characters |
boolean |
isEditZeroValues()
Get the edit zero values flag. |
void |
setDecimalPointCharacter(char decimalPointCharacter)
Sets the decimal point character For decimal fields, this is a single character used as a decimal point to separate the integer (INTMASK) and fraction (FRACMASK) portions of the edited result. |
void |
setDescription(String description)
Sets the description Text that briefly describes the edit description. |
void |
setEditZeroValues(boolean editZeroValues)
Sets the edit zero values flag. |
void |
setFillCharacter(char fillCharacter)
Sets the fill character The character that is used in each position of a result that is zero suppressed. |
void |
setFloatingString(String floatingString)
Sets the floating string |
void |
setFractionMask(String fractionMask)
Sets the fraction mask A character string (mask) that describes the editing of the fraction portion of a decimal field (to the right of the decimal point). |
void |
setIntegerMask(String integerMask)
Sets the integer mask: A character string (mask) that describes the editing of the integer portion of a decimal field. |
void |
setLeftConstantCharacters(String leftConstantCharacters)
Sets the left constant characters The character string constant that always appears as the farthest left portion of the edited result. |
void |
setNegativeStatusCharacters(String negativeStatusCharacters)
Sets the negative status characters The character string that immediately follows the body of the edited result if the field is negative. |
void |
setNumber(char number)
Sets the edit description number (ID). |
void |
setPositiveStatusCharacters(String positiveStatusCharacters)
Sets the positive status charcters The character string that immediately follows the body of the edited result if the field is positive or zero. |
void |
setRightConstantCharacters(String rightConstantCharacters)
Sets the right constant characters The character string constant that always appears as the farthest right portion of the edited result. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
void setNumber(char number)
void setIntegerMask(String integerMask)
void setDecimalPointCharacter(char decimalPointCharacter)
void setFractionMask(String fractionMask)
void setFillCharacter(char fillCharacter)
void setEditZeroValues(boolean editZeroValues)
void setNegativeStatusCharacters(String negativeStatusCharacters)
void setPositiveStatusCharacters(String positiveStatusCharacters)
void setLeftConstantCharacters(String leftConstantCharacters)
void setRightConstantCharacters(String rightConstantCharacters)
void setDescription(String description)
void setFloatingString(String floatingString)
char getNumber()
String getIntegerMask()
setIntegerMask(java.lang.String)
char getDecimalPointCharacter()
setDecimalPointCharacter(char)
String getFractionMask()
setFractionMask(java.lang.String)
char getFillCharacter()
setFillCharacter(char)
boolean isEditZeroValues()
setEditZeroValues(boolean)
String getNegativeStatusCharacters()
setNegativeStatusCharacters(java.lang.String)
String getPositiveStatusCharacters()
setPositiveStatusCharacters(java.lang.String)
String getLeftConstantCharacters()
setLeftConstantCharacters(java.lang.String)
String getRightConstantCharacters()
setRightConstantCharacters(java.lang.String)
String getDescription()
setDescription(java.lang.String)
String getFloatingString()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |