javacommons/javastorage/javasrc/com/nokia/mj/impl/storage/StorageNames.java
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    79 
    79 
    80     /**
    80     /**
    81      * Preinstall related data.
    81      * Preinstall related data.
    82      */
    82      */
    83     public static final String PREINSTALL_TABLE = "PREINSTALL";
    83     public static final String PREINSTALL_TABLE = "PREINSTALL";
       
    84     
       
    85     /**
       
    86      * SoftNote related data.
       
    87      */
       
    88     public static final String JAVA_SOFTNOTE_TABLE = "JAVA_SOFTNOTE";
    84 
    89 
    85     /**
    90     /**
    86      * Java platform storage name. All Java platform related attributes and
    91      * Java platform storage name. All Java platform related attributes and
    87      * settings are stored to this database.
    92      * settings are stored to this database.
    88      */
    93      */
   321 
   326 
   322     /**
   327     /**
   323      * Application suite intall state.
   328      * Application suite intall state.
   324      */
   329      */
   325     public static final String INSTALL_STATE = "INSTALL_STATE";
   330     public static final String INSTALL_STATE = "INSTALL_STATE";
       
   331     
       
   332     /**
       
   333      * MIDlet ID of the softnote.
       
   334      */
       
   335     public static final String SOFTNOTE_MIDLET_ID = "SOFTNOTE_MIDLET_ID";
       
   336 
       
   337     /** 
       
   338      * Softnote ID.
       
   339      */
       
   340     public static final String SOFTNOTE_ID = "SOFTNOTE_ID";
       
   341 
       
   342     /**
       
   343      * Softnote Primary Text.
       
   344      */
       
   345     public static final String SOFTNOTE_PRIMARY_TEXT = "SOFTNOTE_PRIMARY_TEXT";
       
   346 
       
   347     /**
       
   348      * Softnote Secondary Text.
       
   349      */
       
   350     public static final String SOFTNOTE_SECONDARY_TEXT = "SOFTNOTE_SECONDARY_TEXT";
       
   351 
       
   352     /**
       
   353      * Softnote Image Path.
       
   354      */
       
   355     public static final String SOFTNOTE_IMAGE_PATH = "SOFTNOTE_IMAGE_PATH";
   326 }
   356 }