/** * * Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany) * * 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: * Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation */ package org.eclipse.osbp.infogrid.model.gridsource; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceFactory * @model kind="package" * @generated */ public interface CxGridSourcePackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "gridsource"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://osbp.eclipse.org/gridsource/v1/core"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "gridsource"; /** * The singleton instance of the package. * * * @generated */ CxGridSourcePackage eINSTANCE = org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl.init(); /** * The meta object id for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceImpl Cx Grid Source}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridSource() * @generated */ int CX_GRID_SOURCE = 0; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int CX_GRID_SOURCE__ID = 0; /** * The feature id for the 'Tags' attribute list. * * * @generated * @ordered */ int CX_GRID_SOURCE__TAGS = 1; /** * The feature id for the 'Kind' attribute. * * * @generated * @ordered */ int CX_GRID_SOURCE__KIND = 2; /** * The feature id for the 'Root Type' containment reference. * * * @generated * @ordered */ int CX_GRID_SOURCE__ROOT_TYPE = 3; /** * The feature id for the 'Root Type FQN' attribute. * * * @generated * @ordered */ int CX_GRID_SOURCE__ROOT_TYPE_FQN = 4; /** * The feature id for the 'Properties' containment reference list. * * * @generated * @ordered */ int CX_GRID_SOURCE__PROPERTIES = 5; /** * The feature id for the 'Inputs' containment reference list. * * * @generated * @ordered */ int CX_GRID_SOURCE__INPUTS = 6; /** * The feature id for the 'Selection Event Topic' attribute. * * * @generated * @ordered */ int CX_GRID_SOURCE__SELECTION_EVENT_TOPIC = 7; /** * The feature id for the 'Group Nested Types' attribute. * * * @generated * @ordered */ int CX_GRID_SOURCE__GROUP_NESTED_TYPES = 8; /** * The number of structural features of the 'Cx Grid Source' class. * * * @generated * @ordered */ int CX_GRID_SOURCE_FEATURE_COUNT = 9; /** * The meta object id for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceInputImpl Input}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceInputImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridSourceInput() * @generated */ int CX_GRID_SOURCE_INPUT = 1; /** * The feature id for the 'Input Type' containment reference. * * * @generated * @ordered */ int CX_GRID_SOURCE_INPUT__INPUT_TYPE = 0; /** * The feature id for the 'Input Type FQN' attribute. * * * @generated * @ordered */ int CX_GRID_SOURCE_INPUT__INPUT_TYPE_FQN = 1; /** * The feature id for the 'Filters' containment reference list. * * * @generated * @ordered */ int CX_GRID_SOURCE_INPUT__FILTERS = 2; /** * The number of structural features of the 'Input' class. * * * @generated * @ordered */ int CX_GRID_SOURCE_INPUT_FEATURE_COUNT = 3; /** * The meta object id for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridPropertyImpl Cx Grid Property}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridPropertyImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridProperty() * @generated */ int CX_GRID_PROPERTY = 2; /** * The feature id for the 'Path' containment reference. * * * @generated * @ordered */ int CX_GRID_PROPERTY__PATH = 0; /** * The feature id for the 'Style' containment reference. * * * @generated * @ordered */ int CX_GRID_PROPERTY__STYLE = 1; /** * The feature id for the 'Dot Path' attribute. * * * @generated * @ordered */ int CX_GRID_PROPERTY__DOT_PATH = 2; /** * The feature id for the 'Editable' attribute. * * * @generated * @ordered */ int CX_GRID_PROPERTY__EDITABLE = 3; /** * The number of structural features of the 'Cx Grid Property' class. * * * @generated * @ordered */ int CX_GRID_PROPERTY_FEATURE_COUNT = 4; /** * The meta object id for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedFieldImpl Cx Grid Nested Field}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedFieldImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridNestedField() * @generated */ int CX_GRID_NESTED_FIELD = 3; /** * The feature id for the 'Field' reference. * * * @generated * @ordered */ int CX_GRID_NESTED_FIELD__FIELD = 0; /** * The feature id for the 'Path' containment reference. * * * @generated * @ordered */ int CX_GRID_NESTED_FIELD__PATH = 1; /** * The feature id for the 'Dot Path' attribute. * * * @generated * @ordered */ int CX_GRID_NESTED_FIELD__DOT_PATH = 2; /** * The number of structural features of the 'Cx Grid Nested Field' class. * * * @generated * @ordered */ int CX_GRID_NESTED_FIELD_FEATURE_COUNT = 3; /** * The meta object id for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedPathImpl Cx Grid Nested Path}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedPathImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridNestedPath() * @generated */ int CX_GRID_NESTED_PATH = 4; /** * The feature id for the 'Field' reference. * * * @generated * @ordered */ int CX_GRID_NESTED_PATH__FIELD = 0; /** * The feature id for the 'Path' containment reference. * * * @generated * @ordered */ int CX_GRID_NESTED_PATH__PATH = 1; /** * The feature id for the 'Dot Path' attribute. * * * @generated * @ordered */ int CX_GRID_NESTED_PATH__DOT_PATH = 2; /** * The number of structural features of the 'Cx Grid Nested Path' class. * * * @generated * @ordered */ int CX_GRID_NESTED_PATH_FEATURE_COUNT = 3; /** * The meta object id for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceEQFilterImpl EQ Filter}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceEQFilterImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridSourceEQFilter() * @generated */ int CX_GRID_SOURCE_EQ_FILTER = 5; /** * The feature id for the 'Input Type Property Path' containment reference. * * * @generated * @ordered */ int CX_GRID_SOURCE_EQ_FILTER__INPUT_TYPE_PROPERTY_PATH = 0; /** * The feature id for the 'Root Type Property Path' containment reference. * * * @generated * @ordered */ int CX_GRID_SOURCE_EQ_FILTER__ROOT_TYPE_PROPERTY_PATH = 1; /** * The number of structural features of the 'EQ Filter' class. * * * @generated * @ordered */ int CX_GRID_SOURCE_EQ_FILTER_FEATURE_COUNT = 2; /** * Returns the meta object for class '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource Cx Grid Source}'. * * * @return the meta object for class 'Cx Grid Source'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource * @generated */ EClass getCxGridSource(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getId() * @see #getCxGridSource() * @generated */ EAttribute getCxGridSource_Id(); /** * Returns the meta object for the attribute list '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getTags Tags}'. * * * @return the meta object for the attribute list 'Tags'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getTags() * @see #getCxGridSource() * @generated */ EAttribute getCxGridSource_Tags(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getKind Kind}'. * * * @return the meta object for the attribute 'Kind'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getKind() * @see #getCxGridSource() * @generated */ EAttribute getCxGridSource_Kind(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootType Root Type}'. * * * @return the meta object for the containment reference 'Root Type'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootType() * @see #getCxGridSource() * @generated */ EReference getCxGridSource_RootType(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootTypeFQN Root Type FQN}'. * * * @return the meta object for the attribute 'Root Type FQN'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getRootTypeFQN() * @see #getCxGridSource() * @generated */ EAttribute getCxGridSource_RootTypeFQN(); /** * Returns the meta object for the containment reference list '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getProperties Properties}'. * * * @return the meta object for the containment reference list 'Properties'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getProperties() * @see #getCxGridSource() * @generated */ EReference getCxGridSource_Properties(); /** * Returns the meta object for the containment reference list '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getInputs Inputs}'. * * * @return the meta object for the containment reference list 'Inputs'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getInputs() * @see #getCxGridSource() * @generated */ EReference getCxGridSource_Inputs(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getSelectionEventTopic Selection Event Topic}'. * * * @return the meta object for the attribute 'Selection Event Topic'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#getSelectionEventTopic() * @see #getCxGridSource() * @generated */ EAttribute getCxGridSource_SelectionEventTopic(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#isGroupNestedTypes Group Nested Types}'. * * * @return the meta object for the attribute 'Group Nested Types'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSource#isGroupNestedTypes() * @see #getCxGridSource() * @generated */ EAttribute getCxGridSource_GroupNestedTypes(); /** * Returns the meta object for class '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput Input}'. * * * @return the meta object for class 'Input'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput * @generated */ EClass getCxGridSourceInput(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput#getInputType Input Type}'. * * * @return the meta object for the containment reference 'Input Type'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput#getInputType() * @see #getCxGridSourceInput() * @generated */ EReference getCxGridSourceInput_InputType(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput#getInputTypeFQN Input Type FQN}'. * * * @return the meta object for the attribute 'Input Type FQN'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput#getInputTypeFQN() * @see #getCxGridSourceInput() * @generated */ EAttribute getCxGridSourceInput_InputTypeFQN(); /** * Returns the meta object for the containment reference list '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput#getFilters Filters}'. * * * @return the meta object for the containment reference list 'Filters'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceInput#getFilters() * @see #getCxGridSourceInput() * @generated */ EReference getCxGridSourceInput_Filters(); /** * Returns the meta object for class '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty Cx Grid Property}'. * * * @return the meta object for class 'Cx Grid Property'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty * @generated */ EClass getCxGridProperty(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#getPath Path}'. * * * @return the meta object for the containment reference 'Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#getPath() * @see #getCxGridProperty() * @generated */ EReference getCxGridProperty_Path(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#getStyle Style}'. * * * @return the meta object for the containment reference 'Style'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#getStyle() * @see #getCxGridProperty() * @generated */ EReference getCxGridProperty_Style(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#getDotPath Dot Path}'. * * * @return the meta object for the attribute 'Dot Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#getDotPath() * @see #getCxGridProperty() * @generated */ EAttribute getCxGridProperty_DotPath(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#isEditable Editable}'. * * * @return the meta object for the attribute 'Editable'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridProperty#isEditable() * @see #getCxGridProperty() * @generated */ EAttribute getCxGridProperty_Editable(); /** * Returns the meta object for class '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField Cx Grid Nested Field}'. * * * @return the meta object for class 'Cx Grid Nested Field'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField * @generated */ EClass getCxGridNestedField(); /** * Returns the meta object for the reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField#getField Field}'. * * * @return the meta object for the reference 'Field'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField#getField() * @see #getCxGridNestedField() * @generated */ EReference getCxGridNestedField_Field(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField#getPath Path}'. * * * @return the meta object for the containment reference 'Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField#getPath() * @see #getCxGridNestedField() * @generated */ EReference getCxGridNestedField_Path(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField#getDotPath Dot Path}'. * * * @return the meta object for the attribute 'Dot Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedField#getDotPath() * @see #getCxGridNestedField() * @generated */ EAttribute getCxGridNestedField_DotPath(); /** * Returns the meta object for class '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath Cx Grid Nested Path}'. * * * @return the meta object for class 'Cx Grid Nested Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath * @generated */ EClass getCxGridNestedPath(); /** * Returns the meta object for the reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath#getField Field}'. * * * @return the meta object for the reference 'Field'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath#getField() * @see #getCxGridNestedPath() * @generated */ EReference getCxGridNestedPath_Field(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath#getPath Path}'. * * * @return the meta object for the containment reference 'Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath#getPath() * @see #getCxGridNestedPath() * @generated */ EReference getCxGridNestedPath_Path(); /** * Returns the meta object for the attribute '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath#getDotPath Dot Path}'. * * * @return the meta object for the attribute 'Dot Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridNestedPath#getDotPath() * @see #getCxGridNestedPath() * @generated */ EAttribute getCxGridNestedPath_DotPath(); /** * Returns the meta object for class '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceEQFilter EQ Filter}'. * * * @return the meta object for class 'EQ Filter'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceEQFilter * @generated */ EClass getCxGridSourceEQFilter(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceEQFilter#getInputTypePropertyPath Input Type Property Path}'. * * * @return the meta object for the containment reference 'Input Type Property Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceEQFilter#getInputTypePropertyPath() * @see #getCxGridSourceEQFilter() * @generated */ EReference getCxGridSourceEQFilter_InputTypePropertyPath(); /** * Returns the meta object for the containment reference '{@link org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceEQFilter#getRootTypePropertyPath Root Type Property Path}'. * * * @return the meta object for the containment reference 'Root Type Property Path'. * @see org.eclipse.osbp.infogrid.model.gridsource.CxGridSourceEQFilter#getRootTypePropertyPath() * @see #getCxGridSourceEQFilter() * @generated */ EReference getCxGridSourceEQFilter_RootTypePropertyPath(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ CxGridSourceFactory getCxGridSourceFactory(); /** * * Defines literals for the meta objects that represent * * * @generated */ interface Literals { /** * The meta object literal for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceImpl Cx Grid Source}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridSource() * @generated */ EClass CX_GRID_SOURCE = eINSTANCE.getCxGridSource(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute CX_GRID_SOURCE__ID = eINSTANCE.getCxGridSource_Id(); /** * The meta object literal for the 'Tags' attribute list feature. * * * @generated */ EAttribute CX_GRID_SOURCE__TAGS = eINSTANCE.getCxGridSource_Tags(); /** * The meta object literal for the 'Kind' attribute feature. * * * @generated */ EAttribute CX_GRID_SOURCE__KIND = eINSTANCE.getCxGridSource_Kind(); /** * The meta object literal for the 'Root Type' containment reference feature. * * * @generated */ EReference CX_GRID_SOURCE__ROOT_TYPE = eINSTANCE.getCxGridSource_RootType(); /** * The meta object literal for the 'Root Type FQN' attribute feature. * * * @generated */ EAttribute CX_GRID_SOURCE__ROOT_TYPE_FQN = eINSTANCE.getCxGridSource_RootTypeFQN(); /** * The meta object literal for the 'Properties' containment reference list feature. * * * @generated */ EReference CX_GRID_SOURCE__PROPERTIES = eINSTANCE.getCxGridSource_Properties(); /** * The meta object literal for the 'Inputs' containment reference list feature. * * * @generated */ EReference CX_GRID_SOURCE__INPUTS = eINSTANCE.getCxGridSource_Inputs(); /** * The meta object literal for the 'Selection Event Topic' attribute feature. * * * @generated */ EAttribute CX_GRID_SOURCE__SELECTION_EVENT_TOPIC = eINSTANCE.getCxGridSource_SelectionEventTopic(); /** * The meta object literal for the 'Group Nested Types' attribute feature. * * * @generated */ EAttribute CX_GRID_SOURCE__GROUP_NESTED_TYPES = eINSTANCE.getCxGridSource_GroupNestedTypes(); /** * The meta object literal for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceInputImpl Input}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceInputImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridSourceInput() * @generated */ EClass CX_GRID_SOURCE_INPUT = eINSTANCE.getCxGridSourceInput(); /** * The meta object literal for the 'Input Type' containment reference feature. * * * @generated */ EReference CX_GRID_SOURCE_INPUT__INPUT_TYPE = eINSTANCE.getCxGridSourceInput_InputType(); /** * The meta object literal for the 'Input Type FQN' attribute feature. * * * @generated */ EAttribute CX_GRID_SOURCE_INPUT__INPUT_TYPE_FQN = eINSTANCE.getCxGridSourceInput_InputTypeFQN(); /** * The meta object literal for the 'Filters' containment reference list feature. * * * @generated */ EReference CX_GRID_SOURCE_INPUT__FILTERS = eINSTANCE.getCxGridSourceInput_Filters(); /** * The meta object literal for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridPropertyImpl Cx Grid Property}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridPropertyImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridProperty() * @generated */ EClass CX_GRID_PROPERTY = eINSTANCE.getCxGridProperty(); /** * The meta object literal for the 'Path' containment reference feature. * * * @generated */ EReference CX_GRID_PROPERTY__PATH = eINSTANCE.getCxGridProperty_Path(); /** * The meta object literal for the 'Style' containment reference feature. * * * @generated */ EReference CX_GRID_PROPERTY__STYLE = eINSTANCE.getCxGridProperty_Style(); /** * The meta object literal for the 'Dot Path' attribute feature. * * * @generated */ EAttribute CX_GRID_PROPERTY__DOT_PATH = eINSTANCE.getCxGridProperty_DotPath(); /** * The meta object literal for the 'Editable' attribute feature. * * * @generated */ EAttribute CX_GRID_PROPERTY__EDITABLE = eINSTANCE.getCxGridProperty_Editable(); /** * The meta object literal for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedFieldImpl Cx Grid Nested Field}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedFieldImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridNestedField() * @generated */ EClass CX_GRID_NESTED_FIELD = eINSTANCE.getCxGridNestedField(); /** * The meta object literal for the 'Field' reference feature. * * * @generated */ EReference CX_GRID_NESTED_FIELD__FIELD = eINSTANCE.getCxGridNestedField_Field(); /** * The meta object literal for the 'Path' containment reference feature. * * * @generated */ EReference CX_GRID_NESTED_FIELD__PATH = eINSTANCE.getCxGridNestedField_Path(); /** * The meta object literal for the 'Dot Path' attribute feature. * * * @generated */ EAttribute CX_GRID_NESTED_FIELD__DOT_PATH = eINSTANCE.getCxGridNestedField_DotPath(); /** * The meta object literal for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedPathImpl Cx Grid Nested Path}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridNestedPathImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridNestedPath() * @generated */ EClass CX_GRID_NESTED_PATH = eINSTANCE.getCxGridNestedPath(); /** * The meta object literal for the 'Field' reference feature. * * * @generated */ EReference CX_GRID_NESTED_PATH__FIELD = eINSTANCE.getCxGridNestedPath_Field(); /** * The meta object literal for the 'Path' containment reference feature. * * * @generated */ EReference CX_GRID_NESTED_PATH__PATH = eINSTANCE.getCxGridNestedPath_Path(); /** * The meta object literal for the 'Dot Path' attribute feature. * * * @generated */ EAttribute CX_GRID_NESTED_PATH__DOT_PATH = eINSTANCE.getCxGridNestedPath_DotPath(); /** * The meta object literal for the '{@link org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceEQFilterImpl EQ Filter}' class. * * * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourceEQFilterImpl * @see org.eclipse.osbp.infogrid.model.gridsource.impl.CxGridSourcePackageImpl#getCxGridSourceEQFilter() * @generated */ EClass CX_GRID_SOURCE_EQ_FILTER = eINSTANCE.getCxGridSourceEQFilter(); /** * The meta object literal for the 'Input Type Property Path' containment reference feature. * * * @generated */ EReference CX_GRID_SOURCE_EQ_FILTER__INPUT_TYPE_PROPERTY_PATH = eINSTANCE.getCxGridSourceEQFilter_InputTypePropertyPath(); /** * The meta object literal for the 'Root Type Property Path' containment reference feature. * * * @generated */ EReference CX_GRID_SOURCE_EQ_FILTER__ROOT_TYPE_PROPERTY_PATH = eINSTANCE.getCxGridSourceEQFilter_RootTypePropertyPath(); } } //CxGridSourcePackage