/******************************************************************************* * Copyright (c) 2004, 2005 Sybase, Inc. 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: * Sybase, Inc. - initial API and implementation *******************************************************************************/ package org.eclipse.jst.jsf.facesconfig.ui.pageflow.model; import java.util.Vector; import org.eclipse.emf.common.util.EList; /** * A representation of the model object 'PF Link'. * * *

* The following features are supported: *

*

* * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink() * @model * @generated */ public interface PageflowLink extends PageflowElement { /** * Returns the value of the 'Pageflow' container reference. * It is bidirectional and its opposite is '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.Pageflow#getLinks Links}'. * *

* If the meaning of the 'Pageflow' container reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Pageflow' container reference. * @see #setPageflow(Pageflow) * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_Pageflow() * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.Pageflow#getLinks * @model opposite="links" required="true" * @generated */ Pageflow getPageflow(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getPageflow Pageflow}' container reference. * * * @param value the new value of the 'Pageflow' container reference. * @see #getPageflow() * @generated */ void setPageflow(Pageflow value); /** * Returns the value of the 'Target' reference. * It is bidirectional and its opposite is '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowNode#getInlinks Inlinks}'. * *

* If the meaning of the 'Target' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Target' reference. * @see #setTarget(PageflowNode) * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_Target() * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowNode#getInlinks * @model opposite="inlinks" required="true" * @generated */ PageflowNode getTarget(); /** * @param path */ void setTargetPath(String path); /** * @param path */ void setSourcePath(String path); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getTarget Target}' reference. * * * @param value the new value of the 'Target' reference. * @see #getTarget() * @generated */ void setTarget(PageflowNode value); /** * Returns the value of the 'Source' reference. * It is bidirectional and its opposite is '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowNode#getOutlinks Outlinks}'. * *

* If the meaning of the 'Source' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Source' reference. * @see #setSource(PageflowNode) * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_Source() * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowNode#getOutlinks * @model opposite="outlinks" required="true" * @generated */ PageflowNode getSource(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getSource Source}' reference. * * * @param value the new value of the 'Source' reference. * @see #getSource() * @generated */ void setSource(PageflowNode value); /** * Returns the value of the 'Smallicon' attribute. * *

* If the meaning of the 'Smallicon' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Smallicon' attribute. * @see #setSmallicon(String) * @model * @generated */ String getSmallicon(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getSmallicon Smallicon}' attribute. * * * @param value the new value of the 'Smallicon' attribute. * @see #getSmallicon() * @generated */ void setSmallicon(String value); /** * Returns the value of the 'Largeicon' attribute. * *

* If the meaning of the 'Largeicon' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Largeicon' attribute. * @see #setLargeicon(String) * @model * @generated */ String getLargeicon(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getLargeicon Largeicon}' attribute. * * * @param value the new value of the 'Largeicon' attribute. * @see #getLargeicon() * @generated */ void setLargeicon(String value); /** * Returns the value of the 'Fromaction' attribute. * *

* If the meaning of the 'Fromaction' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Fromaction' attribute. * @see #setFromaction(String) * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_Fromaction() * @model * @generated */ String getFromaction(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getFromaction Fromaction}' attribute. * * * @param value the new value of the 'Fromaction' attribute. * @see #getFromaction() * @generated */ void setFromaction(String value); /** * Returns the value of the 'Outcome' attribute. * *

* If the meaning of the 'Outcome' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Outcome' attribute. * @see #setOutcome(String) * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_Outcome() * @model * @generated */ String getOutcome(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#getOutcome Outcome}' attribute. * * * @param value the new value of the 'Outcome' attribute. * @see #getOutcome() * @generated */ void setOutcome(String value); /** * Returns the value of the 'Redirect' attribute. * *

* If the meaning of the 'Redirect' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Redirect' attribute. * @see #setRedirect(boolean) * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_Redirect() * @model * @generated */ boolean isRedirect(); /** * Sets the value of the '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLink#isRedirect Redirect}' attribute. * * * @param value the new value of the 'Redirect' attribute. * @see #isRedirect() * @generated */ void setRedirect(boolean value); /** * Returns the value of the 'Bend Points' containment reference list. * The list contents are of type {@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLinkBendpoint}. * It is bidirectional and its opposite is '{@link org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLinkBendpoint#getLink Link}'. * *

* If the meaning of the 'Bend Points' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Bend Points' containment reference list. * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowPackage#getPFLink_BendPoints() * @see org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PageflowLinkBendpoint#getLink * @model type="org.eclipse.jst.jsf.facesconfig.ui.pageflow.model.PFLinkBendpoint" opposite="link" containment="true" * @generated */ EList getBendPoints(); /** * * insert a new bendpoint to the link * @param index * @param point * * * @generated NOT */ public void insertBendpoint(int index, PageflowLinkBendpoint point); /** * * remove the current bendpoint * @param index * * * @generated NOT */ public void removeBendpoint(int index); /** * * Set the current bendpoint * * @param index * @param point * * * @generated NOT */ public void setBendpoint(int index, PageflowLinkBendpoint point); /** * * Set a group of bendpoints to reconstruct the link * @param points * * * @generated NOT */ public void setBendpoints(Vector points); } // PFLink