Ignore:
Timestamp:
Apr 9, 2010, 6:02:36 PM (14 years ago)
Author:
tobias
Message:

messages resource validation added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vanHelsing/trunk/gui/src/de/dass_it/vanhelsing/gui/ValidationParser.java

    r858 r859  
    157157                DEVICE ("dev_items", "device"),
    158158                JOB("job_items", "job"),
    159                 MESSAGE("msgs_item","message");
     159                MESSAGE("msgs_items","messages");
    160160               
    161161                private String ugly;
     
    171171         */
    172172        private enum conf2type{
    173                 /**
    174                  * @uml.property  name="sTOREPOOL"
    175                  * @uml.associationEnd 
    176                  */
    177173                STOREPOOL ("store_pool", "boolean"),
    178                 /**
    179                  * @uml.property  name="sTOREBIT"
    180                  * @uml.associationEnd 
    181                  */
    182174                STOREBIT ("store_bit","boolean"),
    183                 /**
    184                  * @uml.property  name="sTORE_STR"
    185                  * @uml.associationEnd 
    186                  */
    187175                STORE_STR ("store_str","String"),
    188                 /**
    189                  * @uml.property  name="sTORE_NAME"
    190                  * @uml.associationEnd 
    191                  */
    192176                STORE_NAME ("store_name", "String"),
    193                 /**
    194                  * @uml.property  name="sTORE_STRNAME"
    195                  * @uml.associationEnd 
    196                  */
    197177                STORE_STRNAME ("store_strname", "String"),
    198                 /**
    199                  * @uml.property  name="sTORE_PINT32"
    200                  * @uml.associationEnd 
    201                  */
    202178                STORE_PINT32 ("store_pint32", "int"),
    203                 /**
    204                  * @uml.property  name="sTORE_SIZE"
    205                  * @uml.associationEnd 
    206                  */
    207179                STORE_SIZE ("store_size", "int"),
    208                 /**
    209                  * @uml.property  name="sTORE_DIR"
    210                  * @uml.associationEnd 
    211                  */
    212180                STORE_DIR ("store_dir", "path"),
    213                 /**
    214                  * @uml.property  name="sTORE_PASSWORD"
    215                  * @uml.associationEnd 
    216                  */
    217181                STORE_PASSWORD ("store_password", "Password"),
    218                 /**
    219                  * @uml.property  name="sTORE_TIME"
    220                  * @uml.associationEnd 
    221                  */
    222182                STORE_TIME ("store_time", "Date"),
    223                 /**
    224                  * @uml.property  name="sTORE_ACL"
    225                  * @uml.associationEnd 
    226                  */
    227183                STORE_ACL ("store_acl", "Acl"),
    228                 /**
    229                  * @uml.property  name="sTORE_RES"
    230                  * @uml.associationEnd 
    231                  */
    232                 STORE_RES ("store_res", "Resource");
     184                STORE_RES ("store_res", "Resource"),
     185                STORE_MSGS ("store_msgs","String");
    233186               
    234187                private String conf;
Note: See TracChangeset for help on using the changeset viewer.