Package com.cosylab.vdct.dbd
Interface DBDConstants
-
public interface DBDConstantsThis type was created in VisualAge.
-
-
Field Summary
Fields Modifier and Type Field Description static intDBF_CHARstatic intDBF_DEVICEstatic intDBF_DOUBLEstatic intDBF_ENUMstatic intDBF_FLOATstatic intDBF_FWDLINKstatic intDBF_INLINKstatic intDBF_INT64static intDBF_LONGstatic intDBF_MACROstatic intDBF_MENUstatic intDBF_NOACCESSstatic intDBF_OUTLINKstatic intDBF_PORTstatic intDBF_SHORTstatic intDBF_STRINGstatic intDBF_TEMPLATE_MACROstatic intDBF_TEMPLATE_PORTstatic intDBF_UCHARstatic intDBF_UINT64static intDBF_ULONGstatic intDBF_USHORTstatic intDECIMALstatic intHEXstatic intNOT_DEFINEDstatic charquoteChar
-
-
-
Field Detail
-
NOT_DEFINED
static final int NOT_DEFINED
- See Also:
- Constant Field Values
-
DBF_STRING
static final int DBF_STRING
- See Also:
- Constant Field Values
-
DBF_CHAR
static final int DBF_CHAR
- See Also:
- Constant Field Values
-
DBF_UCHAR
static final int DBF_UCHAR
- See Also:
- Constant Field Values
-
DBF_SHORT
static final int DBF_SHORT
- See Also:
- Constant Field Values
-
DBF_USHORT
static final int DBF_USHORT
- See Also:
- Constant Field Values
-
DBF_LONG
static final int DBF_LONG
- See Also:
- Constant Field Values
-
DBF_ULONG
static final int DBF_ULONG
- See Also:
- Constant Field Values
-
DBF_INT64
static final int DBF_INT64
- See Also:
- Constant Field Values
-
DBF_UINT64
static final int DBF_UINT64
- See Also:
- Constant Field Values
-
DBF_FLOAT
static final int DBF_FLOAT
- See Also:
- Constant Field Values
-
DBF_DOUBLE
static final int DBF_DOUBLE
- See Also:
- Constant Field Values
-
DBF_ENUM
static final int DBF_ENUM
- See Also:
- Constant Field Values
-
DBF_MENU
static final int DBF_MENU
- See Also:
- Constant Field Values
-
DBF_DEVICE
static final int DBF_DEVICE
- See Also:
- Constant Field Values
-
DBF_INLINK
static final int DBF_INLINK
- See Also:
- Constant Field Values
-
DBF_OUTLINK
static final int DBF_OUTLINK
- See Also:
- Constant Field Values
-
DBF_FWDLINK
static final int DBF_FWDLINK
- See Also:
- Constant Field Values
-
DBF_NOACCESS
static final int DBF_NOACCESS
- See Also:
- Constant Field Values
-
DBF_PORT
static final int DBF_PORT
- See Also:
- Constant Field Values
-
DBF_MACRO
static final int DBF_MACRO
- See Also:
- Constant Field Values
-
DBF_TEMPLATE_PORT
static final int DBF_TEMPLATE_PORT
- See Also:
- Constant Field Values
-
DBF_TEMPLATE_MACRO
static final int DBF_TEMPLATE_MACRO
- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
-
HEX
static final int HEX
- See Also:
- Constant Field Values
-
quoteChar
static final char quoteChar
- See Also:
- Constant Field Values
-
-