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

org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject 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 'Simple Domain Object'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getDoc Doc}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getName Name}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getPackage Package}
  • *
  • {@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getHint Hint}
  • *
* * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getSimpleDomainObject() * @model * @generated */ public interface SimpleDomainObject 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#getSimpleDomainObject_Doc() * @model * @generated */ String getDoc(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getDoc Doc}' attribute. * * * @param value the new value of the 'Doc' attribute. * @see #getDoc() * @generated */ void setDoc(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#getSimpleDomainObject_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Package' attribute. * *

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

* * @return the value of the 'Package' attribute. * @see #setPackage(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getSimpleDomainObject_Package() * @model * @generated */ String getPackage(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getPackage Package}' attribute. * * * @param value the new value of the 'Package' attribute. * @see #getPackage() * @generated */ void setPackage(String value); /** * Returns the value of the 'Hint' attribute. * *

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

* * @return the value of the 'Hint' attribute. * @see #setHint(String) * @see org.contextmapper.tactic.dsl.tacticdsl.TacticdslPackage#getSimpleDomainObject_Hint() * @model * @generated */ String getHint(); /** * Sets the value of the '{@link org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject#getHint Hint}' attribute. * * * @param value the new value of the 'Hint' attribute. * @see #getHint() * @generated */ void setHint(String value); } // SimpleDomainObject




© 2015 - 2025 Weber Informatics LLC | Privacy Policy