|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.verifiers.comm.bridge.EDCODEStruct
public class EDCODEStruct
This class corresponds to the CODE comm EDCODE struct defined in evfcsys.h typedef struct _EDCODE { CHAR codeId; // Code identifier CHAR leading[32]; // Leading static field CHAR integer[32]; // Integer part of edit word CHAR decimalSeparator; // Decimal pointer separator CHAR decimalWord[32]; // Decimal part of edit word CHAR zeroChar1; // Zero suppressed character CHAR positive[32]; // Positive right static field CHAR negative[32]; // Negative right static field CHAR trailing[32]; // Trailing static field CHAR zeroChar2; // Zero suppressed character CHAR floating[16]; // Floating string } EDCODE; // User defined edit code
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
EDCODEStruct(IISeriesEditDescription editd)
Constructor for EDCODEStruct. |
Method Summary | |
---|---|
protected char |
getCodeID()
Returns the code identifier |
protected char |
getDecimalSeparator()
Returns the decimal separator for the edit word |
protected String |
getDecimalWord()
Returns the decimal part of the edit word |
protected String |
getFloating()
Returns the floating point string |
protected String |
getInteger()
Returns the integer part of the edit word |
protected String |
getLeading()
Returns the leading static field |
protected String |
getNegative()
Returns the negative right static field |
protected String |
getPositive()
Retruns the positive right static field |
protected String |
getTrailing()
Returns the trailing static field |
protected char |
getZeroChar1()
Returns the zero suppressed character 1 |
protected char |
getZeroChar2()
Returns the zero suppressed character 2 |
protected void |
write(JavaToCOutputStream out)
Write this structure to the output stream. |
protected static void |
writePlaceHolder(JavaToCOutputStream out)
Helper class for writing blanks for structure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public EDCODEStruct(IISeriesEditDescription editd)
Method Detail |
---|
protected char getCodeID()
protected String getLeading()
protected String getInteger()
protected char getDecimalSeparator()
protected String getDecimalWord()
protected char getZeroChar1()
protected String getPositive()
protected String getNegative()
protected String getTrailing()
protected char getZeroChar2()
protected String getFloating()
protected void write(JavaToCOutputStream out) throws IOException
IOException
protected static void writePlaceHolder(JavaToCOutputStream out) throws IOException
IOException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |