blob: f46d9591fabacb73aed109bd85218472304c2e93 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2008 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Louis Rose - initial API and implementation
* ******************************************************************************
*
* $Id$
*/
package org.eclipse.epsilon.hutn.model.hutn;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Reference Slot</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.epsilon.hutn.model.hutn.HutnPackage#getReferenceSlot()
* @model superTypes="org.eclipse.epsilon.hutn.model.hutn.ClassObjectSlot<org.eclipse.emf.ecore.EString>"
* @generated
*/
public interface ReferenceSlot extends ClassObjectSlot<String> {
} // ReferenceSlot