org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic Maven / Gradle / Ivy
/**
* generated by Xtext 2.20.0
*/
package org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Characteristic'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getDoc Doc}
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getCharacteristic Characteristic}
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getCharacteristicDoc Characteristic Doc}
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getNanoentities Nanoentities}
*
*
* @see org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getCharacteristic()
* @model
* @generated
*/
public interface Characteristic 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.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getCharacteristic_Doc()
* @model
* @generated
*/
String getDoc();
/**
* Sets the value of the '{@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getDoc Doc}' attribute.
*
*
* @param value the new value of the 'Doc' attribute.
* @see #getDoc()
* @generated
*/
void setDoc(String value);
/**
* Returns the value of the 'Characteristic' attribute.
*
*
* If the meaning of the 'Characteristic' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Characteristic' attribute.
* @see #setCharacteristic(String)
* @see org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getCharacteristic_Characteristic()
* @model
* @generated
*/
String getCharacteristic();
/**
* Sets the value of the '{@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getCharacteristic Characteristic}' attribute.
*
*
* @param value the new value of the 'Characteristic' attribute.
* @see #getCharacteristic()
* @generated
*/
void setCharacteristic(String value);
/**
* Returns the value of the 'Characteristic Doc' attribute.
*
*
* If the meaning of the 'Characteristic Doc' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Characteristic Doc' attribute.
* @see #setCharacteristicDoc(String)
* @see org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getCharacteristic_CharacteristicDoc()
* @model
* @generated
*/
String getCharacteristicDoc();
/**
* Sets the value of the '{@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.Characteristic#getCharacteristicDoc Characteristic Doc}' attribute.
*
*
* @param value the new value of the 'Characteristic Doc' attribute.
* @see #getCharacteristicDoc()
* @generated
*/
void setCharacteristicDoc(String value);
/**
* Returns the value of the 'Nanoentities' attribute list.
* The list contents are of type {@link java.lang.String}.
*
*
* If the meaning of the 'Nanoentities' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Nanoentities' attribute list.
* @see org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getCharacteristic_Nanoentities()
* @model unique="false"
* @generated
*/
EList getNanoentities();
} // Characteristic