sav.z
Class PN

java.lang.Object
  extended bysav.z.PN

public class PN
extends java.lang.Object

The PN (Processor Notation) sets the Sav Processor's notation.


Field Summary
static int CAPITAL
          Notation type: @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
static java.lang.String CO
          Copy right owner of Sav Processor
static int COMPLEX
          Category of complex values, namely real kept in database or variable, like name, name:value, or name:...
static java.lang.String CR
          Copy right date of Sav Processor
static int DENOTATION
          Notation category of type like CAPITAL, NATURAL, RUSSIAN_C, RUSSIAN_N
static int DESIGNATION
          Notation category of type like NUMBER, QUOTE, SIGN, SPECIFIC
static int MAX_NAME_LENGTH
          Maximal length of simple name in the database
static int NATURAL
          Notation type: `abcdefghijklmnopqrstuvwxyz{|}~
static int NUMBER
          Notation type: #{0 <= number <= 2,147,483,647}
static long OUT_EXTENSION
          Memory control: OUT_EXTENSION, current 8192000
static java.lang.String PN
          Basic current name of the Sav Processor
static int QUOTE
          Notation type: '' quote
static int RN
          Registration number
static java.lang.String rootPath
          Context root path
static int RUSSIAN_C
          Notation type: russian capital letter in unicode
static int RUSSIAN_N
          Notation type: russian small letter in unicode
static int SIGN
          Notation type: !
static int SIMPLE
          Category of simple values like name
static int SPACE
          Notation type: space symbol
static int SPECIFIC
          Notation type: $ specific
static java.lang.String UN
          Registered user name
static java.lang.String VD
          Version date of Sav Processor
static float VN
          Current version of Sav Processor
static float VN0
          Old compatible version of Sav Processor
 
Constructor Summary
PN()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PN

public static final java.lang.String PN
Basic current name of the Sav Processor

See Also:
Constant Field Values

VN0

public static final float VN0
Old compatible version of Sav Processor

See Also:
Constant Field Values

VN

public static final float VN
Current version of Sav Processor

See Also:
Constant Field Values

VD

public static final java.lang.String VD
Version date of Sav Processor

See Also:
Constant Field Values

CR

public static final java.lang.String CR
Copy right date of Sav Processor

See Also:
Constant Field Values

CO

public static final java.lang.String CO
Copy right owner of Sav Processor

See Also:
Constant Field Values

UN

public static final java.lang.String UN
Registered user name

See Also:
Constant Field Values

RN

public static final int RN
Registration number

See Also:
Constant Field Values

SPACE

public static final int SPACE
Notation type: space symbol

See Also:
Constant Field Values

SPECIFIC

public static final int SPECIFIC
Notation type: $ specific

See Also:
Constant Field Values

SIGN

public static final int SIGN
Notation type: !\"#$%&'()*+,-./0123456789:;<=>?

See Also:
Constant Field Values

QUOTE

public static final int QUOTE
Notation type: '' quote

See Also:
Constant Field Values

NUMBER

public static final int NUMBER
Notation type: #{0 <= number <= 2,147,483,647}

See Also:
Constant Field Values

CAPITAL

public static final int CAPITAL
Notation type: @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_

See Also:
Constant Field Values

NATURAL

public static final int NATURAL
Notation type: `abcdefghijklmnopqrstuvwxyz{|}~

See Also:
Constant Field Values

RUSSIAN_C

public static final int RUSSIAN_C
Notation type: russian capital letter in unicode

See Also:
Constant Field Values

RUSSIAN_N

public static final int RUSSIAN_N
Notation type: russian small letter in unicode

See Also:
Constant Field Values

SIMPLE

public static final int SIMPLE
Category of simple values like name

See Also:
Constant Field Values

COMPLEX

public static final int COMPLEX
Category of complex values, namely real kept in database or variable, like name, name:value, or name:...:value

See Also:
Constant Field Values

DESIGNATION

public static final int DESIGNATION
Notation category of type like NUMBER, QUOTE, SIGN, SPECIFIC

See Also:
Constant Field Values

DENOTATION

public static final int DENOTATION
Notation category of type like CAPITAL, NATURAL, RUSSIAN_C, RUSSIAN_N

See Also:
Constant Field Values

MAX_NAME_LENGTH

public static int MAX_NAME_LENGTH
Maximal length of simple name in the database


OUT_EXTENSION

public static long OUT_EXTENSION
Memory control: OUT_EXTENSION, current 8192000


rootPath

public static java.lang.String rootPath
Context root path

Constructor Detail

PN

public PN()