Class Commands
java.lang.Object
|
+----Commands
- class Commands
- extends Object
Class containing a set of constants used to identify the
commands in the module description file.
-
CODECLASS
-
-
DESCRIPTION
-
-
FIXEDFILENAME
-
-
INCONNECTOR
-
-
INVALID
-
-
LOGICALTYPE
-
-
MODULE
-
-
NO_COMMAND
-
-
OUTCONNECTOR
-
-
PARAMETER
-
-
PHYSICALTYPE
-
-
USERLABEL
-
-
Commands()
-
NO_COMMAND
static final int NO_COMMAND
MODULE
static final int MODULE
DESCRIPTION
static final int DESCRIPTION
CODECLASS
static final int CODECLASS
INCONNECTOR
static final int INCONNECTOR
OUTCONNECTOR
static final int OUTCONNECTOR
PARAMETER
static final int PARAMETER
INVALID
static final int INVALID
PHYSICALTYPE
static final int PHYSICALTYPE
LOGICALTYPE
static final int LOGICALTYPE
USERLABEL
static final int USERLABEL
FIXEDFILENAME
static final int FIXEDFILENAME
Commands
Commands()