org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup 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 'Related Group'.
*
*
*
* The following features are supported:
*
*
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup#getDoc Doc}
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup#getName Name}
* - {@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup#getNanoentities Nanoentities}
*
*
* @see org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getRelatedGroup()
* @model
* @generated
*/
public interface RelatedGroup 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#getRelatedGroup_Doc()
* @model
* @generated
*/
String getDoc();
/**
* Sets the value of the '{@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup#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.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getRelatedGroup_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(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#getRelatedGroup_Nanoentities()
* @model unique="false"
* @generated
*/
EList getNanoentities();
} // RelatedGroup