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

org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute 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.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#getType Type}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#isKey Key}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumAttribute() * @model * @generated */ public interface EnumAttribute extends EObject { /** * Returns the value of the 'Doc' attribute. * *

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

* * @return the value of the 'Doc' attribute. * @see #setDoc(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumAttribute_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#getDoc Doc}' attribute. * * * @param value the new value of the 'Doc' attribute. * @see #getDoc() * @generated */ void setDoc(String value); /** * Returns the value of the 'Type' attribute. * *

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

* * @return the value of the 'Type' attribute. * @see #setType(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumAttribute_Type() * @model * @generated */ String getType(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#getType Type}' attribute. * * * @param value the new value of the 'Type' attribute. * @see #getType() * @generated */ void setType(String value); /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumAttribute_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Key' attribute. * *

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

* * @return the value of the 'Key' attribute. * @see #setKey(boolean) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getEnumAttribute_Key() * @model * @generated */ boolean isKey(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.EnumAttribute#isKey Key}' attribute. * * * @param value the new value of the 'Key' attribute. * @see #isKey() * @generated */ void setKey(boolean value); } // EnumAttribute




© 2015 - 2025 Weber Informatics LLC | Privacy Policy