blob: 53916e2c713067fbd4363e3c03834e3d926abcf8 [file] [log] [blame]
/**
*/
package filesystem;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Shortcut</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link filesystem.Shortcut#getTarget <em>Target</em>}</li>
* </ul>
* </p>
*
* @see filesystem.FilesystemPackage#getShortcut()
* @model
* @generated
*/
public interface Shortcut extends File
{
/**
* Returns the value of the '<em><b>Target</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Target</em>' reference.
* @see #setTarget(File)
* @see filesystem.FilesystemPackage#getShortcut_Target()
* @model annotation="gmf.link target.decoration='arrow' style='dash'"
* @generated
*/
File getTarget();
/**
* Sets the value of the '{@link filesystem.Shortcut#getTarget <em>Target</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target</em>' reference.
* @see #getTarget()
* @generated
*/
void setTarget(File value);
} // Shortcut