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

org.mod4j.dsl.service.mm.ServiceDsl.ModelElement Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.mod4j.dsl.service.mm.ServiceDsl;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Model Element'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.ModelElement#getName Name}
  • *
  • {@link org.mod4j.dsl.service.mm.ServiceDsl.ModelElement#getDescription Description}
  • *
*

* * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getModelElement() * @model * @generated */ public interface ModelElement extends EObject { /** * 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.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getModelElement_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.ModelElement#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #setDescription(String) * @see org.mod4j.dsl.service.mm.ServiceDsl.ServiceDslPackage#getModelElement_Description() * @model * @generated */ String getDescription(); /** * Sets the value of the '{@link org.mod4j.dsl.service.mm.ServiceDsl.ModelElement#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); } // ModelElement




© 2015 - 2024 Weber Informatics LLC | Privacy Policy