org.fosstrak.llrp.commander.preferences
Class PreferenceConstants

java.lang.Object
  extended by org.fosstrak.llrp.commander.preferences.PreferenceConstants

public class PreferenceConstants
extends java.lang.Object

Constant definitions for plug-in preferences

Version:
1.0
Author:
Haoning Zhang, sawielan

Field Summary
static java.lang.String P_DEFAULT_EDITOR
          the name of the default editor property.
static java.lang.String P_DEFAULT_EDITOR_BINARY
          the name of the binary viewer property.
static java.lang.String P_DEFAULT_EDITOR_GRAPHICAL
          the name of the graphical editor property.
static java.lang.String P_DEFAULT_EDITOR_XML
          the name of the XML editor property.
static java.lang.String P_EXT_DB_IMPLEMENTOR
          preference name for external DB implementing class.
static java.lang.String P_EXT_DB_JDBC
          preference name for external DB JDBC connector string.
static java.lang.String P_EXT_DB_PWD
          preference name for external DB password.
static java.lang.String P_EXT_DB_USERNAME
          preference name for external DB user name.
static java.lang.String P_LOG_RO_ACCESS_REPORTS
          name of the preference field for the log RO_ACCESS_REPORTS.
static java.lang.String P_PROJECT
          the name of the eclipse project.
static java.lang.String P_READER_FROM
          the name of the choice preference property.
static java.lang.String P_STRING
          the name of the string preference property.
static java.lang.String P_USE_INTERNAL_DB
          name of the preference field whether to use internal db or not.
static java.lang.String P_WIPE_DB_ON_STARTUP
          name of the preference field for the configuration of the DB-wipe.
static java.lang.String P_WIPE_RO_ACCESS_REPORTS_ON_STARTUP
          name of the preference field for the configuration field of the wipe DB.
 
Constructor Summary
PreferenceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_PROJECT

public static final java.lang.String P_PROJECT
the name of the eclipse project.

See Also:
Constant Field Values

P_READER_FROM

public static final java.lang.String P_READER_FROM
the name of the choice preference property.

See Also:
Constant Field Values

P_STRING

public static final java.lang.String P_STRING
the name of the string preference property.

See Also:
Constant Field Values

P_DEFAULT_EDITOR

public static final java.lang.String P_DEFAULT_EDITOR
the name of the default editor property.

See Also:
Constant Field Values

P_DEFAULT_EDITOR_GRAPHICAL

public static final java.lang.String P_DEFAULT_EDITOR_GRAPHICAL
the name of the graphical editor property.

See Also:
Constant Field Values

P_DEFAULT_EDITOR_XML

public static final java.lang.String P_DEFAULT_EDITOR_XML
the name of the XML editor property.

See Also:
Constant Field Values

P_DEFAULT_EDITOR_BINARY

public static final java.lang.String P_DEFAULT_EDITOR_BINARY
the name of the binary viewer property.

See Also:
Constant Field Values

P_WIPE_DB_ON_STARTUP

public static final java.lang.String P_WIPE_DB_ON_STARTUP
name of the preference field for the configuration of the DB-wipe.

See Also:
Constant Field Values

P_LOG_RO_ACCESS_REPORTS

public static final java.lang.String P_LOG_RO_ACCESS_REPORTS
name of the preference field for the log RO_ACCESS_REPORTS.

See Also:
Constant Field Values

P_WIPE_RO_ACCESS_REPORTS_ON_STARTUP

public static final java.lang.String P_WIPE_RO_ACCESS_REPORTS_ON_STARTUP
name of the preference field for the configuration field of the wipe DB.

See Also:
Constant Field Values

P_USE_INTERNAL_DB

public static final java.lang.String P_USE_INTERNAL_DB
name of the preference field whether to use internal db or not.

See Also:
Constant Field Values

P_EXT_DB_IMPLEMENTOR

public static final java.lang.String P_EXT_DB_IMPLEMENTOR
preference name for external DB implementing class.

See Also:
Constant Field Values

P_EXT_DB_USERNAME

public static final java.lang.String P_EXT_DB_USERNAME
preference name for external DB user name.

See Also:
Constant Field Values

P_EXT_DB_PWD

public static final java.lang.String P_EXT_DB_PWD
preference name for external DB password.

See Also:
Constant Field Values

P_EXT_DB_JDBC

public static final java.lang.String P_EXT_DB_JDBC
preference name for external DB JDBC connector string.

See Also:
Constant Field Values
Constructor Detail

PreferenceConstants

public PreferenceConstants()


Copyright © 2009. All Rights Reserved.