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

org.contextmapper.tactic.dsl.tacticdsl.EnumParameter Maven / Gradle / Ivy

/**
 * generated by Xtext 2.20.0
 */
package org.contextmapper.tactic.dsl.tacticdsl;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Enum Parameter'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.EnumParameter#getValue Value}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.EnumParameter#getIntegerValue Integer Value}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumParameter() * @model * @generated */ public interface EnumParameter extends EObject { /** * 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.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumParameter_Value() * @model * @generated */ String getValue(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.EnumParameter#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(String value); /** * Returns the value of the 'Integer Value' attribute. * *

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

* * @return the value of the 'Integer Value' attribute. * @see #setIntegerValue(int) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumParameter_IntegerValue() * @model * @generated */ int getIntegerValue(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.EnumParameter#getIntegerValue Integer Value}' attribute. * * * @param value the new value of the 'Integer Value' attribute. * @see #getIntegerValue() * @generated */ void setIntegerValue(int value); } // EnumParameter




© 2015 - 2024 Weber Informatics LLC | Privacy Policy