blob: 866299387b2c4b37f928b4b05406f9d074b241ca [file] [log] [blame]
/**
* Copyright (c) 2019 Obeo.
* 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:
* Obeo - initial API and implementation
*/
package org.eclipse.sirius.tests.services.graphql.extlibrary;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Circulating Item</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.sirius.tests.services.graphql.extlibrary.ExtlibraryPackage#getCirculatingItem()
* @model abstract="true"
* @generated
*/
public interface CirculatingItem extends Item, Lendable {
} // CirculatingItem