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

org.eclipse.xtext.purexbase.pureXbase.Model Maven / Gradle / Ivy

There is a newer version: 2.36.0
Show newest version
/**
 * Copyright (c) 2011, 2023 itemis AG (http://www.itemis.eu) and others.
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License 2.0 which is available at
 * http://www.eclipse.org/legal/epl-2.0.
 * 
 * SPDX-License-Identifier: EPL-2.0
 */
package org.eclipse.xtext.purexbase.pureXbase;

import org.eclipse.emf.ecore.EObject;

import org.eclipse.xtext.xbase.XBlockExpression;

import org.eclipse.xtext.xtype.XImportSection;

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

* The following features are supported: *

*
    *
  • {@link org.eclipse.xtext.purexbase.pureXbase.Model#getImportSection Import Section}
  • *
  • {@link org.eclipse.xtext.purexbase.pureXbase.Model#getBlock Block}
  • *
* * @see org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage#getModel() * @model * @generated */ public interface Model extends EObject { /** * Returns the value of the 'Import Section' containment reference. * * * @return the value of the 'Import Section' containment reference. * @see #setImportSection(XImportSection) * @see org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage#getModel_ImportSection() * @model containment="true" * @generated */ XImportSection getImportSection(); /** * Sets the value of the '{@link org.eclipse.xtext.purexbase.pureXbase.Model#getImportSection Import Section}' containment reference. * * * @param value the new value of the 'Import Section' containment reference. * @see #getImportSection() * @generated */ void setImportSection(XImportSection value); /** * Returns the value of the 'Block' containment reference. * * * @return the value of the 'Block' containment reference. * @see #setBlock(XBlockExpression) * @see org.eclipse.xtext.purexbase.pureXbase.PureXbasePackage#getModel_Block() * @model containment="true" * @generated */ XBlockExpression getBlock(); /** * Sets the value of the '{@link org.eclipse.xtext.purexbase.pureXbase.Model#getBlock Block}' containment reference. * * * @param value the new value of the 'Block' containment reference. * @see #getBlock() * @generated */ void setBlock(XBlockExpression value); } // Model




© 2015 - 2024 Weber Informatics LLC | Privacy Policy