All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xtext.CrossReference Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
/**
 * 
 * 
 *
 * $Id: CrossReference.java,v 1.8 2010/04/06 14:10:14 sefftinge Exp $
 */
package org.eclipse.xtext;


/**
 * 
 * A representation of the model object 'Cross Reference'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.CrossReference#getType Type}
  • *
  • {@link org.eclipse.xtext.CrossReference#getTerminal Terminal}
  • *
*

* * @see org.eclipse.xtext.XtextPackage#getCrossReference() * @model * @generated */ public interface CrossReference extends AbstractElement { /** * Returns the value of the 'Type' containment reference. * *

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

* * @return the value of the 'Type' containment reference. * @see #setType(TypeRef) * @see org.eclipse.xtext.XtextPackage#getCrossReference_Type() * @model containment="true" * @generated */ TypeRef getType(); /** * Sets the value of the '{@link org.eclipse.xtext.CrossReference#getType Type}' containment reference. * * * @param value the new value of the 'Type' containment reference. * @see #getType() * @generated */ void setType(TypeRef value); /** * Returns the value of the 'Terminal' containment reference. * *

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

* * @return the value of the 'Terminal' containment reference. * @see #setTerminal(AbstractElement) * @see org.eclipse.xtext.XtextPackage#getCrossReference_Terminal() * @model containment="true" * @generated */ AbstractElement getTerminal(); /** * Sets the value of the '{@link org.eclipse.xtext.CrossReference#getTerminal Terminal}' containment reference. * * * @param value the new value of the 'Terminal' containment reference. * @see #getTerminal() * @generated */ void setTerminal(AbstractElement value); } // CrossReference




© 2015 - 2025 Weber Informatics LLC | Privacy Policy