View Javadoc

1   package org.andromda.schema2xmi;
2   
3   
4   /***
5    * Contains the Schema2XMI Global variables.
6    *
7    * @author Chad Brandon
8    */
9   class Schema2XMIGlobals
10  {
11      /***
12       * The token used to seperate packages.
13       */
14      public static String PACKAGE_SEPERATOR = "::";
15      
16      /***
17       * The namespace of the NetBeans MDR repository.
18       */
19      public static String REPOSITORY_NAMESPACE_NETBEANSMDR = "netBeansMDR";
20  }