org.openhealthtools.mdht.uml.cda.cdt.CDTRegistryDelegate Maven / Gradle / Ivy
The newest version!
/*******************************************************************************
* Copyright (c) 2009, 2012 David A Carlson and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David A Carlson (XMLmodeling.com) - initial API and implementation
*******************************************************************************/
package org.openhealthtools.mdht.uml.cda.cdt;
import org.openhealthtools.mdht.uml.cda.RegistryDelegate;
/**
*
* A representation of the model object 'Registry Delegate'.
*
*
*
* @see org.openhealthtools.mdht.uml.cda.cdt.CDTPackage#getCDTRegistryDelegate()
* @model
* @generated
*/
public interface CDTRegistryDelegate extends RegistryDelegate {
} // CDTRegistryDelegate