blob: 6aa4a4bee76130f6f053a4780a39054b375fabc5 [file] [log] [blame]
/**
*
* Copyright (c) 2009 Hatha Systems.
* 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:
* Nikolai Mansourov (Hatha Systems) - initial API and implementation
* Gabriel Barbier (Mia-Software) - minor evolutions for version 1.1
*
* $Id$
*/
package org.eclipse.gmt.modisco.omg.kdm.source;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Inventory Item</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmt.modisco.omg.kdm.source.InventoryItem#getVersion <em>Version</em>}</li>
* <li>{@link org.eclipse.gmt.modisco.omg.kdm.source.InventoryItem#getPath <em>Path</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmt.modisco.omg.kdm.source.SourcePackage#getInventoryItem()
* @model
* @generated
*/
public interface InventoryItem extends AbstractInventoryElement {
/**
* Returns the value of the '<em><b>Version</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Version</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Version</em>' attribute.
* @see #setVersion(String)
* @see org.eclipse.gmt.modisco.omg.kdm.source.SourcePackage#getInventoryItem_Version()
* @model dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"
* @generated
*/
String getVersion();
/**
* Sets the value of the '{@link org.eclipse.gmt.modisco.omg.kdm.source.InventoryItem#getVersion <em>Version</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Version</em>' attribute.
* @see #getVersion()
* @generated
*/
void setVersion(String value);
/**
* Returns the value of the '<em><b>Path</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Path</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Path</em>' attribute.
* @see #setPath(String)
* @see org.eclipse.gmt.modisco.omg.kdm.source.SourcePackage#getInventoryItem_Path()
* @model dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"
* @generated
*/
String getPath();
/**
* Sets the value of the '{@link org.eclipse.gmt.modisco.omg.kdm.source.InventoryItem#getPath <em>Path</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Path</em>' attribute.
* @see #getPath()
* @generated
*/
void setPath(String value);
} // InventoryItem