|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constants used in the persistence of the compile commands, into an xml file
Field Summary | |
---|---|
static String |
COMPILECOMMAND_ELEMENT
The name of the element (tag) containing all the compile command attributes. |
static String |
Copyright
|
static String |
COPYRIGHT_ELEMENT
The name of the copyright element (tag) holding the copyright value. |
static String |
COPYRIGHT_TEXT
The data of the copyright element (tag). |
static String |
CURRENT_ATTRIBUTE
The name of the attribute holding the current string value. |
static String |
DEFAULT_ATTRIBUTE
The name of the attribute holding the default string value. |
static String |
FILE_NAME
|
static String |
ID_ATTRIBUTE
The name of the attribute holding the id: "id" |
static String |
JOBENV_ATTRIBUTE
The name of the attribute holding the job environment value. |
static String |
LABEL_ATTRIBUTE
The name of the attribute holding the compile command label. |
static String |
LABEL_EDITABLE_ATTRIBUTE
The name of the attribute holding whether the label is editable: "labeleditable" |
static String |
LASTUSED_ATTRIBUTE
The name of the attribute holding the last-used compile command. |
static String |
MENU_ATTRIBUTE
The name of the attribute holding the menu option value. |
static String |
MENU_BOTH_VALUE
Value for the compile command menu attribute for both prompt and no-prompt commands: "Both" |
static String |
MENU_NON_PROMPTABLE_VALUE
Value for the compile command menu attribute for no-prompt-only commands: "NoPrompt" |
static String |
MENU_NONE_VALUE
Value for the compile command menu attribute for neither promptable nor non-promptable commands: "None". |
static String |
MENU_PROMPTABLE_VALUE
Value for the compile command menu attribute for prompt-only commands: "Prompt" |
static String |
NATURE_ATTRIBUTE
The name of the attribute holding the nature value. |
static String |
NATURE_IBM_VALUE
Value for the compile command nature attribute for IBM-supplied commands: "IBM defined" |
static String |
NATURE_ISV_VALUE
Value for the compile command nature attribute for vendor-supplied commands: "ISV defined" |
static String |
NATURE_USER_VALUE
Value for the compile command nature attribute for user-supplied commands: "User defined" |
static String |
ORDER_ATTRIBUTE
The name of the attribute holding the relative order the compile command is to appear in any list of compile commands: "order" |
static String |
ROOT_ELEMENT
The name of the root element (tag) for the compile types xml file. |
static String |
STRING_EDITABLE_ATTRIBUTE
The name of the attribute holding whether the command string is editable: "stringeditable" |
static String |
TYPE_ATTRIBUTE
|
static String |
TYPE_ELEMENT
The name of the element (tag) containing all the compile command sub-elements (tags) for a source type. |
static String |
VERSION_ATTRIBUTE
The name of the attribute holding the version number when this document was last written. |
static String |
VERSION_VALUE
Current version number for the compile framework |
Field Detail |
public static final String Copyright
public static final String FILE_NAME
public static final String ROOT_ELEMENT
public static final String VERSION_ATTRIBUTE
public static final String VERSION_VALUE
public static final String COPYRIGHT_ELEMENT
public static final String COPYRIGHT_TEXT
public static final String TYPE_ELEMENT
The xml element is named "compiletype".
public static final String TYPE_ATTRIBUTE
public static final String LASTUSED_ATTRIBUTE
The xml attribute is named "lastcompilename", for historical reasons (when compile commands were called compile names).
public static final String COMPILECOMMAND_ELEMENT
public static final String LABEL_ATTRIBUTE
public static final String NATURE_ATTRIBUTE
public static final String NATURE_IBM_VALUE
public static final String NATURE_USER_VALUE
public static final String NATURE_ISV_VALUE
public static final String DEFAULT_ATTRIBUTE
public static final String CURRENT_ATTRIBUTE
public static final String MENU_ATTRIBUTE
public static final String MENU_PROMPTABLE_VALUE
public static final String MENU_NON_PROMPTABLE_VALUE
public static final String MENU_BOTH_VALUE
public static final String MENU_NONE_VALUE
public static final String ORDER_ATTRIBUTE
public static final String JOBENV_ATTRIBUTE
public static final String ID_ATTRIBUTE
public static final String LABEL_EDITABLE_ATTRIBUTE
public static final String STRING_EDITABLE_ATTRIBUTE
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |