View Javadoc
1   package org.andromda.core.metafacade;
2   
3   /**
4    * Stores the common metafacade namespace properties used throughout <strong>ANY </strong> set of metafacades (UML,
5    * etc).
6    *
7    * @author Chad Brandon
8    */
9   public interface MetafacadeProperties
10  {
11      /**
12       * Are we making use of the caching of metafacade properties (true/false).
13       */
14      public static final String ENABLE_METAFACADE_PROPERTY_CACHING = "enableMetafacadePropertyCaching";
15  }