/** * <copyright> * </copyright> * * $Id$ */ package no.playtrd.v10.playtrd; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Item</b></em>'. * <!-- end-user-doc --> * * * @see no.playtrd.v10.playtrd.PlaytrdPackage#getItem() * @model * @generated */ public interface Item extends Positioned, MoneyValued { } // Item