blob: 0a5097a93785688d952c6694ea009cc5f128b885 [file] [log] [blame]
/**
* Copyright (c) 2016 Willink Transformations, Univesity of York 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*/
package delphi;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Mine ID</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link delphi.MineID#getFirst <em>First</em>}</li>
* <li>{@link delphi.MineID#getSecond <em>Second</em>}</li>
* </ul>
*
* @see delphi.DelphiPackage#getMineID()
* @model
* @generated
*/
public interface MineID extends ident {
/**
* Returns the value of the '<em><b>First</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>First</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>First</em>' attribute.
* @see #setFirst(String)
* @see delphi.DelphiPackage#getMineID_First()
* @model
* @generated
*/
String getFirst();
/**
* Sets the value of the '{@link delphi.MineID#getFirst <em>First</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>First</em>' attribute.
* @see #getFirst()
* @generated
*/
void setFirst(String value);
/**
* Returns the value of the '<em><b>Second</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Second</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Second</em>' attribute.
* @see #setSecond(String)
* @see delphi.DelphiPackage#getMineID_Second()
* @model
* @generated
*/
String getSecond();
/**
* Sets the value of the '{@link delphi.MineID#getSecond <em>Second</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Second</em>' attribute.
* @see #getSecond()
* @generated
*/
void setSecond(String value);
} // MineID