blob: 59182ec4638665d501b64f374e0796beeff87439 [file] [log] [blame]
/**
* Copyright (c) 2011-2017 EclipseSource Muenchen GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Johannes Faltermeier - initial API and implementation
*/
package org.eclipse.emf.ecp.view.template.style.labelwidth.model;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecp.view.template.model.VTTemplatePackage;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for the meta objects to represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each operation of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
*
* @since 1.16
* <!-- end-user-doc -->
*
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.VTLabelwidthFactory
* @model kind="package"
* @generated
*/
public interface VTLabelwidthPackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
String eNAME = "labelwidth"; //$NON-NLS-1$
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
String eNS_URI = "http://www.eclipse.org/emf/ecp/view/template/style/labelwidth/model"; //$NON-NLS-1$
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
String eNS_PREFIX = "org.eclipse.emf.ecp.view.template.style.labelwidth.model"; //$NON-NLS-1$
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
VTLabelwidthPackage eINSTANCE = org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelwidthPackageImpl
.init();
/**
* The meta object id for the
* '{@link org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelWidthStylePropertyImpl <em>Label
* Width Style Property</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelWidthStylePropertyImpl
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelwidthPackageImpl#getLabelWidthStyleProperty()
* @generated
*/
int LABEL_WIDTH_STYLE_PROPERTY = 0;
/**
* The feature id for the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
* @ordered
*/
int LABEL_WIDTH_STYLE_PROPERTY__WIDTH = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The number of structural features of the '<em>Label Width Style Property</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
* @ordered
*/
int LABEL_WIDTH_STYLE_PROPERTY_FEATURE_COUNT = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The number of operations of the '<em>Label Width Style Property</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
* @ordered
*/
int LABEL_WIDTH_STYLE_PROPERTY_OPERATION_COUNT = VTTemplatePackage.STYLE_PROPERTY_OPERATION_COUNT + 0;
/**
* Returns the meta object for class
* '{@link org.eclipse.emf.ecp.view.template.style.labelwidth.model.VTLabelWidthStyleProperty <em>Label Width Style
* Property</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @return the meta object for class '<em>Label Width Style Property</em>'.
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.VTLabelWidthStyleProperty
* @generated
*/
EClass getLabelWidthStyleProperty();
/**
* Returns the meta object for the attribute
* '{@link org.eclipse.emf.ecp.view.template.style.labelwidth.model.VTLabelWidthStyleProperty#getWidth
* <em>Width</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @return the meta object for the attribute '<em>Width</em>'.
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.VTLabelWidthStyleProperty#getWidth()
* @see #getLabelWidthStyleProperty()
* @generated
*/
EAttribute getLabelWidthStyleProperty_Width();
/**
* Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @return the factory that creates the instances of the model.
* @generated
*/
VTLabelwidthFactory getLabelwidthFactory();
/**
* <!-- begin-user-doc -->
* Defines literals for the meta objects that represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each operation of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
*
* @generated
*/
interface Literals {
/**
* The meta object literal for the
* '{@link org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelWidthStylePropertyImpl <em>Label
* Width Style Property</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelWidthStylePropertyImpl
* @see org.eclipse.emf.ecp.view.template.style.labelwidth.model.impl.VTLabelwidthPackageImpl#getLabelWidthStyleProperty()
* @generated
*/
EClass LABEL_WIDTH_STYLE_PROPERTY = eINSTANCE.getLabelWidthStyleProperty();
/**
* The meta object literal for the '<em><b>Width</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
EAttribute LABEL_WIDTH_STYLE_PROPERTY__WIDTH = eINSTANCE.getLabelWidthStyleProperty_Width();
}
} // VTLabelwidthPackage