package org.andromda.schema2uml2; /** * Contains the Schema2UML2 Global variables. * * @author Chad Brandon */ class Schema2UML2Globals { /** * The token used to separate packages. */ public static String PACKAGE_SEPARATOR = "::"; /** * The namespace of the NetBeans MDR repository. */ public static String REPOSITORY_NAMESPACE_NETBEANSMDR = "netBeansMDR"; }