/*L * Copyright Washington University in St.Louis * Copyright Information Management Services, Inc. * Copyright Sapient * Copyright Booz Allen Hamilton * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/common-biorepository-model/LICENSE.txt for details. */ package org.cagrid.CBM.common; import javax.xml.namespace.QName; /** * Constants class that extends the introduce managed constants. Developers can add constants to this file. * * @created by Introduce Toolkit version 1.4 */ public interface CBMConstants extends CBMConstantsBase { }