de.smartics.properties.api.core.app
Class LibraryCodeNumbers

Package class diagram package LibraryCodeNumbers
java.lang.Object
  extended by de.smartics.properties.api.core.app.LibraryCodeNumbers

public final class LibraryCodeNumbers
     
     
extends Object

Overview over codes signaled by this library.


Field Summary
static int CONFIG_CODE_START
          The start number of configuration codes.
static int PROPERTY_CODE_START
          The start number of property codes.
static int SECURITY_CODE_START
          The start number of security codes.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_CODE_START

public static final int PROPERTY_CODE_START
The start number of property codes.

The value of this constant is 1000.

Constant Field Value:
1000

CONFIG_CODE_START

public static final int CONFIG_CODE_START
The start number of configuration codes.

The value of this constant is 2000.

Constant Field Value:
2000

SECURITY_CODE_START

public static final int SECURITY_CODE_START
The start number of security codes.

The value of this constant is 3000.

Constant Field Value:
3000


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