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

kieker.analysis.model.analysisMetaModel.MIView Maven / Gradle / Ivy

The newest version!
/**
 */
package kieker.analysis.model.analysisMetaModel;

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'View'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link kieker.analysis.model.analysisMetaModel.MIView#getName Name}
  • *
  • {@link kieker.analysis.model.analysisMetaModel.MIView#getDescription Description}
  • *
  • {@link kieker.analysis.model.analysisMetaModel.MIView#getDisplayConnectors Display Connectors}
  • *
  • {@link kieker.analysis.model.analysisMetaModel.MIView#getId Id}
  • *
*

* * @see kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getView() * @model * @generated */ public interface MIView 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 kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getView_Name() * @model required="true" * @generated */ String getName(); /** * Sets the value of the '{@link kieker.analysis.model.analysisMetaModel.MIView#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 kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getView_Description() * @model * @generated */ String getDescription(); /** * Sets the value of the '{@link kieker.analysis.model.analysisMetaModel.MIView#getDescription Description}' attribute. * * * * @param value * the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the 'Display Connectors' containment reference list. * The list contents are of type {@link kieker.analysis.model.analysisMetaModel.MIDisplayConnector}. * *

* If the meaning of the 'Display Connectors' containment reference list isn't clear, * there really should be more of a description here... *

* * * @return the value of the 'Display Connectors' containment reference list. * @see kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getView_DisplayConnectors() * @model containment="true" * @generated */ EList getDisplayConnectors(); /** * Returns the value of the 'Id' attribute. * *

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

* * * @return the value of the 'Id' attribute. * @see #setId(String) * @see kieker.analysis.model.analysisMetaModel.MIAnalysisMetaModelPackage#getView_Id() * @model id="true" required="true" ordered="false" * @generated */ String getId(); /** * Sets the value of the '{@link kieker.analysis.model.analysisMetaModel.MIView#getId Id}' attribute. * * * * @param value * the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); } // MIView




© 2015 - 2024 Weber Informatics LLC | Privacy Policy