de.smartics.properties.api.config.codes
Class LibraryCodeNumbers

java.lang.Object
  extended by de.smartics.properties.api.config.codes.LibraryCodeNumbers

public final class LibraryCodeNumbers
     
     
extends Object

Overview over codes signaled by this library.


Field Summary
static int CACHE_CODE_START
          The start number of the cache codes.
static int CONFIGURATION_CODE_START
          The start number of the configuration codes.
static int DATA_SOURCE_CODE_START
          The start number of the data source codes.
static int PROPERTY_STORE_CODE_START
          The start number of the cache codes.
static int TRANSFER_CODE_START
          The start number of the transfer codes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION_CODE_START

public static final int CONFIGURATION_CODE_START
The start number of the configuration codes.

Constant Field Value:
5000

DATA_SOURCE_CODE_START

public static final int DATA_SOURCE_CODE_START
The start number of the data source codes.

Constant Field Value:
6000

TRANSFER_CODE_START

public static final int TRANSFER_CODE_START
The start number of the transfer codes.

Constant Field Value:
7000

CACHE_CODE_START

public static final int CACHE_CODE_START
The start number of the cache codes.

Constant Field Value:
8000

PROPERTY_STORE_CODE_START

public static final int PROPERTY_STORE_CODE_START
The start number of the cache codes.

Constant Field Value:
8100


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.