com.azalient.apo
Class SC

java.lang.Object
  extended by com.azalient.apo.SC

public class SC
extends Object

String Constants - these are used to save space by avoiding redefinition, and to make language translation easier.


Field Summary
static String AT
          "@"
static String AZA
          ".aza"
static String AZC
          ".azc"
static String AZE
          ".aze"
static String AZL
          ".azl"
static String AZS
          ".azs"
static String BS
          "\\"
static String CL
          ":"
static String CLS
          ": "
static String CM
          ","
static String CMS
          ": "
static String CS
          ";"
static String CSV
          ".csv"
static String ELL
          "..."
static String EQ
          "="
static String EX
          "!"
static String F0
          "%.0f"
static String F1
          "%.1f"
static String F2
          "%.2f"
static String F3
          "%.3f"
static String F4
          "%.4f"
static String FS
          "/"
static String GT
          ">"
static String HTB
          "<b >"
static String HTBR
          "<br >"
static String HTBX
          "</b >"
static String HTBY
          "<body >"
static String HTBYX
          "</body >"
static String HTLI
          "<li >"
static String HTLIX
          "</li >"
static String HTML
          "<html >"
static String HTMLX
          "</html >"
static String HTUL
          "<ul >"
static String HTULX
          "</ul >"
static String INF
          "?"
static String LT
          "<"
static String MDB
          ".mdb"
static String MI
          "-"
static String MU
          "*"
static String N
          ""
static String N0
          "0"
static String N1
          "1"
static String N10
          "9"
static String N2
          "2"
static String N3
          "3"
static String N4
          "4"
static String N5
          "5"
static String N6
          "6"
static String N7
          "7"
static String N8
          "8"
static String N9
          "9"
static String NL
          "\n"
static String PC
          "%"
static String PC2
          "%%"
static String PL
          "+"
static String Q
          "\""
static String QM
          "?"
static String RBL
          "("
static String RBR
          ")"
static String S
          " "
static String S2
          " "
static String S3
          " "
static String S4
          " "
static String SEQS
          " = "
static String SMIS
          " - "
static String SQL
          "["
static String SQR
          "]"
static String ST
          "."
static String TAB
          "\t"
static String TABLE_400
          HTML table header
static String TABLE_X
          HTML table footer
static String TMP
          ".tmp"
static String UL
          "_"
static String XLS
          ".xls"
 
Constructor Summary
SC()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

N

public static final String N
""

See Also:
Constant Field Values

S

public static final String S
" "

See Also:
Constant Field Values

S2

public static final String S2
" "

See Also:
Constant Field Values

S3

public static final String S3
" "

See Also:
Constant Field Values

S4

public static final String S4
" "

See Also:
Constant Field Values

N0

public static final String N0
"0"

See Also:
Constant Field Values

N1

public static final String N1
"1"

See Also:
Constant Field Values

N2

public static final String N2
"2"

See Also:
Constant Field Values

N3

public static final String N3
"3"

See Also:
Constant Field Values

N4

public static final String N4
"4"

See Also:
Constant Field Values

N5

public static final String N5
"5"

See Also:
Constant Field Values

N6

public static final String N6
"6"

See Also:
Constant Field Values

N7

public static final String N7
"7"

See Also:
Constant Field Values

N8

public static final String N8
"8"

See Also:
Constant Field Values

N9

public static final String N9
"9"

See Also:
Constant Field Values

N10

public static final String N10
"9"

See Also:
Constant Field Values

Q

public static final String Q
"\""

See Also:
Constant Field Values

UL

public static final String UL
"_"

See Also:
Constant Field Values

MI

public static final String MI
"-"

See Also:
Constant Field Values

PL

public static final String PL
"+"

See Also:
Constant Field Values

EQ

public static final String EQ
"="

See Also:
Constant Field Values

AT

public static final String AT
"@"

See Also:
Constant Field Values

MU

public static final String MU
"*"

See Also:
Constant Field Values

PC

public static final String PC
"%"

See Also:
Constant Field Values

PC2

public static final String PC2
"%%"

See Also:
Constant Field Values

QM

public static final String QM
"?"

See Also:
Constant Field Values

EX

public static final String EX
"!"

See Also:
Constant Field Values

FS

public static final String FS
"/"

See Also:
Constant Field Values

BS

public static final String BS
"\\"

See Also:
Constant Field Values

SQL

public static final String SQL
"["

See Also:
Constant Field Values

SQR

public static final String SQR
"]"

See Also:
Constant Field Values

RBL

public static final String RBL
"("

See Also:
Constant Field Values

RBR

public static final String RBR
")"

See Also:
Constant Field Values

CM

public static final String CM
","

See Also:
Constant Field Values

CS

public static final String CS
";"

See Also:
Constant Field Values

CL

public static final String CL
":"

See Also:
Constant Field Values

CLS

public static final String CLS
": "

See Also:
Constant Field Values

CMS

public static final String CMS
": "

See Also:
Constant Field Values

ST

public static final String ST
"."

See Also:
Constant Field Values

NL

public static final String NL
"\n"

See Also:
Constant Field Values

TAB

public static final String TAB
"\t"

See Also:
Constant Field Values

ELL

public static final String ELL
"..."

See Also:
Constant Field Values

GT

public static final String GT
">"

See Also:
Constant Field Values

LT

public static final String LT
"<"

See Also:
Constant Field Values

INF

public static final String INF
"?"

See Also:
Constant Field Values

F0

public static final String F0
"%.0f"

See Also:
Constant Field Values

F1

public static final String F1
"%.1f"

See Also:
Constant Field Values

F2

public static final String F2
"%.2f"

See Also:
Constant Field Values

F3

public static final String F3
"%.3f"

See Also:
Constant Field Values

F4

public static final String F4
"%.4f"

See Also:
Constant Field Values

XLS

public static final String XLS
".xls"

See Also:
Constant Field Values

CSV

public static final String CSV
".csv"

See Also:
Constant Field Values

AZA

public static final String AZA
".aza"

See Also:
Constant Field Values

AZL

public static final String AZL
".azl"

See Also:
Constant Field Values

AZS

public static final String AZS
".azs"

See Also:
Constant Field Values

AZC

public static final String AZC
".azc"

See Also:
Constant Field Values

AZE

public static final String AZE
".aze"

See Also:
Constant Field Values

TMP

public static final String TMP
".tmp"

See Also:
Constant Field Values

MDB

public static final String MDB
".mdb"

See Also:
Constant Field Values

HTML

public static final String HTML
"<html >"

See Also:
Constant Field Values

HTMLX

public static final String HTMLX
"</html >"

See Also:
Constant Field Values

HTBY

public static final String HTBY
"<body >"

See Also:
Constant Field Values

HTBYX

public static final String HTBYX
"</body >"

See Also:
Constant Field Values

HTB

public static final String HTB
"<b >"

See Also:
Constant Field Values

HTBX

public static final String HTBX
"</b >"

See Also:
Constant Field Values

HTBR

public static final String HTBR
"<br >"

See Also:
Constant Field Values

HTUL

public static final String HTUL
"<ul >"

See Also:
Constant Field Values

HTULX

public static final String HTULX
"</ul >"

See Also:
Constant Field Values

HTLI

public static final String HTLI
"<li >"

See Also:
Constant Field Values

HTLIX

public static final String HTLIX
"</li >"

See Also:
Constant Field Values

TABLE_400

public static final String TABLE_400
HTML table header

See Also:
Constant Field Values

TABLE_X

public static final String TABLE_X
HTML table footer

See Also:
Constant Field Values

SEQS

public static final String SEQS
" = "

See Also:
Constant Field Values

SMIS

public static final String SMIS
" - "

See Also:
Constant Field Values
Constructor Detail

SC

public SC()