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

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

There is a newer version: 6.12.0
Show newest version
/**
 * generated by Xtext 2.20.0
 */
package org.contextmapper.tactic.dsl.tacticdsl;

import org.eclipse.emf.common.util.EList;

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

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Enum#isOrdinal Ordinal}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Enum#getAttributes Attributes}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.Enum#getValues Values}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnum() * @model * @generated */ public interface Enum extends SimpleDomainObject { /** * Returns the value of the 'Ordinal' attribute. * *

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

* * @return the value of the 'Ordinal' attribute. * @see #setOrdinal(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnum_Ordinal() * @model * @generated */ boolean isOrdinal(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.Enum#isOrdinal Ordinal}' attribute. * * * @param value the new value of the 'Ordinal' attribute. * @see #isOrdinal() * @generated */ void setOrdinal(boolean value); /** * Returns the value of the 'Attributes' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute}. * *

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

* * @return the value of the 'Attributes' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnum_Attributes() * @model containment="true" * @generated */ EList getAttributes(); /** * Returns the value of the 'Values' containment reference list. * The list contents are of type {@link org.contextmapper.tactic.dsl.tacticdsl.EnumValue}. * *

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

* * @return the value of the 'Values' containment reference list. * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnum_Values() * @model containment="true" * @generated */ EList getValues(); } // Enum




© 2015 - 2025 Weber Informatics LLC | Privacy Policy