|
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.FDOUTStruct
public class FDOUTStruct
This class corresponds to the CODE comm FDOUT struct defined in evfcsys.h typedef struct { SHORT fieldType; Field type SHORT fieldLength; Field length SHORT decimal; Decimal position CHAR dattimfmt; Date/Time Format CHAR dattimsep; Date/Time Separator CHAR recName[11]; Record name CHAR libName[11]; Actual library name CHAR precision; float precision (E or D) CHAR dataType; Data type CHAR refShift; Reference shift CHAR usage; Usage CHAR alias[31]; Alias CHAR heading1[21]; Column heading 1 CHAR heading2[21]; Column heading 2 CHAR heading3[21]; Column heading 3 CHAR text[51]; Text CHAR code; Edit code CHAR padding; Padding CHARacter CHAR editWord[256]; Edit word CHAR reserved; Filler USHORT editLength; Edit word length USHORT allocLen; Allocated length USHORT ccsid; CCSID for field USHORT checkFlags; Validity check keywords USHORT igcFlags; IGC bits USHORT dtFlags; Date/Time bits USHORT typeFlags; Field type flags USHORT numKeyword; Number of validity check keywords } FDOUT;
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
FDOUTStruct(IQSYSDatabaseField field)
Constructor for FDOUTStruct. |
Method Summary | |
---|---|
String |
getAlias()
Returns the alias. |
int |
getAllocLen()
Returns the allocLen. |
int |
getCcsid()
Returns the ccsid. |
int |
getCheckFlags()
Returns the checkFlags. |
char |
getCode()
Returns the edit code. |
char |
getDataType()
Returns the dataType. |
char |
getDattimfmt()
Returns the dattimfmt. |
char |
getDattimsep()
Returns the dattimsep. |
short |
getDecimal()
Returns the decimal. |
int |
getDigits()
Returns the digits |
static int |
getDtFlags(IISeriesHostDatabaseField field)
|
int |
getEditLength()
Returns the editLength. |
String |
getEditWord()
Returns the editWord. |
short |
getFieldLength()
Returns the fieldLength. |
static short |
getFieldType(char datatype,
boolean variableLength)
Returns the fieldType. |
String |
getHeading1()
Returns the heading1. |
String |
getHeading2()
Returns the heading2. |
String |
getHeading3()
Returns the heading3. |
static int |
getIgcFlags(IISeriesHostDatabaseField field)
Returns the igcFlags. |
String |
getLibName()
Returns the libName. |
int |
getNumKeyword()
Returns the numKeyword. |
char |
getPrecision()
Returns the precision. |
String |
getRecName()
Returns the recName. |
char |
getRefShift()
Returns the refShift. |
protected String |
getText()
Returns the text. |
protected int |
getTypeFlags()
Returns the typeFlags. |
char |
getUsage()
Returns the usage. |
void |
write(JavaToCOutputStream out)
Stream the contents of this class to the ouput stream in the format required by the corresponding c 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 FDOUTStruct(IQSYSDatabaseField field)
Method Detail |
---|
public void write(JavaToCOutputStream out) throws IOException
IOException
public String getAlias()
public int getAllocLen()
public int getCcsid()
public int getDigits()
public int getCheckFlags()
public char getCode()
public char getDataType()
public char getDattimfmt()
public char getDattimsep()
public short getDecimal()
public static int getDtFlags(IISeriesHostDatabaseField field)
public int getEditLength()
public String getEditWord()
public short getFieldLength()
public static short getFieldType(char datatype, boolean variableLength)
public String getHeading1()
public String getHeading2()
public String getHeading3()
public static int getIgcFlags(IISeriesHostDatabaseField field)
public String getLibName()
public int getNumKeyword()
public char getPrecision()
public String getRecName()
public char getRefShift()
protected String getText()
protected int getTypeFlags()
public char getUsage()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |