3 Replies Latest reply on Dec 18, 2007 6:57 AM by toby451

    Enum in components.xml

    toby451

      Is it possible to use enums as data to set on components from components.xml.

      I would like to do something like this:

      <property name="applicationMode">DEVELOPMENT</property>
      


      ... having a

      public enum ApplicationMode {
       PRODUCTION,
       STAGE,
       DEVELOPMENT
      }
      



      Any ideas?