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

org.contextmapper.dsl.contextMappingDSL.Feature Maven / Gradle / Ivy

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

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link org.contextmapper.dsl.contextMappingDSL.Feature#getVerb Verb}
  • *
  • {@link org.contextmapper.dsl.contextMappingDSL.Feature#getEntity Entity}
  • *
* * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getFeature() * @model * @generated */ public interface Feature extends EObject { /** * Returns the value of the 'Verb' attribute. * *

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

* * @return the value of the 'Verb' attribute. * @see #setVerb(String) * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getFeature_Verb() * @model * @generated */ String getVerb(); /** * Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Feature#getVerb Verb}' attribute. * * * @param value the new value of the 'Verb' attribute. * @see #getVerb() * @generated */ void setVerb(String value); /** * Returns the value of the 'Entity' attribute. * *

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

* * @return the value of the 'Entity' attribute. * @see #setEntity(String) * @see org.contextmapper.dsl.contextMappingDSL.ContextMappingDSLPackage#getFeature_Entity() * @model * @generated */ String getEntity(); /** * Sets the value of the '{@link org.contextmapper.dsl.contextMappingDSL.Feature#getEntity Entity}' attribute. * * * @param value the new value of the 'Entity' attribute. * @see #getEntity() * @generated */ void setEntity(String value); } // Feature




© 2015 - 2025 Weber Informatics LLC | Privacy Policy