![JAR search and dependency download from the Maven repository](/logo.png)
org.contextmapper.dsl.contextMappingDSL.Feature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of context-mapper-dsl Show documentation
Show all versions of context-mapper-dsl Show documentation
Use the ContextMapper DSL in your standalone application.
/**
* 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