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

org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.RelatedGroup Maven / Gradle / Ivy

/**
 * generated by Xtext 2.21.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. * * * @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. * * * @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}. * * * @return the value of the 'Nanoentities' attribute list. * @see org.contextmapper.servicecutter.dsl.serviceCutterConfigurationDSL.ServiceCutterConfigurationDSLPackage#getRelatedGroup_Nanoentities() * @model unique="false" * @generated */ EList getNanoentities(); } // RelatedGroup




© 2015 - 2024 Weber Informatics LLC | Privacy Policy