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

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

/**
 * 
 * 
 *
 * $Id: Keyword.java,v 1.14 2010/04/06 14:10:15 sefftinge Exp $
 */
package org.eclipse.xtext;


/**
 * 
 * A representation of the model object 'Keyword'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.Keyword#getValue Value}
  • *
*

* * @see org.eclipse.xtext.XtextPackage#getKeyword() * @model * @generated */ public interface Keyword extends AbstractElement { /** * Returns the value of the 'Value' attribute. * *

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

* * @return the value of the 'Value' attribute. * @see #setValue(String) * @see org.eclipse.xtext.XtextPackage#getKeyword_Value() * @model * @generated */ String getValue(); /** * Sets the value of the '{@link org.eclipse.xtext.Keyword#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(String value); } // Keyword




© 2015 - 2025 Weber Informatics LLC | Privacy Policy