blob: af7eb03a2b0002028a4aab62ec8310f875dcd1aa [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.semantic.uimodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ui Mobile Navigation Button</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.UiMobileNavigationButton#getTargetPage <em>Target Page</em>}</li>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.UiMobileNavigationButton#getTargetPageAlias <em>Target Page Alias</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage#getUiMobileNavigationButton()
* @model
* @generated
*/
public interface UiMobileNavigationButton extends UiMobileAction {
/**
* Returns the value of the '<em><b>Target Page</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target Page</em>' containment reference isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Target Page</em>' containment reference.
* @see #setTargetPage(UiMobileNavigationPage)
* @see org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage#getUiMobileNavigationButton_TargetPage()
* @model containment="true" resolveProxies="true"
* @generated
*/
UiMobileNavigationPage getTargetPage();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.semantic.uimodel.UiMobileNavigationButton#getTargetPage <em>Target Page</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target Page</em>' containment reference.
* @see #getTargetPage()
* @generated
*/
void setTargetPage(UiMobileNavigationPage value);
/**
* Returns the value of the '<em><b>Target Page Alias</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Target Page Alias</em>' reference isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Target Page Alias</em>' reference.
* @see #setTargetPageAlias(UiMobileNavigationPage)
* @see org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage#getUiMobileNavigationButton_TargetPageAlias()
* @model
* @generated
*/
UiMobileNavigationPage getTargetPageAlias();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.semantic.uimodel.UiMobileNavigationButton#getTargetPageAlias <em>Target Page Alias</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Target Page Alias</em>' reference.
* @see #getTargetPageAlias()
* @generated
*/
void setTargetPageAlias(UiMobileNavigationPage value);
} // UiMobileNavigationButton