com.ibm.dse.services.formsprint
Class Constants

java.lang.Object
  |
  +--com.ibm.dse.services.formsprint.Constants

public class Constants
extends java.lang.Object

This class contains constants used frequently in the quality print services.


Field Summary
static java.lang.String Blank
          The blank character.
static java.lang.String CommandField
          The commandField tag attribute in the forms syntax definition.
static java.lang.String CommandForm
          The commandForm tag attribute in the forms syntax definition.
static java.lang.String CommandGlobal
          The commandGlobal tag attribute in the forms syntax definition.
static java.lang.String CommandJob
          The commandJob tag attribute in the forms syntax definition.
static java.lang.String CommandNP
          The commandNamedPipe tag attribute in the FormsPath print service.
static java.lang.String CommandPrinter
          The commandPrinter tag attribute in the forms syntax definition.
static java.lang.String CommandPrompt
          The commandPrompt tag attribute in the forms syntax definition.
static java.lang.String CompiledFormName
          The compiledFormName tag attribute in the FormsRecordFormat definition.
static java.lang.String Default_Field_Command
          Default value for the FIELD command used in FormsStringFormat.
static java.lang.String Default_Global_Command
          Default value for the GLOBAL command used in FormsStringFormat.
static java.lang.String Default_Prompt
          Default value for the PROMPT command used in FormsStringFormat.
static java.lang.String Default_Separator
          Default value for the SEPARATOR command used in FormsStringFormat.
static java.lang.String EmptyString
          The empty string
static java.lang.String Field
          The FIELD type for the forms fields.
static java.lang.String File
          The file value for the mode attribute.
static java.lang.String FilePath
          The filePath tag attribute in the quality print services.
static java.lang.String FormName
          The formName tag attribute in the FormsRecordFormat definition.
static java.lang.String FormType
          The type tag attribute in the FormsRecordFormat definition.
static java.lang.String FpCtrlJobId
          The fpCtrlJobId string used int FormsPathService.
static java.lang.String Global
          The GLOBAL type for the forms fields.
static java.lang.String JobId
          The jobId string used int FormsPathService.
static java.lang.String JobListQueueLength
          The jobListQueueLength tag attribute in the quality print services.
static java.lang.String JobStatus
          The jobStatus string used int FormsPathService.
static java.lang.String MajorJobStatus
          The mayorJobStatus string used int FormsPathService.
static java.lang.String MinorJobStatus
          The minorJobStatus string used int FormsPathService.
static java.lang.String Mode
          The mode tag attribute in the quality print services.
static java.lang.String NewLine
          The new line character.
static java.lang.String ParametersForJobCommand
          The parametersForJobCommand tag attribute in the forms syntax definition.
static java.lang.String Pipe
          The pipe value for the mode attribute.
static java.lang.String PipeName
          The pipeName tag attribute in the JetForm print service.
static java.lang.String PrinterName
          The printerName tag attribute in the quality print services.
static java.lang.String Prompt
          The PROMPT command for the FormsStringFormat.
static java.lang.String RequestNP
          The requestNamedPipe tag attribute in the FormsPath print service.
static java.lang.String ReversedSlash
          The reversed slash used in file paths.
static java.lang.String SeparateNameAndValue
          The separateNameAndValue tag attribute in the forms syntax definition.
static java.lang.String Separator
          The SEPARATOR command for the FormsStringFormat.
static java.lang.String ServerName
          The serverName tag attribute in the quality print services.
static java.lang.String Slash
          The slash used in file paths.
static java.lang.String Type
          The type tag attribute in the com.bim.dse.services.formsprint.DataField.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Mode

public static final java.lang.String Mode
The mode tag attribute in the quality print services.

File

public static final java.lang.String File
The file value for the mode attribute.

Pipe

public static final java.lang.String Pipe
The pipe value for the mode attribute.

FilePath

public static final java.lang.String FilePath
The filePath tag attribute in the quality print services.

PipeName

public static final java.lang.String PipeName
The pipeName tag attribute in the JetForm print service.

RequestNP

public static final java.lang.String RequestNP
The requestNamedPipe tag attribute in the FormsPath print service.

CommandNP

public static final java.lang.String CommandNP
The commandNamedPipe tag attribute in the FormsPath print service.

ServerName

public static final java.lang.String ServerName
The serverName tag attribute in the quality print services.

PrinterName

public static final java.lang.String PrinterName
The printerName tag attribute in the quality print services.

JobListQueueLength

public static final java.lang.String JobListQueueLength
The jobListQueueLength tag attribute in the quality print services.

Slash

public static final java.lang.String Slash
The slash used in file paths.

ReversedSlash

public static final java.lang.String ReversedSlash
The reversed slash used in file paths.

EmptyString

public static final java.lang.String EmptyString
The empty string

Type

public static final java.lang.String Type
The type tag attribute in the com.bim.dse.services.formsprint.DataField.

Global

public static final java.lang.String Global
The GLOBAL type for the forms fields.

Field

public static final java.lang.String Field
The FIELD type for the forms fields.

Prompt

public static final java.lang.String Prompt
The PROMPT command for the FormsStringFormat.

Separator

public static final java.lang.String Separator
The SEPARATOR command for the FormsStringFormat.

Default_Field_Command

public static final java.lang.String Default_Field_Command
Default value for the FIELD command used in FormsStringFormat.

Default_Global_Command

public static final java.lang.String Default_Global_Command
Default value for the GLOBAL command used in FormsStringFormat.

Default_Prompt

public static final java.lang.String Default_Prompt
Default value for the PROMPT command used in FormsStringFormat.

Default_Separator

public static final java.lang.String Default_Separator
Default value for the SEPARATOR command used in FormsStringFormat.

Blank

public static final java.lang.String Blank
The blank character.

NewLine

public static final java.lang.String NewLine
The new line character.

FormName

public static final java.lang.String FormName
The formName tag attribute in the FormsRecordFormat definition.

CompiledFormName

public static final java.lang.String CompiledFormName
The compiledFormName tag attribute in the FormsRecordFormat definition.

FormType

public static final java.lang.String FormType
The type tag attribute in the FormsRecordFormat definition.

ParametersForJobCommand

public static final java.lang.String ParametersForJobCommand
The parametersForJobCommand tag attribute in the forms syntax definition.

CommandJob

public static final java.lang.String CommandJob
The commandJob tag attribute in the forms syntax definition.

CommandForm

public static final java.lang.String CommandForm
The commandForm tag attribute in the forms syntax definition.

CommandPrompt

public static final java.lang.String CommandPrompt
The commandPrompt tag attribute in the forms syntax definition.

CommandField

public static final java.lang.String CommandField
The commandField tag attribute in the forms syntax definition.

CommandGlobal

public static final java.lang.String CommandGlobal
The commandGlobal tag attribute in the forms syntax definition.

CommandPrinter

public static final java.lang.String CommandPrinter
The commandPrinter tag attribute in the forms syntax definition.

SeparateNameAndValue

public static final java.lang.String SeparateNameAndValue
The separateNameAndValue tag attribute in the forms syntax definition.

JobId

public static final java.lang.String JobId
The jobId string used int FormsPathService.

JobStatus

public static final java.lang.String JobStatus
The jobStatus string used int FormsPathService.

FpCtrlJobId

public static final java.lang.String FpCtrlJobId
The fpCtrlJobId string used int FormsPathService.

MajorJobStatus

public static final java.lang.String MajorJobStatus
The mayorJobStatus string used int FormsPathService.

MinorJobStatus

public static final java.lang.String MinorJobStatus
The minorJobStatus string used int FormsPathService.
Constructor Detail

Constants

public Constants()