All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Sav.PN

java.lang.Object
   |
   +----Sav.PN

public class PN
extends Object

Variable Index

 o ARBITRARY1
Conception type: 0x00000 <= letter < 0x0020
 o ARBITRARY2
Conception type: 0x0020 <= letter < 0x0400
 o ARBITRARY3
Conception type: 0x0400 <= letter < 0x8000
 o ARBITRARY4
Conception type: 0x8000 <= letter
 o ARITHMETICAL
Conception type: !"#$%&'()*+,-./0123456789:;<=>?
 o CAPITAL
Conception type: ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
 o IDENTITY
Connection type
 o IDENTITY_DEF
Connection type
 o MAX_NUMERIC
Limitation: MAX_NUMERIC == 1073741823
 o NATURAL
Conception type: `abcdefghijklmnopqrstuvwxyz{|}~
 o NUMERICAL
Conception type: #{0 <= number <= 1073741823}
 o RELATION
Connection type
 o RELATION_DEF
Connection type
 o RUSSIAN_C
Conception type: russian capital letter in unicode
 o RUSSIAN_N
Conception type: russian small letter in unicode

Constructor Index

 o PN()

Variables

 o IDENTITY
 public static final int IDENTITY
Connection type

 o IDENTITY_DEF
 public static final int IDENTITY_DEF
Connection type

 o RELATION
 public static final int RELATION
Connection type

 o RELATION_DEF
 public static final int RELATION_DEF
Connection type

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

 o CAPITAL
 public static final int CAPITAL
Conception type: ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_

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

 o NUMERICAL
 public static final int NUMERICAL
Conception type: #{0 <= number <= 1073741823}

 o ARBITRARY1
 public static final int ARBITRARY1
Conception type: 0x00000 <= letter < 0x0020

 o ARBITRARY2
 public static final int ARBITRARY2
Conception type: 0x0020 <= letter < 0x0400

 o ARBITRARY3
 public static final int ARBITRARY3
Conception type: 0x0400 <= letter < 0x8000

 o ARBITRARY4
 public static final int ARBITRARY4
Conception type: 0x8000 <= letter

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

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

 o MAX_NUMERIC
 public static final long MAX_NUMERIC
Limitation: MAX_NUMERIC == 1073741823

Constructors

 o PN
 public PN()

All Packages  Class Hierarchy  This Package  Previous  Next  Index