net.sourceforge.jpalm.palmdb
Class Category

java.lang.Object
  extended by net.sourceforge.jpalm.palmdb.Category

public class Category
extends java.lang.Object

Category constants.


Field Summary
static int CATEGORY_LENGTH
          The maximum length of a category label, including 1 for the null terminator.
16
static net.sourceforge.juint.UInt8 CATEGORY_UNFILED
          The "Unfiled" category.
static int NUMBER_OF_CATEGORIES
          The maximum number of categories.
16
 
Constructor Summary
protected Category()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMBER_OF_CATEGORIES

public static final int NUMBER_OF_CATEGORIES
The maximum number of categories.
16

See Also:
Constant Field Values

CATEGORY_LENGTH

public static final int CATEGORY_LENGTH
The maximum length of a category label, including 1 for the null terminator.
16

See Also:
Constant Field Values

CATEGORY_UNFILED

public static final net.sourceforge.juint.UInt8 CATEGORY_UNFILED
The "Unfiled" category.

Constructor Detail

Category

protected Category()