|
iSeries WebFacing v5.0 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains the FieldType constants
Field Summary | |
static String |
copyRight
|
static int |
FT_ALPHA
alphanumeric |
static int |
FT_BINARY
binary |
static int |
FT_DATE_CONSTANT
date constant |
static int |
FT_DATE_FIELD
date named field |
static int |
FT_DBCS
DBCS (shift is J,E,O or G) |
static int |
FT_FLOATD
float double precision |
static int |
FT_FLOATS
float single precision |
static int |
FT_HEX
hexidecimal |
static int |
FT_MESSAGE_CONSTANT
message constant |
static int |
FT_NUMERIC
numeric |
static int |
FT_PACKED
packed |
static int |
FT_PAGE_NUMBER
PRTF page number |
static int |
FT_PUREDBCS
pure DBCS |
static int |
FT_SYSTEM_ID_CONSTANT
systemID constant |
static int |
FT_TEXT_CONSTANT
text constant |
static int |
FT_TIME_CONSTANT
time constant |
static int |
FT_TIME_FIELD
time named field |
static int |
FT_TIMESTAMP_FIELD
timestamp named field |
static int |
FT_TXTBLK
text block (unused) |
static int |
FT_UNKNOWN
|
static int |
FT_USER_ID_CONSTANT
userID constant |
Method Summary | |
boolean |
isFieldOfType(int typeId)
Is this field equivalent to the given primitive type? |
boolean |
isOfType(int typeId)
Is this object equivalent to the given primitive typeId |
String |
toString()
Return a string representing the text constant used for this type |
int |
typeId()
return a primitive type id corresponding to the type that this object is representing |
Field Detail |
public static final String copyRight
public static final int FT_UNKNOWN
public static final int FT_ALPHA
public static final int FT_NUMERIC
public static final int FT_FLOATS
public static final int FT_FLOATD
public static final int FT_PACKED
public static final int FT_BINARY
public static final int FT_HEX
public static final int FT_DATE_FIELD
public static final int FT_TIME_FIELD
public static final int FT_TIMESTAMP_FIELD
public static final int FT_PUREDBCS
public static final int FT_DBCS
public static final int FT_TEXT_CONSTANT
public static final int FT_TXTBLK
public static final int FT_DATE_CONSTANT
public static final int FT_TIME_CONSTANT
public static final int FT_USER_ID_CONSTANT
public static final int FT_SYSTEM_ID_CONSTANT
public static final int FT_MESSAGE_CONSTANT
public static final int FT_PAGE_NUMBER
Method Detail |
public boolean isFieldOfType(int typeId)
public String toString()
toString
in class Object
public int typeId()
public boolean isOfType(int typeId)
|
iSeries WebFacing v5.0 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |