View Javadoc
1   package org.andromda.cartridges.java.metafacades;
2   
3   /**
4    * Stores Globals specific to the Java cartridge.
5    *
6    * @author Chad Brandon
7    */
8   public class JavaGlobals
9   {
10      /**
11       * The property that stores the interface implementation name.
12       */
13      static public final String INTERFACE_IMPLEMENTATION_NAME_PATTERN = "interfaceImplementationNamePattern";
14  }