
org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of PluginBase Show documentation
Show all versions of PluginBase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bimserver.models.ifc2x3tc1;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EEnum;
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
*
* - each class,
* - each feature of each class,
* - each enum,
* - and each data type
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Factory
* @model kind="package"
* @generated
*/
public interface Ifc2x3tc1Package extends EPackage {
/**
* The package name.
*
*
* @generated
*/
String eNAME = "ifc2x3tc1";
/**
* The package namespace URI.
*
*
* @generated
*/
String eNS_URI = "http://buildingsmart.ifc2x3tc1.ecore";
/**
* The package namespace name.
*
*
* @generated
*/
String eNS_PREFIX = "iai";
/**
* The singleton instance of the package.
*
*
* @generated
*/
Ifc2x3tc1Package eINSTANCE = org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl.init();
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLayeredItem Ifc Layered Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLayeredItem
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLayeredItem()
* @generated
*/
int IFC_LAYERED_ITEM = 793;
/**
* The number of structural features of the 'Ifc Layered Item' class.
*
*
* @generated
* @ordered
*/
int IFC_LAYERED_ITEM_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationItemImpl Ifc Representation Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentationItem()
* @generated
*/
int IFC_REPRESENTATION_ITEM = 489;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS = IFC_LAYERED_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_ITEM__STYLED_BY_ITEM = IFC_LAYERED_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Representation Item' class.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_ITEM_FEATURE_COUNT = IFC_LAYERED_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationItemImpl Ifc Geometric Representation Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricRepresentationItem()
* @generated
*/
int IFC_GEOMETRIC_REPRESENTATION_ITEM = 267;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS = IFC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM = IFC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Geometric Representation Item' class.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveImpl Ifc Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurve()
* @generated
*/
int IFC_CURVE = 134;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURVE__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURVE__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundedCurveImpl Ifc Bounded Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundedCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundedCurve()
* @generated
*/
int IFC_BOUNDED_CURVE = 49;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_CURVE__LAYER_ASSIGNMENTS = IFC_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_CURVE__STYLED_BY_ITEM = IFC_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_CURVE__DIM = IFC_CURVE__DIM;
/**
* The number of structural features of the 'Ifc Bounded Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_CURVE_FEATURE_COUNT = IFC_CURVE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveImpl Ifc Composite Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompositeCurve()
* @generated
*/
int IFC_COMPOSITE_CURVE = 91;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE__LAYER_ASSIGNMENTS = IFC_BOUNDED_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE__STYLED_BY_ITEM = IFC_BOUNDED_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE__DIM = IFC_BOUNDED_CURVE__DIM;
/**
* The feature id for the 'Segments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE__SEGMENTS = IFC_BOUNDED_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE__SELF_INTERSECT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Composite Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_FEATURE_COUNT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.Ifc2DCompositeCurveImpl Ifc2 DComposite Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2DCompositeCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfc2DCompositeCurve()
* @generated
*/
int IFC2_DCOMPOSITE_CURVE = 0;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC2_DCOMPOSITE_CURVE__LAYER_ASSIGNMENTS = IFC_COMPOSITE_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC2_DCOMPOSITE_CURVE__STYLED_BY_ITEM = IFC_COMPOSITE_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC2_DCOMPOSITE_CURVE__DIM = IFC_COMPOSITE_CURVE__DIM;
/**
* The feature id for the 'Segments' reference list.
*
*
* @generated
* @ordered
*/
int IFC2_DCOMPOSITE_CURVE__SEGMENTS = IFC_COMPOSITE_CURVE__SEGMENTS;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC2_DCOMPOSITE_CURVE__SELF_INTERSECT = IFC_COMPOSITE_CURVE__SELF_INTERSECT;
/**
* The number of structural features of the 'Ifc2 DComposite Curve' class.
*
*
* @generated
* @ordered
*/
int IFC2_DCOMPOSITE_CURVE_FEATURE_COUNT = IFC_COMPOSITE_CURVE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRootImpl Ifc Root}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRootImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoot()
* @generated
*/
int IFC_ROOT = 497;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOT__GLOBAL_ID = 0;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROOT__OWNER_HISTORY = 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOT__NAME = 2;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOT__DESCRIPTION = 3;
/**
* The number of structural features of the 'Ifc Root' class.
*
*
* @generated
* @ordered
*/
int IFC_ROOT_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl Ifc Object Definition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectDefinition()
* @generated
*/
int IFC_OBJECT_DEFINITION = 327;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__GLOBAL_ID = IFC_ROOT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__OWNER_HISTORY = IFC_ROOT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__NAME = IFC_ROOT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__DESCRIPTION = IFC_ROOT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS = IFC_ROOT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY = IFC_ROOT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__DECOMPOSES = IFC_ROOT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS = IFC_ROOT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Object Definition' class.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_DEFINITION_FEATURE_COUNT = IFC_ROOT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectImpl Ifc Object}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObject()
* @generated
*/
int IFC_OBJECT = 326;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__GLOBAL_ID = IFC_OBJECT_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__OWNER_HISTORY = IFC_OBJECT_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__NAME = IFC_OBJECT_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__DESCRIPTION = IFC_OBJECT_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__HAS_ASSIGNMENTS = IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__IS_DECOMPOSED_BY = IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__DECOMPOSES = IFC_OBJECT_DEFINITION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__HAS_ASSOCIATIONS = IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__OBJECT_TYPE = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT__IS_DEFINED_BY = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Object' class.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_FEATURE_COUNT = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcControlImpl Ifc Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcControl()
* @generated
*/
int IFC_CONTROL = 115;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL__CONTROLS = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Control' class.
*
*
* @generated
* @ordered
*/
int IFC_CONTROL_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActionRequestImpl Ifc Action Request}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActionRequestImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActionRequest()
* @generated
*/
int IFC_ACTION_REQUEST = 1;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Request ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST__REQUEST_ID = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Action Request' class.
*
*
* @generated
* @ordered
*/
int IFC_ACTION_REQUEST_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActorImpl Ifc Actor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActor()
* @generated
*/
int IFC_ACTOR = 2;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'The Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__THE_ACTOR = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Acting Upon' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR__IS_ACTING_UPON = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Actor' class.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActorRoleImpl Ifc Actor Role}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActorRoleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActorRole()
* @generated
*/
int IFC_ACTOR_ROLE = 3;
/**
* The feature id for the 'Role' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR_ROLE__ROLE = 0;
/**
* The feature id for the 'User Defined Role' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR_ROLE__USER_DEFINED_ROLE = 1;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR_ROLE__DESCRIPTION = 2;
/**
* The number of structural features of the 'Ifc Actor Role' class.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR_ROLE_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTypeObjectImpl Ifc Type Object}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTypeObjectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTypeObject()
* @generated
*/
int IFC_TYPE_OBJECT = 625;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__GLOBAL_ID = IFC_OBJECT_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__OWNER_HISTORY = IFC_OBJECT_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__NAME = IFC_OBJECT_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__DESCRIPTION = IFC_OBJECT_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__HAS_ASSIGNMENTS = IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__IS_DECOMPOSED_BY = IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__DECOMPOSES = IFC_OBJECT_DEFINITION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__HAS_ASSOCIATIONS = IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__APPLICABLE_OCCURRENCE = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__HAS_PROPERTY_SETS = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT__OBJECT_TYPE_OF = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Type Object' class.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_OBJECT_FEATURE_COUNT = IFC_OBJECT_DEFINITION_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTypeProductImpl Ifc Type Product}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTypeProductImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTypeProduct()
* @generated
*/
int IFC_TYPE_PRODUCT = 626;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__GLOBAL_ID = IFC_TYPE_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__OWNER_HISTORY = IFC_TYPE_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__NAME = IFC_TYPE_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__DESCRIPTION = IFC_TYPE_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__HAS_ASSIGNMENTS = IFC_TYPE_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__IS_DECOMPOSED_BY = IFC_TYPE_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__DECOMPOSES = IFC_TYPE_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__HAS_ASSOCIATIONS = IFC_TYPE_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__APPLICABLE_OCCURRENCE = IFC_TYPE_OBJECT__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__HAS_PROPERTY_SETS = IFC_TYPE_OBJECT__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__OBJECT_TYPE_OF = IFC_TYPE_OBJECT__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__REPRESENTATION_MAPS = IFC_TYPE_OBJECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT__TAG = IFC_TYPE_OBJECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Type Product' class.
*
*
* @generated
* @ordered
*/
int IFC_TYPE_PRODUCT_FEATURE_COUNT = IFC_TYPE_OBJECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementTypeImpl Ifc Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementType()
* @generated
*/
int IFC_ELEMENT_TYPE = 200;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__GLOBAL_ID = IFC_TYPE_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__OWNER_HISTORY = IFC_TYPE_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__NAME = IFC_TYPE_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__DESCRIPTION = IFC_TYPE_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_TYPE_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_TYPE_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__DECOMPOSES = IFC_TYPE_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_TYPE_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_TYPE_PRODUCT__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_TYPE_PRODUCT__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_TYPE_PRODUCT__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_TYPE_PRODUCT__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__TAG = IFC_TYPE_PRODUCT__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE__ELEMENT_TYPE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_TYPE_FEATURE_COUNT = IFC_TYPE_PRODUCT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementTypeImpl Ifc Distribution Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionElementType()
* @generated
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE = 161;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__GLOBAL_ID = IFC_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__OWNER_HISTORY = IFC_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__NAME = IFC_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__DESCRIPTION = IFC_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__DECOMPOSES = IFC_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__TAG = IFC_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE__ELEMENT_TYPE = IFC_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Distribution Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_TYPE_FEATURE_COUNT = IFC_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementTypeImpl Ifc Distribution Control Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionControlElementType()
* @generated
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE = 159;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__NAME = IFC_DISTRIBUTION_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DESCRIPTION = IFC_DISTRIBUTION_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DECOMPOSES = IFC_DISTRIBUTION_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__TAG = IFC_DISTRIBUTION_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Distribution Control Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActuatorTypeImpl Ifc Actuator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActuatorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActuatorType()
* @generated
*/
int IFC_ACTUATOR_TYPE = 4;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__NAME = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__DESCRIPTION = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__DECOMPOSES = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__TAG = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE__PREDEFINED_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Actuator Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ACTUATOR_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect Ifc Object Reference Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectReferenceSelect()
* @generated
*/
int IFC_OBJECT_REFERENCE_SELECT = 799;
/**
* The number of structural features of the 'Ifc Object Reference Select' class.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAddressImpl Ifc Address}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAddressImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAddress()
* @generated
*/
int IFC_ADDRESS = 5;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ADDRESS__PURPOSE = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ADDRESS__DESCRIPTION = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'User Defined Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ADDRESS__USER_DEFINED_PURPOSE = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Of Person' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ADDRESS__OF_PERSON = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Of Organization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ADDRESS__OF_ORGANIZATION = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Address' class.
*
*
* @generated
* @ordered
*/
int IFC_ADDRESS_FEATURE_COUNT = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementTypeImpl Ifc Distribution Flow Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionFlowElementType()
* @generated
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE = 163;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME = IFC_DISTRIBUTION_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION = IFC_DISTRIBUTION_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES = IFC_DISTRIBUTION_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG = IFC_DISTRIBUTION_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Distribution Flow Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerTypeImpl Ifc Flow Controller Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowControllerType()
* @generated
*/
int IFC_FLOW_CONTROLLER_TYPE = 240;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Controller Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalBoxTypeImpl Ifc Air Terminal Box Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalBoxTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalBoxType()
* @generated
*/
int IFC_AIR_TERMINAL_BOX_TYPE = 6;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Air Terminal Box Type' class.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_BOX_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalTypeImpl Ifc Flow Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTerminalType()
* @generated
*/
int IFC_FLOW_TERMINAL_TYPE = 252;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalTypeImpl Ifc Air Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalType()
* @generated
*/
int IFC_AIR_TERMINAL_TYPE = 7;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Air Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TERMINAL_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceTypeImpl Ifc Energy Conversion Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyConversionDeviceType()
* @generated
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE = 205;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Energy Conversion Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAirToAirHeatRecoveryTypeImpl Ifc Air To Air Heat Recovery Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAirToAirHeatRecoveryTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirToAirHeatRecoveryType()
* @generated
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE = 8;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Air To Air Heat Recovery Type' class.
*
*
* @generated
* @ordered
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAlarmTypeImpl Ifc Alarm Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAlarmTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAlarmType()
* @generated
*/
int IFC_ALARM_TYPE = 9;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__NAME = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__DESCRIPTION = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__DECOMPOSES = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__TAG = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE__PREDEFINED_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Alarm Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ALARM_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutImpl Ifc Draughting Callout}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingCallout()
* @generated
*/
int IFC_DRAUGHTING_CALLOUT = 173;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT__CONTENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT__IS_RELATED_FROM_CALLOUT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT__IS_RELATED_TO_CALLOUT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Draughting Callout' class.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveDirectedCalloutImpl Ifc Dimension Curve Directed Callout}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveDirectedCalloutImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCurveDirectedCallout()
* @generated
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT = 149;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__LAYER_ASSIGNMENTS = IFC_DRAUGHTING_CALLOUT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__STYLED_BY_ITEM = IFC_DRAUGHTING_CALLOUT__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__CONTENTS = IFC_DRAUGHTING_CALLOUT__CONTENTS;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_FROM_CALLOUT = IFC_DRAUGHTING_CALLOUT__IS_RELATED_FROM_CALLOUT;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_TO_CALLOUT = IFC_DRAUGHTING_CALLOUT__IS_RELATED_TO_CALLOUT;
/**
* The number of structural features of the 'Ifc Dimension Curve Directed Callout' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_DIRECTED_CALLOUT_FEATURE_COUNT = IFC_DRAUGHTING_CALLOUT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAngularDimensionImpl Ifc Angular Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAngularDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAngularDimension()
* @generated
*/
int IFC_ANGULAR_DIMENSION = 10;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_DIMENSION__LAYER_ASSIGNMENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_DIMENSION__STYLED_BY_ITEM = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_DIMENSION__CONTENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__CONTENTS;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_DIMENSION__IS_RELATED_FROM_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_FROM_CALLOUT;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_DIMENSION__IS_RELATED_TO_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_TO_CALLOUT;
/**
* The number of structural features of the 'Ifc Angular Dimension' class.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_DIMENSION_FEATURE_COUNT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductImpl Ifc Product}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProduct()
* @generated
*/
int IFC_PRODUCT = 385;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__OBJECT_PLACEMENT = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__REPRESENTATION = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__REFERENCED_BY = IFC_OBJECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT__GEOMETRY = IFC_OBJECT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Product' class.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationImpl Ifc Annotation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotation()
* @generated
*/
int IFC_ANNOTATION = 11;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION__CONTAINED_IN_STRUCTURE = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Annotation' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStyledItemImpl Ifc Styled Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStyledItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStyledItem()
* @generated
*/
int IFC_STYLED_ITEM = 569;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_ITEM__LAYER_ASSIGNMENTS = IFC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_ITEM__STYLED_BY_ITEM = IFC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_ITEM__ITEM = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_ITEM__STYLES = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_ITEM__NAME = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Styled Item' class.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_ITEM_FEATURE_COUNT = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationOccurrenceImpl Ifc Annotation Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationOccurrence()
* @generated
*/
int IFC_ANNOTATION_OCCURRENCE = 15;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_OCCURRENCE__LAYER_ASSIGNMENTS = IFC_STYLED_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_OCCURRENCE__STYLED_BY_ITEM = IFC_STYLED_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_OCCURRENCE__ITEM = IFC_STYLED_ITEM__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_OCCURRENCE__STYLES = IFC_STYLED_ITEM__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_OCCURRENCE__NAME = IFC_STYLED_ITEM__NAME;
/**
* The number of structural features of the 'Ifc Annotation Occurrence' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT = IFC_STYLED_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationCurveOccurrenceImpl Ifc Annotation Curve Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationCurveOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationCurveOccurrence()
* @generated
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE = 12;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE__STYLED_BY_ITEM = IFC_ANNOTATION_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE__ITEM = IFC_ANNOTATION_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE__STYLES = IFC_ANNOTATION_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE__NAME = IFC_ANNOTATION_OCCURRENCE__NAME;
/**
* The number of structural features of the 'Ifc Annotation Curve Occurrence' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_CURVE_OCCURRENCE_FEATURE_COUNT = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaImpl Ifc Annotation Fill Area}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationFillArea()
* @generated
*/
int IFC_ANNOTATION_FILL_AREA = 13;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Outer Boundary' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA__OUTER_BOUNDARY = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Inner Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA__INNER_BOUNDARIES = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Annotation Fill Area' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaOccurrenceImpl Ifc Annotation Fill Area Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationFillAreaOccurrence()
* @generated
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE = 14;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__STYLED_BY_ITEM = IFC_ANNOTATION_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__ITEM = IFC_ANNOTATION_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__STYLES = IFC_ANNOTATION_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__NAME = IFC_ANNOTATION_OCCURRENCE__NAME;
/**
* The feature id for the 'Fill Style Target' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__FILL_STYLE_TARGET = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE__GLOBAL_OR_LOCAL = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Annotation Fill Area Occurrence' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_FILL_AREA_OCCURRENCE_FEATURE_COUNT = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceImpl Ifc Annotation Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationSurface()
* @generated
*/
int IFC_ANNOTATION_SURFACE = 16;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE__ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Texture Coordinates' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE__TEXTURE_COORDINATES = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Annotation Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceOccurrenceImpl Ifc Annotation Surface Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationSurfaceOccurrence()
* @generated
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE = 17;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE__STYLED_BY_ITEM = IFC_ANNOTATION_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE__ITEM = IFC_ANNOTATION_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE__STYLES = IFC_ANNOTATION_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE__NAME = IFC_ANNOTATION_OCCURRENCE__NAME;
/**
* The number of structural features of the 'Ifc Annotation Surface Occurrence' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SURFACE_OCCURRENCE_FEATURE_COUNT = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSymbolOccurrenceImpl Ifc Annotation Symbol Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSymbolOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationSymbolOccurrence()
* @generated
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE = 18;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE__STYLED_BY_ITEM = IFC_ANNOTATION_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE__ITEM = IFC_ANNOTATION_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE__STYLES = IFC_ANNOTATION_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE__NAME = IFC_ANNOTATION_OCCURRENCE__NAME;
/**
* The number of structural features of the 'Ifc Annotation Symbol Occurrence' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_SYMBOL_OCCURRENCE_FEATURE_COUNT = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationTextOccurrenceImpl Ifc Annotation Text Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationTextOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationTextOccurrence()
* @generated
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE = 19;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE__STYLED_BY_ITEM = IFC_ANNOTATION_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE__ITEM = IFC_ANNOTATION_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE__STYLES = IFC_ANNOTATION_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE__NAME = IFC_ANNOTATION_OCCURRENCE__NAME;
/**
* The number of structural features of the 'Ifc Annotation Text Occurrence' class.
*
*
* @generated
* @ordered
*/
int IFC_ANNOTATION_TEXT_OCCURRENCE_FEATURE_COUNT = IFC_ANNOTATION_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApplicationImpl Ifc Application}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApplicationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApplication()
* @generated
*/
int IFC_APPLICATION = 20;
/**
* The feature id for the 'Application Developer' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPLICATION__APPLICATION_DEVELOPER = 0;
/**
* The feature id for the 'Version' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLICATION__VERSION = 1;
/**
* The feature id for the 'Application Full Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLICATION__APPLICATION_FULL_NAME = 2;
/**
* The feature id for the 'Application Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLICATION__APPLICATION_IDENTIFIER = 3;
/**
* The number of structural features of the 'Ifc Application' class.
*
*
* @generated
* @ordered
*/
int IFC_APPLICATION_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueImpl Ifc Applied Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAppliedValue()
* @generated
*/
int IFC_APPLIED_VALUE = 21;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__NAME = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__DESCRIPTION = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Applied Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__APPLIED_VALUE = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Unit Basis' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__UNIT_BASIS = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Applicable Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__APPLICABLE_DATE = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Fixed Until Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__FIXED_UNTIL_DATE = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Values Referenced' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__VALUES_REFERENCED = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Value Of Components' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__VALUE_OF_COMPONENTS = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Is Component In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE__IS_COMPONENT_IN = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Applied Value' class.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_FEATURE_COUNT = IFC_OBJECT_REFERENCE_SELECT_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueRelationshipImpl Ifc Applied Value Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAppliedValueRelationship()
* @generated
*/
int IFC_APPLIED_VALUE_RELATIONSHIP = 22;
/**
* The feature id for the 'Component Of Total' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_RELATIONSHIP__COMPONENT_OF_TOTAL = 0;
/**
* The feature id for the 'Components' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_RELATIONSHIP__COMPONENTS = 1;
/**
* The feature id for the 'Arithmetic Operator' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_RELATIONSHIP__ARITHMETIC_OPERATOR = 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_RELATIONSHIP__NAME = 3;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_RELATIONSHIP__DESCRIPTION = 4;
/**
* The number of structural features of the 'Ifc Applied Value Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_RELATIONSHIP_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl Ifc Approval}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApproval()
* @generated
*/
int IFC_APPROVAL = 23;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__DESCRIPTION = 0;
/**
* The feature id for the 'Approval Date Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__APPROVAL_DATE_TIME = 1;
/**
* The feature id for the 'Approval Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__APPROVAL_STATUS = 2;
/**
* The feature id for the 'Approval Level' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__APPROVAL_LEVEL = 3;
/**
* The feature id for the 'Approval Qualifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__APPROVAL_QUALIFIER = 4;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__NAME = 5;
/**
* The feature id for the 'Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__IDENTIFIER = 6;
/**
* The feature id for the 'Actors' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__ACTORS = 7;
/**
* The feature id for the 'Is Related With' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__IS_RELATED_WITH = 8;
/**
* The feature id for the 'Relates' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL__RELATES = 9;
/**
* The number of structural features of the 'Ifc Approval' class.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_FEATURE_COUNT = 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalActorRelationshipImpl Ifc Approval Actor Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalActorRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApprovalActorRelationship()
* @generated
*/
int IFC_APPROVAL_ACTOR_RELATIONSHIP = 24;
/**
* The feature id for the 'Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_ACTOR_RELATIONSHIP__ACTOR = 0;
/**
* The feature id for the 'Approval' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_ACTOR_RELATIONSHIP__APPROVAL = 1;
/**
* The feature id for the 'Role' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_ACTOR_RELATIONSHIP__ROLE = 2;
/**
* The number of structural features of the 'Ifc Approval Actor Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_ACTOR_RELATIONSHIP_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalPropertyRelationshipImpl Ifc Approval Property Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalPropertyRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApprovalPropertyRelationship()
* @generated
*/
int IFC_APPROVAL_PROPERTY_RELATIONSHIP = 25;
/**
* The feature id for the 'Approved Properties' reference list.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_PROPERTY_RELATIONSHIP__APPROVED_PROPERTIES = 0;
/**
* The feature id for the 'Approval' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_PROPERTY_RELATIONSHIP__APPROVAL = 1;
/**
* The number of structural features of the 'Ifc Approval Property Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_PROPERTY_RELATIONSHIP_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalRelationshipImpl Ifc Approval Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApprovalRelationship()
* @generated
*/
int IFC_APPROVAL_RELATIONSHIP = 26;
/**
* The feature id for the 'Related Approval' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_RELATIONSHIP__RELATED_APPROVAL = 0;
/**
* The feature id for the 'Relating Approval' reference.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_RELATIONSHIP__RELATING_APPROVAL = 1;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_RELATIONSHIP__DESCRIPTION = 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_RELATIONSHIP__NAME = 3;
/**
* The number of structural features of the 'Ifc Approval Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_APPROVAL_RELATIONSHIP_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProfileDefImpl Ifc Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProfileDef()
* @generated
*/
int IFC_PROFILE_DEF = 389;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROFILE_DEF__PROFILE_TYPE = 0;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROFILE_DEF__PROFILE_NAME = 1;
/**
* The number of structural features of the 'Ifc Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_PROFILE_DEF_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryClosedProfileDefImpl Ifc Arbitrary Closed Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryClosedProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArbitraryClosedProfileDef()
* @generated
*/
int IFC_ARBITRARY_CLOSED_PROFILE_DEF = 27;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_CLOSED_PROFILE_DEF__PROFILE_TYPE = IFC_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_CLOSED_PROFILE_DEF__PROFILE_NAME = IFC_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Outer Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_CLOSED_PROFILE_DEF__OUTER_CURVE = IFC_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Arbitrary Closed Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_CLOSED_PROFILE_DEF_FEATURE_COUNT = IFC_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryOpenProfileDefImpl Ifc Arbitrary Open Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryOpenProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArbitraryOpenProfileDef()
* @generated
*/
int IFC_ARBITRARY_OPEN_PROFILE_DEF = 28;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_OPEN_PROFILE_DEF__PROFILE_TYPE = IFC_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_OPEN_PROFILE_DEF__PROFILE_NAME = IFC_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_OPEN_PROFILE_DEF__CURVE = IFC_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Arbitrary Open Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_OPEN_PROFILE_DEF_FEATURE_COUNT = IFC_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryProfileDefWithVoidsImpl Ifc Arbitrary Profile Def With Voids}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryProfileDefWithVoidsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArbitraryProfileDefWithVoids()
* @generated
*/
int IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS = 29;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS__PROFILE_TYPE = IFC_ARBITRARY_CLOSED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS__PROFILE_NAME = IFC_ARBITRARY_CLOSED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Outer Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS__OUTER_CURVE = IFC_ARBITRARY_CLOSED_PROFILE_DEF__OUTER_CURVE;
/**
* The feature id for the 'Inner Curves' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS__INNER_CURVES = IFC_ARBITRARY_CLOSED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Arbitrary Profile Def With Voids' class.
*
*
* @generated
* @ordered
*/
int IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS_FEATURE_COUNT = IFC_ARBITRARY_CLOSED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGroupImpl Ifc Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGroup()
* @generated
*/
int IFC_GROUP = 273;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_GROUP__IS_GROUPED_BY = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Group' class.
*
*
* @generated
* @ordered
*/
int IFC_GROUP_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAssetImpl Ifc Asset}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAssetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAsset()
* @generated
*/
int IFC_ASSET = 30;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The feature id for the 'Asset ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__ASSET_ID = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The feature id for the 'Original Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__ORIGINAL_VALUE = IFC_GROUP_FEATURE_COUNT + 1;
/**
* The feature id for the 'Current Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__CURRENT_VALUE = IFC_GROUP_FEATURE_COUNT + 2;
/**
* The feature id for the 'Total Replacement Cost' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__TOTAL_REPLACEMENT_COST = IFC_GROUP_FEATURE_COUNT + 3;
/**
* The feature id for the 'Owner' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__OWNER = IFC_GROUP_FEATURE_COUNT + 4;
/**
* The feature id for the 'User' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__USER = IFC_GROUP_FEATURE_COUNT + 5;
/**
* The feature id for the 'Responsible Person' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__RESPONSIBLE_PERSON = IFC_GROUP_FEATURE_COUNT + 6;
/**
* The feature id for the 'Incorporation Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__INCORPORATION_DATE = IFC_GROUP_FEATURE_COUNT + 7;
/**
* The feature id for the 'Depreciated Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASSET__DEPRECIATED_VALUE = IFC_GROUP_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Asset' class.
*
*
* @generated
* @ordered
*/
int IFC_ASSET_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcParameterizedProfileDefImpl Ifc Parameterized Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcParameterizedProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcParameterizedProfileDef()
* @generated
*/
int IFC_PARAMETERIZED_PROFILE_DEF = 343;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE = IFC_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME = IFC_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETERIZED_PROFILE_DEF__POSITION = IFC_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Parameterized Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT = IFC_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIShapeProfileDefImpl Ifc IShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIShapeProfileDef()
* @generated
*/
int IFC_ISHAPE_PROFILE_DEF = 278;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Overall Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Overall Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Overall Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Overall Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Flange Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Flange Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__FILLET_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The number of structural features of the 'Ifc IShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAsymmetricIShapeProfileDefImpl Ifc Asymmetric IShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAsymmetricIShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAsymmetricIShapeProfileDef()
* @generated
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF = 31;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_ISHAPE_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__PROFILE_NAME = IFC_ISHAPE_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__POSITION = IFC_ISHAPE_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Overall Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH = IFC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH;
/**
* The feature id for the 'Overall Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH_AS_STRING = IFC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH_AS_STRING;
/**
* The feature id for the 'Overall Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH = IFC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH;
/**
* The feature id for the 'Overall Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH_AS_STRING = IFC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH_AS_STRING;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_ISHAPE_PROFILE_DEF__WEB_THICKNESS;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_ISHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING;
/**
* The feature id for the 'Flange Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS = IFC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS;
/**
* The feature id for the 'Flange Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = IFC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING;
/**
* The feature id for the 'Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__FILLET_RADIUS = IFC_ISHAPE_PROFILE_DEF__FILLET_RADIUS;
/**
* The feature id for the 'Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = IFC_ISHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING;
/**
* The feature id for the 'Top Flange Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_WIDTH = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Top Flange Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_WIDTH_AS_STRING = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Top Flange Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_THICKNESS = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Top Flange Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_THICKNESS_AS_STRING = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Top Flange Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_FILLET_RADIUS = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Top Flange Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_FILLET_RADIUS_AS_STRING = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT
+ 5;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Asymmetric IShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_ISHAPE_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlacementImpl Ifc Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlacement()
* @generated
*/
int IFC_PLACEMENT = 357;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLACEMENT__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLACEMENT__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLACEMENT__LOCATION = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLACEMENT__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Placement' class.
*
*
* @generated
* @ordered
*/
int IFC_PLACEMENT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAxis1PlacementImpl Ifc Axis1 Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAxis1PlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis1Placement()
* @generated
*/
int IFC_AXIS1_PLACEMENT = 32;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AXIS1_PLACEMENT__LAYER_ASSIGNMENTS = IFC_PLACEMENT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AXIS1_PLACEMENT__STYLED_BY_ITEM = IFC_PLACEMENT__STYLED_BY_ITEM;
/**
* The feature id for the 'Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS1_PLACEMENT__LOCATION = IFC_PLACEMENT__LOCATION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AXIS1_PLACEMENT__DIM = IFC_PLACEMENT__DIM;
/**
* The feature id for the 'Axis' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS1_PLACEMENT__AXIS = IFC_PLACEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Axis1 Placement' class.
*
*
* @generated
* @ordered
*/
int IFC_AXIS1_PLACEMENT_FEATURE_COUNT = IFC_PLACEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement2DImpl Ifc Axis2 Placement2 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement2DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis2Placement2D()
* @generated
*/
int IFC_AXIS2_PLACEMENT2_D = 33;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT2_D__LAYER_ASSIGNMENTS = IFC_PLACEMENT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT2_D__STYLED_BY_ITEM = IFC_PLACEMENT__STYLED_BY_ITEM;
/**
* The feature id for the 'Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT2_D__LOCATION = IFC_PLACEMENT__LOCATION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT2_D__DIM = IFC_PLACEMENT__DIM;
/**
* The feature id for the 'Ref Direction' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT2_D__REF_DIRECTION = IFC_PLACEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Axis2 Placement2 D' class.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT2_D_FEATURE_COUNT = IFC_PLACEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement3DImpl Ifc Axis2 Placement3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis2Placement3D()
* @generated
*/
int IFC_AXIS2_PLACEMENT3_D = 34;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D__LAYER_ASSIGNMENTS = IFC_PLACEMENT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D__STYLED_BY_ITEM = IFC_PLACEMENT__STYLED_BY_ITEM;
/**
* The feature id for the 'Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D__LOCATION = IFC_PLACEMENT__LOCATION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D__DIM = IFC_PLACEMENT__DIM;
/**
* The feature id for the 'Axis' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D__AXIS = IFC_PLACEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Ref Direction' reference.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D__REF_DIRECTION = IFC_PLACEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Axis2 Placement3 D' class.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT3_D_FEATURE_COUNT = IFC_PLACEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBSplineCurveImpl Ifc BSpline Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBSplineCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBSplineCurve()
* @generated
*/
int IFC_BSPLINE_CURVE = 35;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__LAYER_ASSIGNMENTS = IFC_BOUNDED_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__STYLED_BY_ITEM = IFC_BOUNDED_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__DIM = IFC_BOUNDED_CURVE__DIM;
/**
* The feature id for the 'Degree' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__DEGREE = IFC_BOUNDED_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Control Points List' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__CONTROL_POINTS_LIST = IFC_BOUNDED_CURVE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Curve Form' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__CURVE_FORM = IFC_BOUNDED_CURVE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Closed Curve' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__CLOSED_CURVE = IFC_BOUNDED_CURVE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE__SELF_INTERSECT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc BSpline Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_BSPLINE_CURVE_FEATURE_COUNT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementImpl Ifc Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElement()
* @generated
*/
int IFC_ELEMENT = 195;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__TAG = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__FILLS_VOIDS = IFC_PRODUCT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__CONNECTED_TO = IFC_PRODUCT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_COVERINGS = IFC_PRODUCT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_PROJECTIONS = IFC_PRODUCT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_PRODUCT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_PORTS = IFC_PRODUCT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__HAS_OPENINGS = IFC_PRODUCT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__IS_CONNECTION_REALIZATION = IFC_PRODUCT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__PROVIDES_BOUNDARIES = IFC_PRODUCT_FEATURE_COUNT + 10;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__CONNECTED_FROM = IFC_PRODUCT_FEATURE_COUNT + 11;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_PRODUCT_FEATURE_COUNT + 12;
/**
* The number of structural features of the 'Ifc Element' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 13;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementImpl Ifc Building Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElement()
* @generated
*/
int IFC_BUILDING_ELEMENT = 54;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Building Element' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBeamImpl Ifc Beam}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBeamImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBeam()
* @generated
*/
int IFC_BEAM = 36;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Beam' class.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementTypeImpl Ifc Building Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementType()
* @generated
*/
int IFC_BUILDING_ELEMENT_TYPE = 59;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID = IFC_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY = IFC_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__NAME = IFC_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION = IFC_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES = IFC_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__TAG = IFC_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE = IFC_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Building Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT = IFC_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBeamTypeImpl Ifc Beam Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBeamTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBeamType()
* @generated
*/
int IFC_BEAM_TYPE = 37;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Beam Type' class.
*
*
* @generated
* @ordered
*/
int IFC_BEAM_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBezierCurveImpl Ifc Bezier Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBezierCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBezierCurve()
* @generated
*/
int IFC_BEZIER_CURVE = 38;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__LAYER_ASSIGNMENTS = IFC_BSPLINE_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__STYLED_BY_ITEM = IFC_BSPLINE_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__DIM = IFC_BSPLINE_CURVE__DIM;
/**
* The feature id for the 'Degree' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__DEGREE = IFC_BSPLINE_CURVE__DEGREE;
/**
* The feature id for the 'Control Points List' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__CONTROL_POINTS_LIST = IFC_BSPLINE_CURVE__CONTROL_POINTS_LIST;
/**
* The feature id for the 'Curve Form' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__CURVE_FORM = IFC_BSPLINE_CURVE__CURVE_FORM;
/**
* The feature id for the 'Closed Curve' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__CLOSED_CURVE = IFC_BSPLINE_CURVE__CLOSED_CURVE;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE__SELF_INTERSECT = IFC_BSPLINE_CURVE__SELF_INTERSECT;
/**
* The number of structural features of the 'Ifc Bezier Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_BEZIER_CURVE_FEATURE_COUNT = IFC_BSPLINE_CURVE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceTextureImpl Ifc Surface Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceTexture()
* @generated
*/
int IFC_SURFACE_TEXTURE = 583;
/**
* The feature id for the 'Repeat S' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_TEXTURE__REPEAT_S = 0;
/**
* The feature id for the 'Repeat T' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_TEXTURE__REPEAT_T = 1;
/**
* The feature id for the 'Texture Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_TEXTURE__TEXTURE_TYPE = 2;
/**
* The feature id for the 'Texture Transform' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_TEXTURE__TEXTURE_TRANSFORM = 3;
/**
* The number of structural features of the 'Ifc Surface Texture' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_TEXTURE_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBlobTextureImpl Ifc Blob Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBlobTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBlobTexture()
* @generated
*/
int IFC_BLOB_TEXTURE = 39;
/**
* The feature id for the 'Repeat S' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE__REPEAT_S = IFC_SURFACE_TEXTURE__REPEAT_S;
/**
* The feature id for the 'Repeat T' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE__REPEAT_T = IFC_SURFACE_TEXTURE__REPEAT_T;
/**
* The feature id for the 'Texture Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE__TEXTURE_TYPE = IFC_SURFACE_TEXTURE__TEXTURE_TYPE;
/**
* The feature id for the 'Texture Transform' reference.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE__TEXTURE_TRANSFORM = IFC_SURFACE_TEXTURE__TEXTURE_TRANSFORM;
/**
* The feature id for the 'Raster Format' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE__RASTER_FORMAT = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Raster Code' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE__RASTER_CODE = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Blob Texture' class.
*
*
* @generated
* @ordered
*/
int IFC_BLOB_TEXTURE_FEATURE_COUNT = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCsgPrimitive3DImpl Ifc Csg Primitive3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCsgPrimitive3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCsgPrimitive3D()
* @generated
*/
int IFC_CSG_PRIMITIVE3_D = 129;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CSG_PRIMITIVE3_D__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CSG_PRIMITIVE3_D__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CSG_PRIMITIVE3_D__POSITION = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSG_PRIMITIVE3_D__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Csg Primitive3 D' class.
*
*
* @generated
* @ordered
*/
int IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBlockImpl Ifc Block}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBlockImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBlock()
* @generated
*/
int IFC_BLOCK = 40;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__LAYER_ASSIGNMENTS = IFC_CSG_PRIMITIVE3_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__STYLED_BY_ITEM = IFC_CSG_PRIMITIVE3_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__POSITION = IFC_CSG_PRIMITIVE3_D__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__DIM = IFC_CSG_PRIMITIVE3_D__DIM;
/**
* The feature id for the 'XLength' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__XLENGTH = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 0;
/**
* The feature id for the 'XLength As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__XLENGTH_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 1;
/**
* The feature id for the 'YLength' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__YLENGTH = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 2;
/**
* The feature id for the 'YLength As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__YLENGTH_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 3;
/**
* The feature id for the 'ZLength' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__ZLENGTH = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 4;
/**
* The feature id for the 'ZLength As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK__ZLENGTH_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Block' class.
*
*
* @generated
* @ordered
*/
int IFC_BLOCK_FEATURE_COUNT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoilerTypeImpl Ifc Boiler Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoilerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoilerType()
* @generated
*/
int IFC_BOILER_TYPE = 41;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Boiler Type' class.
*
*
* @generated
* @ordered
*/
int IFC_BOILER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBooleanResultImpl Ifc Boolean Result}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBooleanResultImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanResult()
* @generated
*/
int IFC_BOOLEAN_RESULT = 43;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Operator' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT__OPERATOR = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'First Operand' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT__FIRST_OPERAND = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Second Operand' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT__SECOND_OPERAND = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Boolean Result' class.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_RESULT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBooleanClippingResultImpl Ifc Boolean Clipping Result}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBooleanClippingResultImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanClippingResult()
* @generated
*/
int IFC_BOOLEAN_CLIPPING_RESULT = 42;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT__LAYER_ASSIGNMENTS = IFC_BOOLEAN_RESULT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT__STYLED_BY_ITEM = IFC_BOOLEAN_RESULT__STYLED_BY_ITEM;
/**
* The feature id for the 'Operator' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT__OPERATOR = IFC_BOOLEAN_RESULT__OPERATOR;
/**
* The feature id for the 'First Operand' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT__FIRST_OPERAND = IFC_BOOLEAN_RESULT__FIRST_OPERAND;
/**
* The feature id for the 'Second Operand' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT__SECOND_OPERAND = IFC_BOOLEAN_RESULT__SECOND_OPERAND;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT__DIM = IFC_BOOLEAN_RESULT__DIM;
/**
* The number of structural features of the 'Ifc Boolean Clipping Result' class.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_CLIPPING_RESULT_FEATURE_COUNT = IFC_BOOLEAN_RESULT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryConditionImpl Ifc Boundary Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryCondition()
* @generated
*/
int IFC_BOUNDARY_CONDITION = 44;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_CONDITION__NAME = 0;
/**
* The number of structural features of the 'Ifc Boundary Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_CONDITION_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryEdgeConditionImpl Ifc Boundary Edge Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryEdgeConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryEdgeCondition()
* @generated
*/
int IFC_BOUNDARY_EDGE_CONDITION = 45;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__NAME = IFC_BOUNDARY_CONDITION__NAME;
/**
* The feature id for the 'Linear Stiffness By Length X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_X = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Linear Stiffness By Length XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_XAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Linear Stiffness By Length Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_Y = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Linear Stiffness By Length YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_YAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Linear Stiffness By Length Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_Z = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Linear Stiffness By Length ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_ZAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Rotational Stiffness By Length X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_X = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Rotational Stiffness By Length XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_XAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Rotational Stiffness By Length Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_Y = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Rotational Stiffness By Length YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_YAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'Rotational Stiffness By Length Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_Z = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 10;
/**
* The feature id for the 'Rotational Stiffness By Length ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_ZAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT
+ 11;
/**
* The number of structural features of the 'Ifc Boundary Edge Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_EDGE_CONDITION_FEATURE_COUNT = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryFaceConditionImpl Ifc Boundary Face Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryFaceConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryFaceCondition()
* @generated
*/
int IFC_BOUNDARY_FACE_CONDITION = 46;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__NAME = IFC_BOUNDARY_CONDITION__NAME;
/**
* The feature id for the 'Linear Stiffness By Area X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_X = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Linear Stiffness By Area XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_XAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Linear Stiffness By Area Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_Y = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Linear Stiffness By Area YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_YAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Linear Stiffness By Area Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_Z = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Linear Stiffness By Area ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_ZAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Boundary Face Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_FACE_CONDITION_FEATURE_COUNT = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionImpl Ifc Boundary Node Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryNodeCondition()
* @generated
*/
int IFC_BOUNDARY_NODE_CONDITION = 47;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__NAME = IFC_BOUNDARY_CONDITION__NAME;
/**
* The feature id for the 'Linear Stiffness X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_X = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Linear Stiffness XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_XAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Linear Stiffness Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_Y = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Linear Stiffness YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_YAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Linear Stiffness Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_Z = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Linear Stiffness ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_ZAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Rotational Stiffness X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_X = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Rotational Stiffness XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_XAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'Rotational Stiffness Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_Y = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Rotational Stiffness YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_YAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 9;
/**
* The feature id for the 'Rotational Stiffness Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_Z = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 10;
/**
* The feature id for the 'Rotational Stiffness ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_ZAS_STRING = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc Boundary Node Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_FEATURE_COUNT = IFC_BOUNDARY_CONDITION_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionWarpingImpl Ifc Boundary Node Condition Warping}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionWarpingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryNodeConditionWarping()
* @generated
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING = 48;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__NAME = IFC_BOUNDARY_NODE_CONDITION__NAME;
/**
* The feature id for the 'Linear Stiffness X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__LINEAR_STIFFNESS_X = IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_X;
/**
* The feature id for the 'Linear Stiffness XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__LINEAR_STIFFNESS_XAS_STRING = IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_XAS_STRING;
/**
* The feature id for the 'Linear Stiffness Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__LINEAR_STIFFNESS_Y = IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_Y;
/**
* The feature id for the 'Linear Stiffness YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__LINEAR_STIFFNESS_YAS_STRING = IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_YAS_STRING;
/**
* The feature id for the 'Linear Stiffness Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__LINEAR_STIFFNESS_Z = IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_Z;
/**
* The feature id for the 'Linear Stiffness ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__LINEAR_STIFFNESS_ZAS_STRING = IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_ZAS_STRING;
/**
* The feature id for the 'Rotational Stiffness X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__ROTATIONAL_STIFFNESS_X = IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_X;
/**
* The feature id for the 'Rotational Stiffness XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__ROTATIONAL_STIFFNESS_XAS_STRING = IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_XAS_STRING;
/**
* The feature id for the 'Rotational Stiffness Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__ROTATIONAL_STIFFNESS_Y = IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_Y;
/**
* The feature id for the 'Rotational Stiffness YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__ROTATIONAL_STIFFNESS_YAS_STRING = IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_YAS_STRING;
/**
* The feature id for the 'Rotational Stiffness Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__ROTATIONAL_STIFFNESS_Z = IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_Z;
/**
* The feature id for the 'Rotational Stiffness ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__ROTATIONAL_STIFFNESS_ZAS_STRING = IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_ZAS_STRING;
/**
* The feature id for the 'Warping Stiffness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__WARPING_STIFFNESS = IFC_BOUNDARY_NODE_CONDITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Warping Stiffness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING__WARPING_STIFFNESS_AS_STRING = IFC_BOUNDARY_NODE_CONDITION_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Boundary Node Condition Warping' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDARY_NODE_CONDITION_WARPING_FEATURE_COUNT = IFC_BOUNDARY_NODE_CONDITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceImpl Ifc Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurface()
* @generated
*/
int IFC_SURFACE = 573;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundedSurfaceImpl Ifc Bounded Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundedSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundedSurface()
* @generated
*/
int IFC_BOUNDED_SURFACE = 50;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_SURFACE__LAYER_ASSIGNMENTS = IFC_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_SURFACE__STYLED_BY_ITEM = IFC_SURFACE__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Bounded Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDED_SURFACE_FEATURE_COUNT = IFC_SURFACE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundingBoxImpl Ifc Bounding Box}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundingBoxImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundingBox()
* @generated
*/
int IFC_BOUNDING_BOX = 51;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Corner' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__CORNER = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'XDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__XDIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'XDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__XDIM_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'YDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__YDIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The feature id for the 'YDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__YDIM_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The feature id for the 'ZDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__ZDIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 5;
/**
* The feature id for the 'ZDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__ZDIM_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 6;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Bounding Box' class.
*
*
* @generated
* @ordered
*/
int IFC_BOUNDING_BOX_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHalfSpaceSolidImpl Ifc Half Space Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHalfSpaceSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHalfSpaceSolid()
* @generated
*/
int IFC_HALF_SPACE_SOLID = 274;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HALF_SPACE_SOLID__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HALF_SPACE_SOLID__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Base Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_HALF_SPACE_SOLID__BASE_SURFACE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Agreement Flag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HALF_SPACE_SOLID__AGREEMENT_FLAG = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HALF_SPACE_SOLID__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Half Space Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_HALF_SPACE_SOLID_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoxedHalfSpaceImpl Ifc Boxed Half Space}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoxedHalfSpaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoxedHalfSpace()
* @generated
*/
int IFC_BOXED_HALF_SPACE = 52;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE__LAYER_ASSIGNMENTS = IFC_HALF_SPACE_SOLID__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE__STYLED_BY_ITEM = IFC_HALF_SPACE_SOLID__STYLED_BY_ITEM;
/**
* The feature id for the 'Base Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE__BASE_SURFACE = IFC_HALF_SPACE_SOLID__BASE_SURFACE;
/**
* The feature id for the 'Agreement Flag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE__AGREEMENT_FLAG = IFC_HALF_SPACE_SOLID__AGREEMENT_FLAG;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE__DIM = IFC_HALF_SPACE_SOLID__DIM;
/**
* The feature id for the 'Enclosure' reference.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE__ENCLOSURE = IFC_HALF_SPACE_SOLID_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Boxed Half Space' class.
*
*
* @generated
* @ordered
*/
int IFC_BOXED_HALF_SPACE_FEATURE_COUNT = IFC_HALF_SPACE_SOLID_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementImpl Ifc Spatial Structure Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpatialStructureElement()
* @generated
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT = 526;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Long Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__LONG_NAME = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Composition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__COMPOSITION_TYPE = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'References Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCES_ELEMENTS = IFC_PRODUCT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Serviced By Systems' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__SERVICED_BY_SYSTEMS = IFC_PRODUCT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Contains Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT__CONTAINS_ELEMENTS = IFC_PRODUCT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Spatial Structure Element' class.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingImpl Ifc Building}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuilding()
* @generated
*/
int IFC_BUILDING = 53;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__GLOBAL_ID = IFC_SPATIAL_STRUCTURE_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__OWNER_HISTORY = IFC_SPATIAL_STRUCTURE_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__DESCRIPTION = IFC_SPATIAL_STRUCTURE_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__HAS_ASSIGNMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__IS_DECOMPOSED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__DECOMPOSES = IFC_SPATIAL_STRUCTURE_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__HAS_ASSOCIATIONS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__OBJECT_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__IS_DEFINED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__OBJECT_PLACEMENT = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__REPRESENTATION = IFC_SPATIAL_STRUCTURE_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__REFERENCED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__GEOMETRY = IFC_SPATIAL_STRUCTURE_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Long Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__LONG_NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__LONG_NAME;
/**
* The feature id for the 'Composition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__COMPOSITION_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__COMPOSITION_TYPE;
/**
* The feature id for the 'References Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__REFERENCES_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCES_ELEMENTS;
/**
* The feature id for the 'Serviced By Systems' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__SERVICED_BY_SYSTEMS = IFC_SPATIAL_STRUCTURE_ELEMENT__SERVICED_BY_SYSTEMS;
/**
* The feature id for the 'Contains Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__CONTAINS_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__CONTAINS_ELEMENTS;
/**
* The feature id for the 'Elevation Of Ref Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__ELEVATION_OF_REF_HEIGHT = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Elevation Of Ref Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__ELEVATION_OF_REF_HEIGHT_AS_STRING = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Elevation Of Terrain' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__ELEVATION_OF_TERRAIN = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Elevation Of Terrain As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__ELEVATION_OF_TERRAIN_AS_STRING = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Building Address' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING__BUILDING_ADDRESS = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Building' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_FEATURE_COUNT = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementComponentImpl Ifc Building Element Component}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementComponentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementComponent()
* @generated
*/
int IFC_BUILDING_ELEMENT_COMPONENT = 55;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Building Element Component' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_COMPONENT_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementPartImpl Ifc Building Element Part}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementPartImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementPart()
* @generated
*/
int IFC_BUILDING_ELEMENT_PART = 56;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__GLOBAL_ID = IFC_BUILDING_ELEMENT_COMPONENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__OWNER_HISTORY = IFC_BUILDING_ELEMENT_COMPONENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__NAME = IFC_BUILDING_ELEMENT_COMPONENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__DESCRIPTION = IFC_BUILDING_ELEMENT_COMPONENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_COMPONENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__DECOMPOSES = IFC_BUILDING_ELEMENT_COMPONENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__OBJECT_TYPE = IFC_BUILDING_ELEMENT_COMPONENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__IS_DEFINED_BY = IFC_BUILDING_ELEMENT_COMPONENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT_COMPONENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__REPRESENTATION = IFC_BUILDING_ELEMENT_COMPONENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__REFERENCED_BY = IFC_BUILDING_ELEMENT_COMPONENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__GEOMETRY = IFC_BUILDING_ELEMENT_COMPONENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__TAG = IFC_BUILDING_ELEMENT_COMPONENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT_COMPONENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__FILLS_VOIDS = IFC_BUILDING_ELEMENT_COMPONENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__CONNECTED_TO = IFC_BUILDING_ELEMENT_COMPONENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_COVERINGS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT_COMPONENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_PORTS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__HAS_OPENINGS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT_COMPONENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT_COMPONENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__CONNECTED_FROM = IFC_BUILDING_ELEMENT_COMPONENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT_COMPONENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Building Element Part' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PART_FEATURE_COUNT = IFC_BUILDING_ELEMENT_COMPONENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyImpl Ifc Building Element Proxy}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementProxy()
* @generated
*/
int IFC_BUILDING_ELEMENT_PROXY = 57;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Composition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY__COMPOSITION_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Building Element Proxy' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyTypeImpl Ifc Building Element Proxy Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementProxyType()
* @generated
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE = 58;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Building Element Proxy Type' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingStoreyImpl Ifc Building Storey}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingStoreyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingStorey()
* @generated
*/
int IFC_BUILDING_STOREY = 60;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__GLOBAL_ID = IFC_SPATIAL_STRUCTURE_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__OWNER_HISTORY = IFC_SPATIAL_STRUCTURE_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__DESCRIPTION = IFC_SPATIAL_STRUCTURE_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__HAS_ASSIGNMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__IS_DECOMPOSED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__DECOMPOSES = IFC_SPATIAL_STRUCTURE_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__HAS_ASSOCIATIONS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__OBJECT_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__IS_DEFINED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__OBJECT_PLACEMENT = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__REPRESENTATION = IFC_SPATIAL_STRUCTURE_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__REFERENCED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__GEOMETRY = IFC_SPATIAL_STRUCTURE_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Long Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__LONG_NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__LONG_NAME;
/**
* The feature id for the 'Composition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__COMPOSITION_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__COMPOSITION_TYPE;
/**
* The feature id for the 'References Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__REFERENCES_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCES_ELEMENTS;
/**
* The feature id for the 'Serviced By Systems' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__SERVICED_BY_SYSTEMS = IFC_SPATIAL_STRUCTURE_ELEMENT__SERVICED_BY_SYSTEMS;
/**
* The feature id for the 'Contains Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__CONTAINS_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__CONTAINS_ELEMENTS;
/**
* The feature id for the 'Elevation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__ELEVATION = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Elevation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY__ELEVATION_AS_STRING = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Building Storey' class.
*
*
* @generated
* @ordered
*/
int IFC_BUILDING_STOREY_FEATURE_COUNT = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCShapeProfileDefImpl Ifc CShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCShapeProfileDef()
* @generated
*/
int IFC_CSHAPE_PROFILE_DEF = 61;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__DEPTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__DEPTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Wall Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__WALL_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Wall Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__WALL_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Girth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__GIRTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Girth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__GIRTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Internal Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__INTERNAL_FILLET_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Internal Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__INTERNAL_FILLET_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Centre Of Gravity In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_X = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Centre Of Gravity In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_XAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc CShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_CSHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingTypeImpl Ifc Flow Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowFittingType()
* @generated
*/
int IFC_FLOW_FITTING_TYPE = 242;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Fitting Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierFittingTypeImpl Ifc Cable Carrier Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierFittingType()
* @generated
*/
int IFC_CABLE_CARRIER_FITTING_TYPE = 62;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__GLOBAL_ID = IFC_FLOW_FITTING_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__OWNER_HISTORY = IFC_FLOW_FITTING_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__NAME = IFC_FLOW_FITTING_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__DESCRIPTION = IFC_FLOW_FITTING_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_FITTING_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_FITTING_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__DECOMPOSES = IFC_FLOW_FITTING_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_FITTING_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_FITTING_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_FITTING_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__OBJECT_TYPE_OF = IFC_FLOW_FITTING_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__REPRESENTATION_MAPS = IFC_FLOW_FITTING_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__TAG = IFC_FLOW_FITTING_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__ELEMENT_TYPE = IFC_FLOW_FITTING_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE__PREDEFINED_TYPE = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Cable Carrier Fitting Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_FITTING_TYPE_FEATURE_COUNT = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentTypeImpl Ifc Flow Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowSegmentType()
* @generated
*/
int IFC_FLOW_SEGMENT_TYPE = 248;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Segment Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierSegmentTypeImpl Ifc Cable Carrier Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierSegmentType()
* @generated
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE = 63;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__GLOBAL_ID = IFC_FLOW_SEGMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__OWNER_HISTORY = IFC_FLOW_SEGMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__NAME = IFC_FLOW_SEGMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__DESCRIPTION = IFC_FLOW_SEGMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_SEGMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__DECOMPOSES = IFC_FLOW_SEGMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_SEGMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_SEGMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__OBJECT_TYPE_OF = IFC_FLOW_SEGMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__REPRESENTATION_MAPS = IFC_FLOW_SEGMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__TAG = IFC_FLOW_SEGMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__ELEMENT_TYPE = IFC_FLOW_SEGMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE__PREDEFINED_TYPE = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Cable Carrier Segment Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE_FEATURE_COUNT = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCableSegmentTypeImpl Ifc Cable Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCableSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableSegmentType()
* @generated
*/
int IFC_CABLE_SEGMENT_TYPE = 64;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__GLOBAL_ID = IFC_FLOW_SEGMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__OWNER_HISTORY = IFC_FLOW_SEGMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__NAME = IFC_FLOW_SEGMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__DESCRIPTION = IFC_FLOW_SEGMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_SEGMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__DECOMPOSES = IFC_FLOW_SEGMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_SEGMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_SEGMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__OBJECT_TYPE_OF = IFC_FLOW_SEGMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__REPRESENTATION_MAPS = IFC_FLOW_SEGMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__TAG = IFC_FLOW_SEGMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__ELEMENT_TYPE = IFC_FLOW_SEGMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE__PREDEFINED_TYPE = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Cable Segment Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CABLE_SEGMENT_TYPE_FEATURE_COUNT = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect Ifc Metric Value Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMetricValueSelect()
* @generated
*/
int IFC_METRIC_VALUE_SELECT = 798;
/**
* The number of structural features of the 'Ifc Metric Value Select' class.
*
*
* @generated
* @ordered
*/
int IFC_METRIC_VALUE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect Ifc Date Time Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDateTimeSelect()
* @generated
*/
int IFC_DATE_TIME_SELECT = 784;
/**
* The number of structural features of the 'Ifc Date Time Select' class.
*
*
* @generated
* @ordered
*/
int IFC_DATE_TIME_SELECT_FEATURE_COUNT = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCalendarDateImpl Ifc Calendar Date}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCalendarDateImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCalendarDate()
* @generated
*/
int IFC_CALENDAR_DATE = 65;
/**
* The feature id for the 'Day Component' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CALENDAR_DATE__DAY_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Month Component' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CALENDAR_DATE__MONTH_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Year Component' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CALENDAR_DATE__YEAR_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Calendar Date' class.
*
*
* @generated
* @ordered
*/
int IFC_CALENDAR_DATE_FEATURE_COUNT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPointImpl Ifc Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPoint()
* @generated
*/
int IFC_POINT = 363;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POINT__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POINT__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Point' class.
*
*
* @generated
* @ordered
*/
int IFC_POINT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianPointImpl Ifc Cartesian Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianPoint()
* @generated
*/
int IFC_CARTESIAN_POINT = 66;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_POINT__LAYER_ASSIGNMENTS = IFC_POINT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_POINT__STYLED_BY_ITEM = IFC_POINT__STYLED_BY_ITEM;
/**
* The feature id for the 'Coordinates' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_POINT__COORDINATES = IFC_POINT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Coordinates As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_POINT__COORDINATES_AS_STRING = IFC_POINT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_POINT__DIM = IFC_POINT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Cartesian Point' class.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_POINT_FEATURE_COUNT = IFC_POINT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperatorImpl Ifc Cartesian Transformation Operator}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperatorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator()
* @generated
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR = 67;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Axis1' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS1 = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Axis2' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS2 = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Local Origin' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LOCAL_ORIGIN = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The feature id for the 'Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Cartesian Transformation Operator' class.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DImpl Ifc Cartesian Transformation Operator2 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator2D()
* @generated
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D = 68;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__LAYER_ASSIGNMENTS = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__STYLED_BY_ITEM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__STYLED_BY_ITEM;
/**
* The feature id for the 'Axis1' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__AXIS1 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS1;
/**
* The feature id for the 'Axis2' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__AXIS2 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS2;
/**
* The feature id for the 'Local Origin' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__LOCAL_ORIGIN = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LOCAL_ORIGIN;
/**
* The feature id for the 'Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__SCALE = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE;
/**
* The feature id for the 'Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__SCALE_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE_AS_STRING;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__DIM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__DIM;
/**
* The number of structural features of the 'Ifc Cartesian Transformation Operator2 D' class.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D_FEATURE_COUNT = IFC_CARTESIAN_TRANSFORMATION_OPERATOR_FEATURE_COUNT
+ 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DnonUniformImpl Ifc Cartesian Transformation Operator2 Dnon Uniform}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DnonUniformImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator2DnonUniform()
* @generated
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM = 69;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__LAYER_ASSIGNMENTS = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__STYLED_BY_ITEM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Axis1' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__AXIS1 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__AXIS1;
/**
* The feature id for the 'Axis2' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__AXIS2 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__AXIS2;
/**
* The feature id for the 'Local Origin' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__LOCAL_ORIGIN = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__LOCAL_ORIGIN;
/**
* The feature id for the 'Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__SCALE = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__SCALE;
/**
* The feature id for the 'Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__SCALE_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__SCALE_AS_STRING;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__DIM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D__DIM;
/**
* The feature id for the 'Scale2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__SCALE2 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Scale2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__SCALE2_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Cartesian Transformation Operator2 Dnon Uniform' class.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM_FEATURE_COUNT = IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D_FEATURE_COUNT
+ 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DImpl Ifc Cartesian Transformation Operator3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator3D()
* @generated
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D = 70;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__LAYER_ASSIGNMENTS = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__STYLED_BY_ITEM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__STYLED_BY_ITEM;
/**
* The feature id for the 'Axis1' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS1 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS1;
/**
* The feature id for the 'Axis2' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS2 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS2;
/**
* The feature id for the 'Local Origin' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__LOCAL_ORIGIN = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LOCAL_ORIGIN;
/**
* The feature id for the 'Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__SCALE = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE;
/**
* The feature id for the 'Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__SCALE_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE_AS_STRING;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__DIM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR__DIM;
/**
* The feature id for the 'Axis3' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS3 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Cartesian Transformation Operator3 D' class.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D_FEATURE_COUNT = IFC_CARTESIAN_TRANSFORMATION_OPERATOR_FEATURE_COUNT
+ 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DnonUniformImpl Ifc Cartesian Transformation Operator3 Dnon Uniform}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DnonUniformImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator3DnonUniform()
* @generated
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM = 71;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__LAYER_ASSIGNMENTS = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__STYLED_BY_ITEM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Axis1' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__AXIS1 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS1;
/**
* The feature id for the 'Axis2' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__AXIS2 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS2;
/**
* The feature id for the 'Local Origin' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__LOCAL_ORIGIN = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__LOCAL_ORIGIN;
/**
* The feature id for the 'Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__SCALE;
/**
* The feature id for the 'Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__SCALE_AS_STRING;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__DIM = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__DIM;
/**
* The feature id for the 'Axis3' reference.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__AXIS3 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS3;
/**
* The feature id for the 'Scale2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE2 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Scale2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE2_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Scale3' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE3 = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Scale3 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE3_AS_STRING = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D_FEATURE_COUNT
+ 3;
/**
* The number of structural features of the 'Ifc Cartesian Transformation Operator3 Dnon Uniform' class.
*
*
* @generated
* @ordered
*/
int IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM_FEATURE_COUNT = IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D_FEATURE_COUNT
+ 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCenterLineProfileDefImpl Ifc Center Line Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCenterLineProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCenterLineProfileDef()
* @generated
*/
int IFC_CENTER_LINE_PROFILE_DEF = 72;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CENTER_LINE_PROFILE_DEF__PROFILE_TYPE = IFC_ARBITRARY_OPEN_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CENTER_LINE_PROFILE_DEF__PROFILE_NAME = IFC_ARBITRARY_OPEN_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_CENTER_LINE_PROFILE_DEF__CURVE = IFC_ARBITRARY_OPEN_PROFILE_DEF__CURVE;
/**
* The feature id for the 'Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CENTER_LINE_PROFILE_DEF__THICKNESS = IFC_ARBITRARY_OPEN_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CENTER_LINE_PROFILE_DEF__THICKNESS_AS_STRING = IFC_ARBITRARY_OPEN_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Center Line Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_CENTER_LINE_PROFILE_DEF_FEATURE_COUNT = IFC_ARBITRARY_OPEN_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementImpl Ifc Feature Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFeatureElement()
* @generated
*/
int IFC_FEATURE_ELEMENT = 230;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Feature Element' class.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementSubtractionImpl Ifc Feature Element Subtraction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementSubtractionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFeatureElementSubtraction()
* @generated
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION = 232;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__GLOBAL_ID = IFC_FEATURE_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__OWNER_HISTORY = IFC_FEATURE_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__NAME = IFC_FEATURE_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__DESCRIPTION = IFC_FEATURE_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_ASSIGNMENTS = IFC_FEATURE_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__IS_DECOMPOSED_BY = IFC_FEATURE_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__DECOMPOSES = IFC_FEATURE_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_ASSOCIATIONS = IFC_FEATURE_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__OBJECT_TYPE = IFC_FEATURE_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__IS_DEFINED_BY = IFC_FEATURE_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__OBJECT_PLACEMENT = IFC_FEATURE_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__REPRESENTATION = IFC_FEATURE_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__REFERENCED_BY = IFC_FEATURE_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__GEOMETRY = IFC_FEATURE_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__TAG = IFC_FEATURE_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_STRUCTURAL_MEMBER = IFC_FEATURE_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__FILLS_VOIDS = IFC_FEATURE_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__CONNECTED_TO = IFC_FEATURE_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_COVERINGS = IFC_FEATURE_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_PROJECTIONS = IFC_FEATURE_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__REFERENCED_IN_STRUCTURES = IFC_FEATURE_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_PORTS = IFC_FEATURE_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_OPENINGS = IFC_FEATURE_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__IS_CONNECTION_REALIZATION = IFC_FEATURE_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__PROVIDES_BOUNDARIES = IFC_FEATURE_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__CONNECTED_FROM = IFC_FEATURE_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__CONTAINED_IN_STRUCTURE = IFC_FEATURE_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Voids Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION__VOIDS_ELEMENTS = IFC_FEATURE_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Feature Element Subtraction' class.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_SUBTRACTION_FEATURE_COUNT = IFC_FEATURE_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeFeatureImpl Ifc Edge Feature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeFeatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdgeFeature()
* @generated
*/
int IFC_EDGE_FEATURE = 183;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__GLOBAL_ID = IFC_FEATURE_ELEMENT_SUBTRACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__OWNER_HISTORY = IFC_FEATURE_ELEMENT_SUBTRACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__NAME = IFC_FEATURE_ELEMENT_SUBTRACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__DESCRIPTION = IFC_FEATURE_ELEMENT_SUBTRACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_ASSIGNMENTS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__IS_DECOMPOSED_BY = IFC_FEATURE_ELEMENT_SUBTRACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__DECOMPOSES = IFC_FEATURE_ELEMENT_SUBTRACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_ASSOCIATIONS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__OBJECT_TYPE = IFC_FEATURE_ELEMENT_SUBTRACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__IS_DEFINED_BY = IFC_FEATURE_ELEMENT_SUBTRACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__OBJECT_PLACEMENT = IFC_FEATURE_ELEMENT_SUBTRACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__REPRESENTATION = IFC_FEATURE_ELEMENT_SUBTRACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__REFERENCED_BY = IFC_FEATURE_ELEMENT_SUBTRACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__GEOMETRY = IFC_FEATURE_ELEMENT_SUBTRACTION__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__TAG = IFC_FEATURE_ELEMENT_SUBTRACTION__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_STRUCTURAL_MEMBER = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__FILLS_VOIDS = IFC_FEATURE_ELEMENT_SUBTRACTION__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__CONNECTED_TO = IFC_FEATURE_ELEMENT_SUBTRACTION__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_COVERINGS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_PROJECTIONS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__REFERENCED_IN_STRUCTURES = IFC_FEATURE_ELEMENT_SUBTRACTION__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_PORTS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__HAS_OPENINGS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__IS_CONNECTION_REALIZATION = IFC_FEATURE_ELEMENT_SUBTRACTION__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__PROVIDES_BOUNDARIES = IFC_FEATURE_ELEMENT_SUBTRACTION__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__CONNECTED_FROM = IFC_FEATURE_ELEMENT_SUBTRACTION__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__CONTAINED_IN_STRUCTURE = IFC_FEATURE_ELEMENT_SUBTRACTION__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Voids Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__VOIDS_ELEMENTS = IFC_FEATURE_ELEMENT_SUBTRACTION__VOIDS_ELEMENTS;
/**
* The feature id for the 'Feature Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__FEATURE_LENGTH = IFC_FEATURE_ELEMENT_SUBTRACTION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Feature Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE__FEATURE_LENGTH_AS_STRING = IFC_FEATURE_ELEMENT_SUBTRACTION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Edge Feature' class.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE_FEATURE_COUNT = IFC_FEATURE_ELEMENT_SUBTRACTION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl Ifc Chamfer Edge Feature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChamferEdgeFeature()
* @generated
*/
int IFC_CHAMFER_EDGE_FEATURE = 73;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__GLOBAL_ID = IFC_EDGE_FEATURE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__OWNER_HISTORY = IFC_EDGE_FEATURE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__NAME = IFC_EDGE_FEATURE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__DESCRIPTION = IFC_EDGE_FEATURE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_ASSIGNMENTS = IFC_EDGE_FEATURE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__IS_DECOMPOSED_BY = IFC_EDGE_FEATURE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__DECOMPOSES = IFC_EDGE_FEATURE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_ASSOCIATIONS = IFC_EDGE_FEATURE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__OBJECT_TYPE = IFC_EDGE_FEATURE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__IS_DEFINED_BY = IFC_EDGE_FEATURE__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__OBJECT_PLACEMENT = IFC_EDGE_FEATURE__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__REPRESENTATION = IFC_EDGE_FEATURE__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__REFERENCED_BY = IFC_EDGE_FEATURE__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__GEOMETRY = IFC_EDGE_FEATURE__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__TAG = IFC_EDGE_FEATURE__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_STRUCTURAL_MEMBER = IFC_EDGE_FEATURE__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__FILLS_VOIDS = IFC_EDGE_FEATURE__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__CONNECTED_TO = IFC_EDGE_FEATURE__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_COVERINGS = IFC_EDGE_FEATURE__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_PROJECTIONS = IFC_EDGE_FEATURE__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__REFERENCED_IN_STRUCTURES = IFC_EDGE_FEATURE__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_PORTS = IFC_EDGE_FEATURE__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HAS_OPENINGS = IFC_EDGE_FEATURE__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__IS_CONNECTION_REALIZATION = IFC_EDGE_FEATURE__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__PROVIDES_BOUNDARIES = IFC_EDGE_FEATURE__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__CONNECTED_FROM = IFC_EDGE_FEATURE__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__CONTAINED_IN_STRUCTURE = IFC_EDGE_FEATURE__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Voids Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__VOIDS_ELEMENTS = IFC_EDGE_FEATURE__VOIDS_ELEMENTS;
/**
* The feature id for the 'Feature Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__FEATURE_LENGTH = IFC_EDGE_FEATURE__FEATURE_LENGTH;
/**
* The feature id for the 'Feature Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__FEATURE_LENGTH_AS_STRING = IFC_EDGE_FEATURE__FEATURE_LENGTH_AS_STRING;
/**
* The feature id for the 'Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__WIDTH = IFC_EDGE_FEATURE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__WIDTH_AS_STRING = IFC_EDGE_FEATURE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HEIGHT = IFC_EDGE_FEATURE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE__HEIGHT_AS_STRING = IFC_EDGE_FEATURE_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Chamfer Edge Feature' class.
*
*
* @generated
* @ordered
*/
int IFC_CHAMFER_EDGE_FEATURE_FEATURE_COUNT = IFC_EDGE_FEATURE_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcChillerTypeImpl Ifc Chiller Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcChillerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChillerType()
* @generated
*/
int IFC_CHILLER_TYPE = 74;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Chiller Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CHILLER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConicImpl Ifc Conic}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConicImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConic()
* @generated
*/
int IFC_CONIC = 98;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONIC__LAYER_ASSIGNMENTS = IFC_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONIC__STYLED_BY_ITEM = IFC_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONIC__DIM = IFC_CURVE__DIM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONIC__POSITION = IFC_CURVE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Conic' class.
*
*
* @generated
* @ordered
*/
int IFC_CONIC_FEATURE_COUNT = IFC_CURVE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCircleImpl Ifc Circle}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCircleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCircle()
* @generated
*/
int IFC_CIRCLE = 75;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE__LAYER_ASSIGNMENTS = IFC_CONIC__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE__STYLED_BY_ITEM = IFC_CONIC__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE__DIM = IFC_CONIC__DIM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE__POSITION = IFC_CONIC__POSITION;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE__RADIUS = IFC_CONIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE__RADIUS_AS_STRING = IFC_CONIC_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Circle' class.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_FEATURE_COUNT = IFC_CONIC_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCircleProfileDefImpl Ifc Circle Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCircleProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCircleProfileDef()
* @generated
*/
int IFC_CIRCLE_PROFILE_DEF = 77;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_PROFILE_DEF__RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_PROFILE_DEF__RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Circle Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCircleHollowProfileDefImpl Ifc Circle Hollow Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCircleHollowProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCircleHollowProfileDef()
* @generated
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF = 76;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__PROFILE_TYPE = IFC_CIRCLE_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__PROFILE_NAME = IFC_CIRCLE_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__POSITION = IFC_CIRCLE_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__RADIUS = IFC_CIRCLE_PROFILE_DEF__RADIUS;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__RADIUS_AS_STRING = IFC_CIRCLE_PROFILE_DEF__RADIUS_AS_STRING;
/**
* The feature id for the 'Wall Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS = IFC_CIRCLE_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wall Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS_AS_STRING = IFC_CIRCLE_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Circle Hollow Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_CIRCLE_HOLLOW_PROFILE_DEF_FEATURE_COUNT = IFC_CIRCLE_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl Ifc Classification}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassification()
* @generated
*/
int IFC_CLASSIFICATION = 78;
/**
* The feature id for the 'Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION__SOURCE = 0;
/**
* The feature id for the 'Edition' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION__EDITION = 1;
/**
* The feature id for the 'Edition Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION__EDITION_DATE = 2;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION__NAME = 3;
/**
* The feature id for the 'Contains' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION__CONTAINS = 4;
/**
* The number of structural features of the 'Ifc Classification' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl Ifc Classification Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationItem()
* @generated
*/
int IFC_CLASSIFICATION_ITEM = 79;
/**
* The feature id for the 'Notation' reference.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM__NOTATION = 0;
/**
* The feature id for the 'Item Of' reference.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM__ITEM_OF = 1;
/**
* The feature id for the 'Title' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM__TITLE = 2;
/**
* The feature id for the 'Is Classified Item In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM__IS_CLASSIFIED_ITEM_IN = 3;
/**
* The feature id for the 'Is Classifying Item In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM__IS_CLASSIFYING_ITEM_IN = 4;
/**
* The number of structural features of the 'Ifc Classification Item' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemRelationshipImpl Ifc Classification Item Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationItemRelationship()
* @generated
*/
int IFC_CLASSIFICATION_ITEM_RELATIONSHIP = 80;
/**
* The feature id for the 'Relating Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM_RELATIONSHIP__RELATING_ITEM = 0;
/**
* The feature id for the 'Related Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM_RELATIONSHIP__RELATED_ITEMS = 1;
/**
* The number of structural features of the 'Ifc Classification Item Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_ITEM_RELATIONSHIP_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect Ifc Classification Notation Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationNotationSelect()
* @generated
*/
int IFC_CLASSIFICATION_NOTATION_SELECT = 776;
/**
* The number of structural features of the 'Ifc Classification Notation Select' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_NOTATION_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationImpl Ifc Classification Notation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationNotation()
* @generated
*/
int IFC_CLASSIFICATION_NOTATION = 81;
/**
* The feature id for the 'Notation Facets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_NOTATION__NOTATION_FACETS = IFC_CLASSIFICATION_NOTATION_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Classification Notation' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_NOTATION_FEATURE_COUNT = IFC_CLASSIFICATION_NOTATION_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationFacetImpl Ifc Classification Notation Facet}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationFacetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationNotationFacet()
* @generated
*/
int IFC_CLASSIFICATION_NOTATION_FACET = 82;
/**
* The feature id for the 'Notation Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_NOTATION_FACET__NOTATION_VALUE = 0;
/**
* The number of structural features of the 'Ifc Classification Notation Facet' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_NOTATION_FACET_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect Ifc Light Distribution Data Source Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightDistributionDataSourceSelect()
* @generated
*/
int IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT = 795;
/**
* The number of structural features of the 'Ifc Light Distribution Data Source Select' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternalReferenceImpl Ifc External Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternalReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternalReference()
* @generated
*/
int IFC_EXTERNAL_REFERENCE = 213;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNAL_REFERENCE__LOCATION = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNAL_REFERENCE__NAME = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc External Reference' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNAL_REFERENCE_FEATURE_COUNT = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationReferenceImpl Ifc Classification Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationReference()
* @generated
*/
int IFC_CLASSIFICATION_REFERENCE = 83;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_REFERENCE__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_REFERENCE__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_REFERENCE__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The feature id for the 'Referenced Source' reference.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_REFERENCE__REFERENCED_SOURCE = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Classification Reference' class.
*
*
* @generated
* @ordered
*/
int IFC_CLASSIFICATION_REFERENCE_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTopologicalRepresentationItemImpl Ifc Topological Representation Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTopologicalRepresentationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTopologicalRepresentationItem()
* @generated
*/
int IFC_TOPOLOGICAL_REPRESENTATION_ITEM = 616;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS = IFC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM = IFC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Topological Representation Item' class.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectedFaceSetImpl Ifc Connected Face Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectedFaceSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectedFaceSet()
* @generated
*/
int IFC_CONNECTED_FACE_SET = 99;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTED_FACE_SET__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTED_FACE_SET__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Cfs Faces' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTED_FACE_SET__CFS_FACES = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Connected Face Set' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTED_FACE_SET_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClosedShellImpl Ifc Closed Shell}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClosedShellImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClosedShell()
* @generated
*/
int IFC_CLOSED_SHELL = 84;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLOSED_SHELL__LAYER_ASSIGNMENTS = IFC_CONNECTED_FACE_SET__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLOSED_SHELL__STYLED_BY_ITEM = IFC_CONNECTED_FACE_SET__STYLED_BY_ITEM;
/**
* The feature id for the 'Cfs Faces' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CLOSED_SHELL__CFS_FACES = IFC_CONNECTED_FACE_SET__CFS_FACES;
/**
* The number of structural features of the 'Ifc Closed Shell' class.
*
*
* @generated
* @ordered
*/
int IFC_CLOSED_SHELL_FEATURE_COUNT = IFC_CONNECTED_FACE_SET_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoilTypeImpl Ifc Coil Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoilTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoilType()
* @generated
*/
int IFC_COIL_TYPE = 85;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Coil Type' class.
*
*
* @generated
* @ordered
*/
int IFC_COIL_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect Ifc Fill Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillStyleSelect()
* @generated
*/
int IFC_FILL_STYLE_SELECT = 790;
/**
* The number of structural features of the 'Ifc Fill Style Select' class.
*
*
* @generated
* @ordered
*/
int IFC_FILL_STYLE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcColour Ifc Colour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcColour
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColour()
* @generated
*/
int IFC_COLOUR = 777;
/**
* The number of structural features of the 'Ifc Colour' class.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_FEATURE_COUNT = IFC_FILL_STYLE_SELECT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColourSpecificationImpl Ifc Colour Specification}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColourSpecificationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColourSpecification()
* @generated
*/
int IFC_COLOUR_SPECIFICATION = 87;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_SPECIFICATION__NAME = IFC_COLOUR_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Colour Specification' class.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_SPECIFICATION_FEATURE_COUNT = IFC_COLOUR_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColourRgbImpl Ifc Colour Rgb}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColourRgbImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColourRgb()
* @generated
*/
int IFC_COLOUR_RGB = 86;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__NAME = IFC_COLOUR_SPECIFICATION__NAME;
/**
* The feature id for the 'Red' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__RED = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Red As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__RED_AS_STRING = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Green' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__GREEN = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Green As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__GREEN_AS_STRING = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Blue' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__BLUE = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Blue As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB__BLUE_AS_STRING = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Colour Rgb' class.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_RGB_FEATURE_COUNT = IFC_COLOUR_SPECIFICATION_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColumnImpl Ifc Column}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColumnImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColumn()
* @generated
*/
int IFC_COLUMN = 88;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Column' class.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColumnTypeImpl Ifc Column Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColumnTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColumnType()
* @generated
*/
int IFC_COLUMN_TYPE = 89;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Column Type' class.
*
*
* @generated
* @ordered
*/
int IFC_COLUMN_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyImpl Ifc Property}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProperty()
* @generated
*/
int IFC_PROPERTY = 396;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY__DESCRIPTION = 1;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY__PROPERTY_FOR_DEPENDANCE = 2;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY__PROPERTY_DEPENDS_ON = 3;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY__PART_OF_COMPLEX = 4;
/**
* The number of structural features of the 'Ifc Property' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcComplexPropertyImpl Ifc Complex Property}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcComplexPropertyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcComplexProperty()
* @generated
*/
int IFC_COMPLEX_PROPERTY = 90;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__NAME = IFC_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__DESCRIPTION = IFC_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__PROPERTY_FOR_DEPENDANCE = IFC_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__PROPERTY_DEPENDS_ON = IFC_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__PART_OF_COMPLEX = IFC_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'Usage Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__USAGE_NAME = IFC_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Has Properties' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY__HAS_PROPERTIES = IFC_PROPERTY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Complex Property' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_PROPERTY_FEATURE_COUNT = IFC_PROPERTY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveSegmentImpl Ifc Composite Curve Segment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveSegmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompositeCurveSegment()
* @generated
*/
int IFC_COMPOSITE_CURVE_SEGMENT = 92;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Transition' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__TRANSITION = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Same Sense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__SAME_SENSE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Parent Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__PARENT_CURVE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Using Curves' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__USING_CURVES = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Composite Curve Segment' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_CURVE_SEGMENT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompositeProfileDefImpl Ifc Composite Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompositeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompositeProfileDef()
* @generated
*/
int IFC_COMPOSITE_PROFILE_DEF = 93;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_PROFILE_DEF__PROFILE_TYPE = IFC_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_PROFILE_DEF__PROFILE_NAME = IFC_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Profiles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_PROFILE_DEF__PROFILES = IFC_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Label' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_PROFILE_DEF__LABEL = IFC_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Composite Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPOSITE_PROFILE_DEF_FEATURE_COUNT = IFC_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceTypeImpl Ifc Flow Moving Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMovingDeviceType()
* @generated
*/
int IFC_FLOW_MOVING_DEVICE_TYPE = 246;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Moving Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompressorTypeImpl Ifc Compressor Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompressorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompressorType()
* @generated
*/
int IFC_COMPRESSOR_TYPE = 94;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__GLOBAL_ID = IFC_FLOW_MOVING_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__OWNER_HISTORY = IFC_FLOW_MOVING_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__NAME = IFC_FLOW_MOVING_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__DESCRIPTION = IFC_FLOW_MOVING_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_MOVING_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__DECOMPOSES = IFC_FLOW_MOVING_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_MOVING_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__OBJECT_TYPE_OF = IFC_FLOW_MOVING_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__REPRESENTATION_MAPS = IFC_FLOW_MOVING_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__TAG = IFC_FLOW_MOVING_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__ELEMENT_TYPE = IFC_FLOW_MOVING_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE__PREDEFINED_TYPE = IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Compressor Type' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPRESSOR_TYPE_FEATURE_COUNT = IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCondenserTypeImpl Ifc Condenser Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCondenserTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCondenserType()
* @generated
*/
int IFC_CONDENSER_TYPE = 95;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Condenser Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CONDENSER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConditionImpl Ifc Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCondition()
* @generated
*/
int IFC_CONDITION = 96;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The number of structural features of the 'Ifc Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConditionCriterionImpl Ifc Condition Criterion}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConditionCriterionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConditionCriterion()
* @generated
*/
int IFC_CONDITION_CRITERION = 97;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Criterion' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__CRITERION = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Criterion Date Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION__CRITERION_DATE_TIME = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Condition Criterion' class.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionGeometryImpl Ifc Connection Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionGeometry()
* @generated
*/
int IFC_CONNECTION_GEOMETRY = 101;
/**
* The number of structural features of the 'Ifc Connection Geometry' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_GEOMETRY_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionCurveGeometryImpl Ifc Connection Curve Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionCurveGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionCurveGeometry()
* @generated
*/
int IFC_CONNECTION_CURVE_GEOMETRY = 100;
/**
* The feature id for the 'Curve On Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_CURVE_GEOMETRY__CURVE_ON_RELATING_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Curve On Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_CURVE_GEOMETRY__CURVE_ON_RELATED_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Connection Curve Geometry' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_CURVE_GEOMETRY_FEATURE_COUNT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointGeometryImpl Ifc Connection Point Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionPointGeometry()
* @generated
*/
int IFC_CONNECTION_POINT_GEOMETRY = 103;
/**
* The feature id for the 'Point On Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_GEOMETRY__POINT_ON_RELATING_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Point On Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_GEOMETRY__POINT_ON_RELATED_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Connection Point Geometry' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointEccentricityImpl Ifc Connection Point Eccentricity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointEccentricityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionPointEccentricity()
* @generated
*/
int IFC_CONNECTION_POINT_ECCENTRICITY = 102;
/**
* The feature id for the 'Point On Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__POINT_ON_RELATING_ELEMENT = IFC_CONNECTION_POINT_GEOMETRY__POINT_ON_RELATING_ELEMENT;
/**
* The feature id for the 'Point On Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__POINT_ON_RELATED_ELEMENT = IFC_CONNECTION_POINT_GEOMETRY__POINT_ON_RELATED_ELEMENT;
/**
* The feature id for the 'Eccentricity In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_X = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Eccentricity In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_XAS_STRING = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Eccentricity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_Y = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 2;
/**
* The feature id for the 'Eccentricity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_YAS_STRING = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 3;
/**
* The feature id for the 'Eccentricity In Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_Z = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 4;
/**
* The feature id for the 'Eccentricity In ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_ZAS_STRING = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Connection Point Eccentricity' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_POINT_ECCENTRICITY_FEATURE_COUNT = IFC_CONNECTION_POINT_GEOMETRY_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPortGeometryImpl Ifc Connection Port Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPortGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionPortGeometry()
* @generated
*/
int IFC_CONNECTION_PORT_GEOMETRY = 104;
/**
* The feature id for the 'Location At Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_PORT_GEOMETRY__LOCATION_AT_RELATING_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Location At Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_PORT_GEOMETRY__LOCATION_AT_RELATED_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Profile Of Port' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_PORT_GEOMETRY__PROFILE_OF_PORT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Connection Port Geometry' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_PORT_GEOMETRY_FEATURE_COUNT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionSurfaceGeometryImpl Ifc Connection Surface Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionSurfaceGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionSurfaceGeometry()
* @generated
*/
int IFC_CONNECTION_SURFACE_GEOMETRY = 105;
/**
* The feature id for the 'Surface On Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_SURFACE_GEOMETRY__SURFACE_ON_RELATING_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Surface On Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_SURFACE_GEOMETRY__SURFACE_ON_RELATED_ELEMENT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Connection Surface Geometry' class.
*
*
* @generated
* @ordered
*/
int IFC_CONNECTION_SURFACE_GEOMETRY_FEATURE_COUNT = IFC_CONNECTION_GEOMETRY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintImpl Ifc Constraint}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraint()
* @generated
*/
int IFC_CONSTRAINT = 106;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__DESCRIPTION = 1;
/**
* The feature id for the 'Constraint Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__CONSTRAINT_GRADE = 2;
/**
* The feature id for the 'Constraint Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__CONSTRAINT_SOURCE = 3;
/**
* The feature id for the 'Creating Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__CREATING_ACTOR = 4;
/**
* The feature id for the 'Creation Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__CREATION_TIME = 5;
/**
* The feature id for the 'User Defined Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__USER_DEFINED_GRADE = 6;
/**
* The feature id for the 'Classified As' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__CLASSIFIED_AS = 7;
/**
* The feature id for the 'Relates Constraints' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__RELATES_CONSTRAINTS = 8;
/**
* The feature id for the 'Is Related With' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__IS_RELATED_WITH = 9;
/**
* The feature id for the 'Properties For Constraint' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__PROPERTIES_FOR_CONSTRAINT = 10;
/**
* The feature id for the 'Aggregates' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__AGGREGATES = 11;
/**
* The feature id for the 'Is Aggregated In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT__IS_AGGREGATED_IN = 12;
/**
* The number of structural features of the 'Ifc Constraint' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_FEATURE_COUNT = 13;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintAggregationRelationshipImpl Ifc Constraint Aggregation Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintAggregationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintAggregationRelationship()
* @generated
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP = 107;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__DESCRIPTION = 1;
/**
* The feature id for the 'Relating Constraint' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__RELATING_CONSTRAINT = 2;
/**
* The feature id for the 'Related Constraints' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__RELATED_CONSTRAINTS = 3;
/**
* The feature id for the 'Logical Aggregator' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__LOGICAL_AGGREGATOR = 4;
/**
* The number of structural features of the 'Ifc Constraint Aggregation Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintClassificationRelationshipImpl Ifc Constraint Classification Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintClassificationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintClassificationRelationship()
* @generated
*/
int IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP = 108;
/**
* The feature id for the 'Classified Constraint' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP__CLASSIFIED_CONSTRAINT = 0;
/**
* The feature id for the 'Related Classifications' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP__RELATED_CLASSIFICATIONS = 1;
/**
* The number of structural features of the 'Ifc Constraint Classification Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintRelationshipImpl Ifc Constraint Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintRelationship()
* @generated
*/
int IFC_CONSTRAINT_RELATIONSHIP = 109;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_RELATIONSHIP__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_RELATIONSHIP__DESCRIPTION = 1;
/**
* The feature id for the 'Relating Constraint' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_RELATIONSHIP__RELATING_CONSTRAINT = 2;
/**
* The feature id for the 'Related Constraints' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_RELATIONSHIP__RELATED_CONSTRAINTS = 3;
/**
* The number of structural features of the 'Ifc Constraint Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRAINT_RELATIONSHIP_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcResourceImpl Ifc Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcResource()
* @generated
*/
int IFC_RESOURCE = 491;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE__RESOURCE_OF = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_RESOURCE_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionResourceImpl Ifc Construction Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionResource()
* @generated
*/
int IFC_CONSTRUCTION_RESOURCE = 113;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID = IFC_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY = IFC_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__NAME = IFC_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__DESCRIPTION = IFC_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS = IFC_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY = IFC_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__DECOMPOSES = IFC_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS = IFC_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE = IFC_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY = IFC_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF = IFC_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER = IFC_RESOURCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP = IFC_RESOURCE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION = IFC_RESOURCE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY = IFC_RESOURCE_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Construction Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT = IFC_RESOURCE_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionEquipmentResourceImpl Ifc Construction Equipment Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionEquipmentResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionEquipmentResource()
* @generated
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE = 110;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__GLOBAL_ID = IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__OWNER_HISTORY = IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__NAME = IFC_CONSTRUCTION_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__DESCRIPTION = IFC_CONSTRUCTION_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__HAS_ASSIGNMENTS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__IS_DECOMPOSED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__DECOMPOSES = IFC_CONSTRUCTION_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__HAS_ASSOCIATIONS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__OBJECT_TYPE = IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__IS_DEFINED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__RESOURCE_OF = IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__RESOURCE_IDENTIFIER = IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__RESOURCE_GROUP = IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__RESOURCE_CONSUMPTION = IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE__BASE_QUANTITY = IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY;
/**
* The number of structural features of the 'Ifc Construction Equipment Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_EQUIPMENT_RESOURCE_FEATURE_COUNT = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionMaterialResourceImpl Ifc Construction Material Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionMaterialResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionMaterialResource()
* @generated
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE = 111;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__GLOBAL_ID = IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__OWNER_HISTORY = IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__NAME = IFC_CONSTRUCTION_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__DESCRIPTION = IFC_CONSTRUCTION_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__HAS_ASSIGNMENTS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__IS_DECOMPOSED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__DECOMPOSES = IFC_CONSTRUCTION_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__HAS_ASSOCIATIONS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__OBJECT_TYPE = IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__IS_DEFINED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__RESOURCE_OF = IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__RESOURCE_IDENTIFIER = IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__RESOURCE_GROUP = IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__RESOURCE_CONSUMPTION = IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__BASE_QUANTITY = IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY;
/**
* The feature id for the 'Suppliers' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__SUPPLIERS = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Usage Ratio' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__USAGE_RATIO = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Usage Ratio As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE__USAGE_RATIO_AS_STRING = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Construction Material Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_MATERIAL_RESOURCE_FEATURE_COUNT = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionProductResourceImpl Ifc Construction Product Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionProductResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionProductResource()
* @generated
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE = 112;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__GLOBAL_ID = IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__OWNER_HISTORY = IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__NAME = IFC_CONSTRUCTION_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__DESCRIPTION = IFC_CONSTRUCTION_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__HAS_ASSIGNMENTS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__IS_DECOMPOSED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__DECOMPOSES = IFC_CONSTRUCTION_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__HAS_ASSOCIATIONS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__OBJECT_TYPE = IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__IS_DEFINED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__RESOURCE_OF = IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__RESOURCE_IDENTIFIER = IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__RESOURCE_GROUP = IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__RESOURCE_CONSUMPTION = IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE__BASE_QUANTITY = IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY;
/**
* The number of structural features of the 'Ifc Construction Product Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_CONSTRUCTION_PRODUCT_RESOURCE_FEATURE_COUNT = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcUnit Ifc Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcUnit
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnit()
* @generated
*/
int IFC_UNIT = 814;
/**
* The number of structural features of the 'Ifc Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_UNIT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNamedUnitImpl Ifc Named Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNamedUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNamedUnit()
* @generated
*/
int IFC_NAMED_UNIT = 325;
/**
* The feature id for the 'Dimensions' reference.
*
*
* @generated
* @ordered
*/
int IFC_NAMED_UNIT__DIMENSIONS = IFC_UNIT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Unit Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_NAMED_UNIT__UNIT_TYPE = IFC_UNIT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Named Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_NAMED_UNIT_FEATURE_COUNT = IFC_UNIT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentUnitImpl Ifc Context Dependent Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcContextDependentUnit()
* @generated
*/
int IFC_CONTEXT_DEPENDENT_UNIT = 114;
/**
* The feature id for the 'Dimensions' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_UNIT__DIMENSIONS = IFC_NAMED_UNIT__DIMENSIONS;
/**
* The feature id for the 'Unit Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_UNIT__UNIT_TYPE = IFC_NAMED_UNIT__UNIT_TYPE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_UNIT__NAME = IFC_NAMED_UNIT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Context Dependent Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_UNIT_FEATURE_COUNT = IFC_NAMED_UNIT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcControllerTypeImpl Ifc Controller Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcControllerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcControllerType()
* @generated
*/
int IFC_CONTROLLER_TYPE = 116;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__NAME = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__DESCRIPTION = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__DECOMPOSES = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__TAG = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE__PREDEFINED_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Controller Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CONTROLLER_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConversionBasedUnitImpl Ifc Conversion Based Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConversionBasedUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConversionBasedUnit()
* @generated
*/
int IFC_CONVERSION_BASED_UNIT = 117;
/**
* The feature id for the 'Dimensions' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONVERSION_BASED_UNIT__DIMENSIONS = IFC_NAMED_UNIT__DIMENSIONS;
/**
* The feature id for the 'Unit Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONVERSION_BASED_UNIT__UNIT_TYPE = IFC_NAMED_UNIT__UNIT_TYPE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONVERSION_BASED_UNIT__NAME = IFC_NAMED_UNIT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Conversion Factor' reference.
*
*
* @generated
* @ordered
*/
int IFC_CONVERSION_BASED_UNIT__CONVERSION_FACTOR = IFC_NAMED_UNIT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Conversion Based Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_CONVERSION_BASED_UNIT_FEATURE_COUNT = IFC_NAMED_UNIT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCooledBeamTypeImpl Ifc Cooled Beam Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCooledBeamTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCooledBeamType()
* @generated
*/
int IFC_COOLED_BEAM_TYPE = 118;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Cooled Beam Type' class.
*
*
* @generated
* @ordered
*/
int IFC_COOLED_BEAM_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoolingTowerTypeImpl Ifc Cooling Tower Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoolingTowerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoolingTowerType()
* @generated
*/
int IFC_COOLING_TOWER_TYPE = 119;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Cooling Tower Type' class.
*
*
* @generated
* @ordered
*/
int IFC_COOLING_TOWER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoordinatedUniversalTimeOffsetImpl Ifc Coordinated Universal Time Offset}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoordinatedUniversalTimeOffsetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoordinatedUniversalTimeOffset()
* @generated
*/
int IFC_COORDINATED_UNIVERSAL_TIME_OFFSET = 120;
/**
* The feature id for the 'Hour Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COORDINATED_UNIVERSAL_TIME_OFFSET__HOUR_OFFSET = 0;
/**
* The feature id for the 'Minute Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COORDINATED_UNIVERSAL_TIME_OFFSET__MINUTE_OFFSET = 1;
/**
* The feature id for the 'Sense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COORDINATED_UNIVERSAL_TIME_OFFSET__SENSE = 2;
/**
* The number of structural features of the 'Ifc Coordinated Universal Time Offset' class.
*
*
* @generated
* @ordered
*/
int IFC_COORDINATED_UNIVERSAL_TIME_OFFSET_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCostItemImpl Ifc Cost Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCostItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostItem()
* @generated
*/
int IFC_COST_ITEM = 121;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The number of structural features of the 'Ifc Cost Item' class.
*
*
* @generated
* @ordered
*/
int IFC_COST_ITEM_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCostScheduleImpl Ifc Cost Schedule}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCostScheduleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostSchedule()
* @generated
*/
int IFC_COST_SCHEDULE = 122;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Submitted By' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__SUBMITTED_BY = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Prepared By' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__PREPARED_BY = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Submitted On' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__SUBMITTED_ON = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__STATUS = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Target Users' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__TARGET_USERS = IFC_CONTROL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Update Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__UPDATE_DATE = IFC_CONTROL_FEATURE_COUNT + 5;
/**
* The feature id for the 'ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__ID = IFC_CONTROL_FEATURE_COUNT + 6;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE__PREDEFINED_TYPE = IFC_CONTROL_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Cost Schedule' class.
*
*
* @generated
* @ordered
*/
int IFC_COST_SCHEDULE_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCostValueImpl Ifc Cost Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCostValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostValue()
* @generated
*/
int IFC_COST_VALUE = 123;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__NAME = IFC_APPLIED_VALUE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__DESCRIPTION = IFC_APPLIED_VALUE__DESCRIPTION;
/**
* The feature id for the 'Applied Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__APPLIED_VALUE = IFC_APPLIED_VALUE__APPLIED_VALUE;
/**
* The feature id for the 'Unit Basis' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__UNIT_BASIS = IFC_APPLIED_VALUE__UNIT_BASIS;
/**
* The feature id for the 'Applicable Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__APPLICABLE_DATE = IFC_APPLIED_VALUE__APPLICABLE_DATE;
/**
* The feature id for the 'Fixed Until Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__FIXED_UNTIL_DATE = IFC_APPLIED_VALUE__FIXED_UNTIL_DATE;
/**
* The feature id for the 'Values Referenced' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__VALUES_REFERENCED = IFC_APPLIED_VALUE__VALUES_REFERENCED;
/**
* The feature id for the 'Value Of Components' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__VALUE_OF_COMPONENTS = IFC_APPLIED_VALUE__VALUE_OF_COMPONENTS;
/**
* The feature id for the 'Is Component In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__IS_COMPONENT_IN = IFC_APPLIED_VALUE__IS_COMPONENT_IN;
/**
* The feature id for the 'Cost Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__COST_TYPE = IFC_APPLIED_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Condition' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE__CONDITION = IFC_APPLIED_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Cost Value' class.
*
*
* @generated
* @ordered
*/
int IFC_COST_VALUE_FEATURE_COUNT = IFC_APPLIED_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoveringImpl Ifc Covering}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoveringImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCovering()
* @generated
*/
int IFC_COVERING = 124;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Covers Spaces' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__COVERS_SPACES = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Covers' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING__COVERS = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Covering' class.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoveringTypeImpl Ifc Covering Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoveringTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoveringType()
* @generated
*/
int IFC_COVERING_TYPE = 125;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Covering Type' class.
*
*
* @generated
* @ordered
*/
int IFC_COVERING_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailAShapeProfileDefImpl Ifc Crane Rail AShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailAShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCraneRailAShapeProfileDef()
* @generated
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF = 126;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Overall Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__OVERALL_HEIGHT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Overall Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__OVERALL_HEIGHT_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Base Width2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH2 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Base Width2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH2_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Head Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Head Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Head Depth2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH2 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Head Depth2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH2_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Head Depth3' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH3 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Head Depth3 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH3_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 13;
/**
* The feature id for the 'Base Width4' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH4 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 14;
/**
* The feature id for the 'Base Width4 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH4_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 15;
/**
* The feature id for the 'Base Depth1' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH1 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 16;
/**
* The feature id for the 'Base Depth1 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH1_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 17;
/**
* The feature id for the 'Base Depth2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH2 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 18;
/**
* The feature id for the 'Base Depth2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH2_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 19;
/**
* The feature id for the 'Base Depth3' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH3 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 20;
/**
* The feature id for the 'Base Depth3 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH3_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 21;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 22;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT
+ 23;
/**
* The number of structural features of the 'Ifc Crane Rail AShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 24;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailFShapeProfileDefImpl Ifc Crane Rail FShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailFShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCraneRailFShapeProfileDef()
* @generated
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF = 127;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Overall Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__OVERALL_HEIGHT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Overall Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__OVERALL_HEIGHT_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Head Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Head Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Head Depth2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH2 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Head Depth2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH2_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Head Depth3' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH3 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Head Depth3 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH3_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The feature id for the 'Base Depth1' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH1 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The feature id for the 'Base Depth1 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH1_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 13;
/**
* The feature id for the 'Base Depth2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH2 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 14;
/**
* The feature id for the 'Base Depth2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH2_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 15;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 16;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT
+ 17;
/**
* The number of structural features of the 'Ifc Crane Rail FShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 18;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCrewResourceImpl Ifc Crew Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCrewResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCrewResource()
* @generated
*/
int IFC_CREW_RESOURCE = 128;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__GLOBAL_ID = IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__OWNER_HISTORY = IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__NAME = IFC_CONSTRUCTION_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__DESCRIPTION = IFC_CONSTRUCTION_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__HAS_ASSIGNMENTS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__IS_DECOMPOSED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__DECOMPOSES = IFC_CONSTRUCTION_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__HAS_ASSOCIATIONS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__OBJECT_TYPE = IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__IS_DEFINED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__RESOURCE_OF = IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__RESOURCE_IDENTIFIER = IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__RESOURCE_GROUP = IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__RESOURCE_CONSUMPTION = IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE__BASE_QUANTITY = IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY;
/**
* The number of structural features of the 'Ifc Crew Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_CREW_RESOURCE_FEATURE_COUNT = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSolidModelImpl Ifc Solid Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSolidModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSolidModel()
* @generated
*/
int IFC_SOLID_MODEL = 518;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_MODEL__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_MODEL__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_MODEL__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Solid Model' class.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_MODEL_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCsgSolidImpl Ifc Csg Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCsgSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCsgSolid()
* @generated
*/
int IFC_CSG_SOLID = 130;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CSG_SOLID__LAYER_ASSIGNMENTS = IFC_SOLID_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CSG_SOLID__STYLED_BY_ITEM = IFC_SOLID_MODEL__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CSG_SOLID__DIM = IFC_SOLID_MODEL__DIM;
/**
* The feature id for the 'Tree Root Expression' reference.
*
*
* @generated
* @ordered
*/
int IFC_CSG_SOLID__TREE_ROOT_EXPRESSION = IFC_SOLID_MODEL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Csg Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_CSG_SOLID_FEATURE_COUNT = IFC_SOLID_MODEL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurrencyRelationshipImpl Ifc Currency Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurrencyRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurrencyRelationship()
* @generated
*/
int IFC_CURRENCY_RELATIONSHIP = 131;
/**
* The feature id for the 'Relating Monetary Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP__RELATING_MONETARY_UNIT = 0;
/**
* The feature id for the 'Related Monetary Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP__RELATED_MONETARY_UNIT = 1;
/**
* The feature id for the 'Exchange Rate' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP__EXCHANGE_RATE = 2;
/**
* The feature id for the 'Exchange Rate As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP__EXCHANGE_RATE_AS_STRING = 3;
/**
* The feature id for the 'Rate Date Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP__RATE_DATE_TIME = 4;
/**
* The feature id for the 'Rate Source' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP__RATE_SOURCE = 5;
/**
* The number of structural features of the 'Ifc Currency Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_CURRENCY_RELATIONSHIP_FEATURE_COUNT = 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallImpl Ifc Curtain Wall}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurtainWall()
* @generated
*/
int IFC_CURTAIN_WALL = 132;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Curtain Wall' class.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallTypeImpl Ifc Curtain Wall Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurtainWallType()
* @generated
*/
int IFC_CURTAIN_WALL_TYPE = 133;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Curtain Wall Type' class.
*
*
* @generated
* @ordered
*/
int IFC_CURTAIN_WALL_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveBoundedPlaneImpl Ifc Curve Bounded Plane}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveBoundedPlaneImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveBoundedPlane()
* @generated
*/
int IFC_CURVE_BOUNDED_PLANE = 135;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE__LAYER_ASSIGNMENTS = IFC_BOUNDED_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE__STYLED_BY_ITEM = IFC_BOUNDED_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Basis Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE__BASIS_SURFACE = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Outer Boundary' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE__OUTER_BOUNDARY = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Inner Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE__INNER_BOUNDARIES = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE__DIM = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Curve Bounded Plane' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_BOUNDED_PLANE_FEATURE_COUNT = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleImpl Ifc Presentation Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationStyle()
* @generated
*/
int IFC_PRESENTATION_STYLE = 381;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_STYLE__NAME = 0;
/**
* The number of structural features of the 'Ifc Presentation Style' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_STYLE_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleImpl Ifc Curve Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyle()
* @generated
*/
int IFC_CURVE_STYLE = 136;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE__NAME = IFC_PRESENTATION_STYLE__NAME;
/**
* The feature id for the 'Curve Font' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE__CURVE_FONT = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Curve Width' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE__CURVE_WIDTH = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Curve Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE__CURVE_COLOUR = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Curve Style' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FEATURE_COUNT = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect Ifc Curve Font Or Scaled Curve Font Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveFontOrScaledCurveFontSelect()
* @generated
*/
int IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT = 781;
/**
* The number of structural features of the 'Ifc Curve Font Or Scaled Curve Font Select' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect Ifc Curve Style Font Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFontSelect()
* @generated
*/
int IFC_CURVE_STYLE_FONT_SELECT = 783;
/**
* The number of structural features of the 'Ifc Curve Style Font Select' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_SELECT_FEATURE_COUNT = IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontImpl Ifc Curve Style Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFont()
* @generated
*/
int IFC_CURVE_STYLE_FONT = 137;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT__NAME = IFC_CURVE_STYLE_FONT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Pattern List' reference list.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT__PATTERN_LIST = IFC_CURVE_STYLE_FONT_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Curve Style Font' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_FEATURE_COUNT = IFC_CURVE_STYLE_FONT_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontAndScalingImpl Ifc Curve Style Font And Scaling}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontAndScalingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFontAndScaling()
* @generated
*/
int IFC_CURVE_STYLE_FONT_AND_SCALING = 138;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_AND_SCALING__NAME = IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Curve Font' reference.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_AND_SCALING__CURVE_FONT = IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Curve Font Scaling' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_AND_SCALING__CURVE_FONT_SCALING = IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Curve Font Scaling As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_AND_SCALING__CURVE_FONT_SCALING_AS_STRING = IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT
+ 3;
/**
* The number of structural features of the 'Ifc Curve Style Font And Scaling' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_AND_SCALING_FEATURE_COUNT = IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontPatternImpl Ifc Curve Style Font Pattern}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontPatternImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFontPattern()
* @generated
*/
int IFC_CURVE_STYLE_FONT_PATTERN = 139;
/**
* The feature id for the 'Visible Segment Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_PATTERN__VISIBLE_SEGMENT_LENGTH = 0;
/**
* The feature id for the 'Visible Segment Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_PATTERN__VISIBLE_SEGMENT_LENGTH_AS_STRING = 1;
/**
* The feature id for the 'Invisible Segment Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_PATTERN__INVISIBLE_SEGMENT_LENGTH = 2;
/**
* The feature id for the 'Invisible Segment Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_PATTERN__INVISIBLE_SEGMENT_LENGTH_AS_STRING = 3;
/**
* The number of structural features of the 'Ifc Curve Style Font Pattern' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_STYLE_FONT_PATTERN_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDamperTypeImpl Ifc Damper Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDamperTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDamperType()
* @generated
*/
int IFC_DAMPER_TYPE = 140;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Damper Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DAMPER_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDateAndTimeImpl Ifc Date And Time}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDateAndTimeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDateAndTime()
* @generated
*/
int IFC_DATE_AND_TIME = 141;
/**
* The feature id for the 'Date Component' reference.
*
*
* @generated
* @ordered
*/
int IFC_DATE_AND_TIME__DATE_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Time Component' reference.
*
*
* @generated
* @ordered
*/
int IFC_DATE_AND_TIME__TIME_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Date And Time' class.
*
*
* @generated
* @ordered
*/
int IFC_DATE_AND_TIME_FEATURE_COUNT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDefinedSymbolImpl Ifc Defined Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDefinedSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDefinedSymbol()
* @generated
*/
int IFC_DEFINED_SYMBOL = 142;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DEFINED_SYMBOL__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DEFINED_SYMBOL__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_DEFINED_SYMBOL__DEFINITION = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Target' reference.
*
*
* @generated
* @ordered
*/
int IFC_DEFINED_SYMBOL__TARGET = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Defined Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_DEFINED_SYMBOL_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDerivedProfileDefImpl Ifc Derived Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDerivedProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedProfileDef()
* @generated
*/
int IFC_DERIVED_PROFILE_DEF = 143;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_PROFILE_DEF__PROFILE_TYPE = IFC_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_PROFILE_DEF__PROFILE_NAME = IFC_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Parent Profile' reference.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_PROFILE_DEF__PARENT_PROFILE = IFC_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Operator' reference.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_PROFILE_DEF__OPERATOR = IFC_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Label' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_PROFILE_DEF__LABEL = IFC_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Derived Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_PROFILE_DEF_FEATURE_COUNT = IFC_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitImpl Ifc Derived Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedUnit()
* @generated
*/
int IFC_DERIVED_UNIT = 144;
/**
* The feature id for the 'Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT__ELEMENTS = IFC_UNIT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Unit Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT__UNIT_TYPE = IFC_UNIT_FEATURE_COUNT + 1;
/**
* The feature id for the 'User Defined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT__USER_DEFINED_TYPE = IFC_UNIT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Derived Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT_FEATURE_COUNT = IFC_UNIT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitElementImpl Ifc Derived Unit Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedUnitElement()
* @generated
*/
int IFC_DERIVED_UNIT_ELEMENT = 145;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT_ELEMENT__UNIT = 0;
/**
* The feature id for the 'Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT_ELEMENT__EXPONENT = 1;
/**
* The number of structural features of the 'Ifc Derived Unit Element' class.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_UNIT_ELEMENT_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDiameterDimensionImpl Ifc Diameter Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDiameterDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDiameterDimension()
* @generated
*/
int IFC_DIAMETER_DIMENSION = 146;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIAMETER_DIMENSION__LAYER_ASSIGNMENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIAMETER_DIMENSION__STYLED_BY_ITEM = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIAMETER_DIMENSION__CONTENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__CONTENTS;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIAMETER_DIMENSION__IS_RELATED_FROM_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_FROM_CALLOUT;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIAMETER_DIMENSION__IS_RELATED_TO_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_TO_CALLOUT;
/**
* The number of structural features of the 'Ifc Diameter Dimension' class.
*
*
* @generated
* @ordered
*/
int IFC_DIAMETER_DIMENSION_FEATURE_COUNT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutRelationshipImpl Ifc Draughting Callout Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingCalloutRelationship()
* @generated
*/
int IFC_DRAUGHTING_CALLOUT_RELATIONSHIP = 174;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__DESCRIPTION = 1;
/**
* The feature id for the 'Relating Draughting Callout' reference.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATING_DRAUGHTING_CALLOUT = 2;
/**
* The feature id for the 'Related Draughting Callout' reference.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATED_DRAUGHTING_CALLOUT = 3;
/**
* The number of structural features of the 'Ifc Draughting Callout Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_RELATIONSHIP_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCalloutRelationshipImpl Ifc Dimension Callout Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCalloutRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCalloutRelationship()
* @generated
*/
int IFC_DIMENSION_CALLOUT_RELATIONSHIP = 147;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CALLOUT_RELATIONSHIP__NAME = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CALLOUT_RELATIONSHIP__DESCRIPTION = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__DESCRIPTION;
/**
* The feature id for the 'Relating Draughting Callout' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CALLOUT_RELATIONSHIP__RELATING_DRAUGHTING_CALLOUT = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATING_DRAUGHTING_CALLOUT;
/**
* The feature id for the 'Related Draughting Callout' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CALLOUT_RELATIONSHIP__RELATED_DRAUGHTING_CALLOUT = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATED_DRAUGHTING_CALLOUT;
/**
* The number of structural features of the 'Ifc Dimension Callout Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CALLOUT_RELATIONSHIP_FEATURE_COUNT = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveImpl Ifc Dimension Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCurve()
* @generated
*/
int IFC_DIMENSION_CURVE = 148;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_CURVE_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE__STYLED_BY_ITEM = IFC_ANNOTATION_CURVE_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE__ITEM = IFC_ANNOTATION_CURVE_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE__STYLES = IFC_ANNOTATION_CURVE_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE__NAME = IFC_ANNOTATION_CURVE_OCCURRENCE__NAME;
/**
* The feature id for the 'Annotated By Symbols' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE__ANNOTATED_BY_SYMBOLS = IFC_ANNOTATION_CURVE_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Dimension Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_FEATURE_COUNT = IFC_ANNOTATION_CURVE_OCCURRENCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTerminatorSymbolImpl Ifc Terminator Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTerminatorSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTerminatorSymbol()
* @generated
*/
int IFC_TERMINATOR_SYMBOL = 599;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL__LAYER_ASSIGNMENTS = IFC_ANNOTATION_SYMBOL_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL__STYLED_BY_ITEM = IFC_ANNOTATION_SYMBOL_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL__ITEM = IFC_ANNOTATION_SYMBOL_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL__STYLES = IFC_ANNOTATION_SYMBOL_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL__NAME = IFC_ANNOTATION_SYMBOL_OCCURRENCE__NAME;
/**
* The feature id for the 'Annotated Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL__ANNOTATED_CURVE = IFC_ANNOTATION_SYMBOL_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Terminator Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_TERMINATOR_SYMBOL_FEATURE_COUNT = IFC_ANNOTATION_SYMBOL_OCCURRENCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveTerminatorImpl Ifc Dimension Curve Terminator}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveTerminatorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCurveTerminator()
* @generated
*/
int IFC_DIMENSION_CURVE_TERMINATOR = 150;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__LAYER_ASSIGNMENTS = IFC_TERMINATOR_SYMBOL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__STYLED_BY_ITEM = IFC_TERMINATOR_SYMBOL__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__ITEM = IFC_TERMINATOR_SYMBOL__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__STYLES = IFC_TERMINATOR_SYMBOL__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__NAME = IFC_TERMINATOR_SYMBOL__NAME;
/**
* The feature id for the 'Annotated Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__ANNOTATED_CURVE = IFC_TERMINATOR_SYMBOL__ANNOTATED_CURVE;
/**
* The feature id for the 'Role' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR__ROLE = IFC_TERMINATOR_SYMBOL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Dimension Curve Terminator' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_CURVE_TERMINATOR_FEATURE_COUNT = IFC_TERMINATOR_SYMBOL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionPairImpl Ifc Dimension Pair}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionPairImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionPair()
* @generated
*/
int IFC_DIMENSION_PAIR = 151;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_PAIR__NAME = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_PAIR__DESCRIPTION = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__DESCRIPTION;
/**
* The feature id for the 'Relating Draughting Callout' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_PAIR__RELATING_DRAUGHTING_CALLOUT = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATING_DRAUGHTING_CALLOUT;
/**
* The feature id for the 'Related Draughting Callout' reference.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_PAIR__RELATED_DRAUGHTING_CALLOUT = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATED_DRAUGHTING_CALLOUT;
/**
* The number of structural features of the 'Ifc Dimension Pair' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_PAIR_FEATURE_COUNT = IFC_DRAUGHTING_CALLOUT_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl Ifc Dimensional Exponents}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionalExponents()
* @generated
*/
int IFC_DIMENSIONAL_EXPONENTS = 152;
/**
* The feature id for the 'Length Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__LENGTH_EXPONENT = 0;
/**
* The feature id for the 'Mass Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__MASS_EXPONENT = 1;
/**
* The feature id for the 'Time Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__TIME_EXPONENT = 2;
/**
* The feature id for the 'Electric Current Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__ELECTRIC_CURRENT_EXPONENT = 3;
/**
* The feature id for the 'Thermodynamic Temperature Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__THERMODYNAMIC_TEMPERATURE_EXPONENT = 4;
/**
* The feature id for the 'Amount Of Substance Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__AMOUNT_OF_SUBSTANCE_EXPONENT = 5;
/**
* The feature id for the 'Luminous Intensity Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS__LUMINOUS_INTENSITY_EXPONENT = 6;
/**
* The number of structural features of the 'Ifc Dimensional Exponents' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSIONAL_EXPONENTS_FEATURE_COUNT = 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDirectionImpl Ifc Direction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDirectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDirection()
* @generated
*/
int IFC_DIRECTION = 153;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIRECTION__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DIRECTION__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Direction Ratios' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_DIRECTION__DIRECTION_RATIOS = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Direction Ratios As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_DIRECTION__DIRECTION_RATIOS_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIRECTION__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Direction' class.
*
*
* @generated
* @ordered
*/
int IFC_DIRECTION_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentImpl Ifc Element Component}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementComponent()
* @generated
*/
int IFC_ELEMENT_COMPONENT = 197;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Element Component' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryImpl Ifc Discrete Accessory}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDiscreteAccessory()
* @generated
*/
int IFC_DISCRETE_ACCESSORY = 154;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__GLOBAL_ID = IFC_ELEMENT_COMPONENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__OWNER_HISTORY = IFC_ELEMENT_COMPONENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__NAME = IFC_ELEMENT_COMPONENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__DESCRIPTION = IFC_ELEMENT_COMPONENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_ASSIGNMENTS = IFC_ELEMENT_COMPONENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__IS_DECOMPOSED_BY = IFC_ELEMENT_COMPONENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__DECOMPOSES = IFC_ELEMENT_COMPONENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_ASSOCIATIONS = IFC_ELEMENT_COMPONENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__OBJECT_TYPE = IFC_ELEMENT_COMPONENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__IS_DEFINED_BY = IFC_ELEMENT_COMPONENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__OBJECT_PLACEMENT = IFC_ELEMENT_COMPONENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__REPRESENTATION = IFC_ELEMENT_COMPONENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__REFERENCED_BY = IFC_ELEMENT_COMPONENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__GEOMETRY = IFC_ELEMENT_COMPONENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__TAG = IFC_ELEMENT_COMPONENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT_COMPONENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__FILLS_VOIDS = IFC_ELEMENT_COMPONENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__CONNECTED_TO = IFC_ELEMENT_COMPONENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_COVERINGS = IFC_ELEMENT_COMPONENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_PROJECTIONS = IFC_ELEMENT_COMPONENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__REFERENCED_IN_STRUCTURES = IFC_ELEMENT_COMPONENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_PORTS = IFC_ELEMENT_COMPONENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__HAS_OPENINGS = IFC_ELEMENT_COMPONENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__IS_CONNECTION_REALIZATION = IFC_ELEMENT_COMPONENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__PROVIDES_BOUNDARIES = IFC_ELEMENT_COMPONENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__CONNECTED_FROM = IFC_ELEMENT_COMPONENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY__CONTAINED_IN_STRUCTURE = IFC_ELEMENT_COMPONENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Discrete Accessory' class.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_FEATURE_COUNT = IFC_ELEMENT_COMPONENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentTypeImpl Ifc Element Component Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementComponentType()
* @generated
*/
int IFC_ELEMENT_COMPONENT_TYPE = 198;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__GLOBAL_ID = IFC_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__OWNER_HISTORY = IFC_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__NAME = IFC_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__DESCRIPTION = IFC_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__DECOMPOSES = IFC_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__TAG = IFC_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE__ELEMENT_TYPE = IFC_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Element Component Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_COMPONENT_TYPE_FEATURE_COUNT = IFC_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryTypeImpl Ifc Discrete Accessory Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDiscreteAccessoryType()
* @generated
*/
int IFC_DISCRETE_ACCESSORY_TYPE = 155;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__GLOBAL_ID = IFC_ELEMENT_COMPONENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__OWNER_HISTORY = IFC_ELEMENT_COMPONENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__NAME = IFC_ELEMENT_COMPONENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__DESCRIPTION = IFC_ELEMENT_COMPONENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_COMPONENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_COMPONENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__DECOMPOSES = IFC_ELEMENT_COMPONENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_COMPONENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_COMPONENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_COMPONENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_COMPONENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_COMPONENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__TAG = IFC_ELEMENT_COMPONENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE__ELEMENT_TYPE = IFC_ELEMENT_COMPONENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Discrete Accessory Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DISCRETE_ACCESSORY_TYPE_FEATURE_COUNT = IFC_ELEMENT_COMPONENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementImpl Ifc Distribution Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionElement()
* @generated
*/
int IFC_DISTRIBUTION_ELEMENT = 160;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Distribution Element' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementImpl Ifc Distribution Flow Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionFlowElement()
* @generated
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT = 162;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID = IFC_DISTRIBUTION_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY = IFC_DISTRIBUTION_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__NAME = IFC_DISTRIBUTION_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION = IFC_DISTRIBUTION_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES = IFC_DISTRIBUTION_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE = IFC_DISTRIBUTION_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY = IFC_DISTRIBUTION_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT = IFC_DISTRIBUTION_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION = IFC_DISTRIBUTION_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY = IFC_DISTRIBUTION_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY = IFC_DISTRIBUTION_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__TAG = IFC_DISTRIBUTION_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS = IFC_DISTRIBUTION_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO = IFC_DISTRIBUTION_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS = IFC_DISTRIBUTION_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS = IFC_DISTRIBUTION_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS = IFC_DISTRIBUTION_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS = IFC_DISTRIBUTION_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM = IFC_DISTRIBUTION_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Distribution Flow Element' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT = IFC_DISTRIBUTION_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementImpl Ifc Distribution Chamber Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionChamberElement()
* @generated
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT = 156;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Distribution Chamber Element' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementTypeImpl Ifc Distribution Chamber Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionChamberElementType()
* @generated
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE = 157;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__PREDEFINED_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Distribution Chamber Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementImpl Ifc Distribution Control Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionControlElement()
* @generated
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT = 158;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__GLOBAL_ID = IFC_DISTRIBUTION_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__OWNER_HISTORY = IFC_DISTRIBUTION_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__NAME = IFC_DISTRIBUTION_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__DESCRIPTION = IFC_DISTRIBUTION_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__DECOMPOSES = IFC_DISTRIBUTION_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__OBJECT_TYPE = IFC_DISTRIBUTION_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__IS_DEFINED_BY = IFC_DISTRIBUTION_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__OBJECT_PLACEMENT = IFC_DISTRIBUTION_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__REPRESENTATION = IFC_DISTRIBUTION_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__REFERENCED_BY = IFC_DISTRIBUTION_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__GEOMETRY = IFC_DISTRIBUTION_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__TAG = IFC_DISTRIBUTION_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__FILLS_VOIDS = IFC_DISTRIBUTION_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__CONNECTED_TO = IFC_DISTRIBUTION_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_COVERINGS = IFC_DISTRIBUTION_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_PROJECTIONS = IFC_DISTRIBUTION_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_PORTS = IFC_DISTRIBUTION_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__HAS_OPENINGS = IFC_DISTRIBUTION_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__CONNECTED_FROM = IFC_DISTRIBUTION_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Control Element Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__CONTROL_ELEMENT_ID = IFC_DISTRIBUTION_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Assigned To Flow Element' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT__ASSIGNED_TO_FLOW_ELEMENT = IFC_DISTRIBUTION_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Distribution Control Element' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_CONTROL_ELEMENT_FEATURE_COUNT = IFC_DISTRIBUTION_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPortImpl Ifc Port}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPortImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPort()
* @generated
*/
int IFC_PORT = 369;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PORT__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PORT__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PORT__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PORT__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PORT__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PORT__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_PORT__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_PORT__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Contained In' reference.
*
*
* @generated
* @ordered
*/
int IFC_PORT__CONTAINED_IN = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__CONNECTED_FROM = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PORT__CONNECTED_TO = IFC_PRODUCT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Port' class.
*
*
* @generated
* @ordered
*/
int IFC_PORT_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionPortImpl Ifc Distribution Port}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionPortImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionPort()
* @generated
*/
int IFC_DISTRIBUTION_PORT = 164;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__GLOBAL_ID = IFC_PORT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__OWNER_HISTORY = IFC_PORT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__NAME = IFC_PORT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__DESCRIPTION = IFC_PORT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__HAS_ASSIGNMENTS = IFC_PORT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__IS_DECOMPOSED_BY = IFC_PORT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__DECOMPOSES = IFC_PORT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__HAS_ASSOCIATIONS = IFC_PORT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__OBJECT_TYPE = IFC_PORT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__IS_DEFINED_BY = IFC_PORT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__OBJECT_PLACEMENT = IFC_PORT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__REPRESENTATION = IFC_PORT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__REFERENCED_BY = IFC_PORT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__GEOMETRY = IFC_PORT__GEOMETRY;
/**
* The feature id for the 'Contained In' reference.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__CONTAINED_IN = IFC_PORT__CONTAINED_IN;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__CONNECTED_FROM = IFC_PORT__CONNECTED_FROM;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__CONNECTED_TO = IFC_PORT__CONNECTED_TO;
/**
* The feature id for the 'Flow Direction' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT__FLOW_DIRECTION = IFC_PORT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Distribution Port' class.
*
*
* @generated
* @ordered
*/
int IFC_DISTRIBUTION_PORT_FEATURE_COUNT = IFC_PORT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentElectronicFormatImpl Ifc Document Electronic Format}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentElectronicFormatImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentElectronicFormat()
* @generated
*/
int IFC_DOCUMENT_ELECTRONIC_FORMAT = 165;
/**
* The feature id for the 'File Extension' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_ELECTRONIC_FORMAT__FILE_EXTENSION = 0;
/**
* The feature id for the 'Mime Content Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_ELECTRONIC_FORMAT__MIME_CONTENT_TYPE = 1;
/**
* The feature id for the 'Mime Subtype' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_ELECTRONIC_FORMAT__MIME_SUBTYPE = 2;
/**
* The number of structural features of the 'Ifc Document Electronic Format' class.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_ELECTRONIC_FORMAT_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentSelect Ifc Document Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentSelect()
* @generated
*/
int IFC_DOCUMENT_SELECT = 787;
/**
* The number of structural features of the 'Ifc Document Select' class.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationImpl Ifc Document Information}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentInformation()
* @generated
*/
int IFC_DOCUMENT_INFORMATION = 166;
/**
* The feature id for the 'Document Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__DOCUMENT_ID = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__NAME = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__DESCRIPTION = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Document References' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__DOCUMENT_REFERENCES = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__PURPOSE = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Intended Use' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__INTENDED_USE = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Scope' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__SCOPE = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Revision' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__REVISION = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Document Owner' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__DOCUMENT_OWNER = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Editors' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__EDITORS = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Creation Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__CREATION_TIME = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 10;
/**
* The feature id for the 'Last Revision Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__LAST_REVISION_TIME = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 11;
/**
* The feature id for the 'Electronic Format' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__ELECTRONIC_FORMAT = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 12;
/**
* The feature id for the 'Valid From' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__VALID_FROM = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 13;
/**
* The feature id for the 'Valid Until' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__VALID_UNTIL = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 14;
/**
* The feature id for the 'Confidentiality' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__CONFIDENTIALITY = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 15;
/**
* The feature id for the 'Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__STATUS = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 16;
/**
* The feature id for the 'Is Pointed To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__IS_POINTED_TO = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 17;
/**
* The feature id for the 'Is Pointer' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION__IS_POINTER = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 18;
/**
* The number of structural features of the 'Ifc Document Information' class.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION_FEATURE_COUNT = IFC_DOCUMENT_SELECT_FEATURE_COUNT + 19;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationRelationshipImpl Ifc Document Information Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentInformationRelationship()
* @generated
*/
int IFC_DOCUMENT_INFORMATION_RELATIONSHIP = 167;
/**
* The feature id for the 'Relating Document' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION_RELATIONSHIP__RELATING_DOCUMENT = 0;
/**
* The feature id for the 'Related Documents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION_RELATIONSHIP__RELATED_DOCUMENTS = 1;
/**
* The feature id for the 'Relationship Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION_RELATIONSHIP__RELATIONSHIP_TYPE = 2;
/**
* The number of structural features of the 'Ifc Document Information Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_INFORMATION_RELATIONSHIP_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentReferenceImpl Ifc Document Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentReference()
* @generated
*/
int IFC_DOCUMENT_REFERENCE = 168;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_REFERENCE__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_REFERENCE__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_REFERENCE__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The feature id for the 'Reference To Document' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_REFERENCE__REFERENCE_TO_DOCUMENT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Document Reference' class.
*
*
* @generated
* @ordered
*/
int IFC_DOCUMENT_REFERENCE_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorImpl Ifc Door}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoor()
* @generated
*/
int IFC_DOOR = 169;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Overall Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OVERALL_HEIGHT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Overall Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OVERALL_HEIGHT_AS_STRING = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Overall Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OVERALL_WIDTH = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Overall Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR__OVERALL_WIDTH_AS_STRING = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Door' class.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDefinitionImpl Ifc Property Definition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDefinitionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyDefinition()
* @generated
*/
int IFC_PROPERTY_DEFINITION = 399;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEFINITION__GLOBAL_ID = IFC_ROOT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEFINITION__OWNER_HISTORY = IFC_ROOT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEFINITION__NAME = IFC_ROOT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEFINITION__DESCRIPTION = IFC_ROOT__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEFINITION__HAS_ASSOCIATIONS = IFC_ROOT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Property Definition' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEFINITION_FEATURE_COUNT = IFC_ROOT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetDefinitionImpl Ifc Property Set Definition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetDefinitionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySetDefinition()
* @generated
*/
int IFC_PROPERTY_SET_DEFINITION = 406;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID = IFC_PROPERTY_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY = IFC_PROPERTY_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__NAME = IFC_PROPERTY_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__DESCRIPTION = IFC_PROPERTY_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS = IFC_PROPERTY_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF = IFC_PROPERTY_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE = IFC_PROPERTY_DEFINITION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Property Set Definition' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT = IFC_PROPERTY_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorLiningPropertiesImpl Ifc Door Lining Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorLiningPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorLiningProperties()
* @generated
*/
int IFC_DOOR_LINING_PROPERTIES = 170;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Lining Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__LINING_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Lining Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__LINING_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Lining Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__LINING_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Lining Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__LINING_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Threshold Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__THRESHOLD_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Threshold Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__THRESHOLD_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Threshold Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__THRESHOLD_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Threshold Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__THRESHOLD_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'Transom Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__TRANSOM_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Transom Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__TRANSOM_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 9;
/**
* The feature id for the 'Transom Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__TRANSOM_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 10;
/**
* The feature id for the 'Transom Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__TRANSOM_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 11;
/**
* The feature id for the 'Lining Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__LINING_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 12;
/**
* The feature id for the 'Lining Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__LINING_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 13;
/**
* The feature id for the 'Threshold Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__THRESHOLD_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 14;
/**
* The feature id for the 'Threshold Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__THRESHOLD_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 15;
/**
* The feature id for the 'Casing Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__CASING_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 16;
/**
* The feature id for the 'Casing Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__CASING_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 17;
/**
* The feature id for the 'Casing Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__CASING_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 18;
/**
* The feature id for the 'Casing Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__CASING_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 19;
/**
* The feature id for the 'Shape Aspect Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES__SHAPE_ASPECT_STYLE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 20;
/**
* The number of structural features of the 'Ifc Door Lining Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_LINING_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 21;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorPanelPropertiesImpl Ifc Door Panel Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorPanelPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorPanelProperties()
* @generated
*/
int IFC_DOOR_PANEL_PROPERTIES = 171;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Panel Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PANEL_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Panel Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PANEL_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Panel Operation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PANEL_OPERATION = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Panel Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PANEL_WIDTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Panel Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PANEL_WIDTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Panel Position' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__PANEL_POSITION = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Shape Aspect Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES__SHAPE_ASPECT_STYLE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Door Panel Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_PANEL_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorStyleImpl Ifc Door Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorStyle()
* @generated
*/
int IFC_DOOR_STYLE = 172;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__GLOBAL_ID = IFC_TYPE_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__OWNER_HISTORY = IFC_TYPE_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__NAME = IFC_TYPE_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__DESCRIPTION = IFC_TYPE_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__HAS_ASSIGNMENTS = IFC_TYPE_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__IS_DECOMPOSED_BY = IFC_TYPE_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__DECOMPOSES = IFC_TYPE_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__HAS_ASSOCIATIONS = IFC_TYPE_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__APPLICABLE_OCCURRENCE = IFC_TYPE_PRODUCT__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__HAS_PROPERTY_SETS = IFC_TYPE_PRODUCT__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__OBJECT_TYPE_OF = IFC_TYPE_PRODUCT__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__REPRESENTATION_MAPS = IFC_TYPE_PRODUCT__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__TAG = IFC_TYPE_PRODUCT__TAG;
/**
* The feature id for the 'Operation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__OPERATION_TYPE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Construction Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__CONSTRUCTION_TYPE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Parameter Takes Precedence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__PARAMETER_TAKES_PRECEDENCE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Sizeable' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE__SIZEABLE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Door Style' class.
*
*
* @generated
* @ordered
*/
int IFC_DOOR_STYLE_FEATURE_COUNT = IFC_TYPE_PRODUCT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedItemImpl Ifc Pre Defined Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedItem()
* @generated
*/
int IFC_PRE_DEFINED_ITEM = 374;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_ITEM__NAME = 0;
/**
* The number of structural features of the 'Ifc Pre Defined Item' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_ITEM_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedColourImpl Ifc Pre Defined Colour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedColourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedColour()
* @generated
*/
int IFC_PRE_DEFINED_COLOUR = 371;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_COLOUR__NAME = IFC_PRE_DEFINED_ITEM__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Colour' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_COLOUR_FEATURE_COUNT = IFC_PRE_DEFINED_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedColourImpl Ifc Draughting Pre Defined Colour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedColourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingPreDefinedColour()
* @generated
*/
int IFC_DRAUGHTING_PRE_DEFINED_COLOUR = 175;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_PRE_DEFINED_COLOUR__NAME = IFC_PRE_DEFINED_COLOUR__NAME;
/**
* The number of structural features of the 'Ifc Draughting Pre Defined Colour' class.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_PRE_DEFINED_COLOUR_FEATURE_COUNT = IFC_PRE_DEFINED_COLOUR_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedCurveFontImpl Ifc Pre Defined Curve Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedCurveFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedCurveFont()
* @generated
*/
int IFC_PRE_DEFINED_CURVE_FONT = 372;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_CURVE_FONT__NAME = IFC_PRE_DEFINED_ITEM__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Curve Font' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_CURVE_FONT_FEATURE_COUNT = IFC_PRE_DEFINED_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedCurveFontImpl Ifc Draughting Pre Defined Curve Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedCurveFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingPreDefinedCurveFont()
* @generated
*/
int IFC_DRAUGHTING_PRE_DEFINED_CURVE_FONT = 176;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_PRE_DEFINED_CURVE_FONT__NAME = IFC_PRE_DEFINED_CURVE_FONT__NAME;
/**
* The number of structural features of the 'Ifc Draughting Pre Defined Curve Font' class.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_PRE_DEFINED_CURVE_FONT_FEATURE_COUNT = IFC_PRE_DEFINED_CURVE_FONT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTextFontImpl Ifc Pre Defined Text Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTextFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedTextFont()
* @generated
*/
int IFC_PRE_DEFINED_TEXT_FONT = 378;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_TEXT_FONT__NAME = IFC_PRE_DEFINED_ITEM__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Text Font' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT = IFC_PRE_DEFINED_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedTextFontImpl Ifc Draughting Pre Defined Text Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedTextFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingPreDefinedTextFont()
* @generated
*/
int IFC_DRAUGHTING_PRE_DEFINED_TEXT_FONT = 177;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_PRE_DEFINED_TEXT_FONT__NAME = IFC_PRE_DEFINED_TEXT_FONT__NAME;
/**
* The number of structural features of the 'Ifc Draughting Pre Defined Text Font' class.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDuctFittingTypeImpl Ifc Duct Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDuctFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctFittingType()
* @generated
*/
int IFC_DUCT_FITTING_TYPE = 178;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__GLOBAL_ID = IFC_FLOW_FITTING_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__OWNER_HISTORY = IFC_FLOW_FITTING_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__NAME = IFC_FLOW_FITTING_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__DESCRIPTION = IFC_FLOW_FITTING_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_FITTING_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_FITTING_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__DECOMPOSES = IFC_FLOW_FITTING_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_FITTING_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_FITTING_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_FITTING_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__OBJECT_TYPE_OF = IFC_FLOW_FITTING_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__REPRESENTATION_MAPS = IFC_FLOW_FITTING_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__TAG = IFC_FLOW_FITTING_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__ELEMENT_TYPE = IFC_FLOW_FITTING_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE__PREDEFINED_TYPE = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Duct Fitting Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_FITTING_TYPE_FEATURE_COUNT = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDuctSegmentTypeImpl Ifc Duct Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDuctSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSegmentType()
* @generated
*/
int IFC_DUCT_SEGMENT_TYPE = 179;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__GLOBAL_ID = IFC_FLOW_SEGMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__OWNER_HISTORY = IFC_FLOW_SEGMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__NAME = IFC_FLOW_SEGMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__DESCRIPTION = IFC_FLOW_SEGMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_SEGMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__DECOMPOSES = IFC_FLOW_SEGMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_SEGMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_SEGMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__OBJECT_TYPE_OF = IFC_FLOW_SEGMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__REPRESENTATION_MAPS = IFC_FLOW_SEGMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__TAG = IFC_FLOW_SEGMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__ELEMENT_TYPE = IFC_FLOW_SEGMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE__PREDEFINED_TYPE = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Duct Segment Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SEGMENT_TYPE_FEATURE_COUNT = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceTypeImpl Ifc Flow Treatment Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTreatmentDeviceType()
* @generated
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE = 254;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Treatment Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDuctSilencerTypeImpl Ifc Duct Silencer Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDuctSilencerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSilencerType()
* @generated
*/
int IFC_DUCT_SILENCER_TYPE = 180;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__GLOBAL_ID = IFC_FLOW_TREATMENT_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__OWNER_HISTORY = IFC_FLOW_TREATMENT_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__NAME = IFC_FLOW_TREATMENT_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__DESCRIPTION = IFC_FLOW_TREATMENT_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TREATMENT_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__DECOMPOSES = IFC_FLOW_TREATMENT_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TREATMENT_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TREATMENT_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TREATMENT_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__TAG = IFC_FLOW_TREATMENT_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__ELEMENT_TYPE = IFC_FLOW_TREATMENT_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE__PREDEFINED_TYPE = IFC_FLOW_TREATMENT_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Duct Silencer Type' class.
*
*
* @generated
* @ordered
*/
int IFC_DUCT_SILENCER_TYPE_FEATURE_COUNT = IFC_FLOW_TREATMENT_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeImpl Ifc Edge}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdge()
* @generated
*/
int IFC_EDGE = 181;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Edge Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE__EDGE_START = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Edge End' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE__EDGE_END = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Edge' class.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeCurveImpl Ifc Edge Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdgeCurve()
* @generated
*/
int IFC_EDGE_CURVE = 182;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE__LAYER_ASSIGNMENTS = IFC_EDGE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE__STYLED_BY_ITEM = IFC_EDGE__STYLED_BY_ITEM;
/**
* The feature id for the 'Edge Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE__EDGE_START = IFC_EDGE__EDGE_START;
/**
* The feature id for the 'Edge End' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE__EDGE_END = IFC_EDGE__EDGE_END;
/**
* The feature id for the 'Edge Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE__EDGE_GEOMETRY = IFC_EDGE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Same Sense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE__SAME_SENSE = IFC_EDGE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Edge Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_CURVE_FEATURE_COUNT = IFC_EDGE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLoopImpl Ifc Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLoop()
* @generated
*/
int IFC_LOOP = 302;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LOOP__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LOOP__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Loop' class.
*
*
* @generated
* @ordered
*/
int IFC_LOOP_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeLoopImpl Ifc Edge Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdgeLoop()
* @generated
*/
int IFC_EDGE_LOOP = 184;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_LOOP__LAYER_ASSIGNMENTS = IFC_LOOP__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_LOOP__STYLED_BY_ITEM = IFC_LOOP__STYLED_BY_ITEM;
/**
* The feature id for the 'Edge List' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_LOOP__EDGE_LIST = IFC_LOOP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Edge Loop' class.
*
*
* @generated
* @ordered
*/
int IFC_EDGE_LOOP_FEATURE_COUNT = IFC_LOOP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricApplianceTypeImpl Ifc Electric Appliance Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricApplianceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricApplianceType()
* @generated
*/
int IFC_ELECTRIC_APPLIANCE_TYPE = 185;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Electric Appliance Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_APPLIANCE_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerImpl Ifc Flow Controller}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowController()
* @generated
*/
int IFC_FLOW_CONTROLLER = 239;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Controller' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_CONTROLLER_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricDistributionPointImpl Ifc Electric Distribution Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricDistributionPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricDistributionPoint()
* @generated
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT = 186;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__GLOBAL_ID = IFC_FLOW_CONTROLLER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__OWNER_HISTORY = IFC_FLOW_CONTROLLER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__NAME = IFC_FLOW_CONTROLLER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__DESCRIPTION = IFC_FLOW_CONTROLLER__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__DECOMPOSES = IFC_FLOW_CONTROLLER__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__OBJECT_TYPE = IFC_FLOW_CONTROLLER__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__IS_DEFINED_BY = IFC_FLOW_CONTROLLER__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__OBJECT_PLACEMENT = IFC_FLOW_CONTROLLER__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__REPRESENTATION = IFC_FLOW_CONTROLLER__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__REFERENCED_BY = IFC_FLOW_CONTROLLER__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__GEOMETRY = IFC_FLOW_CONTROLLER__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__TAG = IFC_FLOW_CONTROLLER__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_STRUCTURAL_MEMBER = IFC_FLOW_CONTROLLER__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__FILLS_VOIDS = IFC_FLOW_CONTROLLER__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__CONNECTED_TO = IFC_FLOW_CONTROLLER__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_COVERINGS = IFC_FLOW_CONTROLLER__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_PROJECTIONS = IFC_FLOW_CONTROLLER__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__REFERENCED_IN_STRUCTURES = IFC_FLOW_CONTROLLER__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_PORTS = IFC_FLOW_CONTROLLER__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_OPENINGS = IFC_FLOW_CONTROLLER__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__IS_CONNECTION_REALIZATION = IFC_FLOW_CONTROLLER__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__PROVIDES_BOUNDARIES = IFC_FLOW_CONTROLLER__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__CONNECTED_FROM = IFC_FLOW_CONTROLLER__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__CONTAINED_IN_STRUCTURE = IFC_FLOW_CONTROLLER__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__HAS_CONTROL_ELEMENTS = IFC_FLOW_CONTROLLER__HAS_CONTROL_ELEMENTS;
/**
* The feature id for the 'Distribution Point Function' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__DISTRIBUTION_POINT_FUNCTION = IFC_FLOW_CONTROLLER_FEATURE_COUNT + 0;
/**
* The feature id for the 'User Defined Function' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT__USER_DEFINED_FUNCTION = IFC_FLOW_CONTROLLER_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Distribution Point' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT_FEATURE_COUNT = IFC_FLOW_CONTROLLER_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceTypeImpl Ifc Flow Storage Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowStorageDeviceType()
* @generated
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE = 250;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Flow Storage Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricFlowStorageDeviceTypeImpl Ifc Electric Flow Storage Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricFlowStorageDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricFlowStorageDeviceType()
* @generated
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE = 187;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__GLOBAL_ID = IFC_FLOW_STORAGE_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__OWNER_HISTORY = IFC_FLOW_STORAGE_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__NAME = IFC_FLOW_STORAGE_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__DESCRIPTION = IFC_FLOW_STORAGE_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_STORAGE_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__DECOMPOSES = IFC_FLOW_STORAGE_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_STORAGE_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_FLOW_STORAGE_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_FLOW_STORAGE_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__TAG = IFC_FLOW_STORAGE_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__ELEMENT_TYPE = IFC_FLOW_STORAGE_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__PREDEFINED_TYPE = IFC_FLOW_STORAGE_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Electric Flow Storage Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE_FEATURE_COUNT = IFC_FLOW_STORAGE_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricGeneratorTypeImpl Ifc Electric Generator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricGeneratorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricGeneratorType()
* @generated
*/
int IFC_ELECTRIC_GENERATOR_TYPE = 188;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Electric Generator Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_GENERATOR_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricHeaterTypeImpl Ifc Electric Heater Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricHeaterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricHeaterType()
* @generated
*/
int IFC_ELECTRIC_HEATER_TYPE = 189;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Electric Heater Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_HEATER_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricMotorTypeImpl Ifc Electric Motor Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricMotorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricMotorType()
* @generated
*/
int IFC_ELECTRIC_MOTOR_TYPE = 190;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Electric Motor Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_MOTOR_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricTimeControlTypeImpl Ifc Electric Time Control Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricTimeControlTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricTimeControlType()
* @generated
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE = 191;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Electric Time Control Type' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyPropertiesImpl Ifc Energy Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyProperties()
* @generated
*/
int IFC_ENERGY_PROPERTIES = 206;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Energy Sequence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__ENERGY_SEQUENCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'User Defined Energy Sequence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES__USER_DEFINED_ENERGY_SEQUENCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Energy Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricalBasePropertiesImpl Ifc Electrical Base Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricalBasePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricalBaseProperties()
* @generated
*/
int IFC_ELECTRICAL_BASE_PROPERTIES = 192;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__GLOBAL_ID = IFC_ENERGY_PROPERTIES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__OWNER_HISTORY = IFC_ENERGY_PROPERTIES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__NAME = IFC_ENERGY_PROPERTIES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__DESCRIPTION = IFC_ENERGY_PROPERTIES__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__HAS_ASSOCIATIONS = IFC_ENERGY_PROPERTIES__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_ENERGY_PROPERTIES__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__DEFINES_TYPE = IFC_ENERGY_PROPERTIES__DEFINES_TYPE;
/**
* The feature id for the 'Energy Sequence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__ENERGY_SEQUENCE = IFC_ENERGY_PROPERTIES__ENERGY_SEQUENCE;
/**
* The feature id for the 'User Defined Energy Sequence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__USER_DEFINED_ENERGY_SEQUENCE = IFC_ENERGY_PROPERTIES__USER_DEFINED_ENERGY_SEQUENCE;
/**
* The feature id for the 'Electric Current Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__ELECTRIC_CURRENT_TYPE = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Input Voltage' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_VOLTAGE = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Input Voltage As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_VOLTAGE_AS_STRING = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Input Frequency' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_FREQUENCY = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Input Frequency As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_FREQUENCY_AS_STRING = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Full Load Current' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__FULL_LOAD_CURRENT = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Full Load Current As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__FULL_LOAD_CURRENT_AS_STRING = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Minimum Circuit Current' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__MINIMUM_CIRCUIT_CURRENT = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 7;
/**
* The feature id for the 'Minimum Circuit Current As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__MINIMUM_CIRCUIT_CURRENT_AS_STRING = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'Maximum Power Input' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__MAXIMUM_POWER_INPUT = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 9;
/**
* The feature id for the 'Maximum Power Input As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__MAXIMUM_POWER_INPUT_AS_STRING = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 10;
/**
* The feature id for the 'Rated Power Input' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__RATED_POWER_INPUT = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 11;
/**
* The feature id for the 'Rated Power Input As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__RATED_POWER_INPUT_AS_STRING = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 12;
/**
* The feature id for the 'Input Phase' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_PHASE = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 13;
/**
* The number of structural features of the 'Ifc Electrical Base Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_BASE_PROPERTIES_FEATURE_COUNT = IFC_ENERGY_PROPERTIES_FEATURE_COUNT + 14;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSystemImpl Ifc System}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSystemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSystem()
* @generated
*/
int IFC_SYSTEM = 589;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The feature id for the 'Services Buildings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM__SERVICES_BUILDINGS = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc System' class.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricalCircuitImpl Ifc Electrical Circuit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricalCircuitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricalCircuit()
* @generated
*/
int IFC_ELECTRICAL_CIRCUIT = 193;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__GLOBAL_ID = IFC_SYSTEM__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__OWNER_HISTORY = IFC_SYSTEM__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__NAME = IFC_SYSTEM__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__DESCRIPTION = IFC_SYSTEM__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__HAS_ASSIGNMENTS = IFC_SYSTEM__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__IS_DECOMPOSED_BY = IFC_SYSTEM__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__DECOMPOSES = IFC_SYSTEM__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__HAS_ASSOCIATIONS = IFC_SYSTEM__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__OBJECT_TYPE = IFC_SYSTEM__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__IS_DEFINED_BY = IFC_SYSTEM__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__IS_GROUPED_BY = IFC_SYSTEM__IS_GROUPED_BY;
/**
* The feature id for the 'Services Buildings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT__SERVICES_BUILDINGS = IFC_SYSTEM__SERVICES_BUILDINGS;
/**
* The number of structural features of the 'Ifc Electrical Circuit' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_CIRCUIT_FEATURE_COUNT = IFC_SYSTEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricalElementImpl Ifc Electrical Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricalElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricalElement()
* @generated
*/
int IFC_ELECTRICAL_ELEMENT = 194;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Electrical Element' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRICAL_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementAssemblyImpl Ifc Element Assembly}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementAssemblyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementAssembly()
* @generated
*/
int IFC_ELEMENT_ASSEMBLY = 196;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Assembly Place' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__ASSEMBLY_PLACE = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY__PREDEFINED_TYPE = IFC_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Element Assembly' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_ASSEMBLY_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementQuantityImpl Ifc Element Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementQuantity()
* @generated
*/
int IFC_ELEMENT_QUANTITY = 199;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Method Of Measurement' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__METHOD_OF_MEASUREMENT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Quantities' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY__QUANTITIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Element Quantity' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENT_QUANTITY_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementarySurfaceImpl Ifc Elementary Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementarySurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementarySurface()
* @generated
*/
int IFC_ELEMENTARY_SURFACE = 201;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENTARY_SURFACE__LAYER_ASSIGNMENTS = IFC_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENTARY_SURFACE__STYLED_BY_ITEM = IFC_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENTARY_SURFACE__POSITION = IFC_SURFACE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENTARY_SURFACE__DIM = IFC_SURFACE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Elementary Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_ELEMENTARY_SURFACE_FEATURE_COUNT = IFC_SURFACE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEllipseImpl Ifc Ellipse}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEllipseImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEllipse()
* @generated
*/
int IFC_ELLIPSE = 202;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__LAYER_ASSIGNMENTS = IFC_CONIC__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__STYLED_BY_ITEM = IFC_CONIC__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__DIM = IFC_CONIC__DIM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__POSITION = IFC_CONIC__POSITION;
/**
* The feature id for the 'Semi Axis1' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__SEMI_AXIS1 = IFC_CONIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Semi Axis1 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__SEMI_AXIS1_AS_STRING = IFC_CONIC_FEATURE_COUNT + 1;
/**
* The feature id for the 'Semi Axis2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__SEMI_AXIS2 = IFC_CONIC_FEATURE_COUNT + 2;
/**
* The feature id for the 'Semi Axis2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE__SEMI_AXIS2_AS_STRING = IFC_CONIC_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Ellipse' class.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_FEATURE_COUNT = IFC_CONIC_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEllipseProfileDefImpl Ifc Ellipse Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEllipseProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEllipseProfileDef()
* @generated
*/
int IFC_ELLIPSE_PROFILE_DEF = 203;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Semi Axis1' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS1 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Semi Axis1 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS1_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Semi Axis2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS2 = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Semi Axis2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS2_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Ellipse Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ELLIPSE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceImpl Ifc Energy Conversion Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyConversionDevice()
* @generated
*/
int IFC_ENERGY_CONVERSION_DEVICE = 204;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Energy Conversion Device' class.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_CONVERSION_DEVICE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnvironmentalImpactValueImpl Ifc Environmental Impact Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnvironmentalImpactValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnvironmentalImpactValue()
* @generated
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE = 207;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__NAME = IFC_APPLIED_VALUE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__DESCRIPTION = IFC_APPLIED_VALUE__DESCRIPTION;
/**
* The feature id for the 'Applied Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__APPLIED_VALUE = IFC_APPLIED_VALUE__APPLIED_VALUE;
/**
* The feature id for the 'Unit Basis' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__UNIT_BASIS = IFC_APPLIED_VALUE__UNIT_BASIS;
/**
* The feature id for the 'Applicable Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__APPLICABLE_DATE = IFC_APPLIED_VALUE__APPLICABLE_DATE;
/**
* The feature id for the 'Fixed Until Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__FIXED_UNTIL_DATE = IFC_APPLIED_VALUE__FIXED_UNTIL_DATE;
/**
* The feature id for the 'Values Referenced' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__VALUES_REFERENCED = IFC_APPLIED_VALUE__VALUES_REFERENCED;
/**
* The feature id for the 'Value Of Components' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__VALUE_OF_COMPONENTS = IFC_APPLIED_VALUE__VALUE_OF_COMPONENTS;
/**
* The feature id for the 'Is Component In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__IS_COMPONENT_IN = IFC_APPLIED_VALUE__IS_COMPONENT_IN;
/**
* The feature id for the 'Impact Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__IMPACT_TYPE = IFC_APPLIED_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Category' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__CATEGORY = IFC_APPLIED_VALUE_FEATURE_COUNT + 1;
/**
* The feature id for the 'User Defined Category' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE__USER_DEFINED_CATEGORY = IFC_APPLIED_VALUE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Environmental Impact Value' class.
*
*
* @generated
* @ordered
*/
int IFC_ENVIRONMENTAL_IMPACT_VALUE_FEATURE_COUNT = IFC_APPLIED_VALUE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentElementImpl Ifc Equipment Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEquipmentElement()
* @generated
*/
int IFC_EQUIPMENT_ELEMENT = 208;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Equipment Element' class.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentStandardImpl Ifc Equipment Standard}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentStandardImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEquipmentStandard()
* @generated
*/
int IFC_EQUIPMENT_STANDARD = 209;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The number of structural features of the 'Ifc Equipment Standard' class.
*
*
* @generated
* @ordered
*/
int IFC_EQUIPMENT_STANDARD_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEvaporativeCoolerTypeImpl Ifc Evaporative Cooler Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEvaporativeCoolerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporativeCoolerType()
* @generated
*/
int IFC_EVAPORATIVE_COOLER_TYPE = 210;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Evaporative Cooler Type' class.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATIVE_COOLER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEvaporatorTypeImpl Ifc Evaporator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEvaporatorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporatorType()
* @generated
*/
int IFC_EVAPORATOR_TYPE = 211;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Evaporator Type' class.
*
*
* @generated
* @ordered
*/
int IFC_EVAPORATOR_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialPropertiesImpl Ifc Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialProperties()
* @generated
*/
int IFC_MATERIAL_PROPERTIES = 312;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_PROPERTIES__MATERIAL = 0;
/**
* The number of structural features of the 'Ifc Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_PROPERTIES_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExtendedMaterialPropertiesImpl Ifc Extended Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExtendedMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExtendedMaterialProperties()
* @generated
*/
int IFC_EXTENDED_MATERIAL_PROPERTIES = 212;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_EXTENDED_MATERIAL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Extended Properties' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EXTENDED_MATERIAL_PROPERTIES__EXTENDED_PROPERTIES = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTENDED_MATERIAL_PROPERTIES__DESCRIPTION = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTENDED_MATERIAL_PROPERTIES__NAME = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Extended Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTENDED_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedHatchStyleImpl Ifc Externally Defined Hatch Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedHatchStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedHatchStyle()
* @generated
*/
int IFC_EXTERNALLY_DEFINED_HATCH_STYLE = 214;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_HATCH_STYLE__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_HATCH_STYLE__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_HATCH_STYLE__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The number of structural features of the 'Ifc Externally Defined Hatch Style' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_HATCH_STYLE_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSurfaceStyleImpl Ifc Externally Defined Surface Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSurfaceStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedSurfaceStyle()
* @generated
*/
int IFC_EXTERNALLY_DEFINED_SURFACE_STYLE = 215;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SURFACE_STYLE__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SURFACE_STYLE__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SURFACE_STYLE__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The number of structural features of the 'Ifc Externally Defined Surface Style' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SURFACE_STYLE_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSymbolImpl Ifc Externally Defined Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedSymbol()
* @generated
*/
int IFC_EXTERNALLY_DEFINED_SYMBOL = 216;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SYMBOL__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SYMBOL__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SYMBOL__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The number of structural features of the 'Ifc Externally Defined Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_SYMBOL_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedTextFontImpl Ifc Externally Defined Text Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedTextFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedTextFont()
* @generated
*/
int IFC_EXTERNALLY_DEFINED_TEXT_FONT = 217;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_TEXT_FONT__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_TEXT_FONT__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_TEXT_FONT__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The number of structural features of the 'Ifc Externally Defined Text Font' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTERNALLY_DEFINED_TEXT_FONT_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSweptAreaSolidImpl Ifc Swept Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSweptAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSweptAreaSolid()
* @generated
*/
int IFC_SWEPT_AREA_SOLID = 584;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_AREA_SOLID__LAYER_ASSIGNMENTS = IFC_SOLID_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_AREA_SOLID__STYLED_BY_ITEM = IFC_SOLID_MODEL__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_AREA_SOLID__DIM = IFC_SOLID_MODEL__DIM;
/**
* The feature id for the 'Swept Area' reference.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_AREA_SOLID__SWEPT_AREA = IFC_SOLID_MODEL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_AREA_SOLID__POSITION = IFC_SOLID_MODEL_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Swept Area Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_AREA_SOLID_FEATURE_COUNT = IFC_SOLID_MODEL_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExtrudedAreaSolidImpl Ifc Extruded Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExtrudedAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExtrudedAreaSolid()
* @generated
*/
int IFC_EXTRUDED_AREA_SOLID = 218;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__LAYER_ASSIGNMENTS = IFC_SWEPT_AREA_SOLID__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__STYLED_BY_ITEM = IFC_SWEPT_AREA_SOLID__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__DIM = IFC_SWEPT_AREA_SOLID__DIM;
/**
* The feature id for the 'Swept Area' reference.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__SWEPT_AREA = IFC_SWEPT_AREA_SOLID__SWEPT_AREA;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__POSITION = IFC_SWEPT_AREA_SOLID__POSITION;
/**
* The feature id for the 'Extruded Direction' reference.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__EXTRUDED_DIRECTION = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__DEPTH = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 1;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID__DEPTH_AS_STRING = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Extruded Area Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_EXTRUDED_AREA_SOLID_FEATURE_COUNT = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceImpl Ifc Face}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFace()
* @generated
*/
int IFC_FACE = 219;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Bounds' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE__BOUNDS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Face' class.
*
*
* @generated
* @ordered
*/
int IFC_FACE_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceBasedSurfaceModelImpl Ifc Face Based Surface Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceBasedSurfaceModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceBasedSurfaceModel()
* @generated
*/
int IFC_FACE_BASED_SURFACE_MODEL = 220;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BASED_SURFACE_MODEL__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BASED_SURFACE_MODEL__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Fbsm Faces' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BASED_SURFACE_MODEL__FBSM_FACES = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BASED_SURFACE_MODEL__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Face Based Surface Model' class.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BASED_SURFACE_MODEL_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceBoundImpl Ifc Face Bound}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceBoundImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceBound()
* @generated
*/
int IFC_FACE_BOUND = 221;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BOUND__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BOUND__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Bound' reference.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BOUND__BOUND = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Orientation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BOUND__ORIENTATION = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Face Bound' class.
*
*
* @generated
* @ordered
*/
int IFC_FACE_BOUND_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceOuterBoundImpl Ifc Face Outer Bound}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceOuterBoundImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceOuterBound()
* @generated
*/
int IFC_FACE_OUTER_BOUND = 222;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_OUTER_BOUND__LAYER_ASSIGNMENTS = IFC_FACE_BOUND__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_OUTER_BOUND__STYLED_BY_ITEM = IFC_FACE_BOUND__STYLED_BY_ITEM;
/**
* The feature id for the 'Bound' reference.
*
*
* @generated
* @ordered
*/
int IFC_FACE_OUTER_BOUND__BOUND = IFC_FACE_BOUND__BOUND;
/**
* The feature id for the 'Orientation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FACE_OUTER_BOUND__ORIENTATION = IFC_FACE_BOUND__ORIENTATION;
/**
* The number of structural features of the 'Ifc Face Outer Bound' class.
*
*
* @generated
* @ordered
*/
int IFC_FACE_OUTER_BOUND_FEATURE_COUNT = IFC_FACE_BOUND_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceSurfaceImpl Ifc Face Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceSurface()
* @generated
*/
int IFC_FACE_SURFACE = 223;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_SURFACE__LAYER_ASSIGNMENTS = IFC_FACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_SURFACE__STYLED_BY_ITEM = IFC_FACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Bounds' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACE_SURFACE__BOUNDS = IFC_FACE__BOUNDS;
/**
* The feature id for the 'Face Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_FACE_SURFACE__FACE_SURFACE = IFC_FACE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Same Sense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FACE_SURFACE__SAME_SENSE = IFC_FACE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Face Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_FACE_SURFACE_FEATURE_COUNT = IFC_FACE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcManifoldSolidBrepImpl Ifc Manifold Solid Brep}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcManifoldSolidBrepImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcManifoldSolidBrep()
* @generated
*/
int IFC_MANIFOLD_SOLID_BREP = 303;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MANIFOLD_SOLID_BREP__LAYER_ASSIGNMENTS = IFC_SOLID_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MANIFOLD_SOLID_BREP__STYLED_BY_ITEM = IFC_SOLID_MODEL__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MANIFOLD_SOLID_BREP__DIM = IFC_SOLID_MODEL__DIM;
/**
* The feature id for the 'Outer' reference.
*
*
* @generated
* @ordered
*/
int IFC_MANIFOLD_SOLID_BREP__OUTER = IFC_SOLID_MODEL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Manifold Solid Brep' class.
*
*
* @generated
* @ordered
*/
int IFC_MANIFOLD_SOLID_BREP_FEATURE_COUNT = IFC_SOLID_MODEL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepImpl Ifc Faceted Brep}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFacetedBrep()
* @generated
*/
int IFC_FACETED_BREP = 224;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP__LAYER_ASSIGNMENTS = IFC_MANIFOLD_SOLID_BREP__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP__STYLED_BY_ITEM = IFC_MANIFOLD_SOLID_BREP__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP__DIM = IFC_MANIFOLD_SOLID_BREP__DIM;
/**
* The feature id for the 'Outer' reference.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP__OUTER = IFC_MANIFOLD_SOLID_BREP__OUTER;
/**
* The number of structural features of the 'Ifc Faceted Brep' class.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_FEATURE_COUNT = IFC_MANIFOLD_SOLID_BREP_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepWithVoidsImpl Ifc Faceted Brep With Voids}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepWithVoidsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFacetedBrepWithVoids()
* @generated
*/
int IFC_FACETED_BREP_WITH_VOIDS = 225;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_WITH_VOIDS__LAYER_ASSIGNMENTS = IFC_MANIFOLD_SOLID_BREP__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_WITH_VOIDS__STYLED_BY_ITEM = IFC_MANIFOLD_SOLID_BREP__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_WITH_VOIDS__DIM = IFC_MANIFOLD_SOLID_BREP__DIM;
/**
* The feature id for the 'Outer' reference.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_WITH_VOIDS__OUTER = IFC_MANIFOLD_SOLID_BREP__OUTER;
/**
* The feature id for the 'Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_WITH_VOIDS__VOIDS = IFC_MANIFOLD_SOLID_BREP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Faceted Brep With Voids' class.
*
*
* @generated
* @ordered
*/
int IFC_FACETED_BREP_WITH_VOIDS_FEATURE_COUNT = IFC_MANIFOLD_SOLID_BREP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionConditionImpl Ifc Structural Connection Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralConnectionCondition()
* @generated
*/
int IFC_STRUCTURAL_CONNECTION_CONDITION = 537;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION_CONDITION__NAME = 0;
/**
* The number of structural features of the 'Ifc Structural Connection Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFailureConnectionConditionImpl Ifc Failure Connection Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFailureConnectionConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFailureConnectionCondition()
* @generated
*/
int IFC_FAILURE_CONNECTION_CONDITION = 226;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__NAME = IFC_STRUCTURAL_CONNECTION_CONDITION__NAME;
/**
* The feature id for the 'Tension Failure X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_X = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Tension Failure XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_XAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Tension Failure Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_Y = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Tension Failure YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_YAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 3;
/**
* The feature id for the 'Tension Failure Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_Z = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Tension Failure ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_ZAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 5;
/**
* The feature id for the 'Compression Failure X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_X = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Compression Failure XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_XAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Compression Failure Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_Y = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Compression Failure YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_YAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'Compression Failure Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_Z = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 10;
/**
* The feature id for the 'Compression Failure ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_ZAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT
+ 11;
/**
* The number of structural features of the 'Ifc Failure Connection Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_FAILURE_CONNECTION_CONDITION_FEATURE_COUNT = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFanTypeImpl Ifc Fan Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFanTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFanType()
* @generated
*/
int IFC_FAN_TYPE = 227;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__GLOBAL_ID = IFC_FLOW_MOVING_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__OWNER_HISTORY = IFC_FLOW_MOVING_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__NAME = IFC_FLOW_MOVING_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__DESCRIPTION = IFC_FLOW_MOVING_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_MOVING_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__DECOMPOSES = IFC_FLOW_MOVING_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_MOVING_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__OBJECT_TYPE_OF = IFC_FLOW_MOVING_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__REPRESENTATION_MAPS = IFC_FLOW_MOVING_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__TAG = IFC_FLOW_MOVING_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__ELEMENT_TYPE = IFC_FLOW_MOVING_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE__PREDEFINED_TYPE = IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Fan Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FAN_TYPE_FEATURE_COUNT = IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFastenerImpl Ifc Fastener}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFastenerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFastener()
* @generated
*/
int IFC_FASTENER = 228;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__GLOBAL_ID = IFC_ELEMENT_COMPONENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__OWNER_HISTORY = IFC_ELEMENT_COMPONENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__NAME = IFC_ELEMENT_COMPONENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__DESCRIPTION = IFC_ELEMENT_COMPONENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_ASSIGNMENTS = IFC_ELEMENT_COMPONENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__IS_DECOMPOSED_BY = IFC_ELEMENT_COMPONENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__DECOMPOSES = IFC_ELEMENT_COMPONENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_ASSOCIATIONS = IFC_ELEMENT_COMPONENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__OBJECT_TYPE = IFC_ELEMENT_COMPONENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__IS_DEFINED_BY = IFC_ELEMENT_COMPONENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__OBJECT_PLACEMENT = IFC_ELEMENT_COMPONENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__REPRESENTATION = IFC_ELEMENT_COMPONENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__REFERENCED_BY = IFC_ELEMENT_COMPONENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__GEOMETRY = IFC_ELEMENT_COMPONENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__TAG = IFC_ELEMENT_COMPONENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT_COMPONENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__FILLS_VOIDS = IFC_ELEMENT_COMPONENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__CONNECTED_TO = IFC_ELEMENT_COMPONENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_COVERINGS = IFC_ELEMENT_COMPONENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_PROJECTIONS = IFC_ELEMENT_COMPONENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__REFERENCED_IN_STRUCTURES = IFC_ELEMENT_COMPONENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_PORTS = IFC_ELEMENT_COMPONENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__HAS_OPENINGS = IFC_ELEMENT_COMPONENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__IS_CONNECTION_REALIZATION = IFC_ELEMENT_COMPONENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__PROVIDES_BOUNDARIES = IFC_ELEMENT_COMPONENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__CONNECTED_FROM = IFC_ELEMENT_COMPONENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER__CONTAINED_IN_STRUCTURE = IFC_ELEMENT_COMPONENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Fastener' class.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_FEATURE_COUNT = IFC_ELEMENT_COMPONENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFastenerTypeImpl Ifc Fastener Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFastenerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFastenerType()
* @generated
*/
int IFC_FASTENER_TYPE = 229;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__GLOBAL_ID = IFC_ELEMENT_COMPONENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__OWNER_HISTORY = IFC_ELEMENT_COMPONENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__NAME = IFC_ELEMENT_COMPONENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__DESCRIPTION = IFC_ELEMENT_COMPONENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_COMPONENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_COMPONENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__DECOMPOSES = IFC_ELEMENT_COMPONENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_COMPONENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_COMPONENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_COMPONENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_COMPONENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_COMPONENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__TAG = IFC_ELEMENT_COMPONENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE__ELEMENT_TYPE = IFC_ELEMENT_COMPONENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Fastener Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FASTENER_TYPE_FEATURE_COUNT = IFC_ELEMENT_COMPONENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementAdditionImpl Ifc Feature Element Addition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementAdditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFeatureElementAddition()
* @generated
*/
int IFC_FEATURE_ELEMENT_ADDITION = 231;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__GLOBAL_ID = IFC_FEATURE_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__OWNER_HISTORY = IFC_FEATURE_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__NAME = IFC_FEATURE_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__DESCRIPTION = IFC_FEATURE_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_ASSIGNMENTS = IFC_FEATURE_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__IS_DECOMPOSED_BY = IFC_FEATURE_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__DECOMPOSES = IFC_FEATURE_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_ASSOCIATIONS = IFC_FEATURE_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__OBJECT_TYPE = IFC_FEATURE_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__IS_DEFINED_BY = IFC_FEATURE_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__OBJECT_PLACEMENT = IFC_FEATURE_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__REPRESENTATION = IFC_FEATURE_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__REFERENCED_BY = IFC_FEATURE_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__GEOMETRY = IFC_FEATURE_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__TAG = IFC_FEATURE_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_STRUCTURAL_MEMBER = IFC_FEATURE_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__FILLS_VOIDS = IFC_FEATURE_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__CONNECTED_TO = IFC_FEATURE_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_COVERINGS = IFC_FEATURE_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_PROJECTIONS = IFC_FEATURE_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__REFERENCED_IN_STRUCTURES = IFC_FEATURE_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_PORTS = IFC_FEATURE_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__HAS_OPENINGS = IFC_FEATURE_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__IS_CONNECTION_REALIZATION = IFC_FEATURE_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__PROVIDES_BOUNDARIES = IFC_FEATURE_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__CONNECTED_FROM = IFC_FEATURE_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__CONTAINED_IN_STRUCTURE = IFC_FEATURE_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Projects Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION__PROJECTS_ELEMENTS = IFC_FEATURE_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Feature Element Addition' class.
*
*
* @generated
* @ordered
*/
int IFC_FEATURE_ELEMENT_ADDITION_FEATURE_COUNT = IFC_FEATURE_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleImpl Ifc Fill Area Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyle()
* @generated
*/
int IFC_FILL_AREA_STYLE = 233;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE__NAME = IFC_PRESENTATION_STYLE__NAME;
/**
* The feature id for the 'Fill Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE__FILL_STYLES = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Fill Area Style' class.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_FEATURE_COUNT = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleHatchingImpl Ifc Fill Area Style Hatching}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleHatchingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleHatching()
* @generated
*/
int IFC_FILL_AREA_STYLE_HATCHING = 234;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Hatch Line Appearance' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__HATCH_LINE_APPEARANCE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Start Of Next Hatch Line' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__START_OF_NEXT_HATCH_LINE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Point Of Reference Hatch Line' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__POINT_OF_REFERENCE_HATCH_LINE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Pattern Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__PATTERN_START = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The feature id for the 'Hatch Line Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__HATCH_LINE_ANGLE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The feature id for the 'Hatch Line Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING__HATCH_LINE_ANGLE_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Fill Area Style Hatching' class.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_HATCHING_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTileSymbolWithStyleImpl Ifc Fill Area Style Tile Symbol With Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTileSymbolWithStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleTileSymbolWithStyle()
* @generated
*/
int IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE = 235;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Symbol' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE__SYMBOL = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Fill Area Style Tile Symbol With Style' class.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTilesImpl Ifc Fill Area Style Tiles}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTilesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleTiles()
* @generated
*/
int IFC_FILL_AREA_STYLE_TILES = 236;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Tiling Pattern' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES__TILING_PATTERN = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Tiles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES__TILES = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Tiling Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES__TILING_SCALE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Tiling Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES__TILING_SCALE_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Fill Area Style Tiles' class.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILES_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFilterTypeImpl Ifc Filter Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFilterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFilterType()
* @generated
*/
int IFC_FILTER_TYPE = 237;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__GLOBAL_ID = IFC_FLOW_TREATMENT_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__OWNER_HISTORY = IFC_FLOW_TREATMENT_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__NAME = IFC_FLOW_TREATMENT_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__DESCRIPTION = IFC_FLOW_TREATMENT_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TREATMENT_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__DECOMPOSES = IFC_FLOW_TREATMENT_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TREATMENT_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TREATMENT_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TREATMENT_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TREATMENT_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__TAG = IFC_FLOW_TREATMENT_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__ELEMENT_TYPE = IFC_FLOW_TREATMENT_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE__PREDEFINED_TYPE = IFC_FLOW_TREATMENT_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Filter Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FILTER_TYPE_FEATURE_COUNT = IFC_FLOW_TREATMENT_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFireSuppressionTerminalTypeImpl Ifc Fire Suppression Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFireSuppressionTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFireSuppressionTerminalType()
* @generated
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE = 238;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Fire Suppression Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingImpl Ifc Flow Fitting}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowFitting()
* @generated
*/
int IFC_FLOW_FITTING = 241;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Fitting' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_FITTING_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowInstrumentTypeImpl Ifc Flow Instrument Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowInstrumentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowInstrumentType()
* @generated
*/
int IFC_FLOW_INSTRUMENT_TYPE = 243;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__NAME = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__DESCRIPTION = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__DECOMPOSES = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__TAG = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE__PREDEFINED_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Flow Instrument Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_INSTRUMENT_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowMeterTypeImpl Ifc Flow Meter Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowMeterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMeterType()
* @generated
*/
int IFC_FLOW_METER_TYPE = 244;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Flow Meter Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_METER_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceImpl Ifc Flow Moving Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMovingDevice()
* @generated
*/
int IFC_FLOW_MOVING_DEVICE = 245;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Moving Device' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_MOVING_DEVICE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentImpl Ifc Flow Segment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowSegment()
* @generated
*/
int IFC_FLOW_SEGMENT = 247;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Segment' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_SEGMENT_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceImpl Ifc Flow Storage Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowStorageDevice()
* @generated
*/
int IFC_FLOW_STORAGE_DEVICE = 249;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Storage Device' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_STORAGE_DEVICE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalImpl Ifc Flow Terminal}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTerminal()
* @generated
*/
int IFC_FLOW_TERMINAL = 251;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Terminal' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TERMINAL_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceImpl Ifc Flow Treatment Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTreatmentDevice()
* @generated
*/
int IFC_FLOW_TREATMENT_DEVICE = 253;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__GLOBAL_ID = IFC_DISTRIBUTION_FLOW_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__OWNER_HISTORY = IFC_DISTRIBUTION_FLOW_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__NAME = IFC_DISTRIBUTION_FLOW_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__DESCRIPTION = IFC_DISTRIBUTION_FLOW_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__DECOMPOSES = IFC_DISTRIBUTION_FLOW_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__OBJECT_TYPE = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__IS_DEFINED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__OBJECT_PLACEMENT = IFC_DISTRIBUTION_FLOW_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__REPRESENTATION = IFC_DISTRIBUTION_FLOW_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__REFERENCED_BY = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__GEOMETRY = IFC_DISTRIBUTION_FLOW_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__TAG = IFC_DISTRIBUTION_FLOW_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_STRUCTURAL_MEMBER = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__FILLS_VOIDS = IFC_DISTRIBUTION_FLOW_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__CONNECTED_TO = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_COVERINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_PROJECTIONS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__REFERENCED_IN_STRUCTURES = IFC_DISTRIBUTION_FLOW_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_PORTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_OPENINGS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__IS_CONNECTION_REALIZATION = IFC_DISTRIBUTION_FLOW_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__PROVIDES_BOUNDARIES = IFC_DISTRIBUTION_FLOW_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__CONNECTED_FROM = IFC_DISTRIBUTION_FLOW_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__CONTAINED_IN_STRUCTURE = IFC_DISTRIBUTION_FLOW_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Has Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE__HAS_CONTROL_ELEMENTS = IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS;
/**
* The number of structural features of the 'Ifc Flow Treatment Device' class.
*
*
* @generated
* @ordered
*/
int IFC_FLOW_TREATMENT_DEVICE_FEATURE_COUNT = IFC_DISTRIBUTION_FLOW_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFluidFlowPropertiesImpl Ifc Fluid Flow Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFluidFlowPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFluidFlowProperties()
* @generated
*/
int IFC_FLUID_FLOW_PROPERTIES = 255;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Property Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__PROPERTY_SOURCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Flow Condition Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__FLOW_CONDITION_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Velocity Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__VELOCITY_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Flowrate Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__FLOWRATE_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Fluid' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__FLUID = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Pressure Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__PRESSURE_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'User Defined Property Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__USER_DEFINED_PROPERTY_SOURCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Temperature Single Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__TEMPERATURE_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'Temperature Single Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__TEMPERATURE_SINGLE_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Wet Bulb Temperature Single Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__WET_BULB_TEMPERATURE_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 9;
/**
* The feature id for the 'Wet Bulb Temperature Single Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__WET_BULB_TEMPERATURE_SINGLE_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 10;
/**
* The feature id for the 'Wet Bulb Temperature Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__WET_BULB_TEMPERATURE_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 11;
/**
* The feature id for the 'Temperature Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__TEMPERATURE_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 12;
/**
* The feature id for the 'Flowrate Single Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__FLOWRATE_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 13;
/**
* The feature id for the 'Flow Condition Single Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__FLOW_CONDITION_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 14;
/**
* The feature id for the 'Flow Condition Single Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__FLOW_CONDITION_SINGLE_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 15;
/**
* The feature id for the 'Velocity Single Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__VELOCITY_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 16;
/**
* The feature id for the 'Velocity Single Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__VELOCITY_SINGLE_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 17;
/**
* The feature id for the 'Pressure Single Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__PRESSURE_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 18;
/**
* The feature id for the 'Pressure Single Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES__PRESSURE_SINGLE_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 19;
/**
* The number of structural features of the 'Ifc Fluid Flow Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_FLUID_FLOW_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 20;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFootingImpl Ifc Footing}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFootingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFooting()
* @generated
*/
int IFC_FOOTING = 256;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Footing' class.
*
*
* @generated
* @ordered
*/
int IFC_FOOTING_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFuelPropertiesImpl Ifc Fuel Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFuelPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFuelProperties()
* @generated
*/
int IFC_FUEL_PROPERTIES = 257;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Combustion Temperature' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__COMBUSTION_TEMPERATURE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Combustion Temperature As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__COMBUSTION_TEMPERATURE_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Carbon Content' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__CARBON_CONTENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Carbon Content As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__CARBON_CONTENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Lower Heating Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__LOWER_HEATING_VALUE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Lower Heating Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__LOWER_HEATING_VALUE_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Higher Heating Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__HIGHER_HEATING_VALUE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Higher Heating Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES__HIGHER_HEATING_VALUE_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Fuel Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_FUEL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementImpl Ifc Furnishing Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnishingElement()
* @generated
*/
int IFC_FURNISHING_ELEMENT = 258;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Furnishing Element' class.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementTypeImpl Ifc Furnishing Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnishingElementType()
* @generated
*/
int IFC_FURNISHING_ELEMENT_TYPE = 259;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__GLOBAL_ID = IFC_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__OWNER_HISTORY = IFC_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__NAME = IFC_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__DESCRIPTION = IFC_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__DECOMPOSES = IFC_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__TAG = IFC_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE__ELEMENT_TYPE = IFC_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Furnishing Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FURNISHING_ELEMENT_TYPE_FEATURE_COUNT = IFC_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureStandardImpl Ifc Furniture Standard}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureStandardImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnitureStandard()
* @generated
*/
int IFC_FURNITURE_STANDARD = 260;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The number of structural features of the 'Ifc Furniture Standard' class.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_STANDARD_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureTypeImpl Ifc Furniture Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnitureType()
* @generated
*/
int IFC_FURNITURE_TYPE = 261;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__GLOBAL_ID = IFC_FURNISHING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__OWNER_HISTORY = IFC_FURNISHING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__NAME = IFC_FURNISHING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__DESCRIPTION = IFC_FURNISHING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__HAS_ASSIGNMENTS = IFC_FURNISHING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__IS_DECOMPOSED_BY = IFC_FURNISHING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__DECOMPOSES = IFC_FURNISHING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__HAS_ASSOCIATIONS = IFC_FURNISHING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__APPLICABLE_OCCURRENCE = IFC_FURNISHING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__HAS_PROPERTY_SETS = IFC_FURNISHING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__OBJECT_TYPE_OF = IFC_FURNISHING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__REPRESENTATION_MAPS = IFC_FURNISHING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__TAG = IFC_FURNISHING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__ELEMENT_TYPE = IFC_FURNISHING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Assembly Place' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE__ASSEMBLY_PLACE = IFC_FURNISHING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Furniture Type' class.
*
*
* @generated
* @ordered
*/
int IFC_FURNITURE_TYPE_FEATURE_COUNT = IFC_FURNISHING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGasTerminalTypeImpl Ifc Gas Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGasTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGasTerminalType()
* @generated
*/
int IFC_GAS_TERMINAL_TYPE = 262;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Gas Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_GAS_TERMINAL_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeneralMaterialPropertiesImpl Ifc General Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeneralMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeneralMaterialProperties()
* @generated
*/
int IFC_GENERAL_MATERIAL_PROPERTIES = 263;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Molecular Weight' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__MOLECULAR_WEIGHT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Molecular Weight As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__MOLECULAR_WEIGHT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Porosity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__POROSITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Porosity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__POROSITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Mass Density' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__MASS_DENSITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Mass Density As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES__MASS_DENSITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc General Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProfilePropertiesImpl Ifc Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProfileProperties()
* @generated
*/
int IFC_PROFILE_PROPERTIES = 390;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROFILE_PROPERTIES__PROFILE_NAME = 0;
/**
* The feature id for the 'Profile Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROFILE_PROPERTIES__PROFILE_DEFINITION = 1;
/**
* The number of structural features of the 'Ifc Profile Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_PROFILE_PROPERTIES_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeneralProfilePropertiesImpl Ifc General Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeneralProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeneralProfileProperties()
* @generated
*/
int IFC_GENERAL_PROFILE_PROPERTIES = 264;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__PROFILE_NAME = IFC_PROFILE_PROPERTIES__PROFILE_NAME;
/**
* The feature id for the 'Profile Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__PROFILE_DEFINITION = IFC_PROFILE_PROPERTIES__PROFILE_DEFINITION;
/**
* The feature id for the 'Physical Weight' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Physical Weight As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Perimeter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__PERIMETER = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Perimeter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__PERIMETER_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Minimum Plate Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Minimum Plate Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Maximum Plate Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Maximum Plate Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 7;
/**
* The feature id for the 'Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 9;
/**
* The number of structural features of the 'Ifc General Profile Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricSetImpl Ifc Geometric Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricSet()
* @generated
*/
int IFC_GEOMETRIC_SET = 269;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_SET__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_SET__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_SET__ELEMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_SET__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Geometric Set' class.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_SET_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricCurveSetImpl Ifc Geometric Curve Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricCurveSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricCurveSet()
* @generated
*/
int IFC_GEOMETRIC_CURVE_SET = 265;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_CURVE_SET__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_SET__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_CURVE_SET__STYLED_BY_ITEM = IFC_GEOMETRIC_SET__STYLED_BY_ITEM;
/**
* The feature id for the 'Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_CURVE_SET__ELEMENTS = IFC_GEOMETRIC_SET__ELEMENTS;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_CURVE_SET__DIM = IFC_GEOMETRIC_SET__DIM;
/**
* The number of structural features of the 'Ifc Geometric Curve Set' class.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_CURVE_SET_FEATURE_COUNT = IFC_GEOMETRIC_SET_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationContextImpl Ifc Representation Context}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationContextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentationContext()
* @generated
*/
int IFC_REPRESENTATION_CONTEXT = 488;
/**
* The feature id for the 'Context Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_CONTEXT__CONTEXT_IDENTIFIER = 0;
/**
* The feature id for the 'Context Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_CONTEXT__CONTEXT_TYPE = 1;
/**
* The feature id for the 'Representations In Context' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_CONTEXT__REPRESENTATIONS_IN_CONTEXT = 2;
/**
* The number of structural features of the 'Ifc Representation Context' class.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationContextImpl Ifc Geometric Representation Context}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationContextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricRepresentationContext()
* @generated
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT = 266;
/**
* The feature id for the 'Context Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__CONTEXT_IDENTIFIER = IFC_REPRESENTATION_CONTEXT__CONTEXT_IDENTIFIER;
/**
* The feature id for the 'Context Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__CONTEXT_TYPE = IFC_REPRESENTATION_CONTEXT__CONTEXT_TYPE;
/**
* The feature id for the 'Representations In Context' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__REPRESENTATIONS_IN_CONTEXT = IFC_REPRESENTATION_CONTEXT__REPRESENTATIONS_IN_CONTEXT;
/**
* The feature id for the 'Coordinate Space Dimension' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__COORDINATE_SPACE_DIMENSION = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Precision' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__PRECISION = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Precision As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__PRECISION_AS_STRING = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 2;
/**
* The feature id for the 'World Coordinate System' reference.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__WORLD_COORDINATE_SYSTEM = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 3;
/**
* The feature id for the 'True North' reference.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__TRUE_NORTH = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Has Sub Contexts' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT__HAS_SUB_CONTEXTS = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Geometric Representation Context' class.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT = IFC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationSubContextImpl Ifc Geometric Representation Sub Context}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationSubContextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricRepresentationSubContext()
* @generated
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT = 268;
/**
* The feature id for the 'Context Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__CONTEXT_IDENTIFIER = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__CONTEXT_IDENTIFIER;
/**
* The feature id for the 'Context Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__CONTEXT_TYPE = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__CONTEXT_TYPE;
/**
* The feature id for the 'Representations In Context' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__REPRESENTATIONS_IN_CONTEXT = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__REPRESENTATIONS_IN_CONTEXT;
/**
* The feature id for the 'Coordinate Space Dimension' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__COORDINATE_SPACE_DIMENSION = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__COORDINATE_SPACE_DIMENSION;
/**
* The feature id for the 'Precision' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__PRECISION = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__PRECISION;
/**
* The feature id for the 'Precision As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__PRECISION_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__PRECISION_AS_STRING;
/**
* The feature id for the 'World Coordinate System' reference.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__WORLD_COORDINATE_SYSTEM = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__WORLD_COORDINATE_SYSTEM;
/**
* The feature id for the 'True North' reference.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TRUE_NORTH = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__TRUE_NORTH;
/**
* The feature id for the 'Has Sub Contexts' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__HAS_SUB_CONTEXTS = IFC_GEOMETRIC_REPRESENTATION_CONTEXT__HAS_SUB_CONTEXTS;
/**
* The feature id for the 'Parent Context' reference.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__PARENT_CONTEXT = IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Target Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TARGET_SCALE = IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Target Scale As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TARGET_SCALE_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Target View' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TARGET_VIEW = IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 3;
/**
* The feature id for the 'User Defined Target View' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__USER_DEFINED_TARGET_VIEW = IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT
+ 4;
/**
* The number of structural features of the 'Ifc Geometric Representation Sub Context' class.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_CONTEXT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGridImpl Ifc Grid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGridImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGrid()
* @generated
*/
int IFC_GRID = 270;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GRID__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GRID__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GRID__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GRID__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'UAxes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__UAXES = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'VAxes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__VAXES = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'WAxes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__WAXES = IFC_PRODUCT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID__CONTAINED_IN_STRUCTURE = IFC_PRODUCT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Grid' class.
*
*
* @generated
* @ordered
*/
int IFC_GRID_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGridAxisImpl Ifc Grid Axis}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGridAxisImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGridAxis()
* @generated
*/
int IFC_GRID_AXIS = 271;
/**
* The feature id for the 'Axis Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__AXIS_TAG = 0;
/**
* The feature id for the 'Axis Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__AXIS_CURVE = 1;
/**
* The feature id for the 'Same Sense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__SAME_SENSE = 2;
/**
* The feature id for the 'Part Of W' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__PART_OF_W = 3;
/**
* The feature id for the 'Part Of V' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__PART_OF_V = 4;
/**
* The feature id for the 'Part Of U' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__PART_OF_U = 5;
/**
* The feature id for the 'Has Intersections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS__HAS_INTERSECTIONS = 6;
/**
* The number of structural features of the 'Ifc Grid Axis' class.
*
*
* @generated
* @ordered
*/
int IFC_GRID_AXIS_FEATURE_COUNT = 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectPlacementImpl Ifc Object Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectPlacement()
* @generated
*/
int IFC_OBJECT_PLACEMENT = 328;
/**
* The feature id for the 'Places Object' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_PLACEMENT__PLACES_OBJECT = 0;
/**
* The feature id for the 'Referenced By Placements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_PLACEMENT__REFERENCED_BY_PLACEMENTS = 1;
/**
* The number of structural features of the 'Ifc Object Placement' class.
*
*
* @generated
* @ordered
*/
int IFC_OBJECT_PLACEMENT_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGridPlacementImpl Ifc Grid Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGridPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGridPlacement()
* @generated
*/
int IFC_GRID_PLACEMENT = 272;
/**
* The feature id for the 'Places Object' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID_PLACEMENT__PLACES_OBJECT = IFC_OBJECT_PLACEMENT__PLACES_OBJECT;
/**
* The feature id for the 'Referenced By Placements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_GRID_PLACEMENT__REFERENCED_BY_PLACEMENTS = IFC_OBJECT_PLACEMENT__REFERENCED_BY_PLACEMENTS;
/**
* The feature id for the 'Placement Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID_PLACEMENT__PLACEMENT_LOCATION = IFC_OBJECT_PLACEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Placement Ref Direction' reference.
*
*
* @generated
* @ordered
*/
int IFC_GRID_PLACEMENT__PLACEMENT_REF_DIRECTION = IFC_OBJECT_PLACEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Grid Placement' class.
*
*
* @generated
* @ordered
*/
int IFC_GRID_PLACEMENT_FEATURE_COUNT = IFC_OBJECT_PLACEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHeatExchangerTypeImpl Ifc Heat Exchanger Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHeatExchangerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatExchangerType()
* @generated
*/
int IFC_HEAT_EXCHANGER_TYPE = 275;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Heat Exchanger Type' class.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_EXCHANGER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHumidifierTypeImpl Ifc Humidifier Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHumidifierTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHumidifierType()
* @generated
*/
int IFC_HUMIDIFIER_TYPE = 276;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Humidifier Type' class.
*
*
* @generated
* @ordered
*/
int IFC_HUMIDIFIER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHygroscopicMaterialPropertiesImpl Ifc Hygroscopic Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHygroscopicMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHygroscopicMaterialProperties()
* @generated
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES = 277;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Upper Vapor Resistance Factor' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__UPPER_VAPOR_RESISTANCE_FACTOR = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Upper Vapor Resistance Factor As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__UPPER_VAPOR_RESISTANCE_FACTOR_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Lower Vapor Resistance Factor' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__LOWER_VAPOR_RESISTANCE_FACTOR = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Lower Vapor Resistance Factor As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__LOWER_VAPOR_RESISTANCE_FACTOR_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 3;
/**
* The feature id for the 'Isothermal Moisture Capacity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__ISOTHERMAL_MOISTURE_CAPACITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Isothermal Moisture Capacity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__ISOTHERMAL_MOISTURE_CAPACITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 5;
/**
* The feature id for the 'Vapor Permeability' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__VAPOR_PERMEABILITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Vapor Permeability As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__VAPOR_PERMEABILITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 7;
/**
* The feature id for the 'Moisture Diffusivity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__MOISTURE_DIFFUSIVITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'Moisture Diffusivity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__MOISTURE_DIFFUSIVITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 9;
/**
* The number of structural features of the 'Ifc Hygroscopic Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_HYGROSCOPIC_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcImageTextureImpl Ifc Image Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcImageTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcImageTexture()
* @generated
*/
int IFC_IMAGE_TEXTURE = 279;
/**
* The feature id for the 'Repeat S' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IMAGE_TEXTURE__REPEAT_S = IFC_SURFACE_TEXTURE__REPEAT_S;
/**
* The feature id for the 'Repeat T' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IMAGE_TEXTURE__REPEAT_T = IFC_SURFACE_TEXTURE__REPEAT_T;
/**
* The feature id for the 'Texture Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IMAGE_TEXTURE__TEXTURE_TYPE = IFC_SURFACE_TEXTURE__TEXTURE_TYPE;
/**
* The feature id for the 'Texture Transform' reference.
*
*
* @generated
* @ordered
*/
int IFC_IMAGE_TEXTURE__TEXTURE_TRANSFORM = IFC_SURFACE_TEXTURE__TEXTURE_TRANSFORM;
/**
* The feature id for the 'Url Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IMAGE_TEXTURE__URL_REFERENCE = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Image Texture' class.
*
*
* @generated
* @ordered
*/
int IFC_IMAGE_TEXTURE_FEATURE_COUNT = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcInventoryImpl Ifc Inventory}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcInventoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInventory()
* @generated
*/
int IFC_INVENTORY = 280;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The feature id for the 'Inventory Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__INVENTORY_TYPE = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The feature id for the 'Jurisdiction' reference.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__JURISDICTION = IFC_GROUP_FEATURE_COUNT + 1;
/**
* The feature id for the 'Responsible Persons' reference list.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__RESPONSIBLE_PERSONS = IFC_GROUP_FEATURE_COUNT + 2;
/**
* The feature id for the 'Last Update Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__LAST_UPDATE_DATE = IFC_GROUP_FEATURE_COUNT + 3;
/**
* The feature id for the 'Current Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__CURRENT_VALUE = IFC_GROUP_FEATURE_COUNT + 4;
/**
* The feature id for the 'Original Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY__ORIGINAL_VALUE = IFC_GROUP_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Inventory' class.
*
*
* @generated
* @ordered
*/
int IFC_INVENTORY_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesImpl Ifc Time Series}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeries()
* @generated
*/
int IFC_TIME_SERIES = 612;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__NAME = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__DESCRIPTION = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Start Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__START_TIME = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'End Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__END_TIME = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Time Series Data Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__TIME_SERIES_DATA_TYPE = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Data Origin' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__DATA_ORIGIN = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'User Defined Data Origin' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__USER_DEFINED_DATA_ORIGIN = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__UNIT = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Documented By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES__DOCUMENTED_BY = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Time Series' class.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_FEATURE_COUNT = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesImpl Ifc Irregular Time Series}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIrregularTimeSeries()
* @generated
*/
int IFC_IRREGULAR_TIME_SERIES = 281;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__NAME = IFC_TIME_SERIES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__DESCRIPTION = IFC_TIME_SERIES__DESCRIPTION;
/**
* The feature id for the 'Start Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__START_TIME = IFC_TIME_SERIES__START_TIME;
/**
* The feature id for the 'End Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__END_TIME = IFC_TIME_SERIES__END_TIME;
/**
* The feature id for the 'Time Series Data Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__TIME_SERIES_DATA_TYPE = IFC_TIME_SERIES__TIME_SERIES_DATA_TYPE;
/**
* The feature id for the 'Data Origin' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__DATA_ORIGIN = IFC_TIME_SERIES__DATA_ORIGIN;
/**
* The feature id for the 'User Defined Data Origin' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__USER_DEFINED_DATA_ORIGIN = IFC_TIME_SERIES__USER_DEFINED_DATA_ORIGIN;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__UNIT = IFC_TIME_SERIES__UNIT;
/**
* The feature id for the 'Documented By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__DOCUMENTED_BY = IFC_TIME_SERIES__DOCUMENTED_BY;
/**
* The feature id for the 'Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES__VALUES = IFC_TIME_SERIES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Irregular Time Series' class.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES_FEATURE_COUNT = IFC_TIME_SERIES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesValueImpl Ifc Irregular Time Series Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIrregularTimeSeriesValue()
* @generated
*/
int IFC_IRREGULAR_TIME_SERIES_VALUE = 282;
/**
* The feature id for the 'Time Stamp' reference.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES_VALUE__TIME_STAMP = 0;
/**
* The feature id for the 'List Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES_VALUE__LIST_VALUES = 1;
/**
* The number of structural features of the 'Ifc Irregular Time Series Value' class.
*
*
* @generated
* @ordered
*/
int IFC_IRREGULAR_TIME_SERIES_VALUE_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcJunctionBoxTypeImpl Ifc Junction Box Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcJunctionBoxTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcJunctionBoxType()
* @generated
*/
int IFC_JUNCTION_BOX_TYPE = 283;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__GLOBAL_ID = IFC_FLOW_FITTING_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__OWNER_HISTORY = IFC_FLOW_FITTING_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__NAME = IFC_FLOW_FITTING_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__DESCRIPTION = IFC_FLOW_FITTING_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_FITTING_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_FITTING_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__DECOMPOSES = IFC_FLOW_FITTING_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_FITTING_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_FITTING_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_FITTING_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__OBJECT_TYPE_OF = IFC_FLOW_FITTING_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__REPRESENTATION_MAPS = IFC_FLOW_FITTING_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__TAG = IFC_FLOW_FITTING_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__ELEMENT_TYPE = IFC_FLOW_FITTING_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE__PREDEFINED_TYPE = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Junction Box Type' class.
*
*
* @generated
* @ordered
*/
int IFC_JUNCTION_BOX_TYPE_FEATURE_COUNT = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLShapeProfileDefImpl Ifc LShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLShapeProfileDef()
* @generated
*/
int IFC_LSHAPE_PROFILE_DEF = 284;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__DEPTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__DEPTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__FILLET_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Edge Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__EDGE_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Edge Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Leg Slope' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__LEG_SLOPE = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Leg Slope As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__LEG_SLOPE_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The feature id for the 'Centre Of Gravity In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_X = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The feature id for the 'Centre Of Gravity In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_XAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 13;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 14;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 15;
/**
* The number of structural features of the 'Ifc LShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_LSHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 16;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLaborResourceImpl Ifc Labor Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLaborResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLaborResource()
* @generated
*/
int IFC_LABOR_RESOURCE = 285;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__GLOBAL_ID = IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__OWNER_HISTORY = IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__NAME = IFC_CONSTRUCTION_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__DESCRIPTION = IFC_CONSTRUCTION_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__HAS_ASSIGNMENTS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__IS_DECOMPOSED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__DECOMPOSES = IFC_CONSTRUCTION_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__HAS_ASSOCIATIONS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__OBJECT_TYPE = IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__IS_DEFINED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__RESOURCE_OF = IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__RESOURCE_IDENTIFIER = IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__RESOURCE_GROUP = IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__RESOURCE_CONSUMPTION = IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__BASE_QUANTITY = IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY;
/**
* The feature id for the 'Skill Set' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE__SKILL_SET = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Labor Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_LABOR_RESOURCE_FEATURE_COUNT = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLampTypeImpl Ifc Lamp Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLampTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLampType()
* @generated
*/
int IFC_LAMP_TYPE = 286;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Lamp Type' class.
*
*
* @generated
* @ordered
*/
int IFC_LAMP_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLibrarySelect Ifc Library Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLibrarySelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLibrarySelect()
* @generated
*/
int IFC_LIBRARY_SELECT = 794;
/**
* The number of structural features of the 'Ifc Library Select' class.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLibraryInformationImpl Ifc Library Information}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLibraryInformationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLibraryInformation()
* @generated
*/
int IFC_LIBRARY_INFORMATION = 287;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_INFORMATION__NAME = IFC_LIBRARY_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Version' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_INFORMATION__VERSION = IFC_LIBRARY_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Publisher' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_INFORMATION__PUBLISHER = IFC_LIBRARY_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Version Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_INFORMATION__VERSION_DATE = IFC_LIBRARY_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Library Reference' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_INFORMATION__LIBRARY_REFERENCE = IFC_LIBRARY_SELECT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Library Information' class.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_INFORMATION_FEATURE_COUNT = IFC_LIBRARY_SELECT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLibraryReferenceImpl Ifc Library Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLibraryReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLibraryReference()
* @generated
*/
int IFC_LIBRARY_REFERENCE = 288;
/**
* The feature id for the 'Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_REFERENCE__LOCATION = IFC_EXTERNAL_REFERENCE__LOCATION;
/**
* The feature id for the 'Item Reference' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_REFERENCE__ITEM_REFERENCE = IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_REFERENCE__NAME = IFC_EXTERNAL_REFERENCE__NAME;
/**
* The feature id for the 'Reference Into Library' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_REFERENCE__REFERENCE_INTO_LIBRARY = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Library Reference' class.
*
*
* @generated
* @ordered
*/
int IFC_LIBRARY_REFERENCE_FEATURE_COUNT = IFC_EXTERNAL_REFERENCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl Ifc Light Distribution Data}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightDistributionData()
* @generated
*/
int IFC_LIGHT_DISTRIBUTION_DATA = 289;
/**
* The feature id for the 'Main Plane Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE = 0;
/**
* The feature id for the 'Main Plane Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE_AS_STRING = 1;
/**
* The feature id for the 'Secondary Plane Angle' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA__SECONDARY_PLANE_ANGLE = 2;
/**
* The feature id for the 'Secondary Plane Angle As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA__SECONDARY_PLANE_ANGLE_AS_STRING = 3;
/**
* The feature id for the 'Luminous Intensity' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA__LUMINOUS_INTENSITY = 4;
/**
* The feature id for the 'Luminous Intensity As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA__LUMINOUS_INTENSITY_AS_STRING = 5;
/**
* The number of structural features of the 'Ifc Light Distribution Data' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_DISTRIBUTION_DATA_FEATURE_COUNT = 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightFixtureTypeImpl Ifc Light Fixture Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightFixtureTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightFixtureType()
* @generated
*/
int IFC_LIGHT_FIXTURE_TYPE = 290;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Light Fixture Type' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_FIXTURE_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightIntensityDistributionImpl Ifc Light Intensity Distribution}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightIntensityDistributionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightIntensityDistribution()
* @generated
*/
int IFC_LIGHT_INTENSITY_DISTRIBUTION = 291;
/**
* The feature id for the 'Light Distribution Curve' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_INTENSITY_DISTRIBUTION__LIGHT_DISTRIBUTION_CURVE = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Distribution Data' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_INTENSITY_DISTRIBUTION__DISTRIBUTION_DATA = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Light Intensity Distribution' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_INTENSITY_DISTRIBUTION_FEATURE_COUNT = IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceImpl Ifc Light Source}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSource()
* @generated
*/
int IFC_LIGHT_SOURCE = 292;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__NAME = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Light Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__LIGHT_COLOUR = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Ambient Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__AMBIENT_INTENSITY = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Ambient Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__AMBIENT_INTENSITY_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The feature id for the 'Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__INTENSITY = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The feature id for the 'Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE__INTENSITY_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Light Source' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceAmbientImpl Ifc Light Source Ambient}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceAmbientImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceAmbient()
* @generated
*/
int IFC_LIGHT_SOURCE_AMBIENT = 293;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__LAYER_ASSIGNMENTS = IFC_LIGHT_SOURCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__STYLED_BY_ITEM = IFC_LIGHT_SOURCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__NAME = IFC_LIGHT_SOURCE__NAME;
/**
* The feature id for the 'Light Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__LIGHT_COLOUR = IFC_LIGHT_SOURCE__LIGHT_COLOUR;
/**
* The feature id for the 'Ambient Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__AMBIENT_INTENSITY = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY;
/**
* The feature id for the 'Ambient Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__AMBIENT_INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY_AS_STRING;
/**
* The feature id for the 'Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__INTENSITY = IFC_LIGHT_SOURCE__INTENSITY;
/**
* The feature id for the 'Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT__INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__INTENSITY_AS_STRING;
/**
* The number of structural features of the 'Ifc Light Source Ambient' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_AMBIENT_FEATURE_COUNT = IFC_LIGHT_SOURCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceDirectionalImpl Ifc Light Source Directional}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceDirectionalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceDirectional()
* @generated
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL = 294;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__LAYER_ASSIGNMENTS = IFC_LIGHT_SOURCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__STYLED_BY_ITEM = IFC_LIGHT_SOURCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__NAME = IFC_LIGHT_SOURCE__NAME;
/**
* The feature id for the 'Light Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__LIGHT_COLOUR = IFC_LIGHT_SOURCE__LIGHT_COLOUR;
/**
* The feature id for the 'Ambient Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__AMBIENT_INTENSITY = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY;
/**
* The feature id for the 'Ambient Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__AMBIENT_INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY_AS_STRING;
/**
* The feature id for the 'Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__INTENSITY = IFC_LIGHT_SOURCE__INTENSITY;
/**
* The feature id for the 'Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__INTENSITY_AS_STRING;
/**
* The feature id for the 'Orientation' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL__ORIENTATION = IFC_LIGHT_SOURCE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Light Source Directional' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_DIRECTIONAL_FEATURE_COUNT = IFC_LIGHT_SOURCE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl Ifc Light Source Goniometric}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceGoniometric()
* @generated
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC = 295;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__LAYER_ASSIGNMENTS = IFC_LIGHT_SOURCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__STYLED_BY_ITEM = IFC_LIGHT_SOURCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__NAME = IFC_LIGHT_SOURCE__NAME;
/**
* The feature id for the 'Light Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_COLOUR = IFC_LIGHT_SOURCE__LIGHT_COLOUR;
/**
* The feature id for the 'Ambient Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__AMBIENT_INTENSITY = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY;
/**
* The feature id for the 'Ambient Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__AMBIENT_INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY_AS_STRING;
/**
* The feature id for the 'Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__INTENSITY = IFC_LIGHT_SOURCE__INTENSITY;
/**
* The feature id for the 'Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__INTENSITY_AS_STRING;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__POSITION = IFC_LIGHT_SOURCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Colour Appearance' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE = IFC_LIGHT_SOURCE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Colour Temperature' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE = IFC_LIGHT_SOURCE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Colour Temperature As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE_AS_STRING = IFC_LIGHT_SOURCE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Luminous Flux' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX = IFC_LIGHT_SOURCE_FEATURE_COUNT + 4;
/**
* The feature id for the 'Luminous Flux As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX_AS_STRING = IFC_LIGHT_SOURCE_FEATURE_COUNT + 5;
/**
* The feature id for the 'Light Emission Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_EMISSION_SOURCE = IFC_LIGHT_SOURCE_FEATURE_COUNT + 6;
/**
* The feature id for the 'Light Distribution Data Source' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_DISTRIBUTION_DATA_SOURCE = IFC_LIGHT_SOURCE_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Light Source Goniometric' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_GONIOMETRIC_FEATURE_COUNT = IFC_LIGHT_SOURCE_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourcePositionalImpl Ifc Light Source Positional}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourcePositionalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourcePositional()
* @generated
*/
int IFC_LIGHT_SOURCE_POSITIONAL = 296;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__LAYER_ASSIGNMENTS = IFC_LIGHT_SOURCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__STYLED_BY_ITEM = IFC_LIGHT_SOURCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__NAME = IFC_LIGHT_SOURCE__NAME;
/**
* The feature id for the 'Light Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__LIGHT_COLOUR = IFC_LIGHT_SOURCE__LIGHT_COLOUR;
/**
* The feature id for the 'Ambient Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__AMBIENT_INTENSITY = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY;
/**
* The feature id for the 'Ambient Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__AMBIENT_INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__AMBIENT_INTENSITY_AS_STRING;
/**
* The feature id for the 'Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__INTENSITY = IFC_LIGHT_SOURCE__INTENSITY;
/**
* The feature id for the 'Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__INTENSITY_AS_STRING = IFC_LIGHT_SOURCE__INTENSITY_AS_STRING;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__POSITION = IFC_LIGHT_SOURCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__RADIUS = IFC_LIGHT_SOURCE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__RADIUS_AS_STRING = IFC_LIGHT_SOURCE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Constant Attenuation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__CONSTANT_ATTENUATION = IFC_LIGHT_SOURCE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Constant Attenuation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__CONSTANT_ATTENUATION_AS_STRING = IFC_LIGHT_SOURCE_FEATURE_COUNT + 4;
/**
* The feature id for the 'Distance Attenuation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__DISTANCE_ATTENUATION = IFC_LIGHT_SOURCE_FEATURE_COUNT + 5;
/**
* The feature id for the 'Distance Attenuation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__DISTANCE_ATTENUATION_AS_STRING = IFC_LIGHT_SOURCE_FEATURE_COUNT + 6;
/**
* The feature id for the 'Quadric Attenuation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__QUADRIC_ATTENUATION = IFC_LIGHT_SOURCE_FEATURE_COUNT + 7;
/**
* The feature id for the 'Quadric Attenuation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL__QUADRIC_ATTENUATION_AS_STRING = IFC_LIGHT_SOURCE_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Light Source Positional' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT = IFC_LIGHT_SOURCE_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl Ifc Light Source Spot}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceSpot()
* @generated
*/
int IFC_LIGHT_SOURCE_SPOT = 297;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__LAYER_ASSIGNMENTS = IFC_LIGHT_SOURCE_POSITIONAL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__STYLED_BY_ITEM = IFC_LIGHT_SOURCE_POSITIONAL__STYLED_BY_ITEM;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__NAME = IFC_LIGHT_SOURCE_POSITIONAL__NAME;
/**
* The feature id for the 'Light Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__LIGHT_COLOUR = IFC_LIGHT_SOURCE_POSITIONAL__LIGHT_COLOUR;
/**
* The feature id for the 'Ambient Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__AMBIENT_INTENSITY = IFC_LIGHT_SOURCE_POSITIONAL__AMBIENT_INTENSITY;
/**
* The feature id for the 'Ambient Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__AMBIENT_INTENSITY_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL__AMBIENT_INTENSITY_AS_STRING;
/**
* The feature id for the 'Intensity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__INTENSITY = IFC_LIGHT_SOURCE_POSITIONAL__INTENSITY;
/**
* The feature id for the 'Intensity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__INTENSITY_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL__INTENSITY_AS_STRING;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__POSITION = IFC_LIGHT_SOURCE_POSITIONAL__POSITION;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__RADIUS = IFC_LIGHT_SOURCE_POSITIONAL__RADIUS;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__RADIUS_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL__RADIUS_AS_STRING;
/**
* The feature id for the 'Constant Attenuation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__CONSTANT_ATTENUATION = IFC_LIGHT_SOURCE_POSITIONAL__CONSTANT_ATTENUATION;
/**
* The feature id for the 'Constant Attenuation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__CONSTANT_ATTENUATION_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL__CONSTANT_ATTENUATION_AS_STRING;
/**
* The feature id for the 'Distance Attenuation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__DISTANCE_ATTENUATION = IFC_LIGHT_SOURCE_POSITIONAL__DISTANCE_ATTENUATION;
/**
* The feature id for the 'Distance Attenuation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__DISTANCE_ATTENUATION_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL__DISTANCE_ATTENUATION_AS_STRING;
/**
* The feature id for the 'Quadric Attenuation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__QUADRIC_ATTENUATION = IFC_LIGHT_SOURCE_POSITIONAL__QUADRIC_ATTENUATION;
/**
* The feature id for the 'Quadric Attenuation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__QUADRIC_ATTENUATION_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL__QUADRIC_ATTENUATION_AS_STRING;
/**
* The feature id for the 'Orientation' reference.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__ORIENTATION = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Concentration Exponent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Concentration Exponent As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Spread Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Spread Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Beam Width Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 5;
/**
* The feature id for the 'Beam Width Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE_AS_STRING = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Light Source Spot' class.
*
*
* @generated
* @ordered
*/
int IFC_LIGHT_SOURCE_SPOT_FEATURE_COUNT = IFC_LIGHT_SOURCE_POSITIONAL_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLineImpl Ifc Line}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLineImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLine()
* @generated
*/
int IFC_LINE = 298;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINE__LAYER_ASSIGNMENTS = IFC_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINE__STYLED_BY_ITEM = IFC_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINE__DIM = IFC_CURVE__DIM;
/**
* The feature id for the 'Pnt' reference.
*
*
* @generated
* @ordered
*/
int IFC_LINE__PNT = IFC_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dir' reference.
*
*
* @generated
* @ordered
*/
int IFC_LINE__DIR = IFC_CURVE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Line' class.
*
*
* @generated
* @ordered
*/
int IFC_LINE_FEATURE_COUNT = IFC_CURVE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearDimensionImpl Ifc Linear Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearDimension()
* @generated
*/
int IFC_LINEAR_DIMENSION = 299;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_DIMENSION__LAYER_ASSIGNMENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_DIMENSION__STYLED_BY_ITEM = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_DIMENSION__CONTENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__CONTENTS;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_DIMENSION__IS_RELATED_FROM_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_FROM_CALLOUT;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_DIMENSION__IS_RELATED_TO_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_TO_CALLOUT;
/**
* The number of structural features of the 'Ifc Linear Dimension' class.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_DIMENSION_FEATURE_COUNT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLocalPlacementImpl Ifc Local Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLocalPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLocalPlacement()
* @generated
*/
int IFC_LOCAL_PLACEMENT = 300;
/**
* The feature id for the 'Places Object' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_PLACEMENT__PLACES_OBJECT = IFC_OBJECT_PLACEMENT__PLACES_OBJECT;
/**
* The feature id for the 'Referenced By Placements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_PLACEMENT__REFERENCED_BY_PLACEMENTS = IFC_OBJECT_PLACEMENT__REFERENCED_BY_PLACEMENTS;
/**
* The feature id for the 'Placement Rel To' reference.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_PLACEMENT__PLACEMENT_REL_TO = IFC_OBJECT_PLACEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Relative Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_PLACEMENT__RELATIVE_PLACEMENT = IFC_OBJECT_PLACEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Local Placement' class.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_PLACEMENT_FEATURE_COUNT = IFC_OBJECT_PLACEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLocalTimeImpl Ifc Local Time}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLocalTimeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLocalTime()
* @generated
*/
int IFC_LOCAL_TIME = 301;
/**
* The feature id for the 'Hour Component' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME__HOUR_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Minute Component' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME__MINUTE_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Second Component' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME__SECOND_COMPONENT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Second Component As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME__SECOND_COMPONENT_AS_STRING = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Zone' reference.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME__ZONE = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Daylight Saving Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME__DAYLIGHT_SAVING_OFFSET = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Local Time' class.
*
*
* @generated
* @ordered
*/
int IFC_LOCAL_TIME_FEATURE_COUNT = IFC_DATE_TIME_SELECT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMappedItemImpl Ifc Mapped Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMappedItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMappedItem()
* @generated
*/
int IFC_MAPPED_ITEM = 304;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MAPPED_ITEM__LAYER_ASSIGNMENTS = IFC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MAPPED_ITEM__STYLED_BY_ITEM = IFC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Mapping Source' reference.
*
*
* @generated
* @ordered
*/
int IFC_MAPPED_ITEM__MAPPING_SOURCE = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Mapping Target' reference.
*
*
* @generated
* @ordered
*/
int IFC_MAPPED_ITEM__MAPPING_TARGET = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Mapped Item' class.
*
*
* @generated
* @ordered
*/
int IFC_MAPPED_ITEM_FEATURE_COUNT = IFC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialSelect Ifc Material Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialSelect()
* @generated
*/
int IFC_MATERIAL_SELECT = 796;
/**
* The number of structural features of the 'Ifc Material Select' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialImpl Ifc Material}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterial()
* @generated
*/
int IFC_MATERIAL = 305;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL__NAME = IFC_MATERIAL_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Has Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL__HAS_REPRESENTATION = IFC_MATERIAL_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Classified As' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL__CLASSIFIED_AS = IFC_MATERIAL_SELECT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Material' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_FEATURE_COUNT = IFC_MATERIAL_SELECT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialClassificationRelationshipImpl Ifc Material Classification Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialClassificationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialClassificationRelationship()
* @generated
*/
int IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP = 306;
/**
* The feature id for the 'Material Classifications' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP__MATERIAL_CLASSIFICATIONS = 0;
/**
* The feature id for the 'Classified Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP__CLASSIFIED_MATERIAL = 1;
/**
* The number of structural features of the 'Ifc Material Classification Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductRepresentationImpl Ifc Product Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProductRepresentation()
* @generated
*/
int IFC_PRODUCT_REPRESENTATION = 387;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_REPRESENTATION__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_REPRESENTATION__DESCRIPTION = 1;
/**
* The feature id for the 'Representations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_REPRESENTATION__REPRESENTATIONS = 2;
/**
* The number of structural features of the 'Ifc Product Representation' class.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_REPRESENTATION_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialDefinitionRepresentationImpl Ifc Material Definition Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialDefinitionRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialDefinitionRepresentation()
* @generated
*/
int IFC_MATERIAL_DEFINITION_REPRESENTATION = 307;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_DEFINITION_REPRESENTATION__NAME = IFC_PRODUCT_REPRESENTATION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_DEFINITION_REPRESENTATION__DESCRIPTION = IFC_PRODUCT_REPRESENTATION__DESCRIPTION;
/**
* The feature id for the 'Representations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_DEFINITION_REPRESENTATION__REPRESENTATIONS = IFC_PRODUCT_REPRESENTATION__REPRESENTATIONS;
/**
* The feature id for the 'Represented Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_DEFINITION_REPRESENTATION__REPRESENTED_MATERIAL = IFC_PRODUCT_REPRESENTATION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Material Definition Representation' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_DEFINITION_REPRESENTATION_FEATURE_COUNT = IFC_PRODUCT_REPRESENTATION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerImpl Ifc Material Layer}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialLayer()
* @generated
*/
int IFC_MATERIAL_LAYER = 308;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER__MATERIAL = IFC_MATERIAL_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Layer Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER__LAYER_THICKNESS = IFC_MATERIAL_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Layer Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER__LAYER_THICKNESS_AS_STRING = IFC_MATERIAL_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Is Ventilated' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER__IS_VENTILATED = IFC_MATERIAL_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'To Material Layer Set' reference.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER__TO_MATERIAL_LAYER_SET = IFC_MATERIAL_SELECT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Material Layer' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_FEATURE_COUNT = IFC_MATERIAL_SELECT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetImpl Ifc Material Layer Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialLayerSet()
* @generated
*/
int IFC_MATERIAL_LAYER_SET = 309;
/**
* The feature id for the 'Material Layers' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET__MATERIAL_LAYERS = IFC_MATERIAL_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Layer Set Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET__LAYER_SET_NAME = IFC_MATERIAL_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Total Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET__TOTAL_THICKNESS = IFC_MATERIAL_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Total Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET__TOTAL_THICKNESS_AS_STRING = IFC_MATERIAL_SELECT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Material Layer Set' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_FEATURE_COUNT = IFC_MATERIAL_SELECT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetUsageImpl Ifc Material Layer Set Usage}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetUsageImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialLayerSetUsage()
* @generated
*/
int IFC_MATERIAL_LAYER_SET_USAGE = 310;
/**
* The feature id for the 'For Layer Set' reference.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_USAGE__FOR_LAYER_SET = IFC_MATERIAL_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Layer Set Direction' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_USAGE__LAYER_SET_DIRECTION = IFC_MATERIAL_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Direction Sense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_USAGE__DIRECTION_SENSE = IFC_MATERIAL_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Offset From Reference Line' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_USAGE__OFFSET_FROM_REFERENCE_LINE = IFC_MATERIAL_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Offset From Reference Line As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_USAGE__OFFSET_FROM_REFERENCE_LINE_AS_STRING = IFC_MATERIAL_SELECT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Material Layer Set Usage' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LAYER_SET_USAGE_FEATURE_COUNT = IFC_MATERIAL_SELECT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialListImpl Ifc Material List}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialListImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialList()
* @generated
*/
int IFC_MATERIAL_LIST = 311;
/**
* The feature id for the 'Materials' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LIST__MATERIALS = IFC_MATERIAL_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Material List' class.
*
*
* @generated
* @ordered
*/
int IFC_MATERIAL_LIST_FEATURE_COUNT = IFC_MATERIAL_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect Ifc Applied Value Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAppliedValueSelect()
* @generated
*/
int IFC_APPLIED_VALUE_SELECT = 772;
/**
* The number of structural features of the 'Ifc Applied Value Select' class.
*
*
* @generated
* @ordered
*/
int IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMeasureWithUnitImpl Ifc Measure With Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMeasureWithUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMeasureWithUnit()
* @generated
*/
int IFC_MEASURE_WITH_UNIT = 313;
/**
* The feature id for the 'Value Component' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEASURE_WITH_UNIT__VALUE_COMPONENT = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Unit Component' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEASURE_WITH_UNIT__UNIT_COMPONENT = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Measure With Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_MEASURE_WITH_UNIT_FEATURE_COUNT = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalMaterialPropertiesImpl Ifc Mechanical Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalMaterialProperties()
* @generated
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES = 317;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Dynamic Viscosity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dynamic Viscosity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Young Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Young Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Shear Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Shear Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Poisson Ratio' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Poisson Ratio As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 7;
/**
* The feature id for the 'Thermal Expansion Coefficient' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'Thermal Expansion Coefficient As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 9;
/**
* The number of structural features of the 'Ifc Mechanical Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalConcreteMaterialPropertiesImpl Ifc Mechanical Concrete Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalConcreteMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES = 314;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__MATERIAL = IFC_MECHANICAL_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Dynamic Viscosity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY = IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY;
/**
* The feature id for the 'Dynamic Viscosity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY_AS_STRING;
/**
* The feature id for the 'Young Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__YOUNG_MODULUS = IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS;
/**
* The feature id for the 'Young Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__YOUNG_MODULUS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS_AS_STRING;
/**
* The feature id for the 'Shear Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__SHEAR_MODULUS = IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS;
/**
* The feature id for the 'Shear Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__SHEAR_MODULUS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS_AS_STRING;
/**
* The feature id for the 'Poisson Ratio' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__POISSON_RATIO = IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO;
/**
* The feature id for the 'Poisson Ratio As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__POISSON_RATIO_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO_AS_STRING;
/**
* The feature id for the 'Thermal Expansion Coefficient' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT = IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT;
/**
* The feature id for the 'Thermal Expansion Coefficient As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT_AS_STRING;
/**
* The feature id for the 'Compressive Strength' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__COMPRESSIVE_STRENGTH = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Compressive Strength As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__COMPRESSIVE_STRENGTH_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Max Aggregate Size' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__MAX_AGGREGATE_SIZE = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Max Aggregate Size As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__MAX_AGGREGATE_SIZE_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 3;
/**
* The feature id for the 'Admixtures Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__ADMIXTURES_DESCRIPTION = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 4;
/**
* The feature id for the 'Workability' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__WORKABILITY = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Protective Pore Ratio' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__PROTECTIVE_PORE_RATIO = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 6;
/**
* The feature id for the 'Protective Pore Ratio As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__PROTECTIVE_PORE_RATIO_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Water Impermeability' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__WATER_IMPERMEABILITY = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 8;
/**
* The number of structural features of the 'Ifc Mechanical Concrete Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerImpl Ifc Mechanical Fastener}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalFastener()
* @generated
*/
int IFC_MECHANICAL_FASTENER = 315;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__GLOBAL_ID = IFC_FASTENER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__OWNER_HISTORY = IFC_FASTENER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__NAME = IFC_FASTENER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__DESCRIPTION = IFC_FASTENER__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_ASSIGNMENTS = IFC_FASTENER__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__IS_DECOMPOSED_BY = IFC_FASTENER__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__DECOMPOSES = IFC_FASTENER__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_ASSOCIATIONS = IFC_FASTENER__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__OBJECT_TYPE = IFC_FASTENER__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__IS_DEFINED_BY = IFC_FASTENER__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__OBJECT_PLACEMENT = IFC_FASTENER__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__REPRESENTATION = IFC_FASTENER__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__REFERENCED_BY = IFC_FASTENER__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__GEOMETRY = IFC_FASTENER__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__TAG = IFC_FASTENER__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_STRUCTURAL_MEMBER = IFC_FASTENER__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__FILLS_VOIDS = IFC_FASTENER__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__CONNECTED_TO = IFC_FASTENER__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_COVERINGS = IFC_FASTENER__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_PROJECTIONS = IFC_FASTENER__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__REFERENCED_IN_STRUCTURES = IFC_FASTENER__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_PORTS = IFC_FASTENER__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__HAS_OPENINGS = IFC_FASTENER__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__IS_CONNECTION_REALIZATION = IFC_FASTENER__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__PROVIDES_BOUNDARIES = IFC_FASTENER__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__CONNECTED_FROM = IFC_FASTENER__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__CONTAINED_IN_STRUCTURE = IFC_FASTENER__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Nominal Diameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__NOMINAL_DIAMETER = IFC_FASTENER_FEATURE_COUNT + 0;
/**
* The feature id for the 'Nominal Diameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__NOMINAL_DIAMETER_AS_STRING = IFC_FASTENER_FEATURE_COUNT + 1;
/**
* The feature id for the 'Nominal Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__NOMINAL_LENGTH = IFC_FASTENER_FEATURE_COUNT + 2;
/**
* The feature id for the 'Nominal Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER__NOMINAL_LENGTH_AS_STRING = IFC_FASTENER_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Mechanical Fastener' class.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_FEATURE_COUNT = IFC_FASTENER_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerTypeImpl Ifc Mechanical Fastener Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalFastenerType()
* @generated
*/
int IFC_MECHANICAL_FASTENER_TYPE = 316;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__GLOBAL_ID = IFC_FASTENER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__OWNER_HISTORY = IFC_FASTENER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__NAME = IFC_FASTENER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__DESCRIPTION = IFC_FASTENER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__HAS_ASSIGNMENTS = IFC_FASTENER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__IS_DECOMPOSED_BY = IFC_FASTENER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__DECOMPOSES = IFC_FASTENER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__HAS_ASSOCIATIONS = IFC_FASTENER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__APPLICABLE_OCCURRENCE = IFC_FASTENER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__HAS_PROPERTY_SETS = IFC_FASTENER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__OBJECT_TYPE_OF = IFC_FASTENER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__REPRESENTATION_MAPS = IFC_FASTENER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__TAG = IFC_FASTENER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE__ELEMENT_TYPE = IFC_FASTENER_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Mechanical Fastener Type' class.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_FASTENER_TYPE_FEATURE_COUNT = IFC_FASTENER_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalSteelMaterialPropertiesImpl Ifc Mechanical Steel Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalSteelMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalSteelMaterialProperties()
* @generated
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES = 318;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__MATERIAL = IFC_MECHANICAL_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Dynamic Viscosity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY = IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY;
/**
* The feature id for the 'Dynamic Viscosity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY_AS_STRING;
/**
* The feature id for the 'Young Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__YOUNG_MODULUS = IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS;
/**
* The feature id for the 'Young Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__YOUNG_MODULUS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS_AS_STRING;
/**
* The feature id for the 'Shear Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__SHEAR_MODULUS = IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS;
/**
* The feature id for the 'Shear Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__SHEAR_MODULUS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS_AS_STRING;
/**
* The feature id for the 'Poisson Ratio' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__POISSON_RATIO = IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO;
/**
* The feature id for the 'Poisson Ratio As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__POISSON_RATIO_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO_AS_STRING;
/**
* The feature id for the 'Thermal Expansion Coefficient' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT = IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT;
/**
* The feature id for the 'Thermal Expansion Coefficient As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT_AS_STRING;
/**
* The feature id for the 'Yield Stress' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__YIELD_STRESS = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Yield Stress As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__YIELD_STRESS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Ultimate Stress' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRESS = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Ultimate Stress As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRESS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 3;
/**
* The feature id for the 'Ultimate Strain' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRAIN = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 4;
/**
* The feature id for the 'Ultimate Strain As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRAIN_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 5;
/**
* The feature id for the 'Hardening Module' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__HARDENING_MODULE = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 6;
/**
* The feature id for the 'Hardening Module As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__HARDENING_MODULE_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Proportional Stress' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PROPORTIONAL_STRESS = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 8;
/**
* The feature id for the 'Proportional Stress As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PROPORTIONAL_STRESS_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'Plastic Strain' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PLASTIC_STRAIN = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 10;
/**
* The feature id for the 'Plastic Strain As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PLASTIC_STRAIN_AS_STRING = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 11;
/**
* The feature id for the 'Relaxations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__RELAXATIONS = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT + 12;
/**
* The number of structural features of the 'Ifc Mechanical Steel Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MECHANICAL_MATERIAL_PROPERTIES_FEATURE_COUNT + 13;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMemberImpl Ifc Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMember()
* @generated
*/
int IFC_MEMBER = 319;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Member' class.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMemberTypeImpl Ifc Member Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMemberTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMemberType()
* @generated
*/
int IFC_MEMBER_TYPE = 320;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Member Type' class.
*
*
* @generated
* @ordered
*/
int IFC_MEMBER_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMetricImpl Ifc Metric}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMetricImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMetric()
* @generated
*/
int IFC_METRIC = 321;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__NAME = IFC_CONSTRAINT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__DESCRIPTION = IFC_CONSTRAINT__DESCRIPTION;
/**
* The feature id for the 'Constraint Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__CONSTRAINT_GRADE = IFC_CONSTRAINT__CONSTRAINT_GRADE;
/**
* The feature id for the 'Constraint Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__CONSTRAINT_SOURCE = IFC_CONSTRAINT__CONSTRAINT_SOURCE;
/**
* The feature id for the 'Creating Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__CREATING_ACTOR = IFC_CONSTRAINT__CREATING_ACTOR;
/**
* The feature id for the 'Creation Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__CREATION_TIME = IFC_CONSTRAINT__CREATION_TIME;
/**
* The feature id for the 'User Defined Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__USER_DEFINED_GRADE = IFC_CONSTRAINT__USER_DEFINED_GRADE;
/**
* The feature id for the 'Classified As' reference list.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__CLASSIFIED_AS = IFC_CONSTRAINT__CLASSIFIED_AS;
/**
* The feature id for the 'Relates Constraints' reference list.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__RELATES_CONSTRAINTS = IFC_CONSTRAINT__RELATES_CONSTRAINTS;
/**
* The feature id for the 'Is Related With' reference list.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__IS_RELATED_WITH = IFC_CONSTRAINT__IS_RELATED_WITH;
/**
* The feature id for the 'Properties For Constraint' reference list.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__PROPERTIES_FOR_CONSTRAINT = IFC_CONSTRAINT__PROPERTIES_FOR_CONSTRAINT;
/**
* The feature id for the 'Aggregates' reference list.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__AGGREGATES = IFC_CONSTRAINT__AGGREGATES;
/**
* The feature id for the 'Is Aggregated In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__IS_AGGREGATED_IN = IFC_CONSTRAINT__IS_AGGREGATED_IN;
/**
* The feature id for the 'Benchmark' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__BENCHMARK = IFC_CONSTRAINT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Value Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__VALUE_SOURCE = IFC_CONSTRAINT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Data Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_METRIC__DATA_VALUE = IFC_CONSTRAINT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Metric' class.
*
*
* @generated
* @ordered
*/
int IFC_METRIC_FEATURE_COUNT = IFC_CONSTRAINT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryUnitImpl Ifc Monetary Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMonetaryUnit()
* @generated
*/
int IFC_MONETARY_UNIT = 322;
/**
* The feature id for the 'Currency' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MONETARY_UNIT__CURRENCY = IFC_UNIT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Monetary Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_MONETARY_UNIT_FEATURE_COUNT = IFC_UNIT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMotorConnectionTypeImpl Ifc Motor Connection Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMotorConnectionTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMotorConnectionType()
* @generated
*/
int IFC_MOTOR_CONNECTION_TYPE = 323;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Motor Connection Type' class.
*
*
* @generated
* @ordered
*/
int IFC_MOTOR_CONNECTION_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProcessImpl Ifc Process}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProcessImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProcess()
* @generated
*/
int IFC_PROCESS = 384;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'Operates On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__OPERATES_ON = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Is Successor From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__IS_SUCCESSOR_FROM = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Is Predecessor To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS__IS_PREDECESSOR_TO = IFC_OBJECT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Process' class.
*
*
* @generated
* @ordered
*/
int IFC_PROCESS_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTaskImpl Ifc Task}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTaskImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTask()
* @generated
*/
int IFC_TASK = 595;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__GLOBAL_ID = IFC_PROCESS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TASK__OWNER_HISTORY = IFC_PROCESS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__NAME = IFC_PROCESS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__DESCRIPTION = IFC_PROCESS__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__HAS_ASSIGNMENTS = IFC_PROCESS__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__IS_DECOMPOSED_BY = IFC_PROCESS__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__DECOMPOSES = IFC_PROCESS__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__HAS_ASSOCIATIONS = IFC_PROCESS__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__OBJECT_TYPE = IFC_PROCESS__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__IS_DEFINED_BY = IFC_PROCESS__IS_DEFINED_BY;
/**
* The feature id for the 'Operates On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__OPERATES_ON = IFC_PROCESS__OPERATES_ON;
/**
* The feature id for the 'Is Successor From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__IS_SUCCESSOR_FROM = IFC_PROCESS__IS_SUCCESSOR_FROM;
/**
* The feature id for the 'Is Predecessor To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TASK__IS_PREDECESSOR_TO = IFC_PROCESS__IS_PREDECESSOR_TO;
/**
* The feature id for the 'Task Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__TASK_ID = IFC_PROCESS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__STATUS = IFC_PROCESS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Work Method' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__WORK_METHOD = IFC_PROCESS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Is Milestone' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__IS_MILESTONE = IFC_PROCESS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Priority' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TASK__PRIORITY = IFC_PROCESS_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Task' class.
*
*
* @generated
* @ordered
*/
int IFC_TASK_FEATURE_COUNT = IFC_PROCESS_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMoveImpl Ifc Move}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMoveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMove()
* @generated
*/
int IFC_MOVE = 324;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__GLOBAL_ID = IFC_TASK__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__OWNER_HISTORY = IFC_TASK__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__NAME = IFC_TASK__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__DESCRIPTION = IFC_TASK__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__HAS_ASSIGNMENTS = IFC_TASK__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__IS_DECOMPOSED_BY = IFC_TASK__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__DECOMPOSES = IFC_TASK__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__HAS_ASSOCIATIONS = IFC_TASK__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__OBJECT_TYPE = IFC_TASK__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__IS_DEFINED_BY = IFC_TASK__IS_DEFINED_BY;
/**
* The feature id for the 'Operates On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__OPERATES_ON = IFC_TASK__OPERATES_ON;
/**
* The feature id for the 'Is Successor From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__IS_SUCCESSOR_FROM = IFC_TASK__IS_SUCCESSOR_FROM;
/**
* The feature id for the 'Is Predecessor To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__IS_PREDECESSOR_TO = IFC_TASK__IS_PREDECESSOR_TO;
/**
* The feature id for the 'Task Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__TASK_ID = IFC_TASK__TASK_ID;
/**
* The feature id for the 'Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__STATUS = IFC_TASK__STATUS;
/**
* The feature id for the 'Work Method' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__WORK_METHOD = IFC_TASK__WORK_METHOD;
/**
* The feature id for the 'Is Milestone' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__IS_MILESTONE = IFC_TASK__IS_MILESTONE;
/**
* The feature id for the 'Priority' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__PRIORITY = IFC_TASK__PRIORITY;
/**
* The feature id for the 'Move From' reference.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__MOVE_FROM = IFC_TASK_FEATURE_COUNT + 0;
/**
* The feature id for the 'Move To' reference.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__MOVE_TO = IFC_TASK_FEATURE_COUNT + 1;
/**
* The feature id for the 'Punch List' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_MOVE__PUNCH_LIST = IFC_TASK_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Move' class.
*
*
* @generated
* @ordered
*/
int IFC_MOVE_FEATURE_COUNT = IFC_TASK_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectiveImpl Ifc Objective}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectiveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjective()
* @generated
*/
int IFC_OBJECTIVE = 329;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__NAME = IFC_CONSTRAINT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__DESCRIPTION = IFC_CONSTRAINT__DESCRIPTION;
/**
* The feature id for the 'Constraint Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__CONSTRAINT_GRADE = IFC_CONSTRAINT__CONSTRAINT_GRADE;
/**
* The feature id for the 'Constraint Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__CONSTRAINT_SOURCE = IFC_CONSTRAINT__CONSTRAINT_SOURCE;
/**
* The feature id for the 'Creating Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__CREATING_ACTOR = IFC_CONSTRAINT__CREATING_ACTOR;
/**
* The feature id for the 'Creation Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__CREATION_TIME = IFC_CONSTRAINT__CREATION_TIME;
/**
* The feature id for the 'User Defined Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__USER_DEFINED_GRADE = IFC_CONSTRAINT__USER_DEFINED_GRADE;
/**
* The feature id for the 'Classified As' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__CLASSIFIED_AS = IFC_CONSTRAINT__CLASSIFIED_AS;
/**
* The feature id for the 'Relates Constraints' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__RELATES_CONSTRAINTS = IFC_CONSTRAINT__RELATES_CONSTRAINTS;
/**
* The feature id for the 'Is Related With' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__IS_RELATED_WITH = IFC_CONSTRAINT__IS_RELATED_WITH;
/**
* The feature id for the 'Properties For Constraint' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__PROPERTIES_FOR_CONSTRAINT = IFC_CONSTRAINT__PROPERTIES_FOR_CONSTRAINT;
/**
* The feature id for the 'Aggregates' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__AGGREGATES = IFC_CONSTRAINT__AGGREGATES;
/**
* The feature id for the 'Is Aggregated In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__IS_AGGREGATED_IN = IFC_CONSTRAINT__IS_AGGREGATED_IN;
/**
* The feature id for the 'Benchmark Values' reference.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__BENCHMARK_VALUES = IFC_CONSTRAINT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Result Values' reference.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__RESULT_VALUES = IFC_CONSTRAINT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Objective Qualifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__OBJECTIVE_QUALIFIER = IFC_CONSTRAINT_FEATURE_COUNT + 2;
/**
* The feature id for the 'User Defined Qualifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE__USER_DEFINED_QUALIFIER = IFC_CONSTRAINT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Objective' class.
*
*
* @generated
* @ordered
*/
int IFC_OBJECTIVE_FEATURE_COUNT = IFC_CONSTRAINT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOccupantImpl Ifc Occupant}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOccupantImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOccupant()
* @generated
*/
int IFC_OCCUPANT = 330;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__GLOBAL_ID = IFC_ACTOR__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__OWNER_HISTORY = IFC_ACTOR__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__NAME = IFC_ACTOR__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__DESCRIPTION = IFC_ACTOR__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__HAS_ASSIGNMENTS = IFC_ACTOR__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__IS_DECOMPOSED_BY = IFC_ACTOR__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__DECOMPOSES = IFC_ACTOR__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__HAS_ASSOCIATIONS = IFC_ACTOR__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__OBJECT_TYPE = IFC_ACTOR__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__IS_DEFINED_BY = IFC_ACTOR__IS_DEFINED_BY;
/**
* The feature id for the 'The Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__THE_ACTOR = IFC_ACTOR__THE_ACTOR;
/**
* The feature id for the 'Is Acting Upon' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__IS_ACTING_UPON = IFC_ACTOR__IS_ACTING_UPON;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT__PREDEFINED_TYPE = IFC_ACTOR_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Occupant' class.
*
*
* @generated
* @ordered
*/
int IFC_OCCUPANT_FEATURE_COUNT = IFC_ACTOR_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve2DImpl Ifc Offset Curve2 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve2DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOffsetCurve2D()
* @generated
*/
int IFC_OFFSET_CURVE2_D = 331;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__LAYER_ASSIGNMENTS = IFC_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__STYLED_BY_ITEM = IFC_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__DIM = IFC_CURVE__DIM;
/**
* The feature id for the 'Basis Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__BASIS_CURVE = IFC_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Distance' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__DISTANCE = IFC_CURVE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Distance As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__DISTANCE_AS_STRING = IFC_CURVE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D__SELF_INTERSECT = IFC_CURVE_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Offset Curve2 D' class.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE2_D_FEATURE_COUNT = IFC_CURVE_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve3DImpl Ifc Offset Curve3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOffsetCurve3D()
* @generated
*/
int IFC_OFFSET_CURVE3_D = 332;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__LAYER_ASSIGNMENTS = IFC_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__STYLED_BY_ITEM = IFC_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__DIM = IFC_CURVE__DIM;
/**
* The feature id for the 'Basis Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__BASIS_CURVE = IFC_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Distance' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__DISTANCE = IFC_CURVE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Distance As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__DISTANCE_AS_STRING = IFC_CURVE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__SELF_INTERSECT = IFC_CURVE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Ref Direction' reference.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D__REF_DIRECTION = IFC_CURVE_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Offset Curve3 D' class.
*
*
* @generated
* @ordered
*/
int IFC_OFFSET_CURVE3_D_FEATURE_COUNT = IFC_CURVE_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOneDirectionRepeatFactorImpl Ifc One Direction Repeat Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOneDirectionRepeatFactorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOneDirectionRepeatFactor()
* @generated
*/
int IFC_ONE_DIRECTION_REPEAT_FACTOR = 333;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ONE_DIRECTION_REPEAT_FACTOR__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ONE_DIRECTION_REPEAT_FACTOR__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Repeat Factor' reference.
*
*
* @generated
* @ordered
*/
int IFC_ONE_DIRECTION_REPEAT_FACTOR__REPEAT_FACTOR = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc One Direction Repeat Factor' class.
*
*
* @generated
* @ordered
*/
int IFC_ONE_DIRECTION_REPEAT_FACTOR_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOpenShellImpl Ifc Open Shell}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOpenShellImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOpenShell()
* @generated
*/
int IFC_OPEN_SHELL = 334;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPEN_SHELL__LAYER_ASSIGNMENTS = IFC_CONNECTED_FACE_SET__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPEN_SHELL__STYLED_BY_ITEM = IFC_CONNECTED_FACE_SET__STYLED_BY_ITEM;
/**
* The feature id for the 'Cfs Faces' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPEN_SHELL__CFS_FACES = IFC_CONNECTED_FACE_SET__CFS_FACES;
/**
* The number of structural features of the 'Ifc Open Shell' class.
*
*
* @generated
* @ordered
*/
int IFC_OPEN_SHELL_FEATURE_COUNT = IFC_CONNECTED_FACE_SET_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOpeningElementImpl Ifc Opening Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOpeningElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOpeningElement()
* @generated
*/
int IFC_OPENING_ELEMENT = 335;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__GLOBAL_ID = IFC_FEATURE_ELEMENT_SUBTRACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__OWNER_HISTORY = IFC_FEATURE_ELEMENT_SUBTRACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__NAME = IFC_FEATURE_ELEMENT_SUBTRACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__DESCRIPTION = IFC_FEATURE_ELEMENT_SUBTRACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_ASSIGNMENTS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__IS_DECOMPOSED_BY = IFC_FEATURE_ELEMENT_SUBTRACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__DECOMPOSES = IFC_FEATURE_ELEMENT_SUBTRACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_ASSOCIATIONS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__OBJECT_TYPE = IFC_FEATURE_ELEMENT_SUBTRACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__IS_DEFINED_BY = IFC_FEATURE_ELEMENT_SUBTRACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__OBJECT_PLACEMENT = IFC_FEATURE_ELEMENT_SUBTRACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__REPRESENTATION = IFC_FEATURE_ELEMENT_SUBTRACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__REFERENCED_BY = IFC_FEATURE_ELEMENT_SUBTRACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__GEOMETRY = IFC_FEATURE_ELEMENT_SUBTRACTION__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__TAG = IFC_FEATURE_ELEMENT_SUBTRACTION__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__FILLS_VOIDS = IFC_FEATURE_ELEMENT_SUBTRACTION__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__CONNECTED_TO = IFC_FEATURE_ELEMENT_SUBTRACTION__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_COVERINGS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_PROJECTIONS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_FEATURE_ELEMENT_SUBTRACTION__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_PORTS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_OPENINGS = IFC_FEATURE_ELEMENT_SUBTRACTION__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__IS_CONNECTION_REALIZATION = IFC_FEATURE_ELEMENT_SUBTRACTION__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__PROVIDES_BOUNDARIES = IFC_FEATURE_ELEMENT_SUBTRACTION__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__CONNECTED_FROM = IFC_FEATURE_ELEMENT_SUBTRACTION__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_FEATURE_ELEMENT_SUBTRACTION__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Voids Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__VOIDS_ELEMENTS = IFC_FEATURE_ELEMENT_SUBTRACTION__VOIDS_ELEMENTS;
/**
* The feature id for the 'Has Fillings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT__HAS_FILLINGS = IFC_FEATURE_ELEMENT_SUBTRACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Opening Element' class.
*
*
* @generated
* @ordered
*/
int IFC_OPENING_ELEMENT_FEATURE_COUNT = IFC_FEATURE_ELEMENT_SUBTRACTION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOpticalMaterialPropertiesImpl Ifc Optical Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOpticalMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOpticalMaterialProperties()
* @generated
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES = 336;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Visible Transmittance' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_TRANSMITTANCE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Visible Transmittance As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_TRANSMITTANCE_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Solar Transmittance' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_TRANSMITTANCE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Solar Transmittance As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_TRANSMITTANCE_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Thermal Ir Transmittance' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_TRANSMITTANCE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Thermal Ir Transmittance As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_TRANSMITTANCE_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Thermal Ir Emissivity Back' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_BACK = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Thermal Ir Emissivity Back As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_BACK_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Thermal Ir Emissivity Front' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_FRONT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'Thermal Ir Emissivity Front As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_FRONT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'Visible Reflectance Back' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_BACK = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 10;
/**
* The feature id for the 'Visible Reflectance Back As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_BACK_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 11;
/**
* The feature id for the 'Visible Reflectance Front' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_FRONT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 12;
/**
* The feature id for the 'Visible Reflectance Front As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_FRONT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 13;
/**
* The feature id for the 'Solar Reflectance Front' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_FRONT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 14;
/**
* The feature id for the 'Solar Reflectance Front As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_FRONT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 15;
/**
* The feature id for the 'Solar Reflectance Back' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_BACK = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 16;
/**
* The feature id for the 'Solar Reflectance Back As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_BACK_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 17;
/**
* The number of structural features of the 'Ifc Optical Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_OPTICAL_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 18;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrderActionImpl Ifc Order Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrderActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrderAction()
* @generated
*/
int IFC_ORDER_ACTION = 337;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__GLOBAL_ID = IFC_TASK__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__OWNER_HISTORY = IFC_TASK__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__NAME = IFC_TASK__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__DESCRIPTION = IFC_TASK__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__HAS_ASSIGNMENTS = IFC_TASK__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__IS_DECOMPOSED_BY = IFC_TASK__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__DECOMPOSES = IFC_TASK__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__HAS_ASSOCIATIONS = IFC_TASK__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__OBJECT_TYPE = IFC_TASK__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__IS_DEFINED_BY = IFC_TASK__IS_DEFINED_BY;
/**
* The feature id for the 'Operates On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__OPERATES_ON = IFC_TASK__OPERATES_ON;
/**
* The feature id for the 'Is Successor From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__IS_SUCCESSOR_FROM = IFC_TASK__IS_SUCCESSOR_FROM;
/**
* The feature id for the 'Is Predecessor To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__IS_PREDECESSOR_TO = IFC_TASK__IS_PREDECESSOR_TO;
/**
* The feature id for the 'Task Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__TASK_ID = IFC_TASK__TASK_ID;
/**
* The feature id for the 'Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__STATUS = IFC_TASK__STATUS;
/**
* The feature id for the 'Work Method' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__WORK_METHOD = IFC_TASK__WORK_METHOD;
/**
* The feature id for the 'Is Milestone' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__IS_MILESTONE = IFC_TASK__IS_MILESTONE;
/**
* The feature id for the 'Priority' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__PRIORITY = IFC_TASK__PRIORITY;
/**
* The feature id for the 'Action ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION__ACTION_ID = IFC_TASK_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Order Action' class.
*
*
* @generated
* @ordered
*/
int IFC_ORDER_ACTION_FEATURE_COUNT = IFC_TASK_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcActorSelect Ifc Actor Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActorSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActorSelect()
* @generated
*/
int IFC_ACTOR_SELECT = 771;
/**
* The number of structural features of the 'Ifc Actor Select' class.
*
*
* @generated
* @ordered
*/
int IFC_ACTOR_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationImpl Ifc Organization}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrganization()
* @generated
*/
int IFC_ORGANIZATION = 338;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__ID = IFC_ACTOR_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__NAME = IFC_ACTOR_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__DESCRIPTION = IFC_ACTOR_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Roles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__ROLES = IFC_ACTOR_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Addresses' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__ADDRESSES = IFC_ACTOR_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Is Related By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__IS_RELATED_BY = IFC_ACTOR_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Relates' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__RELATES = IFC_ACTOR_SELECT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Engages' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION__ENGAGES = IFC_ACTOR_SELECT_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Organization' class.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION_FEATURE_COUNT = IFC_ACTOR_SELECT_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationRelationshipImpl Ifc Organization Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrganizationRelationship()
* @generated
*/
int IFC_ORGANIZATION_RELATIONSHIP = 339;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION_RELATIONSHIP__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION_RELATIONSHIP__DESCRIPTION = 1;
/**
* The feature id for the 'Relating Organization' reference.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION_RELATIONSHIP__RELATING_ORGANIZATION = 2;
/**
* The feature id for the 'Related Organizations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION_RELATIONSHIP__RELATED_ORGANIZATIONS = 3;
/**
* The number of structural features of the 'Ifc Organization Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_ORGANIZATION_RELATIONSHIP_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrientedEdgeImpl Ifc Oriented Edge}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrientedEdgeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrientedEdge()
* @generated
*/
int IFC_ORIENTED_EDGE = 340;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE__LAYER_ASSIGNMENTS = IFC_EDGE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE__STYLED_BY_ITEM = IFC_EDGE__STYLED_BY_ITEM;
/**
* The feature id for the 'Edge Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE__EDGE_START = IFC_EDGE__EDGE_START;
/**
* The feature id for the 'Edge End' reference.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE__EDGE_END = IFC_EDGE__EDGE_END;
/**
* The feature id for the 'Edge Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE__EDGE_ELEMENT = IFC_EDGE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Orientation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE__ORIENTATION = IFC_EDGE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Oriented Edge' class.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTED_EDGE_FEATURE_COUNT = IFC_EDGE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOutletTypeImpl Ifc Outlet Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOutletTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOutletType()
* @generated
*/
int IFC_OUTLET_TYPE = 341;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Outlet Type' class.
*
*
* @generated
* @ordered
*/
int IFC_OUTLET_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOwnerHistoryImpl Ifc Owner History}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOwnerHistoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOwnerHistory()
* @generated
*/
int IFC_OWNER_HISTORY = 342;
/**
* The feature id for the 'Owning User' reference.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__OWNING_USER = 0;
/**
* The feature id for the 'Owning Application' reference.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__OWNING_APPLICATION = 1;
/**
* The feature id for the 'State' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__STATE = 2;
/**
* The feature id for the 'Change Action' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__CHANGE_ACTION = 3;
/**
* The feature id for the 'Last Modified Date' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__LAST_MODIFIED_DATE = 4;
/**
* The feature id for the 'Last Modifying User' reference.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__LAST_MODIFYING_USER = 5;
/**
* The feature id for the 'Last Modifying Application' reference.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__LAST_MODIFYING_APPLICATION = 6;
/**
* The feature id for the 'Creation Date' attribute.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY__CREATION_DATE = 7;
/**
* The number of structural features of the 'Ifc Owner History' class.
*
*
* @generated
* @ordered
*/
int IFC_OWNER_HISTORY_FEATURE_COUNT = 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPathImpl Ifc Path}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPathImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPath()
* @generated
*/
int IFC_PATH = 344;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PATH__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PATH__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Edge List' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PATH__EDGE_LIST = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Path' class.
*
*
* @generated
* @ordered
*/
int IFC_PATH_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPerformanceHistoryImpl Ifc Performance History}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPerformanceHistoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPerformanceHistory()
* @generated
*/
int IFC_PERFORMANCE_HISTORY = 345;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Life Cycle Phase' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY__LIFE_CYCLE_PHASE = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Performance History' class.
*
*
* @generated
* @ordered
*/
int IFC_PERFORMANCE_HISTORY_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPermeableCoveringPropertiesImpl Ifc Permeable Covering Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPermeableCoveringPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPermeableCoveringProperties()
* @generated
*/
int IFC_PERMEABLE_COVERING_PROPERTIES = 346;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Operation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__OPERATION_TYPE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Panel Position' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__PANEL_POSITION = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Frame Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Frame Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Frame Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Frame Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Shape Aspect Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES__SHAPE_ASPECT_STYLE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Permeable Covering Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_PERMEABLE_COVERING_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPermitImpl Ifc Permit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPermitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPermit()
* @generated
*/
int IFC_PERMIT = 347;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Permit ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT__PERMIT_ID = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Permit' class.
*
*
* @generated
* @ordered
*/
int IFC_PERMIT_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPersonImpl Ifc Person}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPersonImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPerson()
* @generated
*/
int IFC_PERSON = 348;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__ID = IFC_ACTOR_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Family Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__FAMILY_NAME = IFC_ACTOR_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Given Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__GIVEN_NAME = IFC_ACTOR_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Middle Names' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__MIDDLE_NAMES = IFC_ACTOR_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Prefix Titles' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__PREFIX_TITLES = IFC_ACTOR_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Suffix Titles' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__SUFFIX_TITLES = IFC_ACTOR_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Roles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__ROLES = IFC_ACTOR_SELECT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Addresses' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__ADDRESSES = IFC_ACTOR_SELECT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Engaged In' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON__ENGAGED_IN = IFC_ACTOR_SELECT_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Person' class.
*
*
* @generated
* @ordered
*/
int IFC_PERSON_FEATURE_COUNT = IFC_ACTOR_SELECT_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPersonAndOrganizationImpl Ifc Person And Organization}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPersonAndOrganizationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPersonAndOrganization()
* @generated
*/
int IFC_PERSON_AND_ORGANIZATION = 349;
/**
* The feature id for the 'The Person' reference.
*
*
* @generated
* @ordered
*/
int IFC_PERSON_AND_ORGANIZATION__THE_PERSON = IFC_ACTOR_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'The Organization' reference.
*
*
* @generated
* @ordered
*/
int IFC_PERSON_AND_ORGANIZATION__THE_ORGANIZATION = IFC_ACTOR_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Roles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PERSON_AND_ORGANIZATION__ROLES = IFC_ACTOR_SELECT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Person And Organization' class.
*
*
* @generated
* @ordered
*/
int IFC_PERSON_AND_ORGANIZATION_FEATURE_COUNT = IFC_ACTOR_SELECT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalQuantityImpl Ifc Physical Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalQuantity()
* @generated
*/
int IFC_PHYSICAL_QUANTITY = 351;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_QUANTITY__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_QUANTITY__DESCRIPTION = 1;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_QUANTITY__PART_OF_COMPLEX = 2;
/**
* The number of structural features of the 'Ifc Physical Quantity' class.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_QUANTITY_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalComplexQuantityImpl Ifc Physical Complex Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalComplexQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalComplexQuantity()
* @generated
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY = 350;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__NAME = IFC_PHYSICAL_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__DESCRIPTION = IFC_PHYSICAL_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__PART_OF_COMPLEX = IFC_PHYSICAL_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Has Quantities' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__HAS_QUANTITIES = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Discrimination' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__DISCRIMINATION = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Quality' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__QUALITY = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 2;
/**
* The feature id for the 'Usage' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY__USAGE = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Physical Complex Quantity' class.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_COMPLEX_QUANTITY_FEATURE_COUNT = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalSimpleQuantityImpl Ifc Physical Simple Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalSimpleQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalSimpleQuantity()
* @generated
*/
int IFC_PHYSICAL_SIMPLE_QUANTITY = 352;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_SIMPLE_QUANTITY__NAME = IFC_PHYSICAL_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION = IFC_PHYSICAL_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX = IFC_PHYSICAL_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Physical Simple Quantity' class.
*
*
* @generated
* @ordered
*/
int IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT = IFC_PHYSICAL_QUANTITY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPileImpl Ifc Pile}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPileImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPile()
* @generated
*/
int IFC_PILE = 353;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PILE__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PILE__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_PILE__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_PILE__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PILE__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Construction Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PILE__CONSTRUCTION_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Pile' class.
*
*
* @generated
* @ordered
*/
int IFC_PILE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPipeFittingTypeImpl Ifc Pipe Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPipeFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeFittingType()
* @generated
*/
int IFC_PIPE_FITTING_TYPE = 354;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__GLOBAL_ID = IFC_FLOW_FITTING_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__OWNER_HISTORY = IFC_FLOW_FITTING_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__NAME = IFC_FLOW_FITTING_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__DESCRIPTION = IFC_FLOW_FITTING_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_FITTING_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_FITTING_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__DECOMPOSES = IFC_FLOW_FITTING_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_FITTING_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_FITTING_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_FITTING_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__OBJECT_TYPE_OF = IFC_FLOW_FITTING_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__REPRESENTATION_MAPS = IFC_FLOW_FITTING_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__TAG = IFC_FLOW_FITTING_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__ELEMENT_TYPE = IFC_FLOW_FITTING_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE__PREDEFINED_TYPE = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Pipe Fitting Type' class.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_FITTING_TYPE_FEATURE_COUNT = IFC_FLOW_FITTING_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPipeSegmentTypeImpl Ifc Pipe Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPipeSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeSegmentType()
* @generated
*/
int IFC_PIPE_SEGMENT_TYPE = 355;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__GLOBAL_ID = IFC_FLOW_SEGMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__OWNER_HISTORY = IFC_FLOW_SEGMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__NAME = IFC_FLOW_SEGMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__DESCRIPTION = IFC_FLOW_SEGMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_SEGMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__DECOMPOSES = IFC_FLOW_SEGMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_SEGMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_SEGMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_SEGMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__OBJECT_TYPE_OF = IFC_FLOW_SEGMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__REPRESENTATION_MAPS = IFC_FLOW_SEGMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__TAG = IFC_FLOW_SEGMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__ELEMENT_TYPE = IFC_FLOW_SEGMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE__PREDEFINED_TYPE = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Pipe Segment Type' class.
*
*
* @generated
* @ordered
*/
int IFC_PIPE_SEGMENT_TYPE_FEATURE_COUNT = IFC_FLOW_SEGMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPixelTextureImpl Ifc Pixel Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPixelTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPixelTexture()
* @generated
*/
int IFC_PIXEL_TEXTURE = 356;
/**
* The feature id for the 'Repeat S' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__REPEAT_S = IFC_SURFACE_TEXTURE__REPEAT_S;
/**
* The feature id for the 'Repeat T' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__REPEAT_T = IFC_SURFACE_TEXTURE__REPEAT_T;
/**
* The feature id for the 'Texture Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__TEXTURE_TYPE = IFC_SURFACE_TEXTURE__TEXTURE_TYPE;
/**
* The feature id for the 'Texture Transform' reference.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__TEXTURE_TRANSFORM = IFC_SURFACE_TEXTURE__TEXTURE_TRANSFORM;
/**
* The feature id for the 'Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__WIDTH = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__HEIGHT = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Colour Components' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__COLOUR_COMPONENTS = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Pixel' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE__PIXEL = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Pixel Texture' class.
*
*
* @generated
* @ordered
*/
int IFC_PIXEL_TEXTURE_FEATURE_COUNT = IFC_SURFACE_TEXTURE_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlanarExtentImpl Ifc Planar Extent}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlanarExtentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlanarExtent()
* @generated
*/
int IFC_PLANAR_EXTENT = 359;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Size In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT__SIZE_IN_X = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Size In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT__SIZE_IN_XAS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Size In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT__SIZE_IN_Y = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Size In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT__SIZE_IN_YAS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Planar Extent' class.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_EXTENT_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlanarBoxImpl Ifc Planar Box}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlanarBoxImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlanarBox()
* @generated
*/
int IFC_PLANAR_BOX = 358;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__LAYER_ASSIGNMENTS = IFC_PLANAR_EXTENT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__STYLED_BY_ITEM = IFC_PLANAR_EXTENT__STYLED_BY_ITEM;
/**
* The feature id for the 'Size In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__SIZE_IN_X = IFC_PLANAR_EXTENT__SIZE_IN_X;
/**
* The feature id for the 'Size In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__SIZE_IN_XAS_STRING = IFC_PLANAR_EXTENT__SIZE_IN_XAS_STRING;
/**
* The feature id for the 'Size In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__SIZE_IN_Y = IFC_PLANAR_EXTENT__SIZE_IN_Y;
/**
* The feature id for the 'Size In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__SIZE_IN_YAS_STRING = IFC_PLANAR_EXTENT__SIZE_IN_YAS_STRING;
/**
* The feature id for the 'Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX__PLACEMENT = IFC_PLANAR_EXTENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Planar Box' class.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_BOX_FEATURE_COUNT = IFC_PLANAR_EXTENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlaneImpl Ifc Plane}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlaneImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlane()
* @generated
*/
int IFC_PLANE = 360;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLANE__LAYER_ASSIGNMENTS = IFC_ELEMENTARY_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLANE__STYLED_BY_ITEM = IFC_ELEMENTARY_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLANE__POSITION = IFC_ELEMENTARY_SURFACE__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANE__DIM = IFC_ELEMENTARY_SURFACE__DIM;
/**
* The number of structural features of the 'Ifc Plane' class.
*
*
* @generated
* @ordered
*/
int IFC_PLANE_FEATURE_COUNT = IFC_ELEMENTARY_SURFACE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlateImpl Ifc Plate}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlateImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlate()
* @generated
*/
int IFC_PLATE = 361;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Plate' class.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlateTypeImpl Ifc Plate Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlateTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlateType()
* @generated
*/
int IFC_PLATE_TYPE = 362;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Plate Type' class.
*
*
* @generated
* @ordered
*/
int IFC_PLATE_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPointOnCurveImpl Ifc Point On Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPointOnCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPointOnCurve()
* @generated
*/
int IFC_POINT_ON_CURVE = 364;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE__LAYER_ASSIGNMENTS = IFC_POINT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE__STYLED_BY_ITEM = IFC_POINT__STYLED_BY_ITEM;
/**
* The feature id for the 'Basis Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE__BASIS_CURVE = IFC_POINT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Point Parameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE__POINT_PARAMETER = IFC_POINT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Point Parameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE__POINT_PARAMETER_AS_STRING = IFC_POINT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE__DIM = IFC_POINT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Point On Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_CURVE_FEATURE_COUNT = IFC_POINT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPointOnSurfaceImpl Ifc Point On Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPointOnSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPointOnSurface()
* @generated
*/
int IFC_POINT_ON_SURFACE = 365;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__LAYER_ASSIGNMENTS = IFC_POINT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__STYLED_BY_ITEM = IFC_POINT__STYLED_BY_ITEM;
/**
* The feature id for the 'Basis Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__BASIS_SURFACE = IFC_POINT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Point Parameter U' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__POINT_PARAMETER_U = IFC_POINT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Point Parameter UAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__POINT_PARAMETER_UAS_STRING = IFC_POINT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Point Parameter V' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__POINT_PARAMETER_V = IFC_POINT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Point Parameter VAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__POINT_PARAMETER_VAS_STRING = IFC_POINT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE__DIM = IFC_POINT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Point On Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_POINT_ON_SURFACE_FEATURE_COUNT = IFC_POINT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPolyLoopImpl Ifc Poly Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPolyLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPolyLoop()
* @generated
*/
int IFC_POLY_LOOP = 366;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLY_LOOP__LAYER_ASSIGNMENTS = IFC_LOOP__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLY_LOOP__STYLED_BY_ITEM = IFC_LOOP__STYLED_BY_ITEM;
/**
* The feature id for the 'Polygon' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLY_LOOP__POLYGON = IFC_LOOP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Poly Loop' class.
*
*
* @generated
* @ordered
*/
int IFC_POLY_LOOP_FEATURE_COUNT = IFC_LOOP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPolygonalBoundedHalfSpaceImpl Ifc Polygonal Bounded Half Space}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPolygonalBoundedHalfSpaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPolygonalBoundedHalfSpace()
* @generated
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE = 367;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__LAYER_ASSIGNMENTS = IFC_HALF_SPACE_SOLID__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__STYLED_BY_ITEM = IFC_HALF_SPACE_SOLID__STYLED_BY_ITEM;
/**
* The feature id for the 'Base Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__BASE_SURFACE = IFC_HALF_SPACE_SOLID__BASE_SURFACE;
/**
* The feature id for the 'Agreement Flag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__AGREEMENT_FLAG = IFC_HALF_SPACE_SOLID__AGREEMENT_FLAG;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__DIM = IFC_HALF_SPACE_SOLID__DIM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__POSITION = IFC_HALF_SPACE_SOLID_FEATURE_COUNT + 0;
/**
* The feature id for the 'Polygonal Boundary' reference.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE__POLYGONAL_BOUNDARY = IFC_HALF_SPACE_SOLID_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Polygonal Bounded Half Space' class.
*
*
* @generated
* @ordered
*/
int IFC_POLYGONAL_BOUNDED_HALF_SPACE_FEATURE_COUNT = IFC_HALF_SPACE_SOLID_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPolylineImpl Ifc Polyline}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPolylineImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPolyline()
* @generated
*/
int IFC_POLYLINE = 368;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLYLINE__LAYER_ASSIGNMENTS = IFC_BOUNDED_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLYLINE__STYLED_BY_ITEM = IFC_BOUNDED_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POLYLINE__DIM = IFC_BOUNDED_CURVE__DIM;
/**
* The feature id for the 'Points' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POLYLINE__POINTS = IFC_BOUNDED_CURVE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Polyline' class.
*
*
* @generated
* @ordered
*/
int IFC_POLYLINE_FEATURE_COUNT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPostalAddressImpl Ifc Postal Address}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPostalAddressImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPostalAddress()
* @generated
*/
int IFC_POSTAL_ADDRESS = 370;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__PURPOSE = IFC_ADDRESS__PURPOSE;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__DESCRIPTION = IFC_ADDRESS__DESCRIPTION;
/**
* The feature id for the 'User Defined Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__USER_DEFINED_PURPOSE = IFC_ADDRESS__USER_DEFINED_PURPOSE;
/**
* The feature id for the 'Of Person' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__OF_PERSON = IFC_ADDRESS__OF_PERSON;
/**
* The feature id for the 'Of Organization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__OF_ORGANIZATION = IFC_ADDRESS__OF_ORGANIZATION;
/**
* The feature id for the 'Internal Location' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__INTERNAL_LOCATION = IFC_ADDRESS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Address Lines' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__ADDRESS_LINES = IFC_ADDRESS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Postal Box' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__POSTAL_BOX = IFC_ADDRESS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Town' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__TOWN = IFC_ADDRESS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Region' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__REGION = IFC_ADDRESS_FEATURE_COUNT + 4;
/**
* The feature id for the 'Postal Code' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__POSTAL_CODE = IFC_ADDRESS_FEATURE_COUNT + 5;
/**
* The feature id for the 'Country' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS__COUNTRY = IFC_ADDRESS_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Postal Address' class.
*
*
* @generated
* @ordered
*/
int IFC_POSTAL_ADDRESS_FEATURE_COUNT = IFC_ADDRESS_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedSymbolImpl Ifc Pre Defined Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedSymbol()
* @generated
*/
int IFC_PRE_DEFINED_SYMBOL = 376;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_SYMBOL__NAME = IFC_PRE_DEFINED_ITEM__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_SYMBOL_FEATURE_COUNT = IFC_PRE_DEFINED_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedDimensionSymbolImpl Ifc Pre Defined Dimension Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedDimensionSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedDimensionSymbol()
* @generated
*/
int IFC_PRE_DEFINED_DIMENSION_SYMBOL = 373;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_DIMENSION_SYMBOL__NAME = IFC_PRE_DEFINED_SYMBOL__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Dimension Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_DIMENSION_SYMBOL_FEATURE_COUNT = IFC_PRE_DEFINED_SYMBOL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedPointMarkerSymbolImpl Ifc Pre Defined Point Marker Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedPointMarkerSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedPointMarkerSymbol()
* @generated
*/
int IFC_PRE_DEFINED_POINT_MARKER_SYMBOL = 375;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_POINT_MARKER_SYMBOL__NAME = IFC_PRE_DEFINED_SYMBOL__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Point Marker Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_POINT_MARKER_SYMBOL_FEATURE_COUNT = IFC_PRE_DEFINED_SYMBOL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTerminatorSymbolImpl Ifc Pre Defined Terminator Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTerminatorSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedTerminatorSymbol()
* @generated
*/
int IFC_PRE_DEFINED_TERMINATOR_SYMBOL = 377;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_TERMINATOR_SYMBOL__NAME = IFC_PRE_DEFINED_SYMBOL__NAME;
/**
* The number of structural features of the 'Ifc Pre Defined Terminator Symbol' class.
*
*
* @generated
* @ordered
*/
int IFC_PRE_DEFINED_TERMINATOR_SYMBOL_FEATURE_COUNT = IFC_PRE_DEFINED_SYMBOL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerAssignmentImpl Ifc Presentation Layer Assignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerAssignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationLayerAssignment()
* @generated
*/
int IFC_PRESENTATION_LAYER_ASSIGNMENT = 379;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_ASSIGNMENT__NAME = 0;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_ASSIGNMENT__DESCRIPTION = 1;
/**
* The feature id for the 'Assigned Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_ASSIGNMENT__ASSIGNED_ITEMS = 2;
/**
* The feature id for the 'Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_ASSIGNMENT__IDENTIFIER = 3;
/**
* The number of structural features of the 'Ifc Presentation Layer Assignment' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_ASSIGNMENT_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerWithStyleImpl Ifc Presentation Layer With Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerWithStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationLayerWithStyle()
* @generated
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE = 380;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__NAME = IFC_PRESENTATION_LAYER_ASSIGNMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__DESCRIPTION = IFC_PRESENTATION_LAYER_ASSIGNMENT__DESCRIPTION;
/**
* The feature id for the 'Assigned Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__ASSIGNED_ITEMS = IFC_PRESENTATION_LAYER_ASSIGNMENT__ASSIGNED_ITEMS;
/**
* The feature id for the 'Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__IDENTIFIER = IFC_PRESENTATION_LAYER_ASSIGNMENT__IDENTIFIER;
/**
* The feature id for the 'Layer On' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_ON = IFC_PRESENTATION_LAYER_ASSIGNMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Layer Frozen' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_FROZEN = IFC_PRESENTATION_LAYER_ASSIGNMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Layer Blocked' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_BLOCKED = IFC_PRESENTATION_LAYER_ASSIGNMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Layer Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_STYLES = IFC_PRESENTATION_LAYER_ASSIGNMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Presentation Layer With Style' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_LAYER_WITH_STYLE_FEATURE_COUNT = IFC_PRESENTATION_LAYER_ASSIGNMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleAssignmentImpl Ifc Presentation Style Assignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleAssignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationStyleAssignment()
* @generated
*/
int IFC_PRESENTATION_STYLE_ASSIGNMENT = 382;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_STYLE_ASSIGNMENT__STYLES = 0;
/**
* The number of structural features of the 'Ifc Presentation Style Assignment' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_STYLE_ASSIGNMENT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProcedureImpl Ifc Procedure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProcedureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProcedure()
* @generated
*/
int IFC_PROCEDURE = 383;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__GLOBAL_ID = IFC_PROCESS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__OWNER_HISTORY = IFC_PROCESS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__NAME = IFC_PROCESS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__DESCRIPTION = IFC_PROCESS__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__HAS_ASSIGNMENTS = IFC_PROCESS__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__IS_DECOMPOSED_BY = IFC_PROCESS__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__DECOMPOSES = IFC_PROCESS__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__HAS_ASSOCIATIONS = IFC_PROCESS__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__OBJECT_TYPE = IFC_PROCESS__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__IS_DEFINED_BY = IFC_PROCESS__IS_DEFINED_BY;
/**
* The feature id for the 'Operates On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__OPERATES_ON = IFC_PROCESS__OPERATES_ON;
/**
* The feature id for the 'Is Successor From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__IS_SUCCESSOR_FROM = IFC_PROCESS__IS_SUCCESSOR_FROM;
/**
* The feature id for the 'Is Predecessor To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__IS_PREDECESSOR_TO = IFC_PROCESS__IS_PREDECESSOR_TO;
/**
* The feature id for the 'Procedure ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__PROCEDURE_ID = IFC_PROCESS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Procedure Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__PROCEDURE_TYPE = IFC_PROCESS_FEATURE_COUNT + 1;
/**
* The feature id for the 'User Defined Procedure Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE__USER_DEFINED_PROCEDURE_TYPE = IFC_PROCESS_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Procedure' class.
*
*
* @generated
* @ordered
*/
int IFC_PROCEDURE_FEATURE_COUNT = IFC_PROCESS_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductDefinitionShapeImpl Ifc Product Definition Shape}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductDefinitionShapeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProductDefinitionShape()
* @generated
*/
int IFC_PRODUCT_DEFINITION_SHAPE = 386;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_DEFINITION_SHAPE__NAME = IFC_PRODUCT_REPRESENTATION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_DEFINITION_SHAPE__DESCRIPTION = IFC_PRODUCT_REPRESENTATION__DESCRIPTION;
/**
* The feature id for the 'Representations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_DEFINITION_SHAPE__REPRESENTATIONS = IFC_PRODUCT_REPRESENTATION__REPRESENTATIONS;
/**
* The feature id for the 'Shape Of Product' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_DEFINITION_SHAPE__SHAPE_OF_PRODUCT = IFC_PRODUCT_REPRESENTATION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Has Shape Aspects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_DEFINITION_SHAPE__HAS_SHAPE_ASPECTS = IFC_PRODUCT_REPRESENTATION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Product Definition Shape' class.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCT_DEFINITION_SHAPE_FEATURE_COUNT = IFC_PRODUCT_REPRESENTATION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductsOfCombustionPropertiesImpl Ifc Products Of Combustion Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductsOfCombustionPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProductsOfCombustionProperties()
* @generated
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES = 388;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Specific Heat Capacity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__SPECIFIC_HEAT_CAPACITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Specific Heat Capacity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__SPECIFIC_HEAT_CAPACITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'N20 Content' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__N20_CONTENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'N20 Content As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__N20_CONTENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'CO Content' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO_CONTENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'CO Content As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO_CONTENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'CO2 Content' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO2_CONTENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'CO2 Content As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO2_CONTENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Products Of Combustion Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectImpl Ifc Project}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProject()
* @generated
*/
int IFC_PROJECT = 391;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__GLOBAL_ID = IFC_OBJECT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__OWNER_HISTORY = IFC_OBJECT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__NAME = IFC_OBJECT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__DESCRIPTION = IFC_OBJECT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__HAS_ASSIGNMENTS = IFC_OBJECT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__IS_DECOMPOSED_BY = IFC_OBJECT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__DECOMPOSES = IFC_OBJECT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__HAS_ASSOCIATIONS = IFC_OBJECT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__OBJECT_TYPE = IFC_OBJECT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__IS_DEFINED_BY = IFC_OBJECT__IS_DEFINED_BY;
/**
* The feature id for the 'Long Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__LONG_NAME = IFC_OBJECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Phase' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__PHASE = IFC_OBJECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Representation Contexts' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__REPRESENTATION_CONTEXTS = IFC_OBJECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Units In Context' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT__UNITS_IN_CONTEXT = IFC_OBJECT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Project' class.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_FEATURE_COUNT = IFC_OBJECT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderImpl Ifc Project Order}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrder()
* @generated
*/
int IFC_PROJECT_ORDER = 392;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'ID' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__ID = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__PREDEFINED_TYPE = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Status' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER__STATUS = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Project Order' class.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderRecordImpl Ifc Project Order Record}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderRecordImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrderRecord()
* @generated
*/
int IFC_PROJECT_ORDER_RECORD = 393;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Records' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__RECORDS = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD__PREDEFINED_TYPE = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Project Order Record' class.
*
*
* @generated
* @ordered
*/
int IFC_PROJECT_ORDER_RECORD_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectionCurveImpl Ifc Projection Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectionCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectionCurve()
* @generated
*/
int IFC_PROJECTION_CURVE = 394;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_CURVE__LAYER_ASSIGNMENTS = IFC_ANNOTATION_CURVE_OCCURRENCE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_CURVE__STYLED_BY_ITEM = IFC_ANNOTATION_CURVE_OCCURRENCE__STYLED_BY_ITEM;
/**
* The feature id for the 'Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_CURVE__ITEM = IFC_ANNOTATION_CURVE_OCCURRENCE__ITEM;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_CURVE__STYLES = IFC_ANNOTATION_CURVE_OCCURRENCE__STYLES;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_CURVE__NAME = IFC_ANNOTATION_CURVE_OCCURRENCE__NAME;
/**
* The number of structural features of the 'Ifc Projection Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_CURVE_FEATURE_COUNT = IFC_ANNOTATION_CURVE_OCCURRENCE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectionElementImpl Ifc Projection Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectionElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectionElement()
* @generated
*/
int IFC_PROJECTION_ELEMENT = 395;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__GLOBAL_ID = IFC_FEATURE_ELEMENT_ADDITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__OWNER_HISTORY = IFC_FEATURE_ELEMENT_ADDITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__NAME = IFC_FEATURE_ELEMENT_ADDITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__DESCRIPTION = IFC_FEATURE_ELEMENT_ADDITION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_ASSIGNMENTS = IFC_FEATURE_ELEMENT_ADDITION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__IS_DECOMPOSED_BY = IFC_FEATURE_ELEMENT_ADDITION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__DECOMPOSES = IFC_FEATURE_ELEMENT_ADDITION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_ASSOCIATIONS = IFC_FEATURE_ELEMENT_ADDITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__OBJECT_TYPE = IFC_FEATURE_ELEMENT_ADDITION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__IS_DEFINED_BY = IFC_FEATURE_ELEMENT_ADDITION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__OBJECT_PLACEMENT = IFC_FEATURE_ELEMENT_ADDITION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__REPRESENTATION = IFC_FEATURE_ELEMENT_ADDITION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__REFERENCED_BY = IFC_FEATURE_ELEMENT_ADDITION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__GEOMETRY = IFC_FEATURE_ELEMENT_ADDITION__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__TAG = IFC_FEATURE_ELEMENT_ADDITION__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_FEATURE_ELEMENT_ADDITION__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__FILLS_VOIDS = IFC_FEATURE_ELEMENT_ADDITION__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__CONNECTED_TO = IFC_FEATURE_ELEMENT_ADDITION__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_COVERINGS = IFC_FEATURE_ELEMENT_ADDITION__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_PROJECTIONS = IFC_FEATURE_ELEMENT_ADDITION__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_FEATURE_ELEMENT_ADDITION__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_PORTS = IFC_FEATURE_ELEMENT_ADDITION__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__HAS_OPENINGS = IFC_FEATURE_ELEMENT_ADDITION__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__IS_CONNECTION_REALIZATION = IFC_FEATURE_ELEMENT_ADDITION__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__PROVIDES_BOUNDARIES = IFC_FEATURE_ELEMENT_ADDITION__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__CONNECTED_FROM = IFC_FEATURE_ELEMENT_ADDITION__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_FEATURE_ELEMENT_ADDITION__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Projects Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT__PROJECTS_ELEMENTS = IFC_FEATURE_ELEMENT_ADDITION__PROJECTS_ELEMENTS;
/**
* The number of structural features of the 'Ifc Projection Element' class.
*
*
* @generated
* @ordered
*/
int IFC_PROJECTION_ELEMENT_FEATURE_COUNT = IFC_FEATURE_ELEMENT_ADDITION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSimplePropertyImpl Ifc Simple Property}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSimplePropertyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSimpleProperty()
* @generated
*/
int IFC_SIMPLE_PROPERTY = 513;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_PROPERTY__NAME = IFC_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_PROPERTY__DESCRIPTION = IFC_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE = IFC_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON = IFC_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX = IFC_PROPERTY__PART_OF_COMPLEX;
/**
* The number of structural features of the 'Ifc Simple Property' class.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_PROPERTY_FEATURE_COUNT = IFC_PROPERTY_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyBoundedValueImpl Ifc Property Bounded Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyBoundedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyBoundedValue()
* @generated
*/
int IFC_PROPERTY_BOUNDED_VALUE = 397;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__NAME = IFC_SIMPLE_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__DESCRIPTION = IFC_SIMPLE_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__PROPERTY_FOR_DEPENDANCE = IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__PROPERTY_DEPENDS_ON = IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__PART_OF_COMPLEX = IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'Upper Bound Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__UPPER_BOUND_VALUE = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Lower Bound Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__LOWER_BOUND_VALUE = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE__UNIT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Property Bounded Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_BOUNDED_VALUE_FEATURE_COUNT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyConstraintRelationshipImpl Ifc Property Constraint Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyConstraintRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyConstraintRelationship()
* @generated
*/
int IFC_PROPERTY_CONSTRAINT_RELATIONSHIP = 398;
/**
* The feature id for the 'Relating Constraint' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__RELATING_CONSTRAINT = 0;
/**
* The feature id for the 'Related Properties' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__RELATED_PROPERTIES = 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__NAME = 2;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__DESCRIPTION = 3;
/**
* The number of structural features of the 'Ifc Property Constraint Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_CONSTRAINT_RELATIONSHIP_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDependencyRelationshipImpl Ifc Property Dependency Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDependencyRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyDependencyRelationship()
* @generated
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP = 400;
/**
* The feature id for the 'Depending Property' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__DEPENDING_PROPERTY = 0;
/**
* The feature id for the 'Dependant Property' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__DEPENDANT_PROPERTY = 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__NAME = 2;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__DESCRIPTION = 3;
/**
* The feature id for the 'Expression' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__EXPRESSION = 4;
/**
* The number of structural features of the 'Ifc Property Dependency Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_DEPENDENCY_RELATIONSHIP_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumeratedValueImpl Ifc Property Enumerated Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumeratedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyEnumeratedValue()
* @generated
*/
int IFC_PROPERTY_ENUMERATED_VALUE = 401;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__NAME = IFC_SIMPLE_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__DESCRIPTION = IFC_SIMPLE_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__PROPERTY_FOR_DEPENDANCE = IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__PROPERTY_DEPENDS_ON = IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__PART_OF_COMPLEX = IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'Enumeration Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__ENUMERATION_VALUES = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Enumeration Reference' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE__ENUMERATION_REFERENCE = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Property Enumerated Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATED_VALUE_FEATURE_COUNT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumerationImpl Ifc Property Enumeration}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumerationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyEnumeration()
* @generated
*/
int IFC_PROPERTY_ENUMERATION = 402;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATION__NAME = 0;
/**
* The feature id for the 'Enumeration Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATION__ENUMERATION_VALUES = 1;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATION__UNIT = 2;
/**
* The number of structural features of the 'Ifc Property Enumeration' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_ENUMERATION_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyListValueImpl Ifc Property List Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyListValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyListValue()
* @generated
*/
int IFC_PROPERTY_LIST_VALUE = 403;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__NAME = IFC_SIMPLE_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__DESCRIPTION = IFC_SIMPLE_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__PROPERTY_FOR_DEPENDANCE = IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__PROPERTY_DEPENDS_ON = IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__PART_OF_COMPLEX = IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'List Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__LIST_VALUES = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE__UNIT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Property List Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_LIST_VALUE_FEATURE_COUNT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyReferenceValueImpl Ifc Property Reference Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyReferenceValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyReferenceValue()
* @generated
*/
int IFC_PROPERTY_REFERENCE_VALUE = 404;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__NAME = IFC_SIMPLE_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__DESCRIPTION = IFC_SIMPLE_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__PROPERTY_FOR_DEPENDANCE = IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__PROPERTY_DEPENDS_ON = IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__PART_OF_COMPLEX = IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'Usage Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__USAGE_NAME = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Property Reference' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE__PROPERTY_REFERENCE = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Property Reference Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_REFERENCE_VALUE_FEATURE_COUNT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetImpl Ifc Property Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySet()
* @generated
*/
int IFC_PROPERTY_SET = 405;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Has Properties' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET__HAS_PROPERTIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Property Set' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SET_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertySingleValueImpl Ifc Property Single Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertySingleValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySingleValue()
* @generated
*/
int IFC_PROPERTY_SINGLE_VALUE = 407;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__NAME = IFC_SIMPLE_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__DESCRIPTION = IFC_SIMPLE_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__PROPERTY_FOR_DEPENDANCE = IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__PROPERTY_DEPENDS_ON = IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__PART_OF_COMPLEX = IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'Nominal Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__NOMINAL_VALUE = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE__UNIT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Property Single Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_SINGLE_VALUE_FEATURE_COUNT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyTableValueImpl Ifc Property Table Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyTableValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyTableValue()
* @generated
*/
int IFC_PROPERTY_TABLE_VALUE = 408;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__NAME = IFC_SIMPLE_PROPERTY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__DESCRIPTION = IFC_SIMPLE_PROPERTY__DESCRIPTION;
/**
* The feature id for the 'Property For Dependance' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__PROPERTY_FOR_DEPENDANCE = IFC_SIMPLE_PROPERTY__PROPERTY_FOR_DEPENDANCE;
/**
* The feature id for the 'Property Depends On' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__PROPERTY_DEPENDS_ON = IFC_SIMPLE_PROPERTY__PROPERTY_DEPENDS_ON;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__PART_OF_COMPLEX = IFC_SIMPLE_PROPERTY__PART_OF_COMPLEX;
/**
* The feature id for the 'Defining Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__DEFINING_VALUES = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Defined Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__DEFINED_VALUES = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 1;
/**
* The feature id for the 'Expression' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__EXPRESSION = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 2;
/**
* The feature id for the 'Defining Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__DEFINING_UNIT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 3;
/**
* The feature id for the 'Defined Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE__DEFINED_UNIT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Property Table Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PROPERTY_TABLE_VALUE_FEATURE_COUNT = IFC_SIMPLE_PROPERTY_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProtectiveDeviceTypeImpl Ifc Protective Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProtectiveDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProtectiveDeviceType()
* @generated
*/
int IFC_PROTECTIVE_DEVICE_TYPE = 409;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Protective Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_PROTECTIVE_DEVICE_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProxyImpl Ifc Proxy}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProxyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProxy()
* @generated
*/
int IFC_PROXY = 410;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Proxy Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__PROXY_TYPE = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PROXY__TAG = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Proxy' class.
*
*
* @generated
* @ordered
*/
int IFC_PROXY_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPumpTypeImpl Ifc Pump Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPumpTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPumpType()
* @generated
*/
int IFC_PUMP_TYPE = 411;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__GLOBAL_ID = IFC_FLOW_MOVING_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__OWNER_HISTORY = IFC_FLOW_MOVING_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__NAME = IFC_FLOW_MOVING_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__DESCRIPTION = IFC_FLOW_MOVING_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_MOVING_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__DECOMPOSES = IFC_FLOW_MOVING_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_MOVING_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_MOVING_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__OBJECT_TYPE_OF = IFC_FLOW_MOVING_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__REPRESENTATION_MAPS = IFC_FLOW_MOVING_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__TAG = IFC_FLOW_MOVING_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__ELEMENT_TYPE = IFC_FLOW_MOVING_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE__PREDEFINED_TYPE = IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Pump Type' class.
*
*
* @generated
* @ordered
*/
int IFC_PUMP_TYPE_FEATURE_COUNT = IFC_FLOW_MOVING_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityAreaImpl Ifc Quantity Area}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityAreaImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityArea()
* @generated
*/
int IFC_QUANTITY_AREA = 412;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA__NAME = IFC_PHYSICAL_SIMPLE_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA__DESCRIPTION = IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA__PART_OF_COMPLEX = IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA__UNIT = IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT;
/**
* The feature id for the 'Area Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA__AREA_VALUE = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Area Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA__AREA_VALUE_AS_STRING = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Quantity Area' class.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_AREA_FEATURE_COUNT = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityCountImpl Ifc Quantity Count}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityCountImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityCount()
* @generated
*/
int IFC_QUANTITY_COUNT = 413;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT__NAME = IFC_PHYSICAL_SIMPLE_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT__DESCRIPTION = IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT__PART_OF_COMPLEX = IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT__UNIT = IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT;
/**
* The feature id for the 'Count Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT__COUNT_VALUE = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Count Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT__COUNT_VALUE_AS_STRING = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Quantity Count' class.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_COUNT_FEATURE_COUNT = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityLengthImpl Ifc Quantity Length}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityLengthImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityLength()
* @generated
*/
int IFC_QUANTITY_LENGTH = 414;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH__NAME = IFC_PHYSICAL_SIMPLE_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH__DESCRIPTION = IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH__PART_OF_COMPLEX = IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH__UNIT = IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT;
/**
* The feature id for the 'Length Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH__LENGTH_VALUE = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Length Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH__LENGTH_VALUE_AS_STRING = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Quantity Length' class.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_LENGTH_FEATURE_COUNT = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityTimeImpl Ifc Quantity Time}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityTimeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityTime()
* @generated
*/
int IFC_QUANTITY_TIME = 415;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME__NAME = IFC_PHYSICAL_SIMPLE_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME__DESCRIPTION = IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME__PART_OF_COMPLEX = IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME__UNIT = IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT;
/**
* The feature id for the 'Time Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME__TIME_VALUE = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Time Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME__TIME_VALUE_AS_STRING = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Quantity Time' class.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_TIME_FEATURE_COUNT = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityVolumeImpl Ifc Quantity Volume}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityVolumeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityVolume()
* @generated
*/
int IFC_QUANTITY_VOLUME = 416;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME__NAME = IFC_PHYSICAL_SIMPLE_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME__DESCRIPTION = IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME__PART_OF_COMPLEX = IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME__UNIT = IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT;
/**
* The feature id for the 'Volume Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME__VOLUME_VALUE = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Volume Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME__VOLUME_VALUE_AS_STRING = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Quantity Volume' class.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_VOLUME_FEATURE_COUNT = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityWeightImpl Ifc Quantity Weight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityWeightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityWeight()
* @generated
*/
int IFC_QUANTITY_WEIGHT = 417;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT__NAME = IFC_PHYSICAL_SIMPLE_QUANTITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT__DESCRIPTION = IFC_PHYSICAL_SIMPLE_QUANTITY__DESCRIPTION;
/**
* The feature id for the 'Part Of Complex' reference list.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT__PART_OF_COMPLEX = IFC_PHYSICAL_SIMPLE_QUANTITY__PART_OF_COMPLEX;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT__UNIT = IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT;
/**
* The feature id for the 'Weight Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT__WEIGHT_VALUE = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Weight Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT__WEIGHT_VALUE_AS_STRING = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Quantity Weight' class.
*
*
* @generated
* @ordered
*/
int IFC_QUANTITY_WEIGHT_FEATURE_COUNT = IFC_PHYSICAL_SIMPLE_QUANTITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRadiusDimensionImpl Ifc Radius Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRadiusDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRadiusDimension()
* @generated
*/
int IFC_RADIUS_DIMENSION = 418;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RADIUS_DIMENSION__LAYER_ASSIGNMENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RADIUS_DIMENSION__STYLED_BY_ITEM = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RADIUS_DIMENSION__CONTENTS = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__CONTENTS;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RADIUS_DIMENSION__IS_RELATED_FROM_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_FROM_CALLOUT;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RADIUS_DIMENSION__IS_RELATED_TO_CALLOUT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT__IS_RELATED_TO_CALLOUT;
/**
* The number of structural features of the 'Ifc Radius Dimension' class.
*
*
* @generated
* @ordered
*/
int IFC_RADIUS_DIMENSION_FEATURE_COUNT = IFC_DIMENSION_CURVE_DIRECTED_CALLOUT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRailingImpl Ifc Railing}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRailingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRailing()
* @generated
*/
int IFC_RAILING = 419;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Railing' class.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRailingTypeImpl Ifc Railing Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRailingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRailingType()
* @generated
*/
int IFC_RAILING_TYPE = 420;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Railing Type' class.
*
*
* @generated
* @ordered
*/
int IFC_RAILING_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRampImpl Ifc Ramp}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRampImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRamp()
* @generated
*/
int IFC_RAMP = 421;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Shape Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP__SHAPE_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Ramp' class.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightImpl Ifc Ramp Flight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampFlight()
* @generated
*/
int IFC_RAMP_FLIGHT = 422;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Ramp Flight' class.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightTypeImpl Ifc Ramp Flight Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampFlightType()
* @generated
*/
int IFC_RAMP_FLIGHT_TYPE = 423;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Ramp Flight Type' class.
*
*
* @generated
* @ordered
*/
int IFC_RAMP_FLIGHT_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRationalBezierCurveImpl Ifc Rational Bezier Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRationalBezierCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRationalBezierCurve()
* @generated
*/
int IFC_RATIONAL_BEZIER_CURVE = 424;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__LAYER_ASSIGNMENTS = IFC_BEZIER_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__STYLED_BY_ITEM = IFC_BEZIER_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__DIM = IFC_BEZIER_CURVE__DIM;
/**
* The feature id for the 'Degree' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__DEGREE = IFC_BEZIER_CURVE__DEGREE;
/**
* The feature id for the 'Control Points List' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__CONTROL_POINTS_LIST = IFC_BEZIER_CURVE__CONTROL_POINTS_LIST;
/**
* The feature id for the 'Curve Form' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__CURVE_FORM = IFC_BEZIER_CURVE__CURVE_FORM;
/**
* The feature id for the 'Closed Curve' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__CLOSED_CURVE = IFC_BEZIER_CURVE__CLOSED_CURVE;
/**
* The feature id for the 'Self Intersect' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__SELF_INTERSECT = IFC_BEZIER_CURVE__SELF_INTERSECT;
/**
* The feature id for the 'Weights Data' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__WEIGHTS_DATA = IFC_BEZIER_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Weights Data As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE__WEIGHTS_DATA_AS_STRING = IFC_BEZIER_CURVE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rational Bezier Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_RATIONAL_BEZIER_CURVE_FEATURE_COUNT = IFC_BEZIER_CURVE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangleProfileDefImpl Ifc Rectangle Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangleProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangleProfileDef()
* @generated
*/
int IFC_RECTANGLE_PROFILE_DEF = 426;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'XDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__XDIM = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'XDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__XDIM_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'YDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__YDIM = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'YDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF__YDIM_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Rectangle Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangleHollowProfileDefImpl Ifc Rectangle Hollow Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangleHollowProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangleHollowProfileDef()
* @generated
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF = 425;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__PROFILE_TYPE = IFC_RECTANGLE_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__PROFILE_NAME = IFC_RECTANGLE_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__POSITION = IFC_RECTANGLE_PROFILE_DEF__POSITION;
/**
* The feature id for the 'XDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__XDIM = IFC_RECTANGLE_PROFILE_DEF__XDIM;
/**
* The feature id for the 'XDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__XDIM_AS_STRING = IFC_RECTANGLE_PROFILE_DEF__XDIM_AS_STRING;
/**
* The feature id for the 'YDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__YDIM = IFC_RECTANGLE_PROFILE_DEF__YDIM;
/**
* The feature id for the 'YDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__YDIM_AS_STRING = IFC_RECTANGLE_PROFILE_DEF__YDIM_AS_STRING;
/**
* The feature id for the 'Wall Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wall Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS_AS_STRING = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Inner Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__INNER_FILLET_RADIUS = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Inner Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__INNER_FILLET_RADIUS_AS_STRING = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Outer Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__OUTER_FILLET_RADIUS = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Outer Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF__OUTER_FILLET_RADIUS_AS_STRING = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Rectangle Hollow Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGLE_HOLLOW_PROFILE_DEF_FEATURE_COUNT = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangularPyramidImpl Ifc Rectangular Pyramid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangularPyramidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangularPyramid()
* @generated
*/
int IFC_RECTANGULAR_PYRAMID = 427;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__LAYER_ASSIGNMENTS = IFC_CSG_PRIMITIVE3_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__STYLED_BY_ITEM = IFC_CSG_PRIMITIVE3_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__POSITION = IFC_CSG_PRIMITIVE3_D__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__DIM = IFC_CSG_PRIMITIVE3_D__DIM;
/**
* The feature id for the 'XLength' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__XLENGTH = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 0;
/**
* The feature id for the 'XLength As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__XLENGTH_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 1;
/**
* The feature id for the 'YLength' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__YLENGTH = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 2;
/**
* The feature id for the 'YLength As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__YLENGTH_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 3;
/**
* The feature id for the 'Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__HEIGHT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 4;
/**
* The feature id for the 'Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID__HEIGHT_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Rectangular Pyramid' class.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_PYRAMID_FEATURE_COUNT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangularTrimmedSurfaceImpl Ifc Rectangular Trimmed Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangularTrimmedSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangularTrimmedSurface()
* @generated
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE = 428;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__LAYER_ASSIGNMENTS = IFC_BOUNDED_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__STYLED_BY_ITEM = IFC_BOUNDED_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Basis Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__BASIS_SURFACE = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 0;
/**
* The feature id for the 'U1' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__U1 = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 1;
/**
* The feature id for the 'U1 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__U1_AS_STRING = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 2;
/**
* The feature id for the 'V1' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__V1 = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 3;
/**
* The feature id for the 'V1 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__V1_AS_STRING = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 4;
/**
* The feature id for the 'U2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__U2 = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 5;
/**
* The feature id for the 'U2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__U2_AS_STRING = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 6;
/**
* The feature id for the 'V2' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__V2 = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 7;
/**
* The feature id for the 'V2 As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__V2_AS_STRING = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 8;
/**
* The feature id for the 'Usense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__USENSE = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 9;
/**
* The feature id for the 'Vsense' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__VSENSE = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 10;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE__DIM = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc Rectangular Trimmed Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_RECTANGULAR_TRIMMED_SURFACE_FEATURE_COUNT = IFC_BOUNDED_SURFACE_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReferencesValueDocumentImpl Ifc References Value Document}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReferencesValueDocumentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReferencesValueDocument()
* @generated
*/
int IFC_REFERENCES_VALUE_DOCUMENT = 429;
/**
* The feature id for the 'Referenced Document' reference.
*
*
* @generated
* @ordered
*/
int IFC_REFERENCES_VALUE_DOCUMENT__REFERENCED_DOCUMENT = 0;
/**
* The feature id for the 'Referencing Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REFERENCES_VALUE_DOCUMENT__REFERENCING_VALUES = 1;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REFERENCES_VALUE_DOCUMENT__NAME = 2;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REFERENCES_VALUE_DOCUMENT__DESCRIPTION = 3;
/**
* The number of structural features of the 'Ifc References Value Document' class.
*
*
* @generated
* @ordered
*/
int IFC_REFERENCES_VALUE_DOCUMENT_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRegularTimeSeriesImpl Ifc Regular Time Series}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRegularTimeSeriesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRegularTimeSeries()
* @generated
*/
int IFC_REGULAR_TIME_SERIES = 430;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__NAME = IFC_TIME_SERIES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__DESCRIPTION = IFC_TIME_SERIES__DESCRIPTION;
/**
* The feature id for the 'Start Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__START_TIME = IFC_TIME_SERIES__START_TIME;
/**
* The feature id for the 'End Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__END_TIME = IFC_TIME_SERIES__END_TIME;
/**
* The feature id for the 'Time Series Data Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__TIME_SERIES_DATA_TYPE = IFC_TIME_SERIES__TIME_SERIES_DATA_TYPE;
/**
* The feature id for the 'Data Origin' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__DATA_ORIGIN = IFC_TIME_SERIES__DATA_ORIGIN;
/**
* The feature id for the 'User Defined Data Origin' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__USER_DEFINED_DATA_ORIGIN = IFC_TIME_SERIES__USER_DEFINED_DATA_ORIGIN;
/**
* The feature id for the 'Unit' reference.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__UNIT = IFC_TIME_SERIES__UNIT;
/**
* The feature id for the 'Documented By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__DOCUMENTED_BY = IFC_TIME_SERIES__DOCUMENTED_BY;
/**
* The feature id for the 'Time Step' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__TIME_STEP = IFC_TIME_SERIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Time Step As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__TIME_STEP_AS_STRING = IFC_TIME_SERIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES__VALUES = IFC_TIME_SERIES_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Regular Time Series' class.
*
*
* @generated
* @ordered
*/
int IFC_REGULAR_TIME_SERIES_FEATURE_COUNT = IFC_TIME_SERIES_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementBarPropertiesImpl Ifc Reinforcement Bar Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementBarPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcementBarProperties()
* @generated
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES = 431;
/**
* The feature id for the 'Total Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__TOTAL_CROSS_SECTION_AREA = 0;
/**
* The feature id for the 'Total Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__TOTAL_CROSS_SECTION_AREA_AS_STRING = 1;
/**
* The feature id for the 'Steel Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__STEEL_GRADE = 2;
/**
* The feature id for the 'Bar Surface' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__BAR_SURFACE = 3;
/**
* The feature id for the 'Effective Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__EFFECTIVE_DEPTH = 4;
/**
* The feature id for the 'Effective Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__EFFECTIVE_DEPTH_AS_STRING = 5;
/**
* The feature id for the 'Nominal Bar Diameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__NOMINAL_BAR_DIAMETER = 6;
/**
* The feature id for the 'Nominal Bar Diameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__NOMINAL_BAR_DIAMETER_AS_STRING = 7;
/**
* The feature id for the 'Bar Count' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__BAR_COUNT = 8;
/**
* The feature id for the 'Bar Count As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES__BAR_COUNT_AS_STRING = 9;
/**
* The number of structural features of the 'Ifc Reinforcement Bar Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_BAR_PROPERTIES_FEATURE_COUNT = 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementDefinitionPropertiesImpl Ifc Reinforcement Definition Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementDefinitionPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcementDefinitionProperties()
* @generated
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES = 432;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Definition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__DEFINITION_TYPE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Reinforcement Section Definitions' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES__REINFORCEMENT_SECTION_DEFINITIONS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Reinforcement Definition Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCEMENT_DEFINITION_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingElementImpl Ifc Reinforcing Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingElement()
* @generated
*/
int IFC_REINFORCING_ELEMENT = 434;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__GLOBAL_ID = IFC_BUILDING_ELEMENT_COMPONENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__OWNER_HISTORY = IFC_BUILDING_ELEMENT_COMPONENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__NAME = IFC_BUILDING_ELEMENT_COMPONENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__DESCRIPTION = IFC_BUILDING_ELEMENT_COMPONENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_COMPONENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__DECOMPOSES = IFC_BUILDING_ELEMENT_COMPONENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__OBJECT_TYPE = IFC_BUILDING_ELEMENT_COMPONENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__IS_DEFINED_BY = IFC_BUILDING_ELEMENT_COMPONENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT_COMPONENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__REPRESENTATION = IFC_BUILDING_ELEMENT_COMPONENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__REFERENCED_BY = IFC_BUILDING_ELEMENT_COMPONENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__GEOMETRY = IFC_BUILDING_ELEMENT_COMPONENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__TAG = IFC_BUILDING_ELEMENT_COMPONENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT_COMPONENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__FILLS_VOIDS = IFC_BUILDING_ELEMENT_COMPONENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__CONNECTED_TO = IFC_BUILDING_ELEMENT_COMPONENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_COVERINGS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT_COMPONENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_PORTS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__HAS_OPENINGS = IFC_BUILDING_ELEMENT_COMPONENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT_COMPONENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT_COMPONENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__CONNECTED_FROM = IFC_BUILDING_ELEMENT_COMPONENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT_COMPONENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Steel Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT__STEEL_GRADE = IFC_BUILDING_ELEMENT_COMPONENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Reinforcing Element' class.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_ELEMENT_FEATURE_COUNT = IFC_BUILDING_ELEMENT_COMPONENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingBarImpl Ifc Reinforcing Bar}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingBarImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingBar()
* @generated
*/
int IFC_REINFORCING_BAR = 433;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__GLOBAL_ID = IFC_REINFORCING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__OWNER_HISTORY = IFC_REINFORCING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__NAME = IFC_REINFORCING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__DESCRIPTION = IFC_REINFORCING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_ASSIGNMENTS = IFC_REINFORCING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__IS_DECOMPOSED_BY = IFC_REINFORCING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__DECOMPOSES = IFC_REINFORCING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_ASSOCIATIONS = IFC_REINFORCING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__OBJECT_TYPE = IFC_REINFORCING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__IS_DEFINED_BY = IFC_REINFORCING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__OBJECT_PLACEMENT = IFC_REINFORCING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__REPRESENTATION = IFC_REINFORCING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__REFERENCED_BY = IFC_REINFORCING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__GEOMETRY = IFC_REINFORCING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__TAG = IFC_REINFORCING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_STRUCTURAL_MEMBER = IFC_REINFORCING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__FILLS_VOIDS = IFC_REINFORCING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__CONNECTED_TO = IFC_REINFORCING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_COVERINGS = IFC_REINFORCING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_PROJECTIONS = IFC_REINFORCING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__REFERENCED_IN_STRUCTURES = IFC_REINFORCING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_PORTS = IFC_REINFORCING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__HAS_OPENINGS = IFC_REINFORCING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__IS_CONNECTION_REALIZATION = IFC_REINFORCING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__PROVIDES_BOUNDARIES = IFC_REINFORCING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__CONNECTED_FROM = IFC_REINFORCING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__CONTAINED_IN_STRUCTURE = IFC_REINFORCING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Steel Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__STEEL_GRADE = IFC_REINFORCING_ELEMENT__STEEL_GRADE;
/**
* The feature id for the 'Nominal Diameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__NOMINAL_DIAMETER = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Nominal Diameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__NOMINAL_DIAMETER_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__CROSS_SECTION_AREA = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__CROSS_SECTION_AREA_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Bar Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__BAR_LENGTH = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Bar Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__BAR_LENGTH_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Bar Role' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__BAR_ROLE = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Bar Surface' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR__BAR_SURFACE = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Reinforcing Bar' class.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_BAR_FEATURE_COUNT = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingMeshImpl Ifc Reinforcing Mesh}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingMeshImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingMesh()
* @generated
*/
int IFC_REINFORCING_MESH = 435;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__GLOBAL_ID = IFC_REINFORCING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__OWNER_HISTORY = IFC_REINFORCING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__NAME = IFC_REINFORCING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__DESCRIPTION = IFC_REINFORCING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_ASSIGNMENTS = IFC_REINFORCING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__IS_DECOMPOSED_BY = IFC_REINFORCING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__DECOMPOSES = IFC_REINFORCING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_ASSOCIATIONS = IFC_REINFORCING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__OBJECT_TYPE = IFC_REINFORCING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__IS_DEFINED_BY = IFC_REINFORCING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__OBJECT_PLACEMENT = IFC_REINFORCING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__REPRESENTATION = IFC_REINFORCING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__REFERENCED_BY = IFC_REINFORCING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__GEOMETRY = IFC_REINFORCING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TAG = IFC_REINFORCING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_STRUCTURAL_MEMBER = IFC_REINFORCING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__FILLS_VOIDS = IFC_REINFORCING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__CONNECTED_TO = IFC_REINFORCING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_COVERINGS = IFC_REINFORCING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_PROJECTIONS = IFC_REINFORCING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__REFERENCED_IN_STRUCTURES = IFC_REINFORCING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_PORTS = IFC_REINFORCING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__HAS_OPENINGS = IFC_REINFORCING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__IS_CONNECTION_REALIZATION = IFC_REINFORCING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__PROVIDES_BOUNDARIES = IFC_REINFORCING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__CONNECTED_FROM = IFC_REINFORCING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__CONTAINED_IN_STRUCTURE = IFC_REINFORCING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Steel Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__STEEL_GRADE = IFC_REINFORCING_ELEMENT__STEEL_GRADE;
/**
* The feature id for the 'Mesh Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__MESH_LENGTH = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Mesh Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__MESH_LENGTH_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Mesh Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__MESH_WIDTH = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Mesh Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__MESH_WIDTH_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Longitudinal Bar Nominal Diameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__LONGITUDINAL_BAR_NOMINAL_DIAMETER = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Longitudinal Bar Nominal Diameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__LONGITUDINAL_BAR_NOMINAL_DIAMETER_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Transverse Bar Nominal Diameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TRANSVERSE_BAR_NOMINAL_DIAMETER = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Transverse Bar Nominal Diameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TRANSVERSE_BAR_NOMINAL_DIAMETER_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Longitudinal Bar Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__LONGITUDINAL_BAR_CROSS_SECTION_AREA = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Longitudinal Bar Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__LONGITUDINAL_BAR_CROSS_SECTION_AREA_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Transverse Bar Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TRANSVERSE_BAR_CROSS_SECTION_AREA = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 10;
/**
* The feature id for the 'Transverse Bar Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TRANSVERSE_BAR_CROSS_SECTION_AREA_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 11;
/**
* The feature id for the 'Longitudinal Bar Spacing' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__LONGITUDINAL_BAR_SPACING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 12;
/**
* The feature id for the 'Longitudinal Bar Spacing As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__LONGITUDINAL_BAR_SPACING_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 13;
/**
* The feature id for the 'Transverse Bar Spacing' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TRANSVERSE_BAR_SPACING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 14;
/**
* The feature id for the 'Transverse Bar Spacing As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH__TRANSVERSE_BAR_SPACING_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 15;
/**
* The number of structural features of the 'Ifc Reinforcing Mesh' class.
*
*
* @generated
* @ordered
*/
int IFC_REINFORCING_MESH_FEATURE_COUNT = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 16;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelationshipImpl Ifc Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelationship()
* @generated
*/
int IFC_RELATIONSHIP = 485;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELATIONSHIP__GLOBAL_ID = IFC_ROOT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_RELATIONSHIP__OWNER_HISTORY = IFC_ROOT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELATIONSHIP__NAME = IFC_ROOT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELATIONSHIP__DESCRIPTION = IFC_ROOT__DESCRIPTION;
/**
* The number of structural features of the 'Ifc Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_RELATIONSHIP_FEATURE_COUNT = IFC_ROOT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDecomposesImpl Ifc Rel Decomposes}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDecomposesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDecomposes()
* @generated
*/
int IFC_REL_DECOMPOSES = 468;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES__GLOBAL_ID = IFC_RELATIONSHIP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES__OWNER_HISTORY = IFC_RELATIONSHIP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES__NAME = IFC_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES__DESCRIPTION = IFC_RELATIONSHIP__DESCRIPTION;
/**
* The feature id for the 'Relating Object' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES__RELATING_OBJECT = IFC_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES__RELATED_OBJECTS = IFC_RELATIONSHIP_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Decomposes' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_DECOMPOSES_FEATURE_COUNT = IFC_RELATIONSHIP_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAggregatesImpl Ifc Rel Aggregates}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAggregatesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAggregates()
* @generated
*/
int IFC_REL_AGGREGATES = 436;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES__GLOBAL_ID = IFC_REL_DECOMPOSES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES__OWNER_HISTORY = IFC_REL_DECOMPOSES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES__NAME = IFC_REL_DECOMPOSES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES__DESCRIPTION = IFC_REL_DECOMPOSES__DESCRIPTION;
/**
* The feature id for the 'Relating Object' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES__RELATING_OBJECT = IFC_REL_DECOMPOSES__RELATING_OBJECT;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES__RELATED_OBJECTS = IFC_REL_DECOMPOSES__RELATED_OBJECTS;
/**
* The number of structural features of the 'Ifc Rel Aggregates' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_AGGREGATES_FEATURE_COUNT = IFC_REL_DECOMPOSES_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsImpl Ifc Rel Assigns}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssigns()
* @generated
*/
int IFC_REL_ASSIGNS = 437;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS__GLOBAL_ID = IFC_RELATIONSHIP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS__OWNER_HISTORY = IFC_RELATIONSHIP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS__NAME = IFC_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS__DESCRIPTION = IFC_RELATIONSHIP__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS__RELATED_OBJECTS = IFC_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE = IFC_RELATIONSHIP_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Assigns' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_FEATURE_COUNT = IFC_RELATIONSHIP_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToControlImpl Ifc Rel Assigns To Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToControl()
* @generated
*/
int IFC_REL_ASSIGNS_TO_CONTROL = 440;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__GLOBAL_ID = IFC_REL_ASSIGNS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__OWNER_HISTORY = IFC_REL_ASSIGNS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__NAME = IFC_REL_ASSIGNS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__DESCRIPTION = IFC_REL_ASSIGNS__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS = IFC_REL_ASSIGNS__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Control' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL__RELATING_CONTROL = IFC_REL_ASSIGNS_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Assigns To Control' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_CONTROL_FEATURE_COUNT = IFC_REL_ASSIGNS_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsTasksImpl Ifc Rel Assigns Tasks}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsTasksImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsTasks()
* @generated
*/
int IFC_REL_ASSIGNS_TASKS = 438;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__GLOBAL_ID = IFC_REL_ASSIGNS_TO_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__OWNER_HISTORY = IFC_REL_ASSIGNS_TO_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__NAME = IFC_REL_ASSIGNS_TO_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__DESCRIPTION = IFC_REL_ASSIGNS_TO_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__RELATED_OBJECTS = IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Control' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__RELATING_CONTROL = IFC_REL_ASSIGNS_TO_CONTROL__RELATING_CONTROL;
/**
* The feature id for the 'Time For Task' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS__TIME_FOR_TASK = IFC_REL_ASSIGNS_TO_CONTROL_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Assigns Tasks' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TASKS_FEATURE_COUNT = IFC_REL_ASSIGNS_TO_CONTROL_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToActorImpl Ifc Rel Assigns To Actor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToActorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToActor()
* @generated
*/
int IFC_REL_ASSIGNS_TO_ACTOR = 439;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__GLOBAL_ID = IFC_REL_ASSIGNS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__OWNER_HISTORY = IFC_REL_ASSIGNS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__NAME = IFC_REL_ASSIGNS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__DESCRIPTION = IFC_REL_ASSIGNS__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__RELATED_OBJECTS = IFC_REL_ASSIGNS__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__RELATING_ACTOR = IFC_REL_ASSIGNS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Acting Role' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR__ACTING_ROLE = IFC_REL_ASSIGNS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Assigns To Actor' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_ACTOR_FEATURE_COUNT = IFC_REL_ASSIGNS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToGroupImpl Ifc Rel Assigns To Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToGroup()
* @generated
*/
int IFC_REL_ASSIGNS_TO_GROUP = 441;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__GLOBAL_ID = IFC_REL_ASSIGNS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__OWNER_HISTORY = IFC_REL_ASSIGNS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__NAME = IFC_REL_ASSIGNS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__DESCRIPTION = IFC_REL_ASSIGNS__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__RELATED_OBJECTS = IFC_REL_ASSIGNS__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Group' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP__RELATING_GROUP = IFC_REL_ASSIGNS_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Assigns To Group' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_GROUP_FEATURE_COUNT = IFC_REL_ASSIGNS_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProcessImpl Ifc Rel Assigns To Process}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProcessImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToProcess()
* @generated
*/
int IFC_REL_ASSIGNS_TO_PROCESS = 442;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__GLOBAL_ID = IFC_REL_ASSIGNS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__OWNER_HISTORY = IFC_REL_ASSIGNS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__NAME = IFC_REL_ASSIGNS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__DESCRIPTION = IFC_REL_ASSIGNS__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__RELATED_OBJECTS = IFC_REL_ASSIGNS__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Process' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__RELATING_PROCESS = IFC_REL_ASSIGNS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Quantity In Process' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS__QUANTITY_IN_PROCESS = IFC_REL_ASSIGNS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Assigns To Process' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROCESS_FEATURE_COUNT = IFC_REL_ASSIGNS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProductImpl Ifc Rel Assigns To Product}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProductImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToProduct()
* @generated
*/
int IFC_REL_ASSIGNS_TO_PRODUCT = 443;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__GLOBAL_ID = IFC_REL_ASSIGNS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__OWNER_HISTORY = IFC_REL_ASSIGNS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__NAME = IFC_REL_ASSIGNS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__DESCRIPTION = IFC_REL_ASSIGNS__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__RELATED_OBJECTS = IFC_REL_ASSIGNS__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Product' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT__RELATING_PRODUCT = IFC_REL_ASSIGNS_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Assigns To Product' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PRODUCT_FEATURE_COUNT = IFC_REL_ASSIGNS_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProjectOrderImpl Ifc Rel Assigns To Project Order}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProjectOrderImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToProjectOrder()
* @generated
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER = 444;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__GLOBAL_ID = IFC_REL_ASSIGNS_TO_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__OWNER_HISTORY = IFC_REL_ASSIGNS_TO_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__NAME = IFC_REL_ASSIGNS_TO_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__DESCRIPTION = IFC_REL_ASSIGNS_TO_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__RELATED_OBJECTS = IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Control' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER__RELATING_CONTROL = IFC_REL_ASSIGNS_TO_CONTROL__RELATING_CONTROL;
/**
* The number of structural features of the 'Ifc Rel Assigns To Project Order' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_PROJECT_ORDER_FEATURE_COUNT = IFC_REL_ASSIGNS_TO_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToResourceImpl Ifc Rel Assigns To Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToResource()
* @generated
*/
int IFC_REL_ASSIGNS_TO_RESOURCE = 445;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__GLOBAL_ID = IFC_REL_ASSIGNS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__OWNER_HISTORY = IFC_REL_ASSIGNS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__NAME = IFC_REL_ASSIGNS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__DESCRIPTION = IFC_REL_ASSIGNS__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__RELATED_OBJECTS = IFC_REL_ASSIGNS__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Resource' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE__RELATING_RESOURCE = IFC_REL_ASSIGNS_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Assigns To Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSIGNS_TO_RESOURCE_FEATURE_COUNT = IFC_REL_ASSIGNS_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesImpl Ifc Rel Associates}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociates()
* @generated
*/
int IFC_REL_ASSOCIATES = 446;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES__GLOBAL_ID = IFC_RELATIONSHIP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES__OWNER_HISTORY = IFC_RELATIONSHIP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES__NAME = IFC_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES__DESCRIPTION = IFC_RELATIONSHIP__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES__RELATED_OBJECTS = IFC_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_FEATURE_COUNT = IFC_RELATIONSHIP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesAppliedValueImpl Ifc Rel Associates Applied Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesAppliedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesAppliedValue()
* @generated
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE = 447;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Applied Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE__RELATING_APPLIED_VALUE = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates Applied Value' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPLIED_VALUE_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesApprovalImpl Ifc Rel Associates Approval}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesApprovalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesApproval()
* @generated
*/
int IFC_REL_ASSOCIATES_APPROVAL = 448;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Approval' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL__RELATING_APPROVAL = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates Approval' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_APPROVAL_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesClassificationImpl Ifc Rel Associates Classification}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesClassificationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesClassification()
* @generated
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION = 449;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Classification' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION__RELATING_CLASSIFICATION = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates Classification' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CLASSIFICATION_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesConstraintImpl Ifc Rel Associates Constraint}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesConstraintImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesConstraint()
* @generated
*/
int IFC_REL_ASSOCIATES_CONSTRAINT = 450;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Intent' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__INTENT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Relating Constraint' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT__RELATING_CONSTRAINT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Associates Constraint' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_CONSTRAINT_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesDocumentImpl Ifc Rel Associates Document}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesDocumentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesDocument()
* @generated
*/
int IFC_REL_ASSOCIATES_DOCUMENT = 451;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Document' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT__RELATING_DOCUMENT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates Document' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_DOCUMENT_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesLibraryImpl Ifc Rel Associates Library}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesLibraryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesLibrary()
* @generated
*/
int IFC_REL_ASSOCIATES_LIBRARY = 452;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Library' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY__RELATING_LIBRARY = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates Library' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_LIBRARY_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesMaterialImpl Ifc Rel Associates Material}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesMaterialImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesMaterial()
* @generated
*/
int IFC_REL_ASSOCIATES_MATERIAL = 453;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL__RELATING_MATERIAL = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Associates Material' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_MATERIAL_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl Ifc Rel Associates Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesProfileProperties()
* @generated
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES = 454;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__GLOBAL_ID = IFC_REL_ASSOCIATES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__OWNER_HISTORY = IFC_REL_ASSOCIATES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__NAME = IFC_REL_ASSOCIATES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__DESCRIPTION = IFC_REL_ASSOCIATES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__RELATED_OBJECTS = IFC_REL_ASSOCIATES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Profile Properties' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__RELATING_PROFILE_PROPERTIES = IFC_REL_ASSOCIATES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Profile Section Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_SECTION_LOCATION = IFC_REL_ASSOCIATES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Profile Orientation' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_ORIENTATION = IFC_REL_ASSOCIATES_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Rel Associates Profile Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_ASSOCIATES_PROFILE_PROPERTIES_FEATURE_COUNT = IFC_REL_ASSOCIATES_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsImpl Ifc Rel Connects}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnects()
* @generated
*/
int IFC_REL_CONNECTS = 455;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS__GLOBAL_ID = IFC_RELATIONSHIP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS__OWNER_HISTORY = IFC_RELATIONSHIP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS__NAME = IFC_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS__DESCRIPTION = IFC_RELATIONSHIP__DESCRIPTION;
/**
* The number of structural features of the 'Ifc Rel Connects' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_FEATURE_COUNT = IFC_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsElementsImpl Ifc Rel Connects Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsElements()
* @generated
*/
int IFC_REL_CONNECTS_ELEMENTS = 456;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Connection Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__CONNECTION_GEOMETRY = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__RELATING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS__RELATED_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Rel Connects Elements' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPathElementsImpl Ifc Rel Connects Path Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPathElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsPathElements()
* @generated
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS = 457;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__GLOBAL_ID = IFC_REL_CONNECTS_ELEMENTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__OWNER_HISTORY = IFC_REL_CONNECTS_ELEMENTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__NAME = IFC_REL_CONNECTS_ELEMENTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__DESCRIPTION = IFC_REL_CONNECTS_ELEMENTS__DESCRIPTION;
/**
* The feature id for the 'Connection Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__CONNECTION_GEOMETRY = IFC_REL_CONNECTS_ELEMENTS__CONNECTION_GEOMETRY;
/**
* The feature id for the 'Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__RELATING_ELEMENT = IFC_REL_CONNECTS_ELEMENTS__RELATING_ELEMENT;
/**
* The feature id for the 'Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__RELATED_ELEMENT = IFC_REL_CONNECTS_ELEMENTS__RELATED_ELEMENT;
/**
* The feature id for the 'Relating Priorities' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__RELATING_PRIORITIES = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Priorities' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__RELATED_PRIORITIES = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Related Connection Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__RELATED_CONNECTION_TYPE = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Relating Connection Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS__RELATING_CONNECTION_TYPE = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Rel Connects Path Elements' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PATH_ELEMENTS_FEATURE_COUNT = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortToElementImpl Ifc Rel Connects Port To Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortToElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsPortToElement()
* @generated
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT = 458;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Port' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT__RELATING_PORT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT__RELATED_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Connects Port To Element' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORT_TO_ELEMENT_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortsImpl Ifc Rel Connects Ports}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsPorts()
* @generated
*/
int IFC_REL_CONNECTS_PORTS = 459;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Port' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__RELATING_PORT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Port' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__RELATED_PORT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Realizing Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS__REALIZING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Rel Connects Ports' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_PORTS_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralActivityImpl Ifc Rel Connects Structural Activity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralActivityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsStructuralActivity()
* @generated
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY = 460;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__RELATING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Structural Activity' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__RELATED_STRUCTURAL_ACTIVITY = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Connects Structural Activity' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralElementImpl Ifc Rel Connects Structural Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsStructuralElement()
* @generated
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT = 461;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__RELATING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Structural Member' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__RELATED_STRUCTURAL_MEMBER = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Connects Structural Element' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_ELEMENT_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralMemberImpl Ifc Rel Connects Structural Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsStructuralMember()
* @generated
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER = 462;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Structural Member' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__RELATING_STRUCTURAL_MEMBER = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Structural Connection' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__RELATED_STRUCTURAL_CONNECTION = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Applied Condition' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__APPLIED_CONDITION = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Additional Conditions' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__ADDITIONAL_CONDITIONS = IFC_REL_CONNECTS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Supported Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__SUPPORTED_LENGTH = IFC_REL_CONNECTS_FEATURE_COUNT + 4;
/**
* The feature id for the 'Supported Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__SUPPORTED_LENGTH_AS_STRING = IFC_REL_CONNECTS_FEATURE_COUNT + 5;
/**
* The feature id for the 'Condition Coordinate System' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER__CONDITION_COORDINATE_SYSTEM = IFC_REL_CONNECTS_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Rel Connects Structural Member' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_STRUCTURAL_MEMBER_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithEccentricityImpl Ifc Rel Connects With Eccentricity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithEccentricityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsWithEccentricity()
* @generated
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY = 463;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__GLOBAL_ID = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__OWNER_HISTORY = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__NAME = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__DESCRIPTION = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__DESCRIPTION;
/**
* The feature id for the 'Relating Structural Member' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__RELATING_STRUCTURAL_MEMBER = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__RELATING_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Related Structural Connection' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__RELATED_STRUCTURAL_CONNECTION = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__RELATED_STRUCTURAL_CONNECTION;
/**
* The feature id for the 'Applied Condition' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__APPLIED_CONDITION = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__APPLIED_CONDITION;
/**
* The feature id for the 'Additional Conditions' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__ADDITIONAL_CONDITIONS = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__ADDITIONAL_CONDITIONS;
/**
* The feature id for the 'Supported Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__SUPPORTED_LENGTH = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__SUPPORTED_LENGTH;
/**
* The feature id for the 'Supported Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__SUPPORTED_LENGTH_AS_STRING = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__SUPPORTED_LENGTH_AS_STRING;
/**
* The feature id for the 'Condition Coordinate System' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__CONDITION_COORDINATE_SYSTEM = IFC_REL_CONNECTS_STRUCTURAL_MEMBER__CONDITION_COORDINATE_SYSTEM;
/**
* The feature id for the 'Connection Constraint' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY__CONNECTION_CONSTRAINT = IFC_REL_CONNECTS_STRUCTURAL_MEMBER_FEATURE_COUNT
+ 0;
/**
* The number of structural features of the 'Ifc Rel Connects With Eccentricity' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_ECCENTRICITY_FEATURE_COUNT = IFC_REL_CONNECTS_STRUCTURAL_MEMBER_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithRealizingElementsImpl Ifc Rel Connects With Realizing Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithRealizingElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsWithRealizingElements()
* @generated
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS = 464;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__GLOBAL_ID = IFC_REL_CONNECTS_ELEMENTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__OWNER_HISTORY = IFC_REL_CONNECTS_ELEMENTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__NAME = IFC_REL_CONNECTS_ELEMENTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__DESCRIPTION = IFC_REL_CONNECTS_ELEMENTS__DESCRIPTION;
/**
* The feature id for the 'Connection Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__CONNECTION_GEOMETRY = IFC_REL_CONNECTS_ELEMENTS__CONNECTION_GEOMETRY;
/**
* The feature id for the 'Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__RELATING_ELEMENT = IFC_REL_CONNECTS_ELEMENTS__RELATING_ELEMENT;
/**
* The feature id for the 'Related Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__RELATED_ELEMENT = IFC_REL_CONNECTS_ELEMENTS__RELATED_ELEMENT;
/**
* The feature id for the 'Realizing Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__REALIZING_ELEMENTS = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Connection Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__CONNECTION_TYPE = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Connects With Realizing Elements' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS_FEATURE_COUNT = IFC_REL_CONNECTS_ELEMENTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelContainedInSpatialStructureImpl Ifc Rel Contained In Spatial Structure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelContainedInSpatialStructureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelContainedInSpatialStructure()
* @generated
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE = 465;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Related Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__RELATED_ELEMENTS = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Relating Structure' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__RELATING_STRUCTURE = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Contained In Spatial Structure' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversBldgElementsImpl Ifc Rel Covers Bldg Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversBldgElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelCoversBldgElements()
* @generated
*/
int IFC_REL_COVERS_BLDG_ELEMENTS = 466;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Building Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS__RELATING_BUILDING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS__RELATED_COVERINGS = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Covers Bldg Elements' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_BLDG_ELEMENTS_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversSpacesImpl Ifc Rel Covers Spaces}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversSpacesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelCoversSpaces()
* @generated
*/
int IFC_REL_COVERS_SPACES = 467;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Related Space' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES__RELATED_SPACE = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES__RELATED_COVERINGS = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Covers Spaces' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_COVERS_SPACES_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesImpl Ifc Rel Defines}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDefines()
* @generated
*/
int IFC_REL_DEFINES = 469;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES__GLOBAL_ID = IFC_RELATIONSHIP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES__OWNER_HISTORY = IFC_RELATIONSHIP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES__NAME = IFC_RELATIONSHIP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES__DESCRIPTION = IFC_RELATIONSHIP__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES__RELATED_OBJECTS = IFC_RELATIONSHIP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Defines' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_FEATURE_COUNT = IFC_RELATIONSHIP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByPropertiesImpl Ifc Rel Defines By Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDefinesByProperties()
* @generated
*/
int IFC_REL_DEFINES_BY_PROPERTIES = 470;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES__GLOBAL_ID = IFC_REL_DEFINES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES__OWNER_HISTORY = IFC_REL_DEFINES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES__NAME = IFC_REL_DEFINES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES__DESCRIPTION = IFC_REL_DEFINES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES__RELATED_OBJECTS = IFC_REL_DEFINES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Property Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES__RELATING_PROPERTY_DEFINITION = IFC_REL_DEFINES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Defines By Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_PROPERTIES_FEATURE_COUNT = IFC_REL_DEFINES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByTypeImpl Ifc Rel Defines By Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDefinesByType()
* @generated
*/
int IFC_REL_DEFINES_BY_TYPE = 471;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE__GLOBAL_ID = IFC_REL_DEFINES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE__OWNER_HISTORY = IFC_REL_DEFINES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE__NAME = IFC_REL_DEFINES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE__DESCRIPTION = IFC_REL_DEFINES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE__RELATED_OBJECTS = IFC_REL_DEFINES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Type' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE__RELATING_TYPE = IFC_REL_DEFINES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Defines By Type' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_DEFINES_BY_TYPE_FEATURE_COUNT = IFC_REL_DEFINES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelFillsElementImpl Ifc Rel Fills Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelFillsElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelFillsElement()
* @generated
*/
int IFC_REL_FILLS_ELEMENT = 472;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Opening Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT__RELATING_OPENING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Building Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT__RELATED_BUILDING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Fills Element' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_FILLS_ELEMENT_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelFlowControlElementsImpl Ifc Rel Flow Control Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelFlowControlElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelFlowControlElements()
* @generated
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS = 473;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Related Control Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS__RELATED_CONTROL_ELEMENTS = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Relating Flow Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS__RELATING_FLOW_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Flow Control Elements' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_FLOW_CONTROL_ELEMENTS_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl Ifc Rel Interaction Requirements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelInteractionRequirements()
* @generated
*/
int IFC_REL_INTERACTION_REQUIREMENTS = 474;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Daily Interaction' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Daily Interaction As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION_AS_STRING = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Importance Rating' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Importance Rating As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING_AS_STRING = IFC_REL_CONNECTS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Location Of Interaction' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__LOCATION_OF_INTERACTION = IFC_REL_CONNECTS_FEATURE_COUNT + 4;
/**
* The feature id for the 'Related Space Program' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__RELATED_SPACE_PROGRAM = IFC_REL_CONNECTS_FEATURE_COUNT + 5;
/**
* The feature id for the 'Relating Space Program' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS__RELATING_SPACE_PROGRAM = IFC_REL_CONNECTS_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Rel Interaction Requirements' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_INTERACTION_REQUIREMENTS_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelNestsImpl Ifc Rel Nests}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelNestsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelNests()
* @generated
*/
int IFC_REL_NESTS = 475;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS__GLOBAL_ID = IFC_REL_DECOMPOSES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS__OWNER_HISTORY = IFC_REL_DECOMPOSES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS__NAME = IFC_REL_DECOMPOSES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS__DESCRIPTION = IFC_REL_DECOMPOSES__DESCRIPTION;
/**
* The feature id for the 'Relating Object' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS__RELATING_OBJECT = IFC_REL_DECOMPOSES__RELATING_OBJECT;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS__RELATED_OBJECTS = IFC_REL_DECOMPOSES__RELATED_OBJECTS;
/**
* The number of structural features of the 'Ifc Rel Nests' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_NESTS_FEATURE_COUNT = IFC_REL_DECOMPOSES_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelOccupiesSpacesImpl Ifc Rel Occupies Spaces}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelOccupiesSpacesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelOccupiesSpaces()
* @generated
*/
int IFC_REL_OCCUPIES_SPACES = 476;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__GLOBAL_ID = IFC_REL_ASSIGNS_TO_ACTOR__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__OWNER_HISTORY = IFC_REL_ASSIGNS_TO_ACTOR__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__NAME = IFC_REL_ASSIGNS_TO_ACTOR__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__DESCRIPTION = IFC_REL_ASSIGNS_TO_ACTOR__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__RELATED_OBJECTS = IFC_REL_ASSIGNS_TO_ACTOR__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS_TO_ACTOR__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Actor' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__RELATING_ACTOR = IFC_REL_ASSIGNS_TO_ACTOR__RELATING_ACTOR;
/**
* The feature id for the 'Acting Role' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES__ACTING_ROLE = IFC_REL_ASSIGNS_TO_ACTOR__ACTING_ROLE;
/**
* The number of structural features of the 'Ifc Rel Occupies Spaces' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_OCCUPIES_SPACES_FEATURE_COUNT = IFC_REL_ASSIGNS_TO_ACTOR_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelOverridesPropertiesImpl Ifc Rel Overrides Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelOverridesPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelOverridesProperties()
* @generated
*/
int IFC_REL_OVERRIDES_PROPERTIES = 477;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__GLOBAL_ID = IFC_REL_DEFINES_BY_PROPERTIES__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__OWNER_HISTORY = IFC_REL_DEFINES_BY_PROPERTIES__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__NAME = IFC_REL_DEFINES_BY_PROPERTIES__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__DESCRIPTION = IFC_REL_DEFINES_BY_PROPERTIES__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__RELATED_OBJECTS = IFC_REL_DEFINES_BY_PROPERTIES__RELATED_OBJECTS;
/**
* The feature id for the 'Relating Property Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__RELATING_PROPERTY_DEFINITION = IFC_REL_DEFINES_BY_PROPERTIES__RELATING_PROPERTY_DEFINITION;
/**
* The feature id for the 'Overriding Properties' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES__OVERRIDING_PROPERTIES = IFC_REL_DEFINES_BY_PROPERTIES_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Rel Overrides Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_OVERRIDES_PROPERTIES_FEATURE_COUNT = IFC_REL_DEFINES_BY_PROPERTIES_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelProjectsElementImpl Ifc Rel Projects Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelProjectsElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelProjectsElement()
* @generated
*/
int IFC_REL_PROJECTS_ELEMENT = 478;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT__RELATING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Feature Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT__RELATED_FEATURE_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Projects Element' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_PROJECTS_ELEMENT_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelReferencedInSpatialStructureImpl Ifc Rel Referenced In Spatial Structure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelReferencedInSpatialStructureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelReferencedInSpatialStructure()
* @generated
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE = 479;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Related Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__RELATED_ELEMENTS = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Relating Structure' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__RELATING_STRUCTURE = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Referenced In Spatial Structure' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSchedulesCostItemsImpl Ifc Rel Schedules Cost Items}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelSchedulesCostItemsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelSchedulesCostItems()
* @generated
*/
int IFC_REL_SCHEDULES_COST_ITEMS = 480;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__GLOBAL_ID = IFC_REL_ASSIGNS_TO_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__OWNER_HISTORY = IFC_REL_ASSIGNS_TO_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__NAME = IFC_REL_ASSIGNS_TO_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__DESCRIPTION = IFC_REL_ASSIGNS_TO_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Related Objects' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__RELATED_OBJECTS = IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS;
/**
* The feature id for the 'Related Objects Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__RELATED_OBJECTS_TYPE = IFC_REL_ASSIGNS_TO_CONTROL__RELATED_OBJECTS_TYPE;
/**
* The feature id for the 'Relating Control' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS__RELATING_CONTROL = IFC_REL_ASSIGNS_TO_CONTROL__RELATING_CONTROL;
/**
* The number of structural features of the 'Ifc Rel Schedules Cost Items' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_SCHEDULES_COST_ITEMS_FEATURE_COUNT = IFC_REL_ASSIGNS_TO_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl Ifc Rel Sequence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelSequence()
* @generated
*/
int IFC_REL_SEQUENCE = 481;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Process' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__RELATING_PROCESS = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Process' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__RELATED_PROCESS = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Time Lag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__TIME_LAG = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Time Lag As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__TIME_LAG_AS_STRING = IFC_REL_CONNECTS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Sequence Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE__SEQUENCE_TYPE = IFC_REL_CONNECTS_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Rel Sequence' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_SEQUENCE_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelServicesBuildingsImpl Ifc Rel Services Buildings}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelServicesBuildingsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelServicesBuildings()
* @generated
*/
int IFC_REL_SERVICES_BUILDINGS = 482;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating System' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS__RELATING_SYSTEM = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Buildings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS__RELATED_BUILDINGS = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Services Buildings' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_SERVICES_BUILDINGS_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSpaceBoundaryImpl Ifc Rel Space Boundary}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelSpaceBoundaryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelSpaceBoundary()
* @generated
*/
int IFC_REL_SPACE_BOUNDARY = 483;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Space' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__RELATING_SPACE = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Building Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__RELATED_BUILDING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Connection Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__CONNECTION_GEOMETRY = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Physical Or Virtual Boundary' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__PHYSICAL_OR_VIRTUAL_BOUNDARY = IFC_REL_CONNECTS_FEATURE_COUNT + 3;
/**
* The feature id for the 'Internal Or External Boundary' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY__INTERNAL_OR_EXTERNAL_BOUNDARY = IFC_REL_CONNECTS_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Rel Space Boundary' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_SPACE_BOUNDARY_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelVoidsElementImpl Ifc Rel Voids Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelVoidsElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelVoidsElement()
* @generated
*/
int IFC_REL_VOIDS_ELEMENT = 484;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT__GLOBAL_ID = IFC_REL_CONNECTS__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT__OWNER_HISTORY = IFC_REL_CONNECTS__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT__NAME = IFC_REL_CONNECTS__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT__DESCRIPTION = IFC_REL_CONNECTS__DESCRIPTION;
/**
* The feature id for the 'Relating Building Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT__RELATING_BUILDING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Related Opening Element' reference.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT__RELATED_OPENING_ELEMENT = IFC_REL_CONNECTS_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rel Voids Element' class.
*
*
* @generated
* @ordered
*/
int IFC_REL_VOIDS_ELEMENT_FEATURE_COUNT = IFC_REL_CONNECTS_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelaxationImpl Ifc Relaxation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelaxationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelaxation()
* @generated
*/
int IFC_RELAXATION = 486;
/**
* The feature id for the 'Relaxation Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELAXATION__RELAXATION_VALUE = 0;
/**
* The feature id for the 'Relaxation Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELAXATION__RELAXATION_VALUE_AS_STRING = 1;
/**
* The feature id for the 'Initial Stress' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELAXATION__INITIAL_STRESS = 2;
/**
* The feature id for the 'Initial Stress As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RELAXATION__INITIAL_STRESS_AS_STRING = 3;
/**
* The number of structural features of the 'Ifc Relaxation' class.
*
*
* @generated
* @ordered
*/
int IFC_RELAXATION_FEATURE_COUNT = 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationImpl Ifc Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentation()
* @generated
*/
int IFC_REPRESENTATION = 487;
/**
* The feature id for the 'Context Of Items' reference.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__CONTEXT_OF_ITEMS = IFC_LAYERED_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Representation Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__REPRESENTATION_IDENTIFIER = IFC_LAYERED_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Representation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__REPRESENTATION_TYPE = IFC_LAYERED_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__ITEMS = IFC_LAYERED_ITEM_FEATURE_COUNT + 3;
/**
* The feature id for the 'Representation Map' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__REPRESENTATION_MAP = IFC_LAYERED_ITEM_FEATURE_COUNT + 4;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__LAYER_ASSIGNMENTS = IFC_LAYERED_ITEM_FEATURE_COUNT + 5;
/**
* The feature id for the 'Of Product Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION__OF_PRODUCT_REPRESENTATION = IFC_LAYERED_ITEM_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Representation' class.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_FEATURE_COUNT = IFC_LAYERED_ITEM_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationMapImpl Ifc Representation Map}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationMapImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentationMap()
* @generated
*/
int IFC_REPRESENTATION_MAP = 490;
/**
* The feature id for the 'Mapping Origin' reference.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_MAP__MAPPING_ORIGIN = 0;
/**
* The feature id for the 'Mapped Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_MAP__MAPPED_REPRESENTATION = 1;
/**
* The feature id for the 'Map Usage' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_MAP__MAP_USAGE = 2;
/**
* The number of structural features of the 'Ifc Representation Map' class.
*
*
* @generated
* @ordered
*/
int IFC_REPRESENTATION_MAP_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRevolvedAreaSolidImpl Ifc Revolved Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRevolvedAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRevolvedAreaSolid()
* @generated
*/
int IFC_REVOLVED_AREA_SOLID = 492;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__LAYER_ASSIGNMENTS = IFC_SWEPT_AREA_SOLID__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__STYLED_BY_ITEM = IFC_SWEPT_AREA_SOLID__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__DIM = IFC_SWEPT_AREA_SOLID__DIM;
/**
* The feature id for the 'Swept Area' reference.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__SWEPT_AREA = IFC_SWEPT_AREA_SOLID__SWEPT_AREA;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__POSITION = IFC_SWEPT_AREA_SOLID__POSITION;
/**
* The feature id for the 'Axis' reference.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__AXIS = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 0;
/**
* The feature id for the 'Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__ANGLE = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 1;
/**
* The feature id for the 'Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID__ANGLE_AS_STRING = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Revolved Area Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_REVOLVED_AREA_SOLID_FEATURE_COUNT = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRibPlateProfilePropertiesImpl Ifc Rib Plate Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRibPlateProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRibPlateProfileProperties()
* @generated
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES = 493;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__PROFILE_NAME = IFC_PROFILE_PROPERTIES__PROFILE_NAME;
/**
* The feature id for the 'Profile Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__PROFILE_DEFINITION = IFC_PROFILE_PROPERTIES__PROFILE_DEFINITION;
/**
* The feature id for the 'Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__THICKNESS = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__THICKNESS_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Rib Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_HEIGHT = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Rib Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_HEIGHT_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Rib Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_WIDTH = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Rib Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_WIDTH_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Rib Spacing' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_SPACING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Rib Spacing As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_SPACING_AS_STRING = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 7;
/**
* The feature id for the 'Direction' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES__DIRECTION = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Rib Plate Profile Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_RIB_PLATE_PROFILE_PROPERTIES_FEATURE_COUNT = IFC_PROFILE_PROPERTIES_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularConeImpl Ifc Right Circular Cone}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularConeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRightCircularCone()
* @generated
*/
int IFC_RIGHT_CIRCULAR_CONE = 494;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__LAYER_ASSIGNMENTS = IFC_CSG_PRIMITIVE3_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__STYLED_BY_ITEM = IFC_CSG_PRIMITIVE3_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__POSITION = IFC_CSG_PRIMITIVE3_D__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__DIM = IFC_CSG_PRIMITIVE3_D__DIM;
/**
* The feature id for the 'Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__HEIGHT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 0;
/**
* The feature id for the 'Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__HEIGHT_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 1;
/**
* The feature id for the 'Bottom Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__BOTTOM_RADIUS = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 2;
/**
* The feature id for the 'Bottom Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE__BOTTOM_RADIUS_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Right Circular Cone' class.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CONE_FEATURE_COUNT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularCylinderImpl Ifc Right Circular Cylinder}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularCylinderImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRightCircularCylinder()
* @generated
*/
int IFC_RIGHT_CIRCULAR_CYLINDER = 495;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__LAYER_ASSIGNMENTS = IFC_CSG_PRIMITIVE3_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__STYLED_BY_ITEM = IFC_CSG_PRIMITIVE3_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__POSITION = IFC_CSG_PRIMITIVE3_D__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__DIM = IFC_CSG_PRIMITIVE3_D__DIM;
/**
* The feature id for the 'Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__HEIGHT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 0;
/**
* The feature id for the 'Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__HEIGHT_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 1;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__RADIUS = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 2;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER__RADIUS_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Right Circular Cylinder' class.
*
*
* @generated
* @ordered
*/
int IFC_RIGHT_CIRCULAR_CYLINDER_FEATURE_COUNT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRoofImpl Ifc Roof}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRoofImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoof()
* @generated
*/
int IFC_ROOF = 496;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Shape Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROOF__SHAPE_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Roof' class.
*
*
* @generated
* @ordered
*/
int IFC_ROOF_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRoundedEdgeFeatureImpl Ifc Rounded Edge Feature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRoundedEdgeFeatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoundedEdgeFeature()
* @generated
*/
int IFC_ROUNDED_EDGE_FEATURE = 498;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__GLOBAL_ID = IFC_EDGE_FEATURE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__OWNER_HISTORY = IFC_EDGE_FEATURE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__NAME = IFC_EDGE_FEATURE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__DESCRIPTION = IFC_EDGE_FEATURE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_ASSIGNMENTS = IFC_EDGE_FEATURE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__IS_DECOMPOSED_BY = IFC_EDGE_FEATURE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__DECOMPOSES = IFC_EDGE_FEATURE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_ASSOCIATIONS = IFC_EDGE_FEATURE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__OBJECT_TYPE = IFC_EDGE_FEATURE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__IS_DEFINED_BY = IFC_EDGE_FEATURE__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__OBJECT_PLACEMENT = IFC_EDGE_FEATURE__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__REPRESENTATION = IFC_EDGE_FEATURE__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__REFERENCED_BY = IFC_EDGE_FEATURE__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__GEOMETRY = IFC_EDGE_FEATURE__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__TAG = IFC_EDGE_FEATURE__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_STRUCTURAL_MEMBER = IFC_EDGE_FEATURE__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__FILLS_VOIDS = IFC_EDGE_FEATURE__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__CONNECTED_TO = IFC_EDGE_FEATURE__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_COVERINGS = IFC_EDGE_FEATURE__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_PROJECTIONS = IFC_EDGE_FEATURE__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__REFERENCED_IN_STRUCTURES = IFC_EDGE_FEATURE__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_PORTS = IFC_EDGE_FEATURE__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__HAS_OPENINGS = IFC_EDGE_FEATURE__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__IS_CONNECTION_REALIZATION = IFC_EDGE_FEATURE__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__PROVIDES_BOUNDARIES = IFC_EDGE_FEATURE__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__CONNECTED_FROM = IFC_EDGE_FEATURE__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__CONTAINED_IN_STRUCTURE = IFC_EDGE_FEATURE__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Voids Elements' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__VOIDS_ELEMENTS = IFC_EDGE_FEATURE__VOIDS_ELEMENTS;
/**
* The feature id for the 'Feature Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__FEATURE_LENGTH = IFC_EDGE_FEATURE__FEATURE_LENGTH;
/**
* The feature id for the 'Feature Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__FEATURE_LENGTH_AS_STRING = IFC_EDGE_FEATURE__FEATURE_LENGTH_AS_STRING;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__RADIUS = IFC_EDGE_FEATURE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE__RADIUS_AS_STRING = IFC_EDGE_FEATURE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rounded Edge Feature' class.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_EDGE_FEATURE_FEATURE_COUNT = IFC_EDGE_FEATURE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRoundedRectangleProfileDefImpl Ifc Rounded Rectangle Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRoundedRectangleProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoundedRectangleProfileDef()
* @generated
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF = 499;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__PROFILE_TYPE = IFC_RECTANGLE_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__PROFILE_NAME = IFC_RECTANGLE_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__POSITION = IFC_RECTANGLE_PROFILE_DEF__POSITION;
/**
* The feature id for the 'XDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__XDIM = IFC_RECTANGLE_PROFILE_DEF__XDIM;
/**
* The feature id for the 'XDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__XDIM_AS_STRING = IFC_RECTANGLE_PROFILE_DEF__XDIM_AS_STRING;
/**
* The feature id for the 'YDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__YDIM = IFC_RECTANGLE_PROFILE_DEF__YDIM;
/**
* The feature id for the 'YDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__YDIM_AS_STRING = IFC_RECTANGLE_PROFILE_DEF__YDIM_AS_STRING;
/**
* The feature id for the 'Rounding Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__ROUNDING_RADIUS = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Rounding Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF__ROUNDING_RADIUS_AS_STRING = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rounded Rectangle Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ROUNDED_RECTANGLE_PROFILE_DEF_FEATURE_COUNT = IFC_RECTANGLE_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSIUnitImpl Ifc SI Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSIUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSIUnit()
* @generated
*/
int IFC_SI_UNIT = 500;
/**
* The feature id for the 'Dimensions' reference.
*
*
* @generated
* @ordered
*/
int IFC_SI_UNIT__DIMENSIONS = IFC_NAMED_UNIT__DIMENSIONS;
/**
* The feature id for the 'Unit Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SI_UNIT__UNIT_TYPE = IFC_NAMED_UNIT__UNIT_TYPE;
/**
* The feature id for the 'Prefix' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SI_UNIT__PREFIX = IFC_NAMED_UNIT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SI_UNIT__NAME = IFC_NAMED_UNIT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc SI Unit' class.
*
*
* @generated
* @ordered
*/
int IFC_SI_UNIT_FEATURE_COUNT = IFC_NAMED_UNIT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSanitaryTerminalTypeImpl Ifc Sanitary Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSanitaryTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSanitaryTerminalType()
* @generated
*/
int IFC_SANITARY_TERMINAL_TYPE = 501;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Sanitary Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SANITARY_TERMINAL_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcScheduleTimeControlImpl Ifc Schedule Time Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcScheduleTimeControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcScheduleTimeControl()
* @generated
*/
int IFC_SCHEDULE_TIME_CONTROL = 502;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Actual Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__ACTUAL_START = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Early Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__EARLY_START = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Late Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__LATE_START = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Schedule Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_START = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Actual Finish' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__ACTUAL_FINISH = IFC_CONTROL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Early Finish' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__EARLY_FINISH = IFC_CONTROL_FEATURE_COUNT + 5;
/**
* The feature id for the 'Late Finish' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__LATE_FINISH = IFC_CONTROL_FEATURE_COUNT + 6;
/**
* The feature id for the 'Schedule Finish' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_FINISH = IFC_CONTROL_FEATURE_COUNT + 7;
/**
* The feature id for the 'Schedule Duration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_DURATION = IFC_CONTROL_FEATURE_COUNT + 8;
/**
* The feature id for the 'Schedule Duration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_DURATION_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 9;
/**
* The feature id for the 'Actual Duration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__ACTUAL_DURATION = IFC_CONTROL_FEATURE_COUNT + 10;
/**
* The feature id for the 'Actual Duration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__ACTUAL_DURATION_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 11;
/**
* The feature id for the 'Remaining Time' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__REMAINING_TIME = IFC_CONTROL_FEATURE_COUNT + 12;
/**
* The feature id for the 'Remaining Time As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__REMAINING_TIME_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 13;
/**
* The feature id for the 'Free Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__FREE_FLOAT = IFC_CONTROL_FEATURE_COUNT + 14;
/**
* The feature id for the 'Free Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__FREE_FLOAT_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 15;
/**
* The feature id for the 'Total Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__TOTAL_FLOAT = IFC_CONTROL_FEATURE_COUNT + 16;
/**
* The feature id for the 'Total Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__TOTAL_FLOAT_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 17;
/**
* The feature id for the 'Is Critical' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__IS_CRITICAL = IFC_CONTROL_FEATURE_COUNT + 18;
/**
* The feature id for the 'Status Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__STATUS_TIME = IFC_CONTROL_FEATURE_COUNT + 19;
/**
* The feature id for the 'Start Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__START_FLOAT = IFC_CONTROL_FEATURE_COUNT + 20;
/**
* The feature id for the 'Start Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__START_FLOAT_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 21;
/**
* The feature id for the 'Finish Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__FINISH_FLOAT = IFC_CONTROL_FEATURE_COUNT + 22;
/**
* The feature id for the 'Finish Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__FINISH_FLOAT_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 23;
/**
* The feature id for the 'Completion' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__COMPLETION = IFC_CONTROL_FEATURE_COUNT + 24;
/**
* The feature id for the 'Completion As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__COMPLETION_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 25;
/**
* The feature id for the 'Schedule Time Control Assigned' reference.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_TIME_CONTROL_ASSIGNED = IFC_CONTROL_FEATURE_COUNT + 26;
/**
* The number of structural features of the 'Ifc Schedule Time Control' class.
*
*
* @generated
* @ordered
*/
int IFC_SCHEDULE_TIME_CONTROL_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 27;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionPropertiesImpl Ifc Section Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionProperties()
* @generated
*/
int IFC_SECTION_PROPERTIES = 503;
/**
* The feature id for the 'Section Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_PROPERTIES__SECTION_TYPE = 0;
/**
* The feature id for the 'Start Profile' reference.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_PROPERTIES__START_PROFILE = 1;
/**
* The feature id for the 'End Profile' reference.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_PROPERTIES__END_PROFILE = 2;
/**
* The number of structural features of the 'Ifc Section Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_PROPERTIES_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionReinforcementPropertiesImpl Ifc Section Reinforcement Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionReinforcementPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionReinforcementProperties()
* @generated
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES = 504;
/**
* The feature id for the 'Longitudinal Start Position' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_START_POSITION = 0;
/**
* The feature id for the 'Longitudinal Start Position As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_START_POSITION_AS_STRING = 1;
/**
* The feature id for the 'Longitudinal End Position' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_END_POSITION = 2;
/**
* The feature id for the 'Longitudinal End Position As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_END_POSITION_AS_STRING = 3;
/**
* The feature id for the 'Transverse Position' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__TRANSVERSE_POSITION = 4;
/**
* The feature id for the 'Transverse Position As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__TRANSVERSE_POSITION_AS_STRING = 5;
/**
* The feature id for the 'Reinforcement Role' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__REINFORCEMENT_ROLE = 6;
/**
* The feature id for the 'Section Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__SECTION_DEFINITION = 7;
/**
* The feature id for the 'Cross Section Reinforcement Definitions' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES__CROSS_SECTION_REINFORCEMENT_DEFINITIONS = 8;
/**
* The number of structural features of the 'Ifc Section Reinforcement Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_REINFORCEMENT_PROPERTIES_FEATURE_COUNT = 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionedSpineImpl Ifc Sectioned Spine}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionedSpineImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionedSpine()
* @generated
*/
int IFC_SECTIONED_SPINE = 505;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Spine Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE__SPINE_CURVE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Cross Sections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE__CROSS_SECTIONS = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Cross Section Positions' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE__CROSS_SECTION_POSITIONS = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Sectioned Spine' class.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONED_SPINE_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSensorTypeImpl Ifc Sensor Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSensorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSensorType()
* @generated
*/
int IFC_SENSOR_TYPE = 506;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__GLOBAL_ID = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__OWNER_HISTORY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__NAME = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__DESCRIPTION = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__HAS_ASSIGNMENTS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__IS_DECOMPOSED_BY = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__DECOMPOSES = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__HAS_ASSOCIATIONS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__APPLICABLE_OCCURRENCE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__HAS_PROPERTY_SETS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__OBJECT_TYPE_OF = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__REPRESENTATION_MAPS = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__TAG = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__ELEMENT_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE__PREDEFINED_TYPE = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Sensor Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SENSOR_TYPE_FEATURE_COUNT = IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeImpl Ifc Service Life}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLife()
* @generated
*/
int IFC_SERVICE_LIFE = 507;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Service Life Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__SERVICE_LIFE_TYPE = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Service Life Duration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__SERVICE_LIFE_DURATION = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Service Life Duration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE__SERVICE_LIFE_DURATION_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Service Life' class.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl Ifc Service Life Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLifeFactor()
* @generated
*/
int IFC_SERVICE_LIFE_FACTOR = 508;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__PREDEFINED_TYPE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Upper Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__UPPER_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Most Used Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__MOST_USED_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Lower Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR__LOWER_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Service Life Factor' class.
*
*
* @generated
* @ordered
*/
int IFC_SERVICE_LIFE_FACTOR_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShapeAspectImpl Ifc Shape Aspect}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShapeAspectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShapeAspect()
* @generated
*/
int IFC_SHAPE_ASPECT = 509;
/**
* The feature id for the 'Shape Representations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_ASPECT__SHAPE_REPRESENTATIONS = 0;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_ASPECT__NAME = 1;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_ASPECT__DESCRIPTION = 2;
/**
* The feature id for the 'Product Definitional' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_ASPECT__PRODUCT_DEFINITIONAL = 3;
/**
* The feature id for the 'Part Of Product Definition Shape' reference.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_ASPECT__PART_OF_PRODUCT_DEFINITION_SHAPE = 4;
/**
* The number of structural features of the 'Ifc Shape Aspect' class.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_ASPECT_FEATURE_COUNT = 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShapeModelImpl Ifc Shape Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShapeModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShapeModel()
* @generated
*/
int IFC_SHAPE_MODEL = 510;
/**
* The feature id for the 'Context Of Items' reference.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__CONTEXT_OF_ITEMS = IFC_REPRESENTATION__CONTEXT_OF_ITEMS;
/**
* The feature id for the 'Representation Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__REPRESENTATION_IDENTIFIER = IFC_REPRESENTATION__REPRESENTATION_IDENTIFIER;
/**
* The feature id for the 'Representation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__REPRESENTATION_TYPE = IFC_REPRESENTATION__REPRESENTATION_TYPE;
/**
* The feature id for the 'Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__ITEMS = IFC_REPRESENTATION__ITEMS;
/**
* The feature id for the 'Representation Map' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__REPRESENTATION_MAP = IFC_REPRESENTATION__REPRESENTATION_MAP;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__LAYER_ASSIGNMENTS = IFC_REPRESENTATION__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Of Product Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__OF_PRODUCT_REPRESENTATION = IFC_REPRESENTATION__OF_PRODUCT_REPRESENTATION;
/**
* The feature id for the 'Of Shape Aspect' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL__OF_SHAPE_ASPECT = IFC_REPRESENTATION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Shape Model' class.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_MODEL_FEATURE_COUNT = IFC_REPRESENTATION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShapeRepresentationImpl Ifc Shape Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShapeRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShapeRepresentation()
* @generated
*/
int IFC_SHAPE_REPRESENTATION = 511;
/**
* The feature id for the 'Context Of Items' reference.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__CONTEXT_OF_ITEMS = IFC_SHAPE_MODEL__CONTEXT_OF_ITEMS;
/**
* The feature id for the 'Representation Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__REPRESENTATION_IDENTIFIER = IFC_SHAPE_MODEL__REPRESENTATION_IDENTIFIER;
/**
* The feature id for the 'Representation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__REPRESENTATION_TYPE = IFC_SHAPE_MODEL__REPRESENTATION_TYPE;
/**
* The feature id for the 'Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__ITEMS = IFC_SHAPE_MODEL__ITEMS;
/**
* The feature id for the 'Representation Map' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__REPRESENTATION_MAP = IFC_SHAPE_MODEL__REPRESENTATION_MAP;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__LAYER_ASSIGNMENTS = IFC_SHAPE_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Of Product Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__OF_PRODUCT_REPRESENTATION = IFC_SHAPE_MODEL__OF_PRODUCT_REPRESENTATION;
/**
* The feature id for the 'Of Shape Aspect' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION__OF_SHAPE_ASPECT = IFC_SHAPE_MODEL__OF_SHAPE_ASPECT;
/**
* The number of structural features of the 'Ifc Shape Representation' class.
*
*
* @generated
* @ordered
*/
int IFC_SHAPE_REPRESENTATION_FEATURE_COUNT = IFC_SHAPE_MODEL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShellBasedSurfaceModelImpl Ifc Shell Based Surface Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShellBasedSurfaceModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShellBasedSurfaceModel()
* @generated
*/
int IFC_SHELL_BASED_SURFACE_MODEL = 512;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHELL_BASED_SURFACE_MODEL__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHELL_BASED_SURFACE_MODEL__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Sbsm Boundary' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SHELL_BASED_SURFACE_MODEL__SBSM_BOUNDARY = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHELL_BASED_SURFACE_MODEL__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Shell Based Surface Model' class.
*
*
* @generated
* @ordered
*/
int IFC_SHELL_BASED_SURFACE_MODEL_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSiteImpl Ifc Site}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSiteImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSite()
* @generated
*/
int IFC_SITE = 514;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__GLOBAL_ID = IFC_SPATIAL_STRUCTURE_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SITE__OWNER_HISTORY = IFC_SPATIAL_STRUCTURE_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__DESCRIPTION = IFC_SPATIAL_STRUCTURE_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__HAS_ASSIGNMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__IS_DECOMPOSED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__DECOMPOSES = IFC_SPATIAL_STRUCTURE_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__HAS_ASSOCIATIONS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__OBJECT_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__IS_DEFINED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_SITE__OBJECT_PLACEMENT = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REPRESENTATION = IFC_SPATIAL_STRUCTURE_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REFERENCED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_SITE__GEOMETRY = IFC_SPATIAL_STRUCTURE_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Long Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__LONG_NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__LONG_NAME;
/**
* The feature id for the 'Composition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__COMPOSITION_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__COMPOSITION_TYPE;
/**
* The feature id for the 'References Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REFERENCES_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCES_ELEMENTS;
/**
* The feature id for the 'Serviced By Systems' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__SERVICED_BY_SYSTEMS = IFC_SPATIAL_STRUCTURE_ELEMENT__SERVICED_BY_SYSTEMS;
/**
* The feature id for the 'Contains Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__CONTAINS_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__CONTAINS_ELEMENTS;
/**
* The feature id for the 'Ref Latitude' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REF_LATITUDE = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Ref Longitude' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REF_LONGITUDE = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Ref Elevation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REF_ELEVATION = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Ref Elevation As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__REF_ELEVATION_AS_STRING = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Land Title Number' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SITE__LAND_TITLE_NUMBER = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Site Address' reference.
*
*
* @generated
* @ordered
*/
int IFC_SITE__SITE_ADDRESS = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Site' class.
*
*
* @generated
* @ordered
*/
int IFC_SITE_FEATURE_COUNT = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSlabImpl Ifc Slab}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSlabImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlab()
* @generated
*/
int IFC_SLAB = 515;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Slab' class.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSlabTypeImpl Ifc Slab Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSlabTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlabType()
* @generated
*/
int IFC_SLAB_TYPE = 516;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Slab Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SLAB_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSlippageConnectionConditionImpl Ifc Slippage Connection Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSlippageConnectionConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlippageConnectionCondition()
* @generated
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION = 517;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__NAME = IFC_STRUCTURAL_CONNECTION_CONDITION__NAME;
/**
* The feature id for the 'Slippage X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_X = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Slippage XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_XAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Slippage Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_Y = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Slippage YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_YAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Slippage Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_Z = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Slippage ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_ZAS_STRING = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Slippage Connection Condition' class.
*
*
* @generated
* @ordered
*/
int IFC_SLIPPAGE_CONNECTION_CONDITION_FEATURE_COUNT = IFC_STRUCTURAL_CONNECTION_CONDITION_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundPropertiesImpl Ifc Sound Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundProperties()
* @generated
*/
int IFC_SOUND_PROPERTIES = 519;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Is Attenuating' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__IS_ATTENUATING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Sound Scale' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__SOUND_SCALE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Sound Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES__SOUND_VALUES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Sound Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundValueImpl Ifc Sound Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundValue()
* @generated
*/
int IFC_SOUND_VALUE = 520;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Sound Level Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__SOUND_LEVEL_TIME_SERIES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Frequency' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__FREQUENCY = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Frequency As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__FREQUENCY_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Sound Level Single Value' reference.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE__SOUND_LEVEL_SINGLE_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Sound Value' class.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_VALUE_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceImpl Ifc Space}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpace()
* @generated
*/
int IFC_SPACE = 521;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__GLOBAL_ID = IFC_SPATIAL_STRUCTURE_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__OWNER_HISTORY = IFC_SPATIAL_STRUCTURE_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__DESCRIPTION = IFC_SPATIAL_STRUCTURE_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__HAS_ASSIGNMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__IS_DECOMPOSED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__DECOMPOSES = IFC_SPATIAL_STRUCTURE_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__HAS_ASSOCIATIONS = IFC_SPATIAL_STRUCTURE_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__OBJECT_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__IS_DEFINED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__OBJECT_PLACEMENT = IFC_SPATIAL_STRUCTURE_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__REPRESENTATION = IFC_SPATIAL_STRUCTURE_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__REFERENCED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__GEOMETRY = IFC_SPATIAL_STRUCTURE_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Long Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__LONG_NAME = IFC_SPATIAL_STRUCTURE_ELEMENT__LONG_NAME;
/**
* The feature id for the 'Composition Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__COMPOSITION_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT__COMPOSITION_TYPE;
/**
* The feature id for the 'References Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__REFERENCES_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCES_ELEMENTS;
/**
* The feature id for the 'Serviced By Systems' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__SERVICED_BY_SYSTEMS = IFC_SPATIAL_STRUCTURE_ELEMENT__SERVICED_BY_SYSTEMS;
/**
* The feature id for the 'Contains Elements' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__CONTAINS_ELEMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT__CONTAINS_ELEMENTS;
/**
* The feature id for the 'Interior Or Exterior Space' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__INTERIOR_OR_EXTERIOR_SPACE = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Elevation With Flooring' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__ELEVATION_WITH_FLOORING = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Elevation With Flooring As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__ELEVATION_WITH_FLOORING_AS_STRING = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__HAS_COVERINGS = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Bounded By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE__BOUNDED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Space' class.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_FEATURE_COUNT = IFC_SPATIAL_STRUCTURE_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceHeaterTypeImpl Ifc Space Heater Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceHeaterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceHeaterType()
* @generated
*/
int IFC_SPACE_HEATER_TYPE = 522;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Space Heater Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_HEATER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceProgramImpl Ifc Space Program}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceProgramImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceProgram()
* @generated
*/
int IFC_SPACE_PROGRAM = 523;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Space Program Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__SPACE_PROGRAM_IDENTIFIER = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Max Required Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__MAX_REQUIRED_AREA = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Max Required Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__MAX_REQUIRED_AREA_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Min Required Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__MIN_REQUIRED_AREA = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Min Required Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__MIN_REQUIRED_AREA_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Requested Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__REQUESTED_LOCATION = IFC_CONTROL_FEATURE_COUNT + 5;
/**
* The feature id for the 'Standard Required Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__STANDARD_REQUIRED_AREA = IFC_CONTROL_FEATURE_COUNT + 6;
/**
* The feature id for the 'Standard Required Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__STANDARD_REQUIRED_AREA_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 7;
/**
* The feature id for the 'Has Interaction Reqs From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__HAS_INTERACTION_REQS_FROM = IFC_CONTROL_FEATURE_COUNT + 8;
/**
* The feature id for the 'Has Interaction Reqs To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM__HAS_INTERACTION_REQS_TO = IFC_CONTROL_FEATURE_COUNT + 9;
/**
* The number of structural features of the 'Ifc Space Program' class.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_PROGRAM_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 10;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceThermalLoadPropertiesImpl Ifc Space Thermal Load Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceThermalLoadPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceThermalLoadProperties()
* @generated
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES = 524;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Applicable Value Ratio' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__APPLICABLE_VALUE_RATIO = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Applicable Value Ratio As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__APPLICABLE_VALUE_RATIO_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Thermal Load Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__THERMAL_LOAD_SOURCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Property Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__PROPERTY_SOURCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Source Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__SOURCE_DESCRIPTION = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Maximum Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__MAXIMUM_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Maximum Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__MAXIMUM_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Minimum Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__MINIMUM_VALUE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'Minimum Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__MINIMUM_VALUE_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'Thermal Load Time Series Values' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__THERMAL_LOAD_TIME_SERIES_VALUES = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'User Defined Thermal Load Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__USER_DEFINED_THERMAL_LOAD_SOURCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 10;
/**
* The feature id for the 'User Defined Property Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__USER_DEFINED_PROPERTY_SOURCE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT
+ 11;
/**
* The feature id for the 'Thermal Load Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES__THERMAL_LOAD_TYPE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 12;
/**
* The number of structural features of the 'Ifc Space Thermal Load Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_THERMAL_LOAD_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 13;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementTypeImpl Ifc Spatial Structure Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpatialStructureElementType()
* @generated
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE = 527;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__GLOBAL_ID = IFC_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__OWNER_HISTORY = IFC_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__NAME = IFC_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__DESCRIPTION = IFC_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__DECOMPOSES = IFC_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__TAG = IFC_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__ELEMENT_TYPE = IFC_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc Spatial Structure Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE_FEATURE_COUNT = IFC_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceTypeImpl Ifc Space Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceType()
* @generated
*/
int IFC_SPACE_TYPE = 525;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__GLOBAL_ID = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__OWNER_HISTORY = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__NAME = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__DESCRIPTION = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__HAS_ASSIGNMENTS = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__IS_DECOMPOSED_BY = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__DECOMPOSES = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__HAS_ASSOCIATIONS = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__APPLICABLE_OCCURRENCE = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__HAS_PROPERTY_SETS = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__OBJECT_TYPE_OF = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__REPRESENTATION_MAPS = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__TAG = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__ELEMENT_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE__PREDEFINED_TYPE = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Space Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SPACE_TYPE_FEATURE_COUNT = IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSphereImpl Ifc Sphere}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSphereImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSphere()
* @generated
*/
int IFC_SPHERE = 528;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE__LAYER_ASSIGNMENTS = IFC_CSG_PRIMITIVE3_D__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE__STYLED_BY_ITEM = IFC_CSG_PRIMITIVE3_D__STYLED_BY_ITEM;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE__POSITION = IFC_CSG_PRIMITIVE3_D__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE__DIM = IFC_CSG_PRIMITIVE3_D__DIM;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE__RADIUS = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 0;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE__RADIUS_AS_STRING = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Sphere' class.
*
*
* @generated
* @ordered
*/
int IFC_SPHERE_FEATURE_COUNT = IFC_CSG_PRIMITIVE3_D_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStackTerminalTypeImpl Ifc Stack Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStackTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStackTerminalType()
* @generated
*/
int IFC_STACK_TERMINAL_TYPE = 529;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Stack Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_STACK_TERMINAL_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStairImpl Ifc Stair}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStairImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStair()
* @generated
*/
int IFC_STAIR = 530;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Shape Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR__SHAPE_TYPE = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Stair' class.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightImpl Ifc Stair Flight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairFlight()
* @generated
*/
int IFC_STAIR_FLIGHT = 531;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Number Of Riser' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__NUMBER_OF_RISER = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Number Of Treads' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__NUMBER_OF_TREADS = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Riser Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__RISER_HEIGHT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Riser Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__RISER_HEIGHT_AS_STRING = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Tread Length' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__TREAD_LENGTH = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Tread Length As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT__TREAD_LENGTH_AS_STRING = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Stair Flight' class.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightTypeImpl Ifc Stair Flight Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairFlightType()
* @generated
*/
int IFC_STAIR_FLIGHT_TYPE = 532;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Stair Flight Type' class.
*
*
* @generated
* @ordered
*/
int IFC_STAIR_FLIGHT_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActivityImpl Ifc Structural Activity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActivityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralActivity()
* @generated
*/
int IFC_STRUCTURAL_ACTIVITY = 534;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__APPLIED_LOAD = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__GLOBAL_OR_LOCAL = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_PRODUCT_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Structural Activity' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActionImpl Ifc Structural Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralAction()
* @generated
*/
int IFC_STRUCTURAL_ACTION = 533;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__GLOBAL_ID = IFC_STRUCTURAL_ACTIVITY__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__OWNER_HISTORY = IFC_STRUCTURAL_ACTIVITY__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__NAME = IFC_STRUCTURAL_ACTIVITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__DESCRIPTION = IFC_STRUCTURAL_ACTIVITY__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ACTIVITY__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ACTIVITY__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__DECOMPOSES = IFC_STRUCTURAL_ACTIVITY__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ACTIVITY__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__OBJECT_TYPE = IFC_STRUCTURAL_ACTIVITY__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__IS_DEFINED_BY = IFC_STRUCTURAL_ACTIVITY__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_ACTIVITY__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__REPRESENTATION = IFC_STRUCTURAL_ACTIVITY__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__REFERENCED_BY = IFC_STRUCTURAL_ACTIVITY__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__GEOMETRY = IFC_STRUCTURAL_ACTIVITY__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__APPLIED_LOAD = IFC_STRUCTURAL_ACTIVITY__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_ACTIVITY__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_ACTIVITY__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Destabilizing Load' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__DESTABILIZING_LOAD = IFC_STRUCTURAL_ACTIVITY_FEATURE_COUNT + 0;
/**
* The feature id for the 'Caused By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION__CAUSED_BY = IFC_STRUCTURAL_ACTIVITY_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Structural Action' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTION_FEATURE_COUNT = IFC_STRUCTURAL_ACTIVITY_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl Ifc Structural Analysis Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralAnalysisModel()
* @generated
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL = 535;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__GLOBAL_ID = IFC_SYSTEM__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__OWNER_HISTORY = IFC_SYSTEM__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__NAME = IFC_SYSTEM__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__DESCRIPTION = IFC_SYSTEM__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_ASSIGNMENTS = IFC_SYSTEM__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__IS_DECOMPOSED_BY = IFC_SYSTEM__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__DECOMPOSES = IFC_SYSTEM__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_ASSOCIATIONS = IFC_SYSTEM__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__OBJECT_TYPE = IFC_SYSTEM__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__IS_DEFINED_BY = IFC_SYSTEM__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__IS_GROUPED_BY = IFC_SYSTEM__IS_GROUPED_BY;
/**
* The feature id for the 'Services Buildings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__SERVICES_BUILDINGS = IFC_SYSTEM__SERVICES_BUILDINGS;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__PREDEFINED_TYPE = IFC_SYSTEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Orientation Of2 DPlane' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__ORIENTATION_OF2_DPLANE = IFC_SYSTEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Loaded By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__LOADED_BY = IFC_SYSTEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Has Results' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_RESULTS = IFC_SYSTEM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Structural Analysis Model' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ANALYSIS_MODEL_FEATURE_COUNT = IFC_SYSTEM_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralItemImpl Ifc Structural Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralItem()
* @generated
*/
int IFC_STRUCTURAL_ITEM = 541;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__GLOBAL_ID = IFC_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__OWNER_HISTORY = IFC_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__NAME = IFC_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__DESCRIPTION = IFC_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__HAS_ASSIGNMENTS = IFC_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__IS_DECOMPOSED_BY = IFC_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__DECOMPOSES = IFC_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__HAS_ASSOCIATIONS = IFC_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__OBJECT_TYPE = IFC_PRODUCT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__IS_DEFINED_BY = IFC_PRODUCT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__OBJECT_PLACEMENT = IFC_PRODUCT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__REPRESENTATION = IFC_PRODUCT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__REFERENCED_BY = IFC_PRODUCT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__GEOMETRY = IFC_PRODUCT__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_PRODUCT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Structural Item' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ITEM_FEATURE_COUNT = IFC_PRODUCT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionImpl Ifc Structural Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralConnection()
* @generated
*/
int IFC_STRUCTURAL_CONNECTION = 536;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__GLOBAL_ID = IFC_STRUCTURAL_ITEM__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__OWNER_HISTORY = IFC_STRUCTURAL_ITEM__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__NAME = IFC_STRUCTURAL_ITEM__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__DESCRIPTION = IFC_STRUCTURAL_ITEM__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ITEM__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ITEM__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__DECOMPOSES = IFC_STRUCTURAL_ITEM__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ITEM__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__OBJECT_TYPE = IFC_STRUCTURAL_ITEM__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__IS_DEFINED_BY = IFC_STRUCTURAL_ITEM__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_ITEM__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__REPRESENTATION = IFC_STRUCTURAL_ITEM__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__REFERENCED_BY = IFC_STRUCTURAL_ITEM__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__GEOMETRY = IFC_STRUCTURAL_ITEM__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_ITEM__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'Applied Condition' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__APPLIED_CONDITION = IFC_STRUCTURAL_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Connects Structural Members' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS = IFC_STRUCTURAL_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Structural Connection' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CONNECTION_FEATURE_COUNT = IFC_STRUCTURAL_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveConnectionImpl Ifc Structural Curve Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveConnection()
* @generated
*/
int IFC_STRUCTURAL_CURVE_CONNECTION = 538;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__GLOBAL_ID = IFC_STRUCTURAL_CONNECTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__OWNER_HISTORY = IFC_STRUCTURAL_CONNECTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__NAME = IFC_STRUCTURAL_CONNECTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__DESCRIPTION = IFC_STRUCTURAL_CONNECTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_CONNECTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_CONNECTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__DECOMPOSES = IFC_STRUCTURAL_CONNECTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_CONNECTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__OBJECT_TYPE = IFC_STRUCTURAL_CONNECTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__IS_DEFINED_BY = IFC_STRUCTURAL_CONNECTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_CONNECTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__REPRESENTATION = IFC_STRUCTURAL_CONNECTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__REFERENCED_BY = IFC_STRUCTURAL_CONNECTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__GEOMETRY = IFC_STRUCTURAL_CONNECTION__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'Applied Condition' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__APPLIED_CONDITION = IFC_STRUCTURAL_CONNECTION__APPLIED_CONDITION;
/**
* The feature id for the 'Connects Structural Members' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS = IFC_STRUCTURAL_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS;
/**
* The number of structural features of the 'Ifc Structural Curve Connection' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_CONNECTION_FEATURE_COUNT = IFC_STRUCTURAL_CONNECTION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralMemberImpl Ifc Structural Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralMember()
* @generated
*/
int IFC_STRUCTURAL_MEMBER = 554;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__GLOBAL_ID = IFC_STRUCTURAL_ITEM__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__OWNER_HISTORY = IFC_STRUCTURAL_ITEM__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__NAME = IFC_STRUCTURAL_ITEM__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__DESCRIPTION = IFC_STRUCTURAL_ITEM__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ITEM__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ITEM__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__DECOMPOSES = IFC_STRUCTURAL_ITEM__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ITEM__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__OBJECT_TYPE = IFC_STRUCTURAL_ITEM__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__IS_DEFINED_BY = IFC_STRUCTURAL_ITEM__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__OBJECT_PLACEMENT = IFC_STRUCTURAL_ITEM__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__REPRESENTATION = IFC_STRUCTURAL_ITEM__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__REFERENCED_BY = IFC_STRUCTURAL_ITEM__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__GEOMETRY = IFC_STRUCTURAL_ITEM__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_ITEM__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'References Element' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__REFERENCES_ELEMENT = IFC_STRUCTURAL_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Connected By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER__CONNECTED_BY = IFC_STRUCTURAL_ITEM_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Structural Member' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_MEMBER_FEATURE_COUNT = IFC_STRUCTURAL_ITEM_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberImpl Ifc Structural Curve Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveMember()
* @generated
*/
int IFC_STRUCTURAL_CURVE_MEMBER = 539;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__GLOBAL_ID = IFC_STRUCTURAL_MEMBER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__OWNER_HISTORY = IFC_STRUCTURAL_MEMBER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__NAME = IFC_STRUCTURAL_MEMBER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__DESCRIPTION = IFC_STRUCTURAL_MEMBER__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__HAS_ASSIGNMENTS = IFC_STRUCTURAL_MEMBER__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__IS_DECOMPOSED_BY = IFC_STRUCTURAL_MEMBER__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__DECOMPOSES = IFC_STRUCTURAL_MEMBER__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__HAS_ASSOCIATIONS = IFC_STRUCTURAL_MEMBER__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__OBJECT_TYPE = IFC_STRUCTURAL_MEMBER__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__IS_DEFINED_BY = IFC_STRUCTURAL_MEMBER__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__OBJECT_PLACEMENT = IFC_STRUCTURAL_MEMBER__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__REPRESENTATION = IFC_STRUCTURAL_MEMBER__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__REFERENCED_BY = IFC_STRUCTURAL_MEMBER__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__GEOMETRY = IFC_STRUCTURAL_MEMBER__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'References Element' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__REFERENCES_ELEMENT = IFC_STRUCTURAL_MEMBER__REFERENCES_ELEMENT;
/**
* The feature id for the 'Connected By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__CONNECTED_BY = IFC_STRUCTURAL_MEMBER__CONNECTED_BY;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER__PREDEFINED_TYPE = IFC_STRUCTURAL_MEMBER_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Structural Curve Member' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_FEATURE_COUNT = IFC_STRUCTURAL_MEMBER_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberVaryingImpl Ifc Structural Curve Member Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveMemberVarying()
* @generated
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING = 540;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__GLOBAL_ID = IFC_STRUCTURAL_CURVE_MEMBER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__OWNER_HISTORY = IFC_STRUCTURAL_CURVE_MEMBER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__NAME = IFC_STRUCTURAL_CURVE_MEMBER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__DESCRIPTION = IFC_STRUCTURAL_CURVE_MEMBER__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__HAS_ASSIGNMENTS = IFC_STRUCTURAL_CURVE_MEMBER__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__IS_DECOMPOSED_BY = IFC_STRUCTURAL_CURVE_MEMBER__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__DECOMPOSES = IFC_STRUCTURAL_CURVE_MEMBER__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__HAS_ASSOCIATIONS = IFC_STRUCTURAL_CURVE_MEMBER__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__OBJECT_TYPE = IFC_STRUCTURAL_CURVE_MEMBER__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__IS_DEFINED_BY = IFC_STRUCTURAL_CURVE_MEMBER__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__OBJECT_PLACEMENT = IFC_STRUCTURAL_CURVE_MEMBER__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__REPRESENTATION = IFC_STRUCTURAL_CURVE_MEMBER__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__REFERENCED_BY = IFC_STRUCTURAL_CURVE_MEMBER__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__GEOMETRY = IFC_STRUCTURAL_CURVE_MEMBER__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_CURVE_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'References Element' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__REFERENCES_ELEMENT = IFC_STRUCTURAL_CURVE_MEMBER__REFERENCES_ELEMENT;
/**
* The feature id for the 'Connected By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__CONNECTED_BY = IFC_STRUCTURAL_CURVE_MEMBER__CONNECTED_BY;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING__PREDEFINED_TYPE = IFC_STRUCTURAL_CURVE_MEMBER__PREDEFINED_TYPE;
/**
* The number of structural features of the 'Ifc Structural Curve Member Varying' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_CURVE_MEMBER_VARYING_FEATURE_COUNT = IFC_STRUCTURAL_CURVE_MEMBER_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionImpl Ifc Structural Linear Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLinearAction()
* @generated
*/
int IFC_STRUCTURAL_LINEAR_ACTION = 542;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__GLOBAL_ID = IFC_STRUCTURAL_ACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__OWNER_HISTORY = IFC_STRUCTURAL_ACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__NAME = IFC_STRUCTURAL_ACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__DESCRIPTION = IFC_STRUCTURAL_ACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__DECOMPOSES = IFC_STRUCTURAL_ACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__OBJECT_TYPE = IFC_STRUCTURAL_ACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__IS_DEFINED_BY = IFC_STRUCTURAL_ACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_ACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__REPRESENTATION = IFC_STRUCTURAL_ACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__REFERENCED_BY = IFC_STRUCTURAL_ACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__GEOMETRY = IFC_STRUCTURAL_ACTION__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__APPLIED_LOAD = IFC_STRUCTURAL_ACTION__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_ACTION__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Destabilizing Load' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__DESTABILIZING_LOAD = IFC_STRUCTURAL_ACTION__DESTABILIZING_LOAD;
/**
* The feature id for the 'Caused By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__CAUSED_BY = IFC_STRUCTURAL_ACTION__CAUSED_BY;
/**
* The feature id for the 'Projected Or True' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION__PROJECTED_OR_TRUE = IFC_STRUCTURAL_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Structural Linear Action' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_FEATURE_COUNT = IFC_STRUCTURAL_ACTION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionVaryingImpl Ifc Structural Linear Action Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLinearActionVarying()
* @generated
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING = 543;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__GLOBAL_ID = IFC_STRUCTURAL_LINEAR_ACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__OWNER_HISTORY = IFC_STRUCTURAL_LINEAR_ACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__NAME = IFC_STRUCTURAL_LINEAR_ACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__DESCRIPTION = IFC_STRUCTURAL_LINEAR_ACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__HAS_ASSIGNMENTS = IFC_STRUCTURAL_LINEAR_ACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__IS_DECOMPOSED_BY = IFC_STRUCTURAL_LINEAR_ACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__DECOMPOSES = IFC_STRUCTURAL_LINEAR_ACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__HAS_ASSOCIATIONS = IFC_STRUCTURAL_LINEAR_ACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__OBJECT_TYPE = IFC_STRUCTURAL_LINEAR_ACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__IS_DEFINED_BY = IFC_STRUCTURAL_LINEAR_ACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__OBJECT_PLACEMENT = IFC_STRUCTURAL_LINEAR_ACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__REPRESENTATION = IFC_STRUCTURAL_LINEAR_ACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__REFERENCED_BY = IFC_STRUCTURAL_LINEAR_ACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__GEOMETRY = IFC_STRUCTURAL_LINEAR_ACTION__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__APPLIED_LOAD = IFC_STRUCTURAL_LINEAR_ACTION__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_LINEAR_ACTION__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_LINEAR_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Destabilizing Load' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__DESTABILIZING_LOAD = IFC_STRUCTURAL_LINEAR_ACTION__DESTABILIZING_LOAD;
/**
* The feature id for the 'Caused By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__CAUSED_BY = IFC_STRUCTURAL_LINEAR_ACTION__CAUSED_BY;
/**
* The feature id for the 'Projected Or True' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__PROJECTED_OR_TRUE = IFC_STRUCTURAL_LINEAR_ACTION__PROJECTED_OR_TRUE;
/**
* The feature id for the 'Varying Applied Load Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__VARYING_APPLIED_LOAD_LOCATION = IFC_STRUCTURAL_LINEAR_ACTION_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Subsequent Applied Loads' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING__SUBSEQUENT_APPLIED_LOADS = IFC_STRUCTURAL_LINEAR_ACTION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Structural Linear Action Varying' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LINEAR_ACTION_VARYING_FEATURE_COUNT = IFC_STRUCTURAL_LINEAR_ACTION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadImpl Ifc Structural Load}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoad()
* @generated
*/
int IFC_STRUCTURAL_LOAD = 544;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD__NAME = 0;
/**
* The number of structural features of the 'Ifc Structural Load' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadGroupImpl Ifc Structural Load Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadGroup()
* @generated
*/
int IFC_STRUCTURAL_LOAD_GROUP = 545;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__PREDEFINED_TYPE = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The feature id for the 'Action Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__ACTION_TYPE = IFC_GROUP_FEATURE_COUNT + 1;
/**
* The feature id for the 'Action Source' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__ACTION_SOURCE = IFC_GROUP_FEATURE_COUNT + 2;
/**
* The feature id for the 'Coefficient' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__COEFFICIENT = IFC_GROUP_FEATURE_COUNT + 3;
/**
* The feature id for the 'Coefficient As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__COEFFICIENT_AS_STRING = IFC_GROUP_FEATURE_COUNT + 4;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__PURPOSE = IFC_GROUP_FEATURE_COUNT + 5;
/**
* The feature id for the 'Source Of Result Group' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__SOURCE_OF_RESULT_GROUP = IFC_GROUP_FEATURE_COUNT + 6;
/**
* The feature id for the 'Load Group For' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP__LOAD_GROUP_FOR = IFC_GROUP_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Structural Load Group' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_GROUP_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadStaticImpl Ifc Structural Load Static}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadStaticImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadStatic()
* @generated
*/
int IFC_STRUCTURAL_LOAD_STATIC = 552;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_STATIC__NAME = IFC_STRUCTURAL_LOAD__NAME;
/**
* The number of structural features of the 'Ifc Structural Load Static' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadLinearForceImpl Ifc Structural Load Linear Force}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadLinearForceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadLinearForce()
* @generated
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE = 546;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__NAME = IFC_STRUCTURAL_LOAD_STATIC__NAME;
/**
* The feature id for the 'Linear Force X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_X = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Linear Force XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_XAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 1;
/**
* The feature id for the 'Linear Force Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_Y = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 2;
/**
* The feature id for the 'Linear Force YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_YAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 3;
/**
* The feature id for the 'Linear Force Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_Z = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 4;
/**
* The feature id for the 'Linear Force ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_ZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 5;
/**
* The feature id for the 'Linear Moment X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_X = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 6;
/**
* The feature id for the 'Linear Moment XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_XAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 7;
/**
* The feature id for the 'Linear Moment Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_Y = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 8;
/**
* The feature id for the 'Linear Moment YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_YAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 9;
/**
* The feature id for the 'Linear Moment Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_Z = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 10;
/**
* The feature id for the 'Linear Moment ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_ZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc Structural Load Linear Force' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_LINEAR_FORCE_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadPlanarForceImpl Ifc Structural Load Planar Force}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadPlanarForceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadPlanarForce()
* @generated
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE = 547;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__NAME = IFC_STRUCTURAL_LOAD_STATIC__NAME;
/**
* The feature id for the 'Planar Force X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_X = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Planar Force XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_XAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 1;
/**
* The feature id for the 'Planar Force Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_Y = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 2;
/**
* The feature id for the 'Planar Force YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_YAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 3;
/**
* The feature id for the 'Planar Force Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_Z = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 4;
/**
* The feature id for the 'Planar Force ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_ZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Structural Load Planar Force' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_PLANAR_FORCE_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementImpl Ifc Structural Load Single Displacement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleDisplacement()
* @generated
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT = 548;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__NAME = IFC_STRUCTURAL_LOAD_STATIC__NAME;
/**
* The feature id for the 'Displacement X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_X = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Displacement XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_XAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 1;
/**
* The feature id for the 'Displacement Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_Y = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 2;
/**
* The feature id for the 'Displacement YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_YAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 3;
/**
* The feature id for the 'Displacement Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_Z = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 4;
/**
* The feature id for the 'Displacement ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_ZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 5;
/**
* The feature id for the 'Rotational Displacement RX' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RX = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT
+ 6;
/**
* The feature id for the 'Rotational Displacement RX As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RX_AS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Rotational Displacement RY' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RY = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT
+ 8;
/**
* The feature id for the 'Rotational Displacement RY As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RY_AS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'Rotational Displacement RZ' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RZ = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT
+ 10;
/**
* The feature id for the 'Rotational Displacement RZ As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RZ_AS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT
+ 11;
/**
* The number of structural features of the 'Ifc Structural Load Single Displacement' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementDistortionImpl Ifc Structural Load Single Displacement Distortion}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementDistortionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleDisplacementDistortion()
* @generated
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION = 549;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__NAME = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__NAME;
/**
* The feature id for the 'Displacement X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISPLACEMENT_X = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_X;
/**
* The feature id for the 'Displacement XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISPLACEMENT_XAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_XAS_STRING;
/**
* The feature id for the 'Displacement Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISPLACEMENT_Y = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_Y;
/**
* The feature id for the 'Displacement YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISPLACEMENT_YAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_YAS_STRING;
/**
* The feature id for the 'Displacement Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISPLACEMENT_Z = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_Z;
/**
* The feature id for the 'Displacement ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISPLACEMENT_ZAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_ZAS_STRING;
/**
* The feature id for the 'Rotational Displacement RX' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__ROTATIONAL_DISPLACEMENT_RX = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RX;
/**
* The feature id for the 'Rotational Displacement RX As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__ROTATIONAL_DISPLACEMENT_RX_AS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RX_AS_STRING;
/**
* The feature id for the 'Rotational Displacement RY' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__ROTATIONAL_DISPLACEMENT_RY = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RY;
/**
* The feature id for the 'Rotational Displacement RY As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__ROTATIONAL_DISPLACEMENT_RY_AS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RY_AS_STRING;
/**
* The feature id for the 'Rotational Displacement RZ' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__ROTATIONAL_DISPLACEMENT_RZ = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RZ;
/**
* The feature id for the 'Rotational Displacement RZ As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__ROTATIONAL_DISPLACEMENT_RZ_AS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RZ_AS_STRING;
/**
* The feature id for the 'Distortion' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISTORTION = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Distortion As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISTORTION_AS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Structural Load Single Displacement Distortion' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_FEATURE_COUNT
+ 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceImpl Ifc Structural Load Single Force}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleForce()
* @generated
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE = 550;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__NAME = IFC_STRUCTURAL_LOAD_STATIC__NAME;
/**
* The feature id for the 'Force X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_X = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Force XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_XAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 1;
/**
* The feature id for the 'Force Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_Y = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 2;
/**
* The feature id for the 'Force YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_YAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 3;
/**
* The feature id for the 'Force Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_Z = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 4;
/**
* The feature id for the 'Force ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_ZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 5;
/**
* The feature id for the 'Moment X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_X = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 6;
/**
* The feature id for the 'Moment XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_XAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 7;
/**
* The feature id for the 'Moment Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_Y = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 8;
/**
* The feature id for the 'Moment YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_YAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 9;
/**
* The feature id for the 'Moment Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_Z = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 10;
/**
* The feature id for the 'Moment ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_ZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc Structural Load Single Force' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceWarpingImpl Ifc Structural Load Single Force Warping}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceWarpingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleForceWarping()
* @generated
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING = 551;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__NAME = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__NAME;
/**
* The feature id for the 'Force X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__FORCE_X = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_X;
/**
* The feature id for the 'Force XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__FORCE_XAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_XAS_STRING;
/**
* The feature id for the 'Force Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__FORCE_Y = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_Y;
/**
* The feature id for the 'Force YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__FORCE_YAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_YAS_STRING;
/**
* The feature id for the 'Force Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__FORCE_Z = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_Z;
/**
* The feature id for the 'Force ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__FORCE_ZAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_ZAS_STRING;
/**
* The feature id for the 'Moment X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__MOMENT_X = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_X;
/**
* The feature id for the 'Moment XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__MOMENT_XAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_XAS_STRING;
/**
* The feature id for the 'Moment Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__MOMENT_Y = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_Y;
/**
* The feature id for the 'Moment YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__MOMENT_YAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_YAS_STRING;
/**
* The feature id for the 'Moment Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__MOMENT_Z = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_Z;
/**
* The feature id for the 'Moment ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__MOMENT_ZAS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_ZAS_STRING;
/**
* The feature id for the 'Warping Moment' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__WARPING_MOMENT = IFC_STRUCTURAL_LOAD_SINGLE_FORCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Warping Moment As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__WARPING_MOMENT_AS_STRING = IFC_STRUCTURAL_LOAD_SINGLE_FORCE_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Structural Load Single Force Warping' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_SINGLE_FORCE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl Ifc Structural Load Temperature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadTemperature()
* @generated
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE = 553;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__NAME = IFC_STRUCTURAL_LOAD_STATIC__NAME;
/**
* The feature id for the 'Delta TConstant' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 0;
/**
* The feature id for the 'Delta TConstant As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 1;
/**
* The feature id for the 'Delta TY' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 2;
/**
* The feature id for the 'Delta TYAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TYAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 3;
/**
* The feature id for the 'Delta TZ' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 4;
/**
* The feature id for the 'Delta TZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZAS_STRING = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Structural Load Temperature' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_LOAD_TEMPERATURE_FEATURE_COUNT = IFC_STRUCTURAL_LOAD_STATIC_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionImpl Ifc Structural Planar Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPlanarAction()
* @generated
*/
int IFC_STRUCTURAL_PLANAR_ACTION = 555;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__GLOBAL_ID = IFC_STRUCTURAL_ACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__OWNER_HISTORY = IFC_STRUCTURAL_ACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__NAME = IFC_STRUCTURAL_ACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__DESCRIPTION = IFC_STRUCTURAL_ACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__DECOMPOSES = IFC_STRUCTURAL_ACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__OBJECT_TYPE = IFC_STRUCTURAL_ACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__IS_DEFINED_BY = IFC_STRUCTURAL_ACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_ACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__REPRESENTATION = IFC_STRUCTURAL_ACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__REFERENCED_BY = IFC_STRUCTURAL_ACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__GEOMETRY = IFC_STRUCTURAL_ACTION__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__APPLIED_LOAD = IFC_STRUCTURAL_ACTION__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_ACTION__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Destabilizing Load' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__DESTABILIZING_LOAD = IFC_STRUCTURAL_ACTION__DESTABILIZING_LOAD;
/**
* The feature id for the 'Caused By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__CAUSED_BY = IFC_STRUCTURAL_ACTION__CAUSED_BY;
/**
* The feature id for the 'Projected Or True' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION__PROJECTED_OR_TRUE = IFC_STRUCTURAL_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Structural Planar Action' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_FEATURE_COUNT = IFC_STRUCTURAL_ACTION_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionVaryingImpl Ifc Structural Planar Action Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPlanarActionVarying()
* @generated
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING = 556;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__GLOBAL_ID = IFC_STRUCTURAL_PLANAR_ACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__OWNER_HISTORY = IFC_STRUCTURAL_PLANAR_ACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__NAME = IFC_STRUCTURAL_PLANAR_ACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__DESCRIPTION = IFC_STRUCTURAL_PLANAR_ACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__HAS_ASSIGNMENTS = IFC_STRUCTURAL_PLANAR_ACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__IS_DECOMPOSED_BY = IFC_STRUCTURAL_PLANAR_ACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__DECOMPOSES = IFC_STRUCTURAL_PLANAR_ACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__HAS_ASSOCIATIONS = IFC_STRUCTURAL_PLANAR_ACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__OBJECT_TYPE = IFC_STRUCTURAL_PLANAR_ACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__IS_DEFINED_BY = IFC_STRUCTURAL_PLANAR_ACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__OBJECT_PLACEMENT = IFC_STRUCTURAL_PLANAR_ACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__REPRESENTATION = IFC_STRUCTURAL_PLANAR_ACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__REFERENCED_BY = IFC_STRUCTURAL_PLANAR_ACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__GEOMETRY = IFC_STRUCTURAL_PLANAR_ACTION__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__APPLIED_LOAD = IFC_STRUCTURAL_PLANAR_ACTION__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_PLANAR_ACTION__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_PLANAR_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Destabilizing Load' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__DESTABILIZING_LOAD = IFC_STRUCTURAL_PLANAR_ACTION__DESTABILIZING_LOAD;
/**
* The feature id for the 'Caused By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__CAUSED_BY = IFC_STRUCTURAL_PLANAR_ACTION__CAUSED_BY;
/**
* The feature id for the 'Projected Or True' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__PROJECTED_OR_TRUE = IFC_STRUCTURAL_PLANAR_ACTION__PROJECTED_OR_TRUE;
/**
* The feature id for the 'Varying Applied Load Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__VARYING_APPLIED_LOAD_LOCATION = IFC_STRUCTURAL_PLANAR_ACTION_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Subsequent Applied Loads' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING__SUBSEQUENT_APPLIED_LOADS = IFC_STRUCTURAL_PLANAR_ACTION_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Structural Planar Action Varying' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PLANAR_ACTION_VARYING_FEATURE_COUNT = IFC_STRUCTURAL_PLANAR_ACTION_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointActionImpl Ifc Structural Point Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPointAction()
* @generated
*/
int IFC_STRUCTURAL_POINT_ACTION = 557;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__GLOBAL_ID = IFC_STRUCTURAL_ACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__OWNER_HISTORY = IFC_STRUCTURAL_ACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__NAME = IFC_STRUCTURAL_ACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__DESCRIPTION = IFC_STRUCTURAL_ACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__DECOMPOSES = IFC_STRUCTURAL_ACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__OBJECT_TYPE = IFC_STRUCTURAL_ACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__IS_DEFINED_BY = IFC_STRUCTURAL_ACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_ACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__REPRESENTATION = IFC_STRUCTURAL_ACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__REFERENCED_BY = IFC_STRUCTURAL_ACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__GEOMETRY = IFC_STRUCTURAL_ACTION__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__APPLIED_LOAD = IFC_STRUCTURAL_ACTION__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_ACTION__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_ACTION__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Destabilizing Load' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__DESTABILIZING_LOAD = IFC_STRUCTURAL_ACTION__DESTABILIZING_LOAD;
/**
* The feature id for the 'Caused By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION__CAUSED_BY = IFC_STRUCTURAL_ACTION__CAUSED_BY;
/**
* The number of structural features of the 'Ifc Structural Point Action' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_ACTION_FEATURE_COUNT = IFC_STRUCTURAL_ACTION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointConnectionImpl Ifc Structural Point Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPointConnection()
* @generated
*/
int IFC_STRUCTURAL_POINT_CONNECTION = 558;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__GLOBAL_ID = IFC_STRUCTURAL_CONNECTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__OWNER_HISTORY = IFC_STRUCTURAL_CONNECTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__NAME = IFC_STRUCTURAL_CONNECTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__DESCRIPTION = IFC_STRUCTURAL_CONNECTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_CONNECTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_CONNECTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__DECOMPOSES = IFC_STRUCTURAL_CONNECTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_CONNECTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__OBJECT_TYPE = IFC_STRUCTURAL_CONNECTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__IS_DEFINED_BY = IFC_STRUCTURAL_CONNECTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_CONNECTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__REPRESENTATION = IFC_STRUCTURAL_CONNECTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__REFERENCED_BY = IFC_STRUCTURAL_CONNECTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__GEOMETRY = IFC_STRUCTURAL_CONNECTION__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'Applied Condition' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__APPLIED_CONDITION = IFC_STRUCTURAL_CONNECTION__APPLIED_CONDITION;
/**
* The feature id for the 'Connects Structural Members' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS = IFC_STRUCTURAL_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS;
/**
* The number of structural features of the 'Ifc Structural Point Connection' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_CONNECTION_FEATURE_COUNT = IFC_STRUCTURAL_CONNECTION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralReactionImpl Ifc Structural Reaction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralReactionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralReaction()
* @generated
*/
int IFC_STRUCTURAL_REACTION = 561;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__GLOBAL_ID = IFC_STRUCTURAL_ACTIVITY__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__OWNER_HISTORY = IFC_STRUCTURAL_ACTIVITY__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__NAME = IFC_STRUCTURAL_ACTIVITY__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__DESCRIPTION = IFC_STRUCTURAL_ACTIVITY__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_ACTIVITY__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_ACTIVITY__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__DECOMPOSES = IFC_STRUCTURAL_ACTIVITY__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_ACTIVITY__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__OBJECT_TYPE = IFC_STRUCTURAL_ACTIVITY__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__IS_DEFINED_BY = IFC_STRUCTURAL_ACTIVITY__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_ACTIVITY__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__REPRESENTATION = IFC_STRUCTURAL_ACTIVITY__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__REFERENCED_BY = IFC_STRUCTURAL_ACTIVITY__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__GEOMETRY = IFC_STRUCTURAL_ACTIVITY__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__APPLIED_LOAD = IFC_STRUCTURAL_ACTIVITY__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_ACTIVITY__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_ACTIVITY__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Causes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION__CAUSES = IFC_STRUCTURAL_ACTIVITY_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Structural Reaction' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_REACTION_FEATURE_COUNT = IFC_STRUCTURAL_ACTIVITY_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointReactionImpl Ifc Structural Point Reaction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointReactionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPointReaction()
* @generated
*/
int IFC_STRUCTURAL_POINT_REACTION = 559;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__GLOBAL_ID = IFC_STRUCTURAL_REACTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__OWNER_HISTORY = IFC_STRUCTURAL_REACTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__NAME = IFC_STRUCTURAL_REACTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__DESCRIPTION = IFC_STRUCTURAL_REACTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_REACTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_REACTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__DECOMPOSES = IFC_STRUCTURAL_REACTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_REACTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__OBJECT_TYPE = IFC_STRUCTURAL_REACTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__IS_DEFINED_BY = IFC_STRUCTURAL_REACTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_REACTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__REPRESENTATION = IFC_STRUCTURAL_REACTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__REFERENCED_BY = IFC_STRUCTURAL_REACTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__GEOMETRY = IFC_STRUCTURAL_REACTION__GEOMETRY;
/**
* The feature id for the 'Applied Load' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__APPLIED_LOAD = IFC_STRUCTURAL_REACTION__APPLIED_LOAD;
/**
* The feature id for the 'Global Or Local' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__GLOBAL_OR_LOCAL = IFC_STRUCTURAL_REACTION__GLOBAL_OR_LOCAL;
/**
* The feature id for the 'Assigned To Structural Item' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__ASSIGNED_TO_STRUCTURAL_ITEM = IFC_STRUCTURAL_REACTION__ASSIGNED_TO_STRUCTURAL_ITEM;
/**
* The feature id for the 'Causes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION__CAUSES = IFC_STRUCTURAL_REACTION__CAUSES;
/**
* The number of structural features of the 'Ifc Structural Point Reaction' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_POINT_REACTION_FEATURE_COUNT = IFC_STRUCTURAL_REACTION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralProfilePropertiesImpl Ifc Structural Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralProfileProperties()
* @generated
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES = 560;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__PROFILE_NAME = IFC_GENERAL_PROFILE_PROPERTIES__PROFILE_NAME;
/**
* The feature id for the 'Profile Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__PROFILE_DEFINITION = IFC_GENERAL_PROFILE_PROPERTIES__PROFILE_DEFINITION;
/**
* The feature id for the 'Physical Weight' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT = IFC_GENERAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT;
/**
* The feature id for the 'Physical Weight As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT_AS_STRING;
/**
* The feature id for the 'Perimeter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__PERIMETER = IFC_GENERAL_PROFILE_PROPERTIES__PERIMETER;
/**
* The feature id for the 'Perimeter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__PERIMETER_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES__PERIMETER_AS_STRING;
/**
* The feature id for the 'Minimum Plate Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS = IFC_GENERAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS;
/**
* The feature id for the 'Minimum Plate Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS_AS_STRING;
/**
* The feature id for the 'Maximum Plate Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS = IFC_GENERAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS;
/**
* The feature id for the 'Maximum Plate Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS_AS_STRING;
/**
* The feature id for the 'Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA = IFC_GENERAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA;
/**
* The feature id for the 'Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA_AS_STRING;
/**
* The feature id for the 'Torsional Constant X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_X = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Torsional Constant XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_XAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Moment Of Inertia YZ' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Moment Of Inertia YZ As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 3;
/**
* The feature id for the 'Moment Of Inertia Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Y = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Moment Of Inertia YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 5;
/**
* The feature id for the 'Moment Of Inertia Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Z = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Moment Of Inertia ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_ZAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 7;
/**
* The feature id for the 'Warping Constant' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__WARPING_CONSTANT = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'Warping Constant As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__WARPING_CONSTANT_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 9;
/**
* The feature id for the 'Shear Centre Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_Z = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 10;
/**
* The feature id for the 'Shear Centre ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_ZAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 11;
/**
* The feature id for the 'Shear Centre Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_Y = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 12;
/**
* The feature id for the 'Shear Centre YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_YAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 13;
/**
* The feature id for the 'Shear Deformation Area Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Z = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 14;
/**
* The feature id for the 'Shear Deformation Area ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_ZAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 15;
/**
* The feature id for the 'Shear Deformation Area Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Y = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 16;
/**
* The feature id for the 'Shear Deformation Area YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_YAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 17;
/**
* The feature id for the 'Maximum Section Modulus Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Y = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 18;
/**
* The feature id for the 'Maximum Section Modulus YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_YAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 19;
/**
* The feature id for the 'Minimum Section Modulus Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Y = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 20;
/**
* The feature id for the 'Minimum Section Modulus YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_YAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 21;
/**
* The feature id for the 'Maximum Section Modulus Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Z = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 22;
/**
* The feature id for the 'Maximum Section Modulus ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_ZAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 23;
/**
* The feature id for the 'Minimum Section Modulus Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Z = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 24;
/**
* The feature id for the 'Minimum Section Modulus ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_ZAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 25;
/**
* The feature id for the 'Torsional Section Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 26;
/**
* The feature id for the 'Torsional Section Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS_AS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 27;
/**
* The feature id for the 'Centre Of Gravity In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_X = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 28;
/**
* The feature id for the 'Centre Of Gravity In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_XAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 29;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_Y = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 30;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 31;
/**
* The number of structural features of the 'Ifc Structural Profile Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT = IFC_GENERAL_PROFILE_PROPERTIES_FEATURE_COUNT + 32;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralResultGroupImpl Ifc Structural Result Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralResultGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralResultGroup()
* @generated
*/
int IFC_STRUCTURAL_RESULT_GROUP = 562;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The feature id for the 'Theory Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__THEORY_TYPE = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The feature id for the 'Result For Load Group' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__RESULT_FOR_LOAD_GROUP = IFC_GROUP_FEATURE_COUNT + 1;
/**
* The feature id for the 'Is Linear' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__IS_LINEAR = IFC_GROUP_FEATURE_COUNT + 2;
/**
* The feature id for the 'Result Group For' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP__RESULT_GROUP_FOR = IFC_GROUP_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Structural Result Group' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_RESULT_GROUP_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSteelProfilePropertiesImpl Ifc Structural Steel Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSteelProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSteelProfileProperties()
* @generated
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES = 563;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PROFILE_NAME = IFC_STRUCTURAL_PROFILE_PROPERTIES__PROFILE_NAME;
/**
* The feature id for the 'Profile Definition' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PROFILE_DEFINITION = IFC_STRUCTURAL_PROFILE_PROPERTIES__PROFILE_DEFINITION;
/**
* The feature id for the 'Physical Weight' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT = IFC_STRUCTURAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT;
/**
* The feature id for the 'Physical Weight As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT_AS_STRING;
/**
* The feature id for the 'Perimeter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PERIMETER = IFC_STRUCTURAL_PROFILE_PROPERTIES__PERIMETER;
/**
* The feature id for the 'Perimeter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PERIMETER_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__PERIMETER_AS_STRING;
/**
* The feature id for the 'Minimum Plate Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS = IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS;
/**
* The feature id for the 'Minimum Plate Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS_AS_STRING;
/**
* The feature id for the 'Maximum Plate Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS = IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS;
/**
* The feature id for the 'Maximum Plate Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS_AS_STRING;
/**
* The feature id for the 'Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__CROSS_SECTION_AREA = IFC_STRUCTURAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA;
/**
* The feature id for the 'Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__CROSS_SECTION_AREA_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA_AS_STRING;
/**
* The feature id for the 'Torsional Constant X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_X = IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_X;
/**
* The feature id for the 'Torsional Constant XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_XAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_XAS_STRING;
/**
* The feature id for the 'Moment Of Inertia YZ' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ = IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ;
/**
* The feature id for the 'Moment Of Inertia YZ As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ_AS_STRING;
/**
* The feature id for the 'Moment Of Inertia Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Y;
/**
* The feature id for the 'Moment Of Inertia YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YAS_STRING;
/**
* The feature id for the 'Moment Of Inertia Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Z;
/**
* The feature id for the 'Moment Of Inertia ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_ZAS_STRING;
/**
* The feature id for the 'Warping Constant' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__WARPING_CONSTANT = IFC_STRUCTURAL_PROFILE_PROPERTIES__WARPING_CONSTANT;
/**
* The feature id for the 'Warping Constant As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__WARPING_CONSTANT_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__WARPING_CONSTANT_AS_STRING;
/**
* The feature id for the 'Shear Centre Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_CENTRE_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_Z;
/**
* The feature id for the 'Shear Centre ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_CENTRE_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_ZAS_STRING;
/**
* The feature id for the 'Shear Centre Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_CENTRE_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_Y;
/**
* The feature id for the 'Shear Centre YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_CENTRE_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_YAS_STRING;
/**
* The feature id for the 'Shear Deformation Area Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Z;
/**
* The feature id for the 'Shear Deformation Area ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_ZAS_STRING;
/**
* The feature id for the 'Shear Deformation Area Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Y;
/**
* The feature id for the 'Shear Deformation Area YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_YAS_STRING;
/**
* The feature id for the 'Maximum Section Modulus Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Y;
/**
* The feature id for the 'Maximum Section Modulus YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_YAS_STRING;
/**
* The feature id for the 'Minimum Section Modulus Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Y;
/**
* The feature id for the 'Minimum Section Modulus YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_YAS_STRING;
/**
* The feature id for the 'Maximum Section Modulus Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Z;
/**
* The feature id for the 'Maximum Section Modulus ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_ZAS_STRING;
/**
* The feature id for the 'Minimum Section Modulus Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Z;
/**
* The feature id for the 'Minimum Section Modulus ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_ZAS_STRING;
/**
* The feature id for the 'Torsional Section Modulus' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS = IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS;
/**
* The feature id for the 'Torsional Section Modulus As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS_AS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS_AS_STRING;
/**
* The feature id for the 'Centre Of Gravity In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_X = IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_X;
/**
* The feature id for the 'Centre Of Gravity In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_XAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_XAS_STRING;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_Y;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_YAS_STRING;
/**
* The feature id for the 'Shear Area Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Shear Area ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Shear Area Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Shear Area YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 3;
/**
* The feature id for the 'Plastic Shape Factor Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_Y = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 4;
/**
* The feature id for the 'Plastic Shape Factor YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_YAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 5;
/**
* The feature id for the 'Plastic Shape Factor Z' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_Z = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 6;
/**
* The feature id for the 'Plastic Shape Factor ZAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_ZAS_STRING = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT
+ 7;
/**
* The number of structural features of the 'Ifc Structural Steel Profile Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES_FEATURE_COUNT = IFC_STRUCTURAL_PROFILE_PROPERTIES_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceConnectionImpl Ifc Structural Surface Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceConnection()
* @generated
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION = 564;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__GLOBAL_ID = IFC_STRUCTURAL_CONNECTION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__OWNER_HISTORY = IFC_STRUCTURAL_CONNECTION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__NAME = IFC_STRUCTURAL_CONNECTION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__DESCRIPTION = IFC_STRUCTURAL_CONNECTION__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__HAS_ASSIGNMENTS = IFC_STRUCTURAL_CONNECTION__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__IS_DECOMPOSED_BY = IFC_STRUCTURAL_CONNECTION__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__DECOMPOSES = IFC_STRUCTURAL_CONNECTION__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__HAS_ASSOCIATIONS = IFC_STRUCTURAL_CONNECTION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__OBJECT_TYPE = IFC_STRUCTURAL_CONNECTION__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__IS_DEFINED_BY = IFC_STRUCTURAL_CONNECTION__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__OBJECT_PLACEMENT = IFC_STRUCTURAL_CONNECTION__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__REPRESENTATION = IFC_STRUCTURAL_CONNECTION__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__REFERENCED_BY = IFC_STRUCTURAL_CONNECTION__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__GEOMETRY = IFC_STRUCTURAL_CONNECTION__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_CONNECTION__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'Applied Condition' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__APPLIED_CONDITION = IFC_STRUCTURAL_CONNECTION__APPLIED_CONDITION;
/**
* The feature id for the 'Connects Structural Members' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS = IFC_STRUCTURAL_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS;
/**
* The number of structural features of the 'Ifc Structural Surface Connection' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_CONNECTION_FEATURE_COUNT = IFC_STRUCTURAL_CONNECTION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberImpl Ifc Structural Surface Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceMember()
* @generated
*/
int IFC_STRUCTURAL_SURFACE_MEMBER = 565;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__GLOBAL_ID = IFC_STRUCTURAL_MEMBER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__OWNER_HISTORY = IFC_STRUCTURAL_MEMBER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__NAME = IFC_STRUCTURAL_MEMBER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__DESCRIPTION = IFC_STRUCTURAL_MEMBER__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__HAS_ASSIGNMENTS = IFC_STRUCTURAL_MEMBER__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__IS_DECOMPOSED_BY = IFC_STRUCTURAL_MEMBER__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__DECOMPOSES = IFC_STRUCTURAL_MEMBER__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__HAS_ASSOCIATIONS = IFC_STRUCTURAL_MEMBER__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__OBJECT_TYPE = IFC_STRUCTURAL_MEMBER__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__IS_DEFINED_BY = IFC_STRUCTURAL_MEMBER__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__OBJECT_PLACEMENT = IFC_STRUCTURAL_MEMBER__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__REPRESENTATION = IFC_STRUCTURAL_MEMBER__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__REFERENCED_BY = IFC_STRUCTURAL_MEMBER__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__GEOMETRY = IFC_STRUCTURAL_MEMBER__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'References Element' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__REFERENCES_ELEMENT = IFC_STRUCTURAL_MEMBER__REFERENCES_ELEMENT;
/**
* The feature id for the 'Connected By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__CONNECTED_BY = IFC_STRUCTURAL_MEMBER__CONNECTED_BY;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__PREDEFINED_TYPE = IFC_STRUCTURAL_MEMBER_FEATURE_COUNT + 0;
/**
* The feature id for the 'Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__THICKNESS = IFC_STRUCTURAL_MEMBER_FEATURE_COUNT + 1;
/**
* The feature id for the 'Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER__THICKNESS_AS_STRING = IFC_STRUCTURAL_MEMBER_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Structural Surface Member' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT = IFC_STRUCTURAL_MEMBER_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl Ifc Structural Surface Member Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceMemberVarying()
* @generated
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING = 566;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__GLOBAL_ID = IFC_STRUCTURAL_SURFACE_MEMBER__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__OWNER_HISTORY = IFC_STRUCTURAL_SURFACE_MEMBER__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__NAME = IFC_STRUCTURAL_SURFACE_MEMBER__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__DESCRIPTION = IFC_STRUCTURAL_SURFACE_MEMBER__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__HAS_ASSIGNMENTS = IFC_STRUCTURAL_SURFACE_MEMBER__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__IS_DECOMPOSED_BY = IFC_STRUCTURAL_SURFACE_MEMBER__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__DECOMPOSES = IFC_STRUCTURAL_SURFACE_MEMBER__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__HAS_ASSOCIATIONS = IFC_STRUCTURAL_SURFACE_MEMBER__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__OBJECT_TYPE = IFC_STRUCTURAL_SURFACE_MEMBER__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__IS_DEFINED_BY = IFC_STRUCTURAL_SURFACE_MEMBER__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__OBJECT_PLACEMENT = IFC_STRUCTURAL_SURFACE_MEMBER__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__REPRESENTATION = IFC_STRUCTURAL_SURFACE_MEMBER__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__REFERENCED_BY = IFC_STRUCTURAL_SURFACE_MEMBER__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__GEOMETRY = IFC_STRUCTURAL_SURFACE_MEMBER__GEOMETRY;
/**
* The feature id for the 'Assigned Structural Activity' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__ASSIGNED_STRUCTURAL_ACTIVITY = IFC_STRUCTURAL_SURFACE_MEMBER__ASSIGNED_STRUCTURAL_ACTIVITY;
/**
* The feature id for the 'References Element' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__REFERENCES_ELEMENT = IFC_STRUCTURAL_SURFACE_MEMBER__REFERENCES_ELEMENT;
/**
* The feature id for the 'Connected By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__CONNECTED_BY = IFC_STRUCTURAL_SURFACE_MEMBER__CONNECTED_BY;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__PREDEFINED_TYPE = IFC_STRUCTURAL_SURFACE_MEMBER__PREDEFINED_TYPE;
/**
* The feature id for the 'Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__THICKNESS = IFC_STRUCTURAL_SURFACE_MEMBER__THICKNESS;
/**
* The feature id for the 'Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__THICKNESS_AS_STRING = IFC_STRUCTURAL_SURFACE_MEMBER__THICKNESS_AS_STRING;
/**
* The feature id for the 'Subsequent Thickness' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__SUBSEQUENT_THICKNESS = IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT + 0;
/**
* The feature id for the 'Subsequent Thickness As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__SUBSEQUENT_THICKNESS_AS_STRING = IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT
+ 1;
/**
* The feature id for the 'Varying Thickness Location' reference.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_LOCATION = IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT
+ 2;
/**
* The feature id for the 'Varying Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS = IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT + 3;
/**
* The feature id for the 'Varying Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_AS_STRING = IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT
+ 4;
/**
* The number of structural features of the 'Ifc Structural Surface Member Varying' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_SURFACE_MEMBER_VARYING_FEATURE_COUNT = IFC_STRUCTURAL_SURFACE_MEMBER_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuredDimensionCalloutImpl Ifc Structured Dimension Callout}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuredDimensionCalloutImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuredDimensionCallout()
* @generated
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT = 567;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT__LAYER_ASSIGNMENTS = IFC_DRAUGHTING_CALLOUT__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT__STYLED_BY_ITEM = IFC_DRAUGHTING_CALLOUT__STYLED_BY_ITEM;
/**
* The feature id for the 'Contents' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT__CONTENTS = IFC_DRAUGHTING_CALLOUT__CONTENTS;
/**
* The feature id for the 'Is Related From Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT__IS_RELATED_FROM_CALLOUT = IFC_DRAUGHTING_CALLOUT__IS_RELATED_FROM_CALLOUT;
/**
* The feature id for the 'Is Related To Callout' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT__IS_RELATED_TO_CALLOUT = IFC_DRAUGHTING_CALLOUT__IS_RELATED_TO_CALLOUT;
/**
* The number of structural features of the 'Ifc Structured Dimension Callout' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURED_DIMENSION_CALLOUT_FEATURE_COUNT = IFC_DRAUGHTING_CALLOUT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStyleModelImpl Ifc Style Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStyleModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStyleModel()
* @generated
*/
int IFC_STYLE_MODEL = 568;
/**
* The feature id for the 'Context Of Items' reference.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__CONTEXT_OF_ITEMS = IFC_REPRESENTATION__CONTEXT_OF_ITEMS;
/**
* The feature id for the 'Representation Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__REPRESENTATION_IDENTIFIER = IFC_REPRESENTATION__REPRESENTATION_IDENTIFIER;
/**
* The feature id for the 'Representation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__REPRESENTATION_TYPE = IFC_REPRESENTATION__REPRESENTATION_TYPE;
/**
* The feature id for the 'Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__ITEMS = IFC_REPRESENTATION__ITEMS;
/**
* The feature id for the 'Representation Map' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__REPRESENTATION_MAP = IFC_REPRESENTATION__REPRESENTATION_MAP;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__LAYER_ASSIGNMENTS = IFC_REPRESENTATION__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Of Product Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL__OF_PRODUCT_REPRESENTATION = IFC_REPRESENTATION__OF_PRODUCT_REPRESENTATION;
/**
* The number of structural features of the 'Ifc Style Model' class.
*
*
* @generated
* @ordered
*/
int IFC_STYLE_MODEL_FEATURE_COUNT = IFC_REPRESENTATION_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStyledRepresentationImpl Ifc Styled Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStyledRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStyledRepresentation()
* @generated
*/
int IFC_STYLED_REPRESENTATION = 570;
/**
* The feature id for the 'Context Of Items' reference.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__CONTEXT_OF_ITEMS = IFC_STYLE_MODEL__CONTEXT_OF_ITEMS;
/**
* The feature id for the 'Representation Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__REPRESENTATION_IDENTIFIER = IFC_STYLE_MODEL__REPRESENTATION_IDENTIFIER;
/**
* The feature id for the 'Representation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__REPRESENTATION_TYPE = IFC_STYLE_MODEL__REPRESENTATION_TYPE;
/**
* The feature id for the 'Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__ITEMS = IFC_STYLE_MODEL__ITEMS;
/**
* The feature id for the 'Representation Map' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__REPRESENTATION_MAP = IFC_STYLE_MODEL__REPRESENTATION_MAP;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__LAYER_ASSIGNMENTS = IFC_STYLE_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Of Product Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION__OF_PRODUCT_REPRESENTATION = IFC_STYLE_MODEL__OF_PRODUCT_REPRESENTATION;
/**
* The number of structural features of the 'Ifc Styled Representation' class.
*
*
* @generated
* @ordered
*/
int IFC_STYLED_REPRESENTATION_FEATURE_COUNT = IFC_STYLE_MODEL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSubContractResourceImpl Ifc Sub Contract Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSubContractResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSubContractResource()
* @generated
*/
int IFC_SUB_CONTRACT_RESOURCE = 571;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__GLOBAL_ID = IFC_CONSTRUCTION_RESOURCE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__OWNER_HISTORY = IFC_CONSTRUCTION_RESOURCE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__NAME = IFC_CONSTRUCTION_RESOURCE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__DESCRIPTION = IFC_CONSTRUCTION_RESOURCE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__HAS_ASSIGNMENTS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__IS_DECOMPOSED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__DECOMPOSES = IFC_CONSTRUCTION_RESOURCE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__HAS_ASSOCIATIONS = IFC_CONSTRUCTION_RESOURCE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__OBJECT_TYPE = IFC_CONSTRUCTION_RESOURCE__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__IS_DEFINED_BY = IFC_CONSTRUCTION_RESOURCE__IS_DEFINED_BY;
/**
* The feature id for the 'Resource Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__RESOURCE_OF = IFC_CONSTRUCTION_RESOURCE__RESOURCE_OF;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__RESOURCE_IDENTIFIER = IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Resource Group' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__RESOURCE_GROUP = IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP;
/**
* The feature id for the 'Resource Consumption' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__RESOURCE_CONSUMPTION = IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION;
/**
* The feature id for the 'Base Quantity' reference.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__BASE_QUANTITY = IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY;
/**
* The feature id for the 'Sub Contractor' reference.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__SUB_CONTRACTOR = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Job Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE__JOB_DESCRIPTION = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Sub Contract Resource' class.
*
*
* @generated
* @ordered
*/
int IFC_SUB_CONTRACT_RESOURCE_FEATURE_COUNT = IFC_CONSTRUCTION_RESOURCE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSubedgeImpl Ifc Subedge}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSubedgeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSubedge()
* @generated
*/
int IFC_SUBEDGE = 572;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUBEDGE__LAYER_ASSIGNMENTS = IFC_EDGE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SUBEDGE__STYLED_BY_ITEM = IFC_EDGE__STYLED_BY_ITEM;
/**
* The feature id for the 'Edge Start' reference.
*
*
* @generated
* @ordered
*/
int IFC_SUBEDGE__EDGE_START = IFC_EDGE__EDGE_START;
/**
* The feature id for the 'Edge End' reference.
*
*
* @generated
* @ordered
*/
int IFC_SUBEDGE__EDGE_END = IFC_EDGE__EDGE_END;
/**
* The feature id for the 'Parent Edge' reference.
*
*
* @generated
* @ordered
*/
int IFC_SUBEDGE__PARENT_EDGE = IFC_EDGE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Subedge' class.
*
*
* @generated
* @ordered
*/
int IFC_SUBEDGE_FEATURE_COUNT = IFC_EDGE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceCurveSweptAreaSolidImpl Ifc Surface Curve Swept Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceCurveSweptAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID = 574;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__LAYER_ASSIGNMENTS = IFC_SWEPT_AREA_SOLID__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__STYLED_BY_ITEM = IFC_SWEPT_AREA_SOLID__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__DIM = IFC_SWEPT_AREA_SOLID__DIM;
/**
* The feature id for the 'Swept Area' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__SWEPT_AREA = IFC_SWEPT_AREA_SOLID__SWEPT_AREA;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__POSITION = IFC_SWEPT_AREA_SOLID__POSITION;
/**
* The feature id for the 'Directrix' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__DIRECTRIX = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 0;
/**
* The feature id for the 'Start Param' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 1;
/**
* The feature id for the 'Start Param As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 2;
/**
* The feature id for the 'End Param' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 3;
/**
* The feature id for the 'End Param As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 4;
/**
* The feature id for the 'Reference Surface' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__REFERENCE_SURFACE = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 5;
/**
* The number of structural features of the 'Ifc Surface Curve Swept Area Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_CURVE_SWEPT_AREA_SOLID_FEATURE_COUNT = IFC_SWEPT_AREA_SOLID_FEATURE_COUNT + 6;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSweptSurfaceImpl Ifc Swept Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSweptSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSweptSurface()
* @generated
*/
int IFC_SWEPT_SURFACE = 586;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_SURFACE__LAYER_ASSIGNMENTS = IFC_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_SURFACE__STYLED_BY_ITEM = IFC_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Swept Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_SURFACE__SWEPT_CURVE = IFC_SURFACE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_SURFACE__POSITION = IFC_SURFACE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_SURFACE__DIM = IFC_SURFACE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Swept Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_SURFACE_FEATURE_COUNT = IFC_SURFACE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfLinearExtrusionImpl Ifc Surface Of Linear Extrusion}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfLinearExtrusionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceOfLinearExtrusion()
* @generated
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION = 575;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__LAYER_ASSIGNMENTS = IFC_SWEPT_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__STYLED_BY_ITEM = IFC_SWEPT_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Swept Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__SWEPT_CURVE = IFC_SWEPT_SURFACE__SWEPT_CURVE;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__POSITION = IFC_SWEPT_SURFACE__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__DIM = IFC_SWEPT_SURFACE__DIM;
/**
* The feature id for the 'Extruded Direction' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__EXTRUDED_DIRECTION = IFC_SWEPT_SURFACE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__DEPTH = IFC_SWEPT_SURFACE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION__DEPTH_AS_STRING = IFC_SWEPT_SURFACE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Surface Of Linear Extrusion' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_LINEAR_EXTRUSION_FEATURE_COUNT = IFC_SWEPT_SURFACE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfRevolutionImpl Ifc Surface Of Revolution}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfRevolutionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceOfRevolution()
* @generated
*/
int IFC_SURFACE_OF_REVOLUTION = 576;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION__LAYER_ASSIGNMENTS = IFC_SWEPT_SURFACE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION__STYLED_BY_ITEM = IFC_SWEPT_SURFACE__STYLED_BY_ITEM;
/**
* The feature id for the 'Swept Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION__SWEPT_CURVE = IFC_SWEPT_SURFACE__SWEPT_CURVE;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION__POSITION = IFC_SWEPT_SURFACE__POSITION;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION__DIM = IFC_SWEPT_SURFACE__DIM;
/**
* The feature id for the 'Axis Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION__AXIS_POSITION = IFC_SWEPT_SURFACE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Surface Of Revolution' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OF_REVOLUTION_FEATURE_COUNT = IFC_SWEPT_SURFACE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleImpl Ifc Surface Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyle()
* @generated
*/
int IFC_SURFACE_STYLE = 577;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE__NAME = IFC_PRESENTATION_STYLE__NAME;
/**
* The feature id for the 'Side' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE__SIDE = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Styles' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE__STYLES = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Surface Style' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_FEATURE_COUNT = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect Ifc Surface Style Element Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleElementSelect()
* @generated
*/
int IFC_SURFACE_STYLE_ELEMENT_SELECT = 809;
/**
* The number of structural features of the 'Ifc Surface Style Element Select' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleLightingImpl Ifc Surface Style Lighting}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleLightingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleLighting()
* @generated
*/
int IFC_SURFACE_STYLE_LIGHTING = 578;
/**
* The feature id for the 'Diffuse Transmission Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_LIGHTING__DIFFUSE_TRANSMISSION_COLOUR = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Diffuse Reflection Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_LIGHTING__DIFFUSE_REFLECTION_COLOUR = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Transmission Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_LIGHTING__TRANSMISSION_COLOUR = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Reflectance Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_LIGHTING__REFLECTANCE_COLOUR = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Surface Style Lighting' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_LIGHTING_FEATURE_COUNT = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRefractionImpl Ifc Surface Style Refraction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRefractionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleRefraction()
* @generated
*/
int IFC_SURFACE_STYLE_REFRACTION = 579;
/**
* The feature id for the 'Refraction Index' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_REFRACTION__REFRACTION_INDEX = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Refraction Index As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_REFRACTION__REFRACTION_INDEX_AS_STRING = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Dispersion Factor' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_REFRACTION__DISPERSION_FACTOR = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Dispersion Factor As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_REFRACTION__DISPERSION_FACTOR_AS_STRING = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Surface Style Refraction' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_REFRACTION_FEATURE_COUNT = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleShadingImpl Ifc Surface Style Shading}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleShadingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleShading()
* @generated
*/
int IFC_SURFACE_STYLE_SHADING = 581;
/**
* The feature id for the 'Surface Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_SHADING__SURFACE_COLOUR = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Surface Style Shading' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRenderingImpl Ifc Surface Style Rendering}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRenderingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleRendering()
* @generated
*/
int IFC_SURFACE_STYLE_RENDERING = 580;
/**
* The feature id for the 'Surface Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__SURFACE_COLOUR = IFC_SURFACE_STYLE_SHADING__SURFACE_COLOUR;
/**
* The feature id for the 'Transparency' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__TRANSPARENCY = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 0;
/**
* The feature id for the 'Transparency As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__TRANSPARENCY_AS_STRING = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 1;
/**
* The feature id for the 'Diffuse Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__DIFFUSE_COLOUR = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 2;
/**
* The feature id for the 'Transmission Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__TRANSMISSION_COLOUR = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 3;
/**
* The feature id for the 'Diffuse Transmission Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__DIFFUSE_TRANSMISSION_COLOUR = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 4;
/**
* The feature id for the 'Reflection Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__REFLECTION_COLOUR = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 5;
/**
* The feature id for the 'Specular Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__SPECULAR_COLOUR = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 6;
/**
* The feature id for the 'Specular Highlight' reference.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__SPECULAR_HIGHLIGHT = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 7;
/**
* The feature id for the 'Reflectance Method' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING__REFLECTANCE_METHOD = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Surface Style Rendering' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_RENDERING_FEATURE_COUNT = IFC_SURFACE_STYLE_SHADING_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleWithTexturesImpl Ifc Surface Style With Textures}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleWithTexturesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleWithTextures()
* @generated
*/
int IFC_SURFACE_STYLE_WITH_TEXTURES = 582;
/**
* The feature id for the 'Textures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_WITH_TEXTURES__TEXTURES = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Surface Style With Textures' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_STYLE_WITH_TEXTURES_FEATURE_COUNT = IFC_SURFACE_STYLE_ELEMENT_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSweptDiskSolidImpl Ifc Swept Disk Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSweptDiskSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSweptDiskSolid()
* @generated
*/
int IFC_SWEPT_DISK_SOLID = 585;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__LAYER_ASSIGNMENTS = IFC_SOLID_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__STYLED_BY_ITEM = IFC_SOLID_MODEL__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__DIM = IFC_SOLID_MODEL__DIM;
/**
* The feature id for the 'Directrix' reference.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__DIRECTRIX = IFC_SOLID_MODEL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__RADIUS = IFC_SOLID_MODEL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__RADIUS_AS_STRING = IFC_SOLID_MODEL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Inner Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__INNER_RADIUS = IFC_SOLID_MODEL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Inner Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__INNER_RADIUS_AS_STRING = IFC_SOLID_MODEL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Start Param' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__START_PARAM = IFC_SOLID_MODEL_FEATURE_COUNT + 5;
/**
* The feature id for the 'Start Param As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__START_PARAM_AS_STRING = IFC_SOLID_MODEL_FEATURE_COUNT + 6;
/**
* The feature id for the 'End Param' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__END_PARAM = IFC_SOLID_MODEL_FEATURE_COUNT + 7;
/**
* The feature id for the 'End Param As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID__END_PARAM_AS_STRING = IFC_SOLID_MODEL_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Swept Disk Solid' class.
*
*
* @generated
* @ordered
*/
int IFC_SWEPT_DISK_SOLID_FEATURE_COUNT = IFC_SOLID_MODEL_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSwitchingDeviceTypeImpl Ifc Switching Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSwitchingDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSwitchingDeviceType()
* @generated
*/
int IFC_SWITCHING_DEVICE_TYPE = 587;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Switching Device Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SWITCHING_DEVICE_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSymbolStyleImpl Ifc Symbol Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSymbolStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSymbolStyle()
* @generated
*/
int IFC_SYMBOL_STYLE = 588;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYMBOL_STYLE__NAME = IFC_PRESENTATION_STYLE__NAME;
/**
* The feature id for the 'Style Of Symbol' reference.
*
*
* @generated
* @ordered
*/
int IFC_SYMBOL_STYLE__STYLE_OF_SYMBOL = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Symbol Style' class.
*
*
* @generated
* @ordered
*/
int IFC_SYMBOL_STYLE_FEATURE_COUNT = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSystemFurnitureElementTypeImpl Ifc System Furniture Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSystemFurnitureElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSystemFurnitureElementType()
* @generated
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE = 590;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__GLOBAL_ID = IFC_FURNISHING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__OWNER_HISTORY = IFC_FURNISHING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__NAME = IFC_FURNISHING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__DESCRIPTION = IFC_FURNISHING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_FURNISHING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_FURNISHING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__DECOMPOSES = IFC_FURNISHING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_FURNISHING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_FURNISHING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_FURNISHING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_FURNISHING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_FURNISHING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__TAG = IFC_FURNISHING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE__ELEMENT_TYPE = IFC_FURNISHING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The number of structural features of the 'Ifc System Furniture Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_SYSTEM_FURNITURE_ELEMENT_TYPE_FEATURE_COUNT = IFC_FURNISHING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTShapeProfileDefImpl Ifc TShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTShapeProfileDef()
* @generated
*/
int IFC_TSHAPE_PROFILE_DEF = 591;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__DEPTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__DEPTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Flange Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Flange Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Flange Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Flange Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FILLET_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Flange Edge Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_EDGE_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Flange Edge Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_EDGE_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The feature id for the 'Web Edge Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__WEB_EDGE_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The feature id for the 'Web Edge Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__WEB_EDGE_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 13;
/**
* The feature id for the 'Web Slope' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__WEB_SLOPE = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 14;
/**
* The feature id for the 'Web Slope As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__WEB_SLOPE_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 15;
/**
* The feature id for the 'Flange Slope' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_SLOPE = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 16;
/**
* The feature id for the 'Flange Slope As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 17;
/**
* The feature id for the 'Centre Of Gravity In Y' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 18;
/**
* The feature id for the 'Centre Of Gravity In YAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 19;
/**
* The number of structural features of the 'Ifc TShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_TSHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 20;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTableImpl Ifc Table}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTableImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTable()
* @generated
*/
int IFC_TABLE = 592;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TABLE__NAME = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Rows' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TABLE__ROWS = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Table' class.
*
*
* @generated
* @ordered
*/
int IFC_TABLE_FEATURE_COUNT = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTableRowImpl Ifc Table Row}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTableRowImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTableRow()
* @generated
*/
int IFC_TABLE_ROW = 593;
/**
* The feature id for the 'Row Cells' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TABLE_ROW__ROW_CELLS = 0;
/**
* The feature id for the 'Is Heading' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TABLE_ROW__IS_HEADING = 1;
/**
* The feature id for the 'Of Table' reference.
*
*
* @generated
* @ordered
*/
int IFC_TABLE_ROW__OF_TABLE = 2;
/**
* The number of structural features of the 'Ifc Table Row' class.
*
*
* @generated
* @ordered
*/
int IFC_TABLE_ROW_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTankTypeImpl Ifc Tank Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTankTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTankType()
* @generated
*/
int IFC_TANK_TYPE = 594;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__GLOBAL_ID = IFC_FLOW_STORAGE_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__OWNER_HISTORY = IFC_FLOW_STORAGE_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__NAME = IFC_FLOW_STORAGE_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__DESCRIPTION = IFC_FLOW_STORAGE_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_STORAGE_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__DECOMPOSES = IFC_FLOW_STORAGE_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_STORAGE_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_STORAGE_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__OBJECT_TYPE_OF = IFC_FLOW_STORAGE_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__REPRESENTATION_MAPS = IFC_FLOW_STORAGE_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__TAG = IFC_FLOW_STORAGE_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__ELEMENT_TYPE = IFC_FLOW_STORAGE_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE__PREDEFINED_TYPE = IFC_FLOW_STORAGE_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Tank Type' class.
*
*
* @generated
* @ordered
*/
int IFC_TANK_TYPE_FEATURE_COUNT = IFC_FLOW_STORAGE_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTelecomAddressImpl Ifc Telecom Address}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTelecomAddressImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTelecomAddress()
* @generated
*/
int IFC_TELECOM_ADDRESS = 596;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__PURPOSE = IFC_ADDRESS__PURPOSE;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__DESCRIPTION = IFC_ADDRESS__DESCRIPTION;
/**
* The feature id for the 'User Defined Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__USER_DEFINED_PURPOSE = IFC_ADDRESS__USER_DEFINED_PURPOSE;
/**
* The feature id for the 'Of Person' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__OF_PERSON = IFC_ADDRESS__OF_PERSON;
/**
* The feature id for the 'Of Organization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__OF_ORGANIZATION = IFC_ADDRESS__OF_ORGANIZATION;
/**
* The feature id for the 'Telephone Numbers' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__TELEPHONE_NUMBERS = IFC_ADDRESS_FEATURE_COUNT + 0;
/**
* The feature id for the 'Facsimile Numbers' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__FACSIMILE_NUMBERS = IFC_ADDRESS_FEATURE_COUNT + 1;
/**
* The feature id for the 'Pager Number' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__PAGER_NUMBER = IFC_ADDRESS_FEATURE_COUNT + 2;
/**
* The feature id for the 'Electronic Mail Addresses' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__ELECTRONIC_MAIL_ADDRESSES = IFC_ADDRESS_FEATURE_COUNT + 3;
/**
* The feature id for the 'WWW Home Page URL' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS__WWW_HOME_PAGE_URL = IFC_ADDRESS_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Telecom Address' class.
*
*
* @generated
* @ordered
*/
int IFC_TELECOM_ADDRESS_FEATURE_COUNT = IFC_ADDRESS_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTendonImpl Ifc Tendon}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTendonImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTendon()
* @generated
*/
int IFC_TENDON = 597;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__GLOBAL_ID = IFC_REINFORCING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__OWNER_HISTORY = IFC_REINFORCING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__NAME = IFC_REINFORCING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__DESCRIPTION = IFC_REINFORCING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_ASSIGNMENTS = IFC_REINFORCING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__IS_DECOMPOSED_BY = IFC_REINFORCING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__DECOMPOSES = IFC_REINFORCING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_ASSOCIATIONS = IFC_REINFORCING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__OBJECT_TYPE = IFC_REINFORCING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__IS_DEFINED_BY = IFC_REINFORCING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__OBJECT_PLACEMENT = IFC_REINFORCING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__REPRESENTATION = IFC_REINFORCING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__REFERENCED_BY = IFC_REINFORCING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__GEOMETRY = IFC_REINFORCING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__TAG = IFC_REINFORCING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_STRUCTURAL_MEMBER = IFC_REINFORCING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__FILLS_VOIDS = IFC_REINFORCING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__CONNECTED_TO = IFC_REINFORCING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_COVERINGS = IFC_REINFORCING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_PROJECTIONS = IFC_REINFORCING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__REFERENCED_IN_STRUCTURES = IFC_REINFORCING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_PORTS = IFC_REINFORCING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__HAS_OPENINGS = IFC_REINFORCING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__IS_CONNECTION_REALIZATION = IFC_REINFORCING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__PROVIDES_BOUNDARIES = IFC_REINFORCING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__CONNECTED_FROM = IFC_REINFORCING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__CONTAINED_IN_STRUCTURE = IFC_REINFORCING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Steel Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__STEEL_GRADE = IFC_REINFORCING_ELEMENT__STEEL_GRADE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__PREDEFINED_TYPE = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Nominal Diameter' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__NOMINAL_DIAMETER = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Nominal Diameter As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__NOMINAL_DIAMETER_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Cross Section Area' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__CROSS_SECTION_AREA = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Cross Section Area As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__CROSS_SECTION_AREA_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Tension Force' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__TENSION_FORCE = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Tension Force As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__TENSION_FORCE_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Pre Stress' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__PRE_STRESS = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Pre Stress As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__PRE_STRESS_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 8;
/**
* The feature id for the 'Friction Coefficient' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__FRICTION_COEFFICIENT = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 9;
/**
* The feature id for the 'Friction Coefficient As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__FRICTION_COEFFICIENT_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 10;
/**
* The feature id for the 'Anchorage Slip' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__ANCHORAGE_SLIP = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 11;
/**
* The feature id for the 'Anchorage Slip As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__ANCHORAGE_SLIP_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 12;
/**
* The feature id for the 'Min Curvature Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__MIN_CURVATURE_RADIUS = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 13;
/**
* The feature id for the 'Min Curvature Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON__MIN_CURVATURE_RADIUS_AS_STRING = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 14;
/**
* The number of structural features of the 'Ifc Tendon' class.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_FEATURE_COUNT = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 15;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTendonAnchorImpl Ifc Tendon Anchor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTendonAnchorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTendonAnchor()
* @generated
*/
int IFC_TENDON_ANCHOR = 598;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__GLOBAL_ID = IFC_REINFORCING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__OWNER_HISTORY = IFC_REINFORCING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__NAME = IFC_REINFORCING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__DESCRIPTION = IFC_REINFORCING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_ASSIGNMENTS = IFC_REINFORCING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__IS_DECOMPOSED_BY = IFC_REINFORCING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__DECOMPOSES = IFC_REINFORCING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_ASSOCIATIONS = IFC_REINFORCING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__OBJECT_TYPE = IFC_REINFORCING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__IS_DEFINED_BY = IFC_REINFORCING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__OBJECT_PLACEMENT = IFC_REINFORCING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__REPRESENTATION = IFC_REINFORCING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__REFERENCED_BY = IFC_REINFORCING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__GEOMETRY = IFC_REINFORCING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__TAG = IFC_REINFORCING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_STRUCTURAL_MEMBER = IFC_REINFORCING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__FILLS_VOIDS = IFC_REINFORCING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__CONNECTED_TO = IFC_REINFORCING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_COVERINGS = IFC_REINFORCING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_PROJECTIONS = IFC_REINFORCING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__REFERENCED_IN_STRUCTURES = IFC_REINFORCING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_PORTS = IFC_REINFORCING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__HAS_OPENINGS = IFC_REINFORCING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__IS_CONNECTION_REALIZATION = IFC_REINFORCING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__PROVIDES_BOUNDARIES = IFC_REINFORCING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__CONNECTED_FROM = IFC_REINFORCING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__CONTAINED_IN_STRUCTURE = IFC_REINFORCING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Steel Grade' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR__STEEL_GRADE = IFC_REINFORCING_ELEMENT__STEEL_GRADE;
/**
* The number of structural features of the 'Ifc Tendon Anchor' class.
*
*
* @generated
* @ordered
*/
int IFC_TENDON_ANCHOR_FEATURE_COUNT = IFC_REINFORCING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralImpl Ifc Text Literal}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextLiteral()
* @generated
*/
int IFC_TEXT_LITERAL = 600;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Literal' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL__LITERAL = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL__PLACEMENT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Path' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL__PATH = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Text Literal' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralWithExtentImpl Ifc Text Literal With Extent}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralWithExtentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextLiteralWithExtent()
* @generated
*/
int IFC_TEXT_LITERAL_WITH_EXTENT = 601;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__LAYER_ASSIGNMENTS = IFC_TEXT_LITERAL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__STYLED_BY_ITEM = IFC_TEXT_LITERAL__STYLED_BY_ITEM;
/**
* The feature id for the 'Literal' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__LITERAL = IFC_TEXT_LITERAL__LITERAL;
/**
* The feature id for the 'Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__PLACEMENT = IFC_TEXT_LITERAL__PLACEMENT;
/**
* The feature id for the 'Path' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__PATH = IFC_TEXT_LITERAL__PATH;
/**
* The feature id for the 'Extent' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__EXTENT = IFC_TEXT_LITERAL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Box Alignment' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT__BOX_ALIGNMENT = IFC_TEXT_LITERAL_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Text Literal With Extent' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_LITERAL_WITH_EXTENT_FEATURE_COUNT = IFC_TEXT_LITERAL_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleImpl Ifc Text Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyle()
* @generated
*/
int IFC_TEXT_STYLE = 602;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE__NAME = IFC_PRESENTATION_STYLE__NAME;
/**
* The feature id for the 'Text Character Appearance' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE__TEXT_CHARACTER_APPEARANCE = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Text Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE__TEXT_STYLE = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Text Font Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE__TEXT_FONT_STYLE = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Text Style' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FEATURE_COUNT = IFC_PRESENTATION_STYLE_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleFontModelImpl Ifc Text Style Font Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleFontModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleFontModel()
* @generated
*/
int IFC_TEXT_STYLE_FONT_MODEL = 603;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL__NAME = IFC_PRE_DEFINED_TEXT_FONT__NAME;
/**
* The feature id for the 'Font Family' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL__FONT_FAMILY = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Font Style' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL__FONT_STYLE = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Font Variant' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL__FONT_VARIANT = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Font Weight' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL__FONT_WEIGHT = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Font Size' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL__FONT_SIZE = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Text Style Font Model' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FONT_MODEL_FEATURE_COUNT = IFC_PRE_DEFINED_TEXT_FONT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect Ifc Character Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCharacterStyleSelect()
* @generated
*/
int IFC_CHARACTER_STYLE_SELECT = 775;
/**
* The number of structural features of the 'Ifc Character Style Select' class.
*
*
* @generated
* @ordered
*/
int IFC_CHARACTER_STYLE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleForDefinedFontImpl Ifc Text Style For Defined Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleForDefinedFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleForDefinedFont()
* @generated
*/
int IFC_TEXT_STYLE_FOR_DEFINED_FONT = 604;
/**
* The feature id for the 'Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FOR_DEFINED_FONT__COLOUR = IFC_CHARACTER_STYLE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Background Colour' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FOR_DEFINED_FONT__BACKGROUND_COLOUR = IFC_CHARACTER_STYLE_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Text Style For Defined Font' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_FOR_DEFINED_FONT_FEATURE_COUNT = IFC_CHARACTER_STYLE_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect Ifc Text Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleSelect()
* @generated
*/
int IFC_TEXT_STYLE_SELECT = 812;
/**
* The number of structural features of the 'Ifc Text Style Select' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleTextModelImpl Ifc Text Style Text Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleTextModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleTextModel()
* @generated
*/
int IFC_TEXT_STYLE_TEXT_MODEL = 605;
/**
* The feature id for the 'Text Indent' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__TEXT_INDENT = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Text Align' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__TEXT_ALIGN = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Text Decoration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__TEXT_DECORATION = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Letter Spacing' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__LETTER_SPACING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Word Spacing' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__WORD_SPACING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Text Transform' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__TEXT_TRANSFORM = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Line Height' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL__LINE_HEIGHT = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Text Style Text Model' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_TEXT_MODEL_FEATURE_COUNT = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleWithBoxCharacteristicsImpl Ifc Text Style With Box Characteristics}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleWithBoxCharacteristicsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS = 606;
/**
* The feature id for the 'Box Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_HEIGHT = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Box Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_HEIGHT_AS_STRING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Box Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_WIDTH = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Box Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_WIDTH_AS_STRING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Box Slant Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_SLANT_ANGLE = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 4;
/**
* The feature id for the 'Box Slant Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_SLANT_ANGLE_AS_STRING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 5;
/**
* The feature id for the 'Box Rotate Angle' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_ROTATE_ANGLE = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 6;
/**
* The feature id for the 'Box Rotate Angle As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_ROTATE_ANGLE_AS_STRING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 7;
/**
* The feature id for the 'Character Spacing' reference.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__CHARACTER_SPACING = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 8;
/**
* The number of structural features of the 'Ifc Text Style With Box Characteristics' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS_FEATURE_COUNT = IFC_TEXT_STYLE_SELECT_FEATURE_COUNT + 9;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateImpl Ifc Texture Coordinate}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureCoordinate()
* @generated
*/
int IFC_TEXTURE_COORDINATE = 607;
/**
* The feature id for the 'Annotated Surface' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_COORDINATE__ANNOTATED_SURFACE = 0;
/**
* The number of structural features of the 'Ifc Texture Coordinate' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_COORDINATE_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateGeneratorImpl Ifc Texture Coordinate Generator}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateGeneratorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureCoordinateGenerator()
* @generated
*/
int IFC_TEXTURE_COORDINATE_GENERATOR = 608;
/**
* The feature id for the 'Annotated Surface' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_COORDINATE_GENERATOR__ANNOTATED_SURFACE = IFC_TEXTURE_COORDINATE__ANNOTATED_SURFACE;
/**
* The feature id for the 'Mode' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_COORDINATE_GENERATOR__MODE = IFC_TEXTURE_COORDINATE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Parameter' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_COORDINATE_GENERATOR__PARAMETER = IFC_TEXTURE_COORDINATE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Texture Coordinate Generator' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_COORDINATE_GENERATOR_FEATURE_COUNT = IFC_TEXTURE_COORDINATE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureMapImpl Ifc Texture Map}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureMapImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureMap()
* @generated
*/
int IFC_TEXTURE_MAP = 609;
/**
* The feature id for the 'Annotated Surface' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_MAP__ANNOTATED_SURFACE = IFC_TEXTURE_COORDINATE__ANNOTATED_SURFACE;
/**
* The feature id for the 'Texture Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_MAP__TEXTURE_MAPS = IFC_TEXTURE_COORDINATE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Texture Map' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_MAP_FEATURE_COUNT = IFC_TEXTURE_COORDINATE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureVertexImpl Ifc Texture Vertex}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureVertexImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureVertex()
* @generated
*/
int IFC_TEXTURE_VERTEX = 610;
/**
* The feature id for the 'Coordinates' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_VERTEX__COORDINATES = 0;
/**
* The feature id for the 'Coordinates As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_VERTEX__COORDINATES_AS_STRING = 1;
/**
* The number of structural features of the 'Ifc Texture Vertex' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXTURE_VERTEX_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalMaterialPropertiesImpl Ifc Thermal Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalMaterialProperties()
* @generated
*/
int IFC_THERMAL_MATERIAL_PROPERTIES = 611;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Specific Heat Capacity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__SPECIFIC_HEAT_CAPACITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Specific Heat Capacity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__SPECIFIC_HEAT_CAPACITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Boiling Point' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__BOILING_POINT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Boiling Point As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__BOILING_POINT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Freezing Point' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__FREEZING_POINT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Freezing Point As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__FREEZING_POINT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Thermal Conductivity' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__THERMAL_CONDUCTIVITY = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Thermal Conductivity As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES__THERMAL_CONDUCTIVITY_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Thermal Material Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_MATERIAL_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesReferenceRelationshipImpl Ifc Time Series Reference Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesReferenceRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesReferenceRelationship()
* @generated
*/
int IFC_TIME_SERIES_REFERENCE_RELATIONSHIP = 613;
/**
* The feature id for the 'Referenced Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_REFERENCE_RELATIONSHIP__REFERENCED_TIME_SERIES = 0;
/**
* The feature id for the 'Time Series References' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_REFERENCE_RELATIONSHIP__TIME_SERIES_REFERENCES = 1;
/**
* The number of structural features of the 'Ifc Time Series Reference Relationship' class.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_REFERENCE_RELATIONSHIP_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesScheduleImpl Ifc Time Series Schedule}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesScheduleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesSchedule()
* @generated
*/
int IFC_TIME_SERIES_SCHEDULE = 614;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Applicable Dates' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__APPLICABLE_DATES = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Time Series Schedule Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__TIME_SERIES_SCHEDULE_TYPE = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Time Series' reference.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE__TIME_SERIES = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Ifc Time Series Schedule' class.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_SCHEDULE_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesValueImpl Ifc Time Series Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesValue()
* @generated
*/
int IFC_TIME_SERIES_VALUE = 615;
/**
* The feature id for the 'List Values' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_VALUE__LIST_VALUES = 0;
/**
* The number of structural features of the 'Ifc Time Series Value' class.
*
*
* @generated
* @ordered
*/
int IFC_TIME_SERIES_VALUE_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTopologyRepresentationImpl Ifc Topology Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTopologyRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTopologyRepresentation()
* @generated
*/
int IFC_TOPOLOGY_REPRESENTATION = 617;
/**
* The feature id for the 'Context Of Items' reference.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__CONTEXT_OF_ITEMS = IFC_SHAPE_MODEL__CONTEXT_OF_ITEMS;
/**
* The feature id for the 'Representation Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__REPRESENTATION_IDENTIFIER = IFC_SHAPE_MODEL__REPRESENTATION_IDENTIFIER;
/**
* The feature id for the 'Representation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__REPRESENTATION_TYPE = IFC_SHAPE_MODEL__REPRESENTATION_TYPE;
/**
* The feature id for the 'Items' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__ITEMS = IFC_SHAPE_MODEL__ITEMS;
/**
* The feature id for the 'Representation Map' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__REPRESENTATION_MAP = IFC_SHAPE_MODEL__REPRESENTATION_MAP;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__LAYER_ASSIGNMENTS = IFC_SHAPE_MODEL__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Of Product Representation' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__OF_PRODUCT_REPRESENTATION = IFC_SHAPE_MODEL__OF_PRODUCT_REPRESENTATION;
/**
* The feature id for the 'Of Shape Aspect' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION__OF_SHAPE_ASPECT = IFC_SHAPE_MODEL__OF_SHAPE_ASPECT;
/**
* The number of structural features of the 'Ifc Topology Representation' class.
*
*
* @generated
* @ordered
*/
int IFC_TOPOLOGY_REPRESENTATION_FEATURE_COUNT = IFC_SHAPE_MODEL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTransformerTypeImpl Ifc Transformer Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTransformerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransformerType()
* @generated
*/
int IFC_TRANSFORMER_TYPE = 618;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Transformer Type' class.
*
*
* @generated
* @ordered
*/
int IFC_TRANSFORMER_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementImpl Ifc Transport Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransportElement()
* @generated
*/
int IFC_TRANSPORT_ELEMENT = 619;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Operation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__OPERATION_TYPE = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Capacity By Weight' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CAPACITY_BY_WEIGHT = IFC_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Capacity By Weight As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CAPACITY_BY_WEIGHT_AS_STRING = IFC_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Capacity By Number' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CAPACITY_BY_NUMBER = IFC_ELEMENT_FEATURE_COUNT + 3;
/**
* The feature id for the 'Capacity By Number As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT__CAPACITY_BY_NUMBER_AS_STRING = IFC_ELEMENT_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Transport Element' class.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementTypeImpl Ifc Transport Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransportElementType()
* @generated
*/
int IFC_TRANSPORT_ELEMENT_TYPE = 620;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__GLOBAL_ID = IFC_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__OWNER_HISTORY = IFC_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__NAME = IFC_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__DESCRIPTION = IFC_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__HAS_ASSIGNMENTS = IFC_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__IS_DECOMPOSED_BY = IFC_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__DECOMPOSES = IFC_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__HAS_ASSOCIATIONS = IFC_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__HAS_PROPERTY_SETS = IFC_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__OBJECT_TYPE_OF = IFC_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__REPRESENTATION_MAPS = IFC_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__TAG = IFC_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__ELEMENT_TYPE = IFC_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE__PREDEFINED_TYPE = IFC_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Transport Element Type' class.
*
*
* @generated
* @ordered
*/
int IFC_TRANSPORT_ELEMENT_TYPE_FEATURE_COUNT = IFC_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTrapeziumProfileDefImpl Ifc Trapezium Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTrapeziumProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrapeziumProfileDef()
* @generated
*/
int IFC_TRAPEZIUM_PROFILE_DEF = 621;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Bottom XDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__BOTTOM_XDIM = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Bottom XDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__BOTTOM_XDIM_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Top XDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__TOP_XDIM = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Top XDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__TOP_XDIM_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'YDim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__YDIM = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'YDim As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__YDIM_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Top XOffset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__TOP_XOFFSET = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Top XOffset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF__TOP_XOFFSET_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The number of structural features of the 'Ifc Trapezium Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_TRAPEZIUM_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTrimmedCurveImpl Ifc Trimmed Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTrimmedCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrimmedCurve()
* @generated
*/
int IFC_TRIMMED_CURVE = 622;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__LAYER_ASSIGNMENTS = IFC_BOUNDED_CURVE__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__STYLED_BY_ITEM = IFC_BOUNDED_CURVE__STYLED_BY_ITEM;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__DIM = IFC_BOUNDED_CURVE__DIM;
/**
* The feature id for the 'Basis Curve' reference.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__BASIS_CURVE = IFC_BOUNDED_CURVE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Trim1' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__TRIM1 = IFC_BOUNDED_CURVE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Trim2' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__TRIM2 = IFC_BOUNDED_CURVE_FEATURE_COUNT + 2;
/**
* The feature id for the 'Sense Agreement' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__SENSE_AGREEMENT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 3;
/**
* The feature id for the 'Master Representation' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE__MASTER_REPRESENTATION = IFC_BOUNDED_CURVE_FEATURE_COUNT + 4;
/**
* The number of structural features of the 'Ifc Trimmed Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMED_CURVE_FEATURE_COUNT = IFC_BOUNDED_CURVE_FEATURE_COUNT + 5;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTubeBundleTypeImpl Ifc Tube Bundle Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTubeBundleTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTubeBundleType()
* @generated
*/
int IFC_TUBE_BUNDLE_TYPE = 623;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Tube Bundle Type' class.
*
*
* @generated
* @ordered
*/
int IFC_TUBE_BUNDLE_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTwoDirectionRepeatFactorImpl Ifc Two Direction Repeat Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTwoDirectionRepeatFactorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTwoDirectionRepeatFactor()
* @generated
*/
int IFC_TWO_DIRECTION_REPEAT_FACTOR = 624;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TWO_DIRECTION_REPEAT_FACTOR__LAYER_ASSIGNMENTS = IFC_ONE_DIRECTION_REPEAT_FACTOR__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_TWO_DIRECTION_REPEAT_FACTOR__STYLED_BY_ITEM = IFC_ONE_DIRECTION_REPEAT_FACTOR__STYLED_BY_ITEM;
/**
* The feature id for the 'Repeat Factor' reference.
*
*
* @generated
* @ordered
*/
int IFC_TWO_DIRECTION_REPEAT_FACTOR__REPEAT_FACTOR = IFC_ONE_DIRECTION_REPEAT_FACTOR__REPEAT_FACTOR;
/**
* The feature id for the 'Second Repeat Factor' reference.
*
*
* @generated
* @ordered
*/
int IFC_TWO_DIRECTION_REPEAT_FACTOR__SECOND_REPEAT_FACTOR = IFC_ONE_DIRECTION_REPEAT_FACTOR_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Two Direction Repeat Factor' class.
*
*
* @generated
* @ordered
*/
int IFC_TWO_DIRECTION_REPEAT_FACTOR_FEATURE_COUNT = IFC_ONE_DIRECTION_REPEAT_FACTOR_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcUShapeProfileDefImpl Ifc UShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcUShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUShapeProfileDef()
* @generated
*/
int IFC_USHAPE_PROFILE_DEF = 627;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__DEPTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__DEPTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Flange Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Flange Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Flange Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Flange Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Edge Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Edge Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The feature id for the 'Flange Slope' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The feature id for the 'Flange Slope As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 13;
/**
* The feature id for the 'Centre Of Gravity In X' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_X = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 14;
/**
* The feature id for the 'Centre Of Gravity In XAs String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_XAS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 15;
/**
* The number of structural features of the 'Ifc UShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_USHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 16;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcUnitAssignmentImpl Ifc Unit Assignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcUnitAssignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitAssignment()
* @generated
*/
int IFC_UNIT_ASSIGNMENT = 628;
/**
* The feature id for the 'Units' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNIT_ASSIGNMENT__UNITS = 0;
/**
* The number of structural features of the 'Ifc Unit Assignment' class.
*
*
* @generated
* @ordered
*/
int IFC_UNIT_ASSIGNMENT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcUnitaryEquipmentTypeImpl Ifc Unitary Equipment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcUnitaryEquipmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitaryEquipmentType()
* @generated
*/
int IFC_UNITARY_EQUIPMENT_TYPE = 629;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__GLOBAL_ID = IFC_ENERGY_CONVERSION_DEVICE_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__OWNER_HISTORY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__NAME = IFC_ENERGY_CONVERSION_DEVICE_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__DESCRIPTION = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__HAS_ASSIGNMENTS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__IS_DECOMPOSED_BY = IFC_ENERGY_CONVERSION_DEVICE_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__DECOMPOSES = IFC_ENERGY_CONVERSION_DEVICE_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__HAS_ASSOCIATIONS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__APPLICABLE_OCCURRENCE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__HAS_PROPERTY_SETS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__OBJECT_TYPE_OF = IFC_ENERGY_CONVERSION_DEVICE_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__REPRESENTATION_MAPS = IFC_ENERGY_CONVERSION_DEVICE_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__TAG = IFC_ENERGY_CONVERSION_DEVICE_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__ELEMENT_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE__PREDEFINED_TYPE = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Unitary Equipment Type' class.
*
*
* @generated
* @ordered
*/
int IFC_UNITARY_EQUIPMENT_TYPE_FEATURE_COUNT = IFC_ENERGY_CONVERSION_DEVICE_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcValveTypeImpl Ifc Valve Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcValveTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcValveType()
* @generated
*/
int IFC_VALVE_TYPE = 630;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__GLOBAL_ID = IFC_FLOW_CONTROLLER_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__OWNER_HISTORY = IFC_FLOW_CONTROLLER_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__NAME = IFC_FLOW_CONTROLLER_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__DESCRIPTION = IFC_FLOW_CONTROLLER_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_CONTROLLER_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__DECOMPOSES = IFC_FLOW_CONTROLLER_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_CONTROLLER_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_CONTROLLER_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_CONTROLLER_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__OBJECT_TYPE_OF = IFC_FLOW_CONTROLLER_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__REPRESENTATION_MAPS = IFC_FLOW_CONTROLLER_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__TAG = IFC_FLOW_CONTROLLER_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__ELEMENT_TYPE = IFC_FLOW_CONTROLLER_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE__PREDEFINED_TYPE = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Valve Type' class.
*
*
* @generated
* @ordered
*/
int IFC_VALVE_TYPE_FEATURE_COUNT = IFC_FLOW_CONTROLLER_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVectorImpl Ifc Vector}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVectorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVector()
* @generated
*/
int IFC_VECTOR = 631;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR__LAYER_ASSIGNMENTS = IFC_GEOMETRIC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR__STYLED_BY_ITEM = IFC_GEOMETRIC_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The feature id for the 'Orientation' reference.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR__ORIENTATION = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The feature id for the 'Magnitude' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR__MAGNITUDE = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 1;
/**
* The feature id for the 'Magnitude As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR__MAGNITUDE_AS_STRING = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 2;
/**
* The feature id for the 'Dim' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR__DIM = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Vector' class.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR_FEATURE_COUNT = IFC_GEOMETRIC_REPRESENTATION_ITEM_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexImpl Ifc Vertex}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertex()
* @generated
*/
int IFC_VERTEX = 632;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX__LAYER_ASSIGNMENTS = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX__STYLED_BY_ITEM = IFC_TOPOLOGICAL_REPRESENTATION_ITEM__STYLED_BY_ITEM;
/**
* The number of structural features of the 'Ifc Vertex' class.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_FEATURE_COUNT = IFC_TOPOLOGICAL_REPRESENTATION_ITEM_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexBasedTextureMapImpl Ifc Vertex Based Texture Map}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexBasedTextureMapImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertexBasedTextureMap()
* @generated
*/
int IFC_VERTEX_BASED_TEXTURE_MAP = 633;
/**
* The feature id for the 'Texture Vertices' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_BASED_TEXTURE_MAP__TEXTURE_VERTICES = 0;
/**
* The feature id for the 'Texture Points' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_BASED_TEXTURE_MAP__TEXTURE_POINTS = 1;
/**
* The number of structural features of the 'Ifc Vertex Based Texture Map' class.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_BASED_TEXTURE_MAP_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexLoopImpl Ifc Vertex Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertexLoop()
* @generated
*/
int IFC_VERTEX_LOOP = 634;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_LOOP__LAYER_ASSIGNMENTS = IFC_LOOP__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_LOOP__STYLED_BY_ITEM = IFC_LOOP__STYLED_BY_ITEM;
/**
* The feature id for the 'Loop Vertex' reference.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_LOOP__LOOP_VERTEX = IFC_LOOP_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Vertex Loop' class.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_LOOP_FEATURE_COUNT = IFC_LOOP_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexPointImpl Ifc Vertex Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertexPoint()
* @generated
*/
int IFC_VERTEX_POINT = 635;
/**
* The feature id for the 'Layer Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_POINT__LAYER_ASSIGNMENTS = IFC_VERTEX__LAYER_ASSIGNMENTS;
/**
* The feature id for the 'Styled By Item' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_POINT__STYLED_BY_ITEM = IFC_VERTEX__STYLED_BY_ITEM;
/**
* The feature id for the 'Vertex Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_POINT__VERTEX_GEOMETRY = IFC_VERTEX_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Vertex Point' class.
*
*
* @generated
* @ordered
*/
int IFC_VERTEX_POINT_FEATURE_COUNT = IFC_VERTEX_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVibrationIsolatorTypeImpl Ifc Vibration Isolator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVibrationIsolatorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVibrationIsolatorType()
* @generated
*/
int IFC_VIBRATION_ISOLATOR_TYPE = 636;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__GLOBAL_ID = IFC_DISCRETE_ACCESSORY_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__OWNER_HISTORY = IFC_DISCRETE_ACCESSORY_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__NAME = IFC_DISCRETE_ACCESSORY_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__DESCRIPTION = IFC_DISCRETE_ACCESSORY_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__HAS_ASSIGNMENTS = IFC_DISCRETE_ACCESSORY_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__IS_DECOMPOSED_BY = IFC_DISCRETE_ACCESSORY_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__DECOMPOSES = IFC_DISCRETE_ACCESSORY_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__HAS_ASSOCIATIONS = IFC_DISCRETE_ACCESSORY_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__APPLICABLE_OCCURRENCE = IFC_DISCRETE_ACCESSORY_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__HAS_PROPERTY_SETS = IFC_DISCRETE_ACCESSORY_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__OBJECT_TYPE_OF = IFC_DISCRETE_ACCESSORY_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__REPRESENTATION_MAPS = IFC_DISCRETE_ACCESSORY_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__TAG = IFC_DISCRETE_ACCESSORY_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__ELEMENT_TYPE = IFC_DISCRETE_ACCESSORY_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE__PREDEFINED_TYPE = IFC_DISCRETE_ACCESSORY_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Vibration Isolator Type' class.
*
*
* @generated
* @ordered
*/
int IFC_VIBRATION_ISOLATOR_TYPE_FEATURE_COUNT = IFC_DISCRETE_ACCESSORY_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVirtualElementImpl Ifc Virtual Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVirtualElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVirtualElement()
* @generated
*/
int IFC_VIRTUAL_ELEMENT = 637;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__GLOBAL_ID = IFC_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__OWNER_HISTORY = IFC_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__NAME = IFC_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__DESCRIPTION = IFC_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_ASSIGNMENTS = IFC_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__IS_DECOMPOSED_BY = IFC_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__DECOMPOSES = IFC_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_ASSOCIATIONS = IFC_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__OBJECT_TYPE = IFC_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__IS_DEFINED_BY = IFC_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__OBJECT_PLACEMENT = IFC_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__REPRESENTATION = IFC_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__REFERENCED_BY = IFC_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__GEOMETRY = IFC_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__TAG = IFC_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_STRUCTURAL_MEMBER = IFC_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__FILLS_VOIDS = IFC_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__CONNECTED_TO = IFC_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_COVERINGS = IFC_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_PROJECTIONS = IFC_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__REFERENCED_IN_STRUCTURES = IFC_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_PORTS = IFC_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__HAS_OPENINGS = IFC_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__IS_CONNECTION_REALIZATION = IFC_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__PROVIDES_BOUNDARIES = IFC_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__CONNECTED_FROM = IFC_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT__CONTAINED_IN_STRUCTURE = IFC_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Virtual Element' class.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_ELEMENT_FEATURE_COUNT = IFC_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVirtualGridIntersectionImpl Ifc Virtual Grid Intersection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVirtualGridIntersectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVirtualGridIntersection()
* @generated
*/
int IFC_VIRTUAL_GRID_INTERSECTION = 638;
/**
* The feature id for the 'Intersecting Axes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_GRID_INTERSECTION__INTERSECTING_AXES = 0;
/**
* The feature id for the 'Offset Distances' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_GRID_INTERSECTION__OFFSET_DISTANCES = 1;
/**
* The feature id for the 'Offset Distances As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_GRID_INTERSECTION__OFFSET_DISTANCES_AS_STRING = 2;
/**
* The number of structural features of the 'Ifc Virtual Grid Intersection' class.
*
*
* @generated
* @ordered
*/
int IFC_VIRTUAL_GRID_INTERSECTION_FEATURE_COUNT = 3;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWallImpl Ifc Wall}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWallImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWall()
* @generated
*/
int IFC_WALL = 639;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Wall' class.
*
*
* @generated
* @ordered
*/
int IFC_WALL_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWallStandardCaseImpl Ifc Wall Standard Case}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWallStandardCaseImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWallStandardCase()
* @generated
*/
int IFC_WALL_STANDARD_CASE = 640;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__GLOBAL_ID = IFC_WALL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__OWNER_HISTORY = IFC_WALL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__NAME = IFC_WALL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__DESCRIPTION = IFC_WALL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_ASSIGNMENTS = IFC_WALL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__IS_DECOMPOSED_BY = IFC_WALL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__DECOMPOSES = IFC_WALL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_ASSOCIATIONS = IFC_WALL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__OBJECT_TYPE = IFC_WALL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__IS_DEFINED_BY = IFC_WALL__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__OBJECT_PLACEMENT = IFC_WALL__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__REPRESENTATION = IFC_WALL__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__REFERENCED_BY = IFC_WALL__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__GEOMETRY = IFC_WALL__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__TAG = IFC_WALL__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_STRUCTURAL_MEMBER = IFC_WALL__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__FILLS_VOIDS = IFC_WALL__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__CONNECTED_TO = IFC_WALL__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_COVERINGS = IFC_WALL__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_PROJECTIONS = IFC_WALL__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__REFERENCED_IN_STRUCTURES = IFC_WALL__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_PORTS = IFC_WALL__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__HAS_OPENINGS = IFC_WALL__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__IS_CONNECTION_REALIZATION = IFC_WALL__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__PROVIDES_BOUNDARIES = IFC_WALL__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__CONNECTED_FROM = IFC_WALL__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE__CONTAINED_IN_STRUCTURE = IFC_WALL__CONTAINED_IN_STRUCTURE;
/**
* The number of structural features of the 'Ifc Wall Standard Case' class.
*
*
* @generated
* @ordered
*/
int IFC_WALL_STANDARD_CASE_FEATURE_COUNT = IFC_WALL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWallTypeImpl Ifc Wall Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWallTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWallType()
* @generated
*/
int IFC_WALL_TYPE = 641;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__GLOBAL_ID = IFC_BUILDING_ELEMENT_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__OWNER_HISTORY = IFC_BUILDING_ELEMENT_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__NAME = IFC_BUILDING_ELEMENT_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__DESCRIPTION = IFC_BUILDING_ELEMENT_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__DECOMPOSES = IFC_BUILDING_ELEMENT_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__APPLICABLE_OCCURRENCE = IFC_BUILDING_ELEMENT_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__HAS_PROPERTY_SETS = IFC_BUILDING_ELEMENT_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__OBJECT_TYPE_OF = IFC_BUILDING_ELEMENT_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__REPRESENTATION_MAPS = IFC_BUILDING_ELEMENT_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__TAG = IFC_BUILDING_ELEMENT_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__ELEMENT_TYPE = IFC_BUILDING_ELEMENT_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE__PREDEFINED_TYPE = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Wall Type' class.
*
*
* @generated
* @ordered
*/
int IFC_WALL_TYPE_FEATURE_COUNT = IFC_BUILDING_ELEMENT_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWasteTerminalTypeImpl Ifc Waste Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWasteTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWasteTerminalType()
* @generated
*/
int IFC_WASTE_TERMINAL_TYPE = 642;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__GLOBAL_ID = IFC_FLOW_TERMINAL_TYPE__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__OWNER_HISTORY = IFC_FLOW_TERMINAL_TYPE__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__NAME = IFC_FLOW_TERMINAL_TYPE__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__DESCRIPTION = IFC_FLOW_TERMINAL_TYPE__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__HAS_ASSIGNMENTS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__IS_DECOMPOSED_BY = IFC_FLOW_TERMINAL_TYPE__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__DECOMPOSES = IFC_FLOW_TERMINAL_TYPE__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__HAS_ASSOCIATIONS = IFC_FLOW_TERMINAL_TYPE__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__APPLICABLE_OCCURRENCE = IFC_FLOW_TERMINAL_TYPE__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__HAS_PROPERTY_SETS = IFC_FLOW_TERMINAL_TYPE__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__OBJECT_TYPE_OF = IFC_FLOW_TERMINAL_TYPE__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__REPRESENTATION_MAPS = IFC_FLOW_TERMINAL_TYPE__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__TAG = IFC_FLOW_TERMINAL_TYPE__TAG;
/**
* The feature id for the 'Element Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__ELEMENT_TYPE = IFC_FLOW_TERMINAL_TYPE__ELEMENT_TYPE;
/**
* The feature id for the 'Predefined Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE__PREDEFINED_TYPE = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Waste Terminal Type' class.
*
*
* @generated
* @ordered
*/
int IFC_WASTE_TERMINAL_TYPE_FEATURE_COUNT = IFC_FLOW_TERMINAL_TYPE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWaterPropertiesImpl Ifc Water Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWaterPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWaterProperties()
* @generated
*/
int IFC_WATER_PROPERTIES = 643;
/**
* The feature id for the 'Material' reference.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__MATERIAL = IFC_MATERIAL_PROPERTIES__MATERIAL;
/**
* The feature id for the 'Is Potable' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__IS_POTABLE = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 0;
/**
* The feature id for the 'Hardness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__HARDNESS = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 1;
/**
* The feature id for the 'Hardness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__HARDNESS_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 2;
/**
* The feature id for the 'Alkalinity Concentration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__ALKALINITY_CONCENTRATION = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 3;
/**
* The feature id for the 'Alkalinity Concentration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__ALKALINITY_CONCENTRATION_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 4;
/**
* The feature id for the 'Acidity Concentration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__ACIDITY_CONCENTRATION = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 5;
/**
* The feature id for the 'Acidity Concentration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__ACIDITY_CONCENTRATION_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 6;
/**
* The feature id for the 'Impurities Content' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__IMPURITIES_CONTENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 7;
/**
* The feature id for the 'Impurities Content As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__IMPURITIES_CONTENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 8;
/**
* The feature id for the 'PH Level' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__PH_LEVEL = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 9;
/**
* The feature id for the 'PH Level As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__PH_LEVEL_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 10;
/**
* The feature id for the 'Dissolved Solids Content' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__DISSOLVED_SOLIDS_CONTENT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 11;
/**
* The feature id for the 'Dissolved Solids Content As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES__DISSOLVED_SOLIDS_CONTENT_AS_STRING = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 12;
/**
* The number of structural features of the 'Ifc Water Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_WATER_PROPERTIES_FEATURE_COUNT = IFC_MATERIAL_PROPERTIES_FEATURE_COUNT + 13;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl Ifc Window}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindow()
* @generated
*/
int IFC_WINDOW = 644;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__GLOBAL_ID = IFC_BUILDING_ELEMENT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OWNER_HISTORY = IFC_BUILDING_ELEMENT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__NAME = IFC_BUILDING_ELEMENT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__DESCRIPTION = IFC_BUILDING_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_ASSIGNMENTS = IFC_BUILDING_ELEMENT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__IS_DECOMPOSED_BY = IFC_BUILDING_ELEMENT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__DECOMPOSES = IFC_BUILDING_ELEMENT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_ASSOCIATIONS = IFC_BUILDING_ELEMENT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OBJECT_TYPE = IFC_BUILDING_ELEMENT__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__IS_DEFINED_BY = IFC_BUILDING_ELEMENT__IS_DEFINED_BY;
/**
* The feature id for the 'Object Placement' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OBJECT_PLACEMENT = IFC_BUILDING_ELEMENT__OBJECT_PLACEMENT;
/**
* The feature id for the 'Representation' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__REPRESENTATION = IFC_BUILDING_ELEMENT__REPRESENTATION;
/**
* The feature id for the 'Referenced By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__REFERENCED_BY = IFC_BUILDING_ELEMENT__REFERENCED_BY;
/**
* The feature id for the 'Geometry' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__GEOMETRY = IFC_BUILDING_ELEMENT__GEOMETRY;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__TAG = IFC_BUILDING_ELEMENT__TAG;
/**
* The feature id for the 'Has Structural Member' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_STRUCTURAL_MEMBER = IFC_BUILDING_ELEMENT__HAS_STRUCTURAL_MEMBER;
/**
* The feature id for the 'Fills Voids' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__FILLS_VOIDS = IFC_BUILDING_ELEMENT__FILLS_VOIDS;
/**
* The feature id for the 'Connected To' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__CONNECTED_TO = IFC_BUILDING_ELEMENT__CONNECTED_TO;
/**
* The feature id for the 'Has Coverings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_COVERINGS = IFC_BUILDING_ELEMENT__HAS_COVERINGS;
/**
* The feature id for the 'Has Projections' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_PROJECTIONS = IFC_BUILDING_ELEMENT__HAS_PROJECTIONS;
/**
* The feature id for the 'Referenced In Structures' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__REFERENCED_IN_STRUCTURES = IFC_BUILDING_ELEMENT__REFERENCED_IN_STRUCTURES;
/**
* The feature id for the 'Has Ports' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_PORTS = IFC_BUILDING_ELEMENT__HAS_PORTS;
/**
* The feature id for the 'Has Openings' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__HAS_OPENINGS = IFC_BUILDING_ELEMENT__HAS_OPENINGS;
/**
* The feature id for the 'Is Connection Realization' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__IS_CONNECTION_REALIZATION = IFC_BUILDING_ELEMENT__IS_CONNECTION_REALIZATION;
/**
* The feature id for the 'Provides Boundaries' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__PROVIDES_BOUNDARIES = IFC_BUILDING_ELEMENT__PROVIDES_BOUNDARIES;
/**
* The feature id for the 'Connected From' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__CONNECTED_FROM = IFC_BUILDING_ELEMENT__CONNECTED_FROM;
/**
* The feature id for the 'Contained In Structure' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__CONTAINED_IN_STRUCTURE = IFC_BUILDING_ELEMENT__CONTAINED_IN_STRUCTURE;
/**
* The feature id for the 'Overall Height' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OVERALL_HEIGHT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Overall Height As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OVERALL_HEIGHT_AS_STRING = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Overall Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OVERALL_WIDTH = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Overall Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW__OVERALL_WIDTH_AS_STRING = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Window' class.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_FEATURE_COUNT = IFC_BUILDING_ELEMENT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowLiningPropertiesImpl Ifc Window Lining Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowLiningPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowLiningProperties()
* @generated
*/
int IFC_WINDOW_LINING_PROPERTIES = 645;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Lining Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__LINING_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Lining Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__LINING_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Lining Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__LINING_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Lining Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__LINING_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Transom Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__TRANSOM_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Transom Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__TRANSOM_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Mullion Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__MULLION_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The feature id for the 'Mullion Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__MULLION_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The feature id for the 'First Transom Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__FIRST_TRANSOM_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 8;
/**
* The feature id for the 'First Transom Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__FIRST_TRANSOM_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 9;
/**
* The feature id for the 'Second Transom Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__SECOND_TRANSOM_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 10;
/**
* The feature id for the 'Second Transom Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__SECOND_TRANSOM_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 11;
/**
* The feature id for the 'First Mullion Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__FIRST_MULLION_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 12;
/**
* The feature id for the 'First Mullion Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__FIRST_MULLION_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 13;
/**
* The feature id for the 'Second Mullion Offset' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__SECOND_MULLION_OFFSET = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 14;
/**
* The feature id for the 'Second Mullion Offset As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__SECOND_MULLION_OFFSET_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 15;
/**
* The feature id for the 'Shape Aspect Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES__SHAPE_ASPECT_STYLE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 16;
/**
* The number of structural features of the 'Ifc Window Lining Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_LINING_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 17;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowPanelPropertiesImpl Ifc Window Panel Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowPanelPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowPanelProperties()
* @generated
*/
int IFC_WINDOW_PANEL_PROPERTIES = 646;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__GLOBAL_ID = IFC_PROPERTY_SET_DEFINITION__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__OWNER_HISTORY = IFC_PROPERTY_SET_DEFINITION__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__NAME = IFC_PROPERTY_SET_DEFINITION__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__DESCRIPTION = IFC_PROPERTY_SET_DEFINITION__DESCRIPTION;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__HAS_ASSOCIATIONS = IFC_PROPERTY_SET_DEFINITION__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Property Definition Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__PROPERTY_DEFINITION_OF = IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF;
/**
* The feature id for the 'Defines Type' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__DEFINES_TYPE = IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE;
/**
* The feature id for the 'Operation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__OPERATION_TYPE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 0;
/**
* The feature id for the 'Panel Position' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__PANEL_POSITION = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 1;
/**
* The feature id for the 'Frame Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__FRAME_DEPTH = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 2;
/**
* The feature id for the 'Frame Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__FRAME_DEPTH_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 3;
/**
* The feature id for the 'Frame Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__FRAME_THICKNESS = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 4;
/**
* The feature id for the 'Frame Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__FRAME_THICKNESS_AS_STRING = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 5;
/**
* The feature id for the 'Shape Aspect Style' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES__SHAPE_ASPECT_STYLE = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 6;
/**
* The number of structural features of the 'Ifc Window Panel Properties' class.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_PANEL_PROPERTIES_FEATURE_COUNT = IFC_PROPERTY_SET_DEFINITION_FEATURE_COUNT + 7;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl Ifc Window Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowStyle()
* @generated
*/
int IFC_WINDOW_STYLE = 647;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__GLOBAL_ID = IFC_TYPE_PRODUCT__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__OWNER_HISTORY = IFC_TYPE_PRODUCT__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__NAME = IFC_TYPE_PRODUCT__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__DESCRIPTION = IFC_TYPE_PRODUCT__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__HAS_ASSIGNMENTS = IFC_TYPE_PRODUCT__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__IS_DECOMPOSED_BY = IFC_TYPE_PRODUCT__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__DECOMPOSES = IFC_TYPE_PRODUCT__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__HAS_ASSOCIATIONS = IFC_TYPE_PRODUCT__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Applicable Occurrence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__APPLICABLE_OCCURRENCE = IFC_TYPE_PRODUCT__APPLICABLE_OCCURRENCE;
/**
* The feature id for the 'Has Property Sets' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__HAS_PROPERTY_SETS = IFC_TYPE_PRODUCT__HAS_PROPERTY_SETS;
/**
* The feature id for the 'Object Type Of' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__OBJECT_TYPE_OF = IFC_TYPE_PRODUCT__OBJECT_TYPE_OF;
/**
* The feature id for the 'Representation Maps' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__REPRESENTATION_MAPS = IFC_TYPE_PRODUCT__REPRESENTATION_MAPS;
/**
* The feature id for the 'Tag' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__TAG = IFC_TYPE_PRODUCT__TAG;
/**
* The feature id for the 'Construction Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__CONSTRUCTION_TYPE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Operation Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__OPERATION_TYPE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 1;
/**
* The feature id for the 'Parameter Takes Precedence' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__PARAMETER_TAKES_PRECEDENCE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 2;
/**
* The feature id for the 'Sizeable' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE__SIZEABLE = IFC_TYPE_PRODUCT_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Ifc Window Style' class.
*
*
* @generated
* @ordered
*/
int IFC_WINDOW_STYLE_FEATURE_COUNT = IFC_TYPE_PRODUCT_FEATURE_COUNT + 4;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWorkControlImpl Ifc Work Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWorkControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkControl()
* @generated
*/
int IFC_WORK_CONTROL = 648;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__GLOBAL_ID = IFC_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__OWNER_HISTORY = IFC_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__NAME = IFC_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__DESCRIPTION = IFC_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__HAS_ASSIGNMENTS = IFC_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__IS_DECOMPOSED_BY = IFC_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__DECOMPOSES = IFC_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__HAS_ASSOCIATIONS = IFC_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__OBJECT_TYPE = IFC_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__IS_DEFINED_BY = IFC_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__CONTROLS = IFC_CONTROL__CONTROLS;
/**
* The feature id for the 'Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__IDENTIFIER = IFC_CONTROL_FEATURE_COUNT + 0;
/**
* The feature id for the 'Creation Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__CREATION_DATE = IFC_CONTROL_FEATURE_COUNT + 1;
/**
* The feature id for the 'Creators' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__CREATORS = IFC_CONTROL_FEATURE_COUNT + 2;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__PURPOSE = IFC_CONTROL_FEATURE_COUNT + 3;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__DURATION = IFC_CONTROL_FEATURE_COUNT + 4;
/**
* The feature id for the 'Duration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__DURATION_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 5;
/**
* The feature id for the 'Total Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__TOTAL_FLOAT = IFC_CONTROL_FEATURE_COUNT + 6;
/**
* The feature id for the 'Total Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__TOTAL_FLOAT_AS_STRING = IFC_CONTROL_FEATURE_COUNT + 7;
/**
* The feature id for the 'Start Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__START_TIME = IFC_CONTROL_FEATURE_COUNT + 8;
/**
* The feature id for the 'Finish Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__FINISH_TIME = IFC_CONTROL_FEATURE_COUNT + 9;
/**
* The feature id for the 'Work Control Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__WORK_CONTROL_TYPE = IFC_CONTROL_FEATURE_COUNT + 10;
/**
* The feature id for the 'User Defined Control Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL__USER_DEFINED_CONTROL_TYPE = IFC_CONTROL_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc Work Control' class.
*
*
* @generated
* @ordered
*/
int IFC_WORK_CONTROL_FEATURE_COUNT = IFC_CONTROL_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWorkPlanImpl Ifc Work Plan}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWorkPlanImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkPlan()
* @generated
*/
int IFC_WORK_PLAN = 649;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__GLOBAL_ID = IFC_WORK_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__OWNER_HISTORY = IFC_WORK_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__NAME = IFC_WORK_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__DESCRIPTION = IFC_WORK_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__HAS_ASSIGNMENTS = IFC_WORK_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__IS_DECOMPOSED_BY = IFC_WORK_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__DECOMPOSES = IFC_WORK_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__HAS_ASSOCIATIONS = IFC_WORK_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__OBJECT_TYPE = IFC_WORK_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__IS_DEFINED_BY = IFC_WORK_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__CONTROLS = IFC_WORK_CONTROL__CONTROLS;
/**
* The feature id for the 'Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__IDENTIFIER = IFC_WORK_CONTROL__IDENTIFIER;
/**
* The feature id for the 'Creation Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__CREATION_DATE = IFC_WORK_CONTROL__CREATION_DATE;
/**
* The feature id for the 'Creators' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__CREATORS = IFC_WORK_CONTROL__CREATORS;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__PURPOSE = IFC_WORK_CONTROL__PURPOSE;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__DURATION = IFC_WORK_CONTROL__DURATION;
/**
* The feature id for the 'Duration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__DURATION_AS_STRING = IFC_WORK_CONTROL__DURATION_AS_STRING;
/**
* The feature id for the 'Total Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__TOTAL_FLOAT = IFC_WORK_CONTROL__TOTAL_FLOAT;
/**
* The feature id for the 'Total Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__TOTAL_FLOAT_AS_STRING = IFC_WORK_CONTROL__TOTAL_FLOAT_AS_STRING;
/**
* The feature id for the 'Start Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__START_TIME = IFC_WORK_CONTROL__START_TIME;
/**
* The feature id for the 'Finish Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__FINISH_TIME = IFC_WORK_CONTROL__FINISH_TIME;
/**
* The feature id for the 'Work Control Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__WORK_CONTROL_TYPE = IFC_WORK_CONTROL__WORK_CONTROL_TYPE;
/**
* The feature id for the 'User Defined Control Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN__USER_DEFINED_CONTROL_TYPE = IFC_WORK_CONTROL__USER_DEFINED_CONTROL_TYPE;
/**
* The number of structural features of the 'Ifc Work Plan' class.
*
*
* @generated
* @ordered
*/
int IFC_WORK_PLAN_FEATURE_COUNT = IFC_WORK_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWorkScheduleImpl Ifc Work Schedule}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWorkScheduleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkSchedule()
* @generated
*/
int IFC_WORK_SCHEDULE = 650;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__GLOBAL_ID = IFC_WORK_CONTROL__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__OWNER_HISTORY = IFC_WORK_CONTROL__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__NAME = IFC_WORK_CONTROL__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__DESCRIPTION = IFC_WORK_CONTROL__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__HAS_ASSIGNMENTS = IFC_WORK_CONTROL__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__IS_DECOMPOSED_BY = IFC_WORK_CONTROL__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__DECOMPOSES = IFC_WORK_CONTROL__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__HAS_ASSOCIATIONS = IFC_WORK_CONTROL__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__OBJECT_TYPE = IFC_WORK_CONTROL__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__IS_DEFINED_BY = IFC_WORK_CONTROL__IS_DEFINED_BY;
/**
* The feature id for the 'Controls' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__CONTROLS = IFC_WORK_CONTROL__CONTROLS;
/**
* The feature id for the 'Identifier' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__IDENTIFIER = IFC_WORK_CONTROL__IDENTIFIER;
/**
* The feature id for the 'Creation Date' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__CREATION_DATE = IFC_WORK_CONTROL__CREATION_DATE;
/**
* The feature id for the 'Creators' reference list.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__CREATORS = IFC_WORK_CONTROL__CREATORS;
/**
* The feature id for the 'Purpose' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__PURPOSE = IFC_WORK_CONTROL__PURPOSE;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__DURATION = IFC_WORK_CONTROL__DURATION;
/**
* The feature id for the 'Duration As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__DURATION_AS_STRING = IFC_WORK_CONTROL__DURATION_AS_STRING;
/**
* The feature id for the 'Total Float' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__TOTAL_FLOAT = IFC_WORK_CONTROL__TOTAL_FLOAT;
/**
* The feature id for the 'Total Float As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__TOTAL_FLOAT_AS_STRING = IFC_WORK_CONTROL__TOTAL_FLOAT_AS_STRING;
/**
* The feature id for the 'Start Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__START_TIME = IFC_WORK_CONTROL__START_TIME;
/**
* The feature id for the 'Finish Time' reference.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__FINISH_TIME = IFC_WORK_CONTROL__FINISH_TIME;
/**
* The feature id for the 'Work Control Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__WORK_CONTROL_TYPE = IFC_WORK_CONTROL__WORK_CONTROL_TYPE;
/**
* The feature id for the 'User Defined Control Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE__USER_DEFINED_CONTROL_TYPE = IFC_WORK_CONTROL__USER_DEFINED_CONTROL_TYPE;
/**
* The number of structural features of the 'Ifc Work Schedule' class.
*
*
* @generated
* @ordered
*/
int IFC_WORK_SCHEDULE_FEATURE_COUNT = IFC_WORK_CONTROL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcZShapeProfileDefImpl Ifc ZShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcZShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcZShapeProfileDef()
* @generated
*/
int IFC_ZSHAPE_PROFILE_DEF = 651;
/**
* The feature id for the 'Profile Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__PROFILE_TYPE = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_TYPE;
/**
* The feature id for the 'Profile Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__PROFILE_NAME = IFC_PARAMETERIZED_PROFILE_DEF__PROFILE_NAME;
/**
* The feature id for the 'Position' reference.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__POSITION = IFC_PARAMETERIZED_PROFILE_DEF__POSITION;
/**
* The feature id for the 'Depth' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__DEPTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 0;
/**
* The feature id for the 'Depth As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__DEPTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 1;
/**
* The feature id for the 'Flange Width' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 2;
/**
* The feature id for the 'Flange Width As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 3;
/**
* The feature id for the 'Web Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 4;
/**
* The feature id for the 'Web Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 5;
/**
* The feature id for the 'Flange Thickness' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 6;
/**
* The feature id for the 'Flange Thickness As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 7;
/**
* The feature id for the 'Fillet Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 8;
/**
* The feature id for the 'Fillet Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 9;
/**
* The feature id for the 'Edge Radius' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 10;
/**
* The feature id for the 'Edge Radius As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 11;
/**
* The number of structural features of the 'Ifc ZShape Profile Def' class.
*
*
* @generated
* @ordered
*/
int IFC_ZSHAPE_PROFILE_DEF_FEATURE_COUNT = IFC_PARAMETERIZED_PROFILE_DEF_FEATURE_COUNT + 12;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcZoneImpl Ifc Zone}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcZoneImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcZone()
* @generated
*/
int IFC_ZONE = 652;
/**
* The feature id for the 'Global Id' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__GLOBAL_ID = IFC_GROUP__GLOBAL_ID;
/**
* The feature id for the 'Owner History' reference.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__OWNER_HISTORY = IFC_GROUP__OWNER_HISTORY;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__NAME = IFC_GROUP__NAME;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__DESCRIPTION = IFC_GROUP__DESCRIPTION;
/**
* The feature id for the 'Has Assignments' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__HAS_ASSIGNMENTS = IFC_GROUP__HAS_ASSIGNMENTS;
/**
* The feature id for the 'Is Decomposed By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__IS_DECOMPOSED_BY = IFC_GROUP__IS_DECOMPOSED_BY;
/**
* The feature id for the 'Decomposes' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__DECOMPOSES = IFC_GROUP__DECOMPOSES;
/**
* The feature id for the 'Has Associations' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__HAS_ASSOCIATIONS = IFC_GROUP__HAS_ASSOCIATIONS;
/**
* The feature id for the 'Object Type' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__OBJECT_TYPE = IFC_GROUP__OBJECT_TYPE;
/**
* The feature id for the 'Is Defined By' reference list.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__IS_DEFINED_BY = IFC_GROUP__IS_DEFINED_BY;
/**
* The feature id for the 'Is Grouped By' reference.
*
*
* @generated
* @ordered
*/
int IFC_ZONE__IS_GROUPED_BY = IFC_GROUP__IS_GROUPED_BY;
/**
* The number of structural features of the 'Ifc Zone' class.
*
*
* @generated
* @ordered
*/
int IFC_ZONE_FEATURE_COUNT = IFC_GROUP_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcValue Ifc Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcValue()
* @generated
*/
int IFC_VALUE = 815;
/**
* The number of structural features of the 'Ifc Value' class.
*
*
* @generated
* @ordered
*/
int IFC_VALUE_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue Ifc Derived Measure Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedMeasureValue()
* @generated
*/
int IFC_DERIVED_MEASURE_VALUE = 786;
/**
* The number of structural features of the 'Ifc Derived Measure Value' class.
*
*
* @generated
* @ordered
*/
int IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT = IFC_VALUE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAbsorbedDoseMeasureImpl Ifc Absorbed Dose Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAbsorbedDoseMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAbsorbedDoseMeasure()
* @generated
*/
int IFC_ABSORBED_DOSE_MEASURE = 653;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ABSORBED_DOSE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ABSORBED_DOSE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Absorbed Dose Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ABSORBED_DOSE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAccelerationMeasureImpl Ifc Acceleration Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAccelerationMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAccelerationMeasure()
* @generated
*/
int IFC_ACCELERATION_MEASURE = 654;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACCELERATION_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ACCELERATION_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Acceleration Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ACCELERATION_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureValue Ifc Measure Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMeasureValue()
* @generated
*/
int IFC_MEASURE_VALUE = 797;
/**
* The number of structural features of the 'Ifc Measure Value' class.
*
*
* @generated
* @ordered
*/
int IFC_MEASURE_VALUE_FEATURE_COUNT = IFC_VALUE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAmountOfSubstanceMeasureImpl Ifc Amount Of Substance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAmountOfSubstanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAmountOfSubstanceMeasure()
* @generated
*/
int IFC_AMOUNT_OF_SUBSTANCE_MEASURE = 655;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AMOUNT_OF_SUBSTANCE_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AMOUNT_OF_SUBSTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Amount Of Substance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_AMOUNT_OF_SUBSTANCE_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAngularVelocityMeasureImpl Ifc Angular Velocity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAngularVelocityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAngularVelocityMeasure()
* @generated
*/
int IFC_ANGULAR_VELOCITY_MEASURE = 656;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_VELOCITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_VELOCITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Angular Velocity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ANGULAR_VELOCITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAreaMeasureImpl Ifc Area Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAreaMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAreaMeasure()
* @generated
*/
int IFC_AREA_MEASURE = 657;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AREA_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_AREA_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Area Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_AREA_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSimpleValue Ifc Simple Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSimpleValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSimpleValue()
* @generated
*/
int IFC_SIMPLE_VALUE = 804;
/**
* The number of structural features of the 'Ifc Simple Value' class.
*
*
* @generated
* @ordered
*/
int IFC_SIMPLE_VALUE_FEATURE_COUNT = IFC_VALUE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBooleanImpl Ifc Boolean}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBooleanImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoolean()
* @generated
*/
int IFC_BOOLEAN = 658;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN__WRAPPED_VALUE = IFC_SIMPLE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Boolean' class.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_FEATURE_COUNT = IFC_SIMPLE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentMeasureImpl Ifc Context Dependent Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcContextDependentMeasure()
* @generated
*/
int IFC_CONTEXT_DEPENDENT_MEASURE = 659;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Context Dependent Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_CONTEXT_DEPENDENT_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCountMeasureImpl Ifc Count Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCountMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCountMeasure()
* @generated
*/
int IFC_COUNT_MEASURE = 660;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COUNT_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COUNT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Count Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_COUNT_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurvatureMeasureImpl Ifc Curvature Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurvatureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurvatureMeasure()
* @generated
*/
int IFC_CURVATURE_MEASURE = 661;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVATURE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_CURVATURE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Curvature Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVATURE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDayInMonthNumberImpl Ifc Day In Month Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDayInMonthNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDayInMonthNumber()
* @generated
*/
int IFC_DAY_IN_MONTH_NUMBER = 662;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAY_IN_MONTH_NUMBER__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Day In Month Number' class.
*
*
* @generated
* @ordered
*/
int IFC_DAY_IN_MONTH_NUMBER_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDaylightSavingHourImpl Ifc Daylight Saving Hour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDaylightSavingHourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDaylightSavingHour()
* @generated
*/
int IFC_DAYLIGHT_SAVING_HOUR = 663;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DAYLIGHT_SAVING_HOUR__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Daylight Saving Hour' class.
*
*
* @generated
* @ordered
*/
int IFC_DAYLIGHT_SAVING_HOUR_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDescriptiveMeasureImpl Ifc Descriptive Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDescriptiveMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDescriptiveMeasure()
* @generated
*/
int IFC_DESCRIPTIVE_MEASURE = 664;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DESCRIPTIVE_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Descriptive Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_DESCRIPTIVE_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCountImpl Ifc Dimension Count}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCountImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCount()
* @generated
*/
int IFC_DIMENSION_COUNT = 665;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_COUNT__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Dimension Count' class.
*
*
* @generated
* @ordered
*/
int IFC_DIMENSION_COUNT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoseEquivalentMeasureImpl Ifc Dose Equivalent Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoseEquivalentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoseEquivalentMeasure()
* @generated
*/
int IFC_DOSE_EQUIVALENT_MEASURE = 666;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOSE_EQUIVALENT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DOSE_EQUIVALENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Dose Equivalent Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_DOSE_EQUIVALENT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDynamicViscosityMeasureImpl Ifc Dynamic Viscosity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDynamicViscosityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDynamicViscosityMeasure()
* @generated
*/
int IFC_DYNAMIC_VISCOSITY_MEASURE = 667;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DYNAMIC_VISCOSITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_DYNAMIC_VISCOSITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Dynamic Viscosity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_DYNAMIC_VISCOSITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricCapacitanceMeasureImpl Ifc Electric Capacitance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricCapacitanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricCapacitanceMeasure()
* @generated
*/
int IFC_ELECTRIC_CAPACITANCE_MEASURE = 668;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CAPACITANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CAPACITANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Capacitance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CAPACITANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricChargeMeasureImpl Ifc Electric Charge Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricChargeMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricChargeMeasure()
* @generated
*/
int IFC_ELECTRIC_CHARGE_MEASURE = 669;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CHARGE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CHARGE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Charge Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CHARGE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricConductanceMeasureImpl Ifc Electric Conductance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricConductanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricConductanceMeasure()
* @generated
*/
int IFC_ELECTRIC_CONDUCTANCE_MEASURE = 670;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CONDUCTANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CONDUCTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Conductance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CONDUCTANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricCurrentMeasureImpl Ifc Electric Current Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricCurrentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricCurrentMeasure()
* @generated
*/
int IFC_ELECTRIC_CURRENT_MEASURE = 671;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CURRENT_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CURRENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Current Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_CURRENT_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricResistanceMeasureImpl Ifc Electric Resistance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricResistanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricResistanceMeasure()
* @generated
*/
int IFC_ELECTRIC_RESISTANCE_MEASURE = 672;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_RESISTANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_RESISTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Resistance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_RESISTANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricVoltageMeasureImpl Ifc Electric Voltage Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricVoltageMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricVoltageMeasure()
* @generated
*/
int IFC_ELECTRIC_VOLTAGE_MEASURE = 673;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_VOLTAGE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_VOLTAGE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Electric Voltage Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ELECTRIC_VOLTAGE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyMeasureImpl Ifc Energy Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyMeasure()
* @generated
*/
int IFC_ENERGY_MEASURE = 674;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Energy Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ENERGY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFontStyleImpl Ifc Font Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFontStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFontStyle()
* @generated
*/
int IFC_FONT_STYLE = 675;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FONT_STYLE__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Font Style' class.
*
*
* @generated
* @ordered
*/
int IFC_FONT_STYLE_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFontVariantImpl Ifc Font Variant}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFontVariantImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFontVariant()
* @generated
*/
int IFC_FONT_VARIANT = 676;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FONT_VARIANT__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Font Variant' class.
*
*
* @generated
* @ordered
*/
int IFC_FONT_VARIANT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFontWeightImpl Ifc Font Weight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFontWeightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFontWeight()
* @generated
*/
int IFC_FONT_WEIGHT = 677;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FONT_WEIGHT__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Font Weight' class.
*
*
* @generated
* @ordered
*/
int IFC_FONT_WEIGHT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcForceMeasureImpl Ifc Force Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcForceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcForceMeasure()
* @generated
*/
int IFC_FORCE_MEASURE = 678;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FORCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FORCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Force Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_FORCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFrequencyMeasureImpl Ifc Frequency Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFrequencyMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFrequencyMeasure()
* @generated
*/
int IFC_FREQUENCY_MEASURE = 679;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FREQUENCY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_FREQUENCY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Frequency Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_FREQUENCY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGloballyUniqueIdImpl Ifc Globally Unique Id}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGloballyUniqueIdImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGloballyUniqueId()
* @generated
*/
int IFC_GLOBALLY_UNIQUE_ID = 680;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_GLOBALLY_UNIQUE_ID__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Globally Unique Id' class.
*
*
* @generated
* @ordered
*/
int IFC_GLOBALLY_UNIQUE_ID_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHeatFluxDensityMeasureImpl Ifc Heat Flux Density Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHeatFluxDensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatFluxDensityMeasure()
* @generated
*/
int IFC_HEAT_FLUX_DENSITY_MEASURE = 681;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_FLUX_DENSITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_FLUX_DENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Heat Flux Density Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_HEAT_FLUX_DENSITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHeatingValueMeasureImpl Ifc Heating Value Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHeatingValueMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatingValueMeasure()
* @generated
*/
int IFC_HEATING_VALUE_MEASURE = 682;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEATING_VALUE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HEATING_VALUE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Heating Value Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_HEATING_VALUE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHourInDayImpl Ifc Hour In Day}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHourInDayImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHourInDay()
* @generated
*/
int IFC_HOUR_IN_DAY = 683;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_HOUR_IN_DAY__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Hour In Day' class.
*
*
* @generated
* @ordered
*/
int IFC_HOUR_IN_DAY_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIdentifierImpl Ifc Identifier}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIdentifierImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIdentifier()
* @generated
*/
int IFC_IDENTIFIER = 684;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_IDENTIFIER__WRAPPED_VALUE = IFC_SIMPLE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Identifier' class.
*
*
* @generated
* @ordered
*/
int IFC_IDENTIFIER_FEATURE_COUNT = IFC_SIMPLE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIlluminanceMeasureImpl Ifc Illuminance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIlluminanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIlluminanceMeasure()
* @generated
*/
int IFC_ILLUMINANCE_MEASURE = 685;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ILLUMINANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ILLUMINANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Illuminance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ILLUMINANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcInductanceMeasureImpl Ifc Inductance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcInductanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInductanceMeasure()
* @generated
*/
int IFC_INDUCTANCE_MEASURE = 686;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INDUCTANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INDUCTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Inductance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_INDUCTANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIntegerImpl Ifc Integer}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIntegerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInteger()
* @generated
*/
int IFC_INTEGER = 687;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INTEGER__WRAPPED_VALUE = IFC_SIMPLE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Integer' class.
*
*
* @generated
* @ordered
*/
int IFC_INTEGER_FEATURE_COUNT = IFC_SIMPLE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIntegerCountRateMeasureImpl Ifc Integer Count Rate Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIntegerCountRateMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIntegerCountRateMeasure()
* @generated
*/
int IFC_INTEGER_COUNT_RATE_MEASURE = 688;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_INTEGER_COUNT_RATE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Integer Count Rate Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_INTEGER_COUNT_RATE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIonConcentrationMeasureImpl Ifc Ion Concentration Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIonConcentrationMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIonConcentrationMeasure()
* @generated
*/
int IFC_ION_CONCENTRATION_MEASURE = 689;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ION_CONCENTRATION_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ION_CONCENTRATION_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Ion Concentration Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ION_CONCENTRATION_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIsothermalMoistureCapacityMeasureImpl Ifc Isothermal Moisture Capacity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIsothermalMoistureCapacityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIsothermalMoistureCapacityMeasure()
* @generated
*/
int IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE = 690;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Isothermal Moisture Capacity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcKinematicViscosityMeasureImpl Ifc Kinematic Viscosity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcKinematicViscosityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcKinematicViscosityMeasure()
* @generated
*/
int IFC_KINEMATIC_VISCOSITY_MEASURE = 691;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_KINEMATIC_VISCOSITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_KINEMATIC_VISCOSITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Kinematic Viscosity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_KINEMATIC_VISCOSITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect Ifc Condition Criterion Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConditionCriterionSelect()
* @generated
*/
int IFC_CONDITION_CRITERION_SELECT = 779;
/**
* The number of structural features of the 'Ifc Condition Criterion Select' class.
*
*
* @generated
* @ordered
*/
int IFC_CONDITION_CRITERION_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLabelImpl Ifc Label}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLabelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLabel()
* @generated
*/
int IFC_LABEL = 692;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LABEL__WRAPPED_VALUE = IFC_CONDITION_CRITERION_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Label' class.
*
*
* @generated
* @ordered
*/
int IFC_LABEL_FEATURE_COUNT = IFC_CONDITION_CRITERION_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLengthMeasureImpl Ifc Length Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLengthMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLengthMeasure()
* @generated
*/
int IFC_LENGTH_MEASURE = 693;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LENGTH_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LENGTH_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Length Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LENGTH_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearForceMeasureImpl Ifc Linear Force Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearForceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearForceMeasure()
* @generated
*/
int IFC_LINEAR_FORCE_MEASURE = 694;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_FORCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_FORCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Linear Force Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_FORCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearMomentMeasureImpl Ifc Linear Moment Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearMomentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearMomentMeasure()
* @generated
*/
int IFC_LINEAR_MOMENT_MEASURE = 695;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_MOMENT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_MOMENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Linear Moment Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_MOMENT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearStiffnessMeasureImpl Ifc Linear Stiffness Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearStiffnessMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearStiffnessMeasure()
* @generated
*/
int IFC_LINEAR_STIFFNESS_MEASURE = 696;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_STIFFNESS_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_STIFFNESS_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Linear Stiffness Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_STIFFNESS_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearVelocityMeasureImpl Ifc Linear Velocity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearVelocityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearVelocityMeasure()
* @generated
*/
int IFC_LINEAR_VELOCITY_MEASURE = 697;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_VELOCITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_VELOCITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Linear Velocity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LINEAR_VELOCITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLogicalImpl Ifc Logical}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLogicalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLogical()
* @generated
*/
int IFC_LOGICAL = 698;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LOGICAL__WRAPPED_VALUE = IFC_SIMPLE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Logical' class.
*
*
* @generated
* @ordered
*/
int IFC_LOGICAL_FEATURE_COUNT = IFC_SIMPLE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLuminousFluxMeasureImpl Ifc Luminous Flux Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLuminousFluxMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLuminousFluxMeasure()
* @generated
*/
int IFC_LUMINOUS_FLUX_MEASURE = 699;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_FLUX_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_FLUX_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Luminous Flux Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_FLUX_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityDistributionMeasureImpl Ifc Luminous Intensity Distribution Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityDistributionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLuminousIntensityDistributionMeasure()
* @generated
*/
int IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE = 700;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Luminous Intensity Distribution Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityMeasureImpl Ifc Luminous Intensity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLuminousIntensityMeasure()
* @generated
*/
int IFC_LUMINOUS_INTENSITY_MEASURE = 701;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_INTENSITY_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_INTENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Luminous Intensity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_LUMINOUS_INTENSITY_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxDensityMeasureImpl Ifc Magnetic Flux Density Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxDensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMagneticFluxDensityMeasure()
* @generated
*/
int IFC_MAGNETIC_FLUX_DENSITY_MEASURE = 702;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MAGNETIC_FLUX_DENSITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MAGNETIC_FLUX_DENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Magnetic Flux Density Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MAGNETIC_FLUX_DENSITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxMeasureImpl Ifc Magnetic Flux Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMagneticFluxMeasure()
* @generated
*/
int IFC_MAGNETIC_FLUX_MEASURE = 703;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MAGNETIC_FLUX_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MAGNETIC_FLUX_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Magnetic Flux Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MAGNETIC_FLUX_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassDensityMeasureImpl Ifc Mass Density Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassDensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassDensityMeasure()
* @generated
*/
int IFC_MASS_DENSITY_MEASURE = 704;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_DENSITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_DENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Mass Density Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MASS_DENSITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassFlowRateMeasureImpl Ifc Mass Flow Rate Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassFlowRateMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassFlowRateMeasure()
* @generated
*/
int IFC_MASS_FLOW_RATE_MEASURE = 705;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_FLOW_RATE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_FLOW_RATE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Mass Flow Rate Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MASS_FLOW_RATE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassMeasureImpl Ifc Mass Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassMeasure()
* @generated
*/
int IFC_MASS_MEASURE = 706;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Mass Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MASS_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassPerLengthMeasureImpl Ifc Mass Per Length Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassPerLengthMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassPerLengthMeasure()
* @generated
*/
int IFC_MASS_PER_LENGTH_MEASURE = 707;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_PER_LENGTH_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MASS_PER_LENGTH_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Mass Per Length Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MASS_PER_LENGTH_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMinuteInHourImpl Ifc Minute In Hour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMinuteInHourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMinuteInHour()
* @generated
*/
int IFC_MINUTE_IN_HOUR = 708;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MINUTE_IN_HOUR__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Minute In Hour' class.
*
*
* @generated
* @ordered
*/
int IFC_MINUTE_IN_HOUR_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfElasticityMeasureImpl Ifc Modulus Of Elasticity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfElasticityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfElasticityMeasure()
* @generated
*/
int IFC_MODULUS_OF_ELASTICITY_MEASURE = 709;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_ELASTICITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_ELASTICITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Modulus Of Elasticity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_ELASTICITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfLinearSubgradeReactionMeasureImpl Ifc Modulus Of Linear Subgrade Reaction Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfLinearSubgradeReactionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfLinearSubgradeReactionMeasure()
* @generated
*/
int IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE = 710;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Modulus Of Linear Subgrade Reaction Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfRotationalSubgradeReactionMeasureImpl Ifc Modulus Of Rotational Subgrade Reaction Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfRotationalSubgradeReactionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfRotationalSubgradeReactionMeasure()
* @generated
*/
int IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE = 711;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT
+ 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Modulus Of Rotational Subgrade Reaction Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfSubgradeReactionMeasureImpl Ifc Modulus Of Subgrade Reaction Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfSubgradeReactionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfSubgradeReactionMeasure()
* @generated
*/
int IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE = 712;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Modulus Of Subgrade Reaction Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMoistureDiffusivityMeasureImpl Ifc Moisture Diffusivity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMoistureDiffusivityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMoistureDiffusivityMeasure()
* @generated
*/
int IFC_MOISTURE_DIFFUSIVITY_MEASURE = 713;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOISTURE_DIFFUSIVITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOISTURE_DIFFUSIVITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Moisture Diffusivity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MOISTURE_DIFFUSIVITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMolecularWeightMeasureImpl Ifc Molecular Weight Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMolecularWeightMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMolecularWeightMeasure()
* @generated
*/
int IFC_MOLECULAR_WEIGHT_MEASURE = 714;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOLECULAR_WEIGHT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOLECULAR_WEIGHT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Molecular Weight Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MOLECULAR_WEIGHT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMomentOfInertiaMeasureImpl Ifc Moment Of Inertia Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMomentOfInertiaMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMomentOfInertiaMeasure()
* @generated
*/
int IFC_MOMENT_OF_INERTIA_MEASURE = 715;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOMENT_OF_INERTIA_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MOMENT_OF_INERTIA_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Moment Of Inertia Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MOMENT_OF_INERTIA_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryMeasureImpl Ifc Monetary Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMonetaryMeasure()
* @generated
*/
int IFC_MONETARY_MEASURE = 716;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MONETARY_MEASURE__WRAPPED_VALUE = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MONETARY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Monetary Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_MONETARY_MEASURE_FEATURE_COUNT = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMonthInYearNumberImpl Ifc Month In Year Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMonthInYearNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMonthInYearNumber()
* @generated
*/
int IFC_MONTH_IN_YEAR_NUMBER = 717;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_MONTH_IN_YEAR_NUMBER__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Month In Year Number' class.
*
*
* @generated
* @ordered
*/
int IFC_MONTH_IN_YEAR_NUMBER_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNumericMeasureImpl Ifc Numeric Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNumericMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNumericMeasure()
* @generated
*/
int IFC_NUMERIC_MEASURE = 718;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_NUMERIC_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_NUMERIC_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Numeric Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_NUMERIC_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPHMeasureImpl Ifc PH Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPHMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPHMeasure()
* @generated
*/
int IFC_PH_MEASURE = 719;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PH_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PH_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc PH Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_PH_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcParameterValueImpl Ifc Parameter Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcParameterValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcParameterValue()
* @generated
*/
int IFC_PARAMETER_VALUE = 720;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETER_VALUE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETER_VALUE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Parameter Value' class.
*
*
* @generated
* @ordered
*/
int IFC_PARAMETER_VALUE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlanarForceMeasureImpl Ifc Planar Force Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlanarForceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlanarForceMeasure()
* @generated
*/
int IFC_PLANAR_FORCE_MEASURE = 721;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_FORCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_FORCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Planar Force Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_PLANAR_FORCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlaneAngleMeasureImpl Ifc Plane Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlaneAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlaneAngleMeasure()
* @generated
*/
int IFC_PLANE_ANGLE_MEASURE = 722;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANE_ANGLE_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PLANE_ANGLE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Plane Angle Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_PLANE_ANGLE_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPowerMeasureImpl Ifc Power Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPowerMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPowerMeasure()
* @generated
*/
int IFC_POWER_MEASURE = 723;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POWER_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POWER_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Power Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_POWER_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentableTextImpl Ifc Presentable Text}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentableTextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentableText()
* @generated
*/
int IFC_PRESENTABLE_TEXT = 724;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTABLE_TEXT__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Presentable Text' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTABLE_TEXT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPressureMeasureImpl Ifc Pressure Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPressureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPressureMeasure()
* @generated
*/
int IFC_PRESSURE_MEASURE = 725;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESSURE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_PRESSURE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Pressure Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESSURE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRadioActivityMeasureImpl Ifc Radio Activity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRadioActivityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRadioActivityMeasure()
* @generated
*/
int IFC_RADIO_ACTIVITY_MEASURE = 726;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RADIO_ACTIVITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RADIO_ACTIVITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Radio Activity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_RADIO_ACTIVITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRatioMeasureImpl Ifc Ratio Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRatioMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRatioMeasure()
* @generated
*/
int IFC_RATIO_MEASURE = 727;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIO_MEASURE__WRAPPED_VALUE = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_RATIO_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Ratio Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_RATIO_MEASURE_FEATURE_COUNT = IFC_APPLIED_VALUE_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRealImpl Ifc Real}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRealImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReal()
* @generated
*/
int IFC_REAL = 728;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REAL__WRAPPED_VALUE = IFC_SIMPLE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_REAL__WRAPPED_VALUE_AS_STRING = IFC_SIMPLE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Real' class.
*
*
* @generated
* @ordered
*/
int IFC_REAL_FEATURE_COUNT = IFC_SIMPLE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRotationalFrequencyMeasureImpl Ifc Rotational Frequency Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRotationalFrequencyMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRotationalFrequencyMeasure()
* @generated
*/
int IFC_ROTATIONAL_FREQUENCY_MEASURE = 729;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_FREQUENCY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_FREQUENCY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rotational Frequency Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_FREQUENCY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRotationalMassMeasureImpl Ifc Rotational Mass Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRotationalMassMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRotationalMassMeasure()
* @generated
*/
int IFC_ROTATIONAL_MASS_MEASURE = 730;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_MASS_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_MASS_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rotational Mass Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_MASS_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRotationalStiffnessMeasureImpl Ifc Rotational Stiffness Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRotationalStiffnessMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRotationalStiffnessMeasure()
* @generated
*/
int IFC_ROTATIONAL_STIFFNESS_MEASURE = 731;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_STIFFNESS_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_STIFFNESS_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Rotational Stiffness Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_ROTATIONAL_STIFFNESS_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSecondInMinuteImpl Ifc Second In Minute}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSecondInMinuteImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSecondInMinute()
* @generated
*/
int IFC_SECOND_IN_MINUTE = 732;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECOND_IN_MINUTE__WRAPPED_VALUE = 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECOND_IN_MINUTE__WRAPPED_VALUE_AS_STRING = 1;
/**
* The number of structural features of the 'Ifc Second In Minute' class.
*
*
* @generated
* @ordered
*/
int IFC_SECOND_IN_MINUTE_FEATURE_COUNT = 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionModulusMeasureImpl Ifc Section Modulus Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionModulusMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionModulusMeasure()
* @generated
*/
int IFC_SECTION_MODULUS_MEASURE = 733;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_MODULUS_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_MODULUS_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Section Modulus Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SECTION_MODULUS_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionalAreaIntegralMeasureImpl Ifc Sectional Area Integral Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionalAreaIntegralMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionalAreaIntegralMeasure()
* @generated
*/
int IFC_SECTIONAL_AREA_INTEGRAL_MEASURE = 734;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONAL_AREA_INTEGRAL_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONAL_AREA_INTEGRAL_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Sectional Area Integral Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SECTIONAL_AREA_INTEGRAL_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShearModulusMeasureImpl Ifc Shear Modulus Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShearModulusMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShearModulusMeasure()
* @generated
*/
int IFC_SHEAR_MODULUS_MEASURE = 735;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHEAR_MODULUS_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SHEAR_MODULUS_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Shear Modulus Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SHEAR_MODULUS_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSolidAngleMeasureImpl Ifc Solid Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSolidAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSolidAngleMeasure()
* @generated
*/
int IFC_SOLID_ANGLE_MEASURE = 736;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_ANGLE_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_ANGLE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Solid Angle Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SOLID_ANGLE_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundPowerMeasureImpl Ifc Sound Power Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundPowerMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundPowerMeasure()
* @generated
*/
int IFC_SOUND_POWER_MEASURE = 737;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_POWER_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_POWER_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Sound Power Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_POWER_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundPressureMeasureImpl Ifc Sound Pressure Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundPressureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundPressureMeasure()
* @generated
*/
int IFC_SOUND_PRESSURE_MEASURE = 738;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PRESSURE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PRESSURE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Sound Pressure Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SOUND_PRESSURE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpecificHeatCapacityMeasureImpl Ifc Specific Heat Capacity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpecificHeatCapacityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecificHeatCapacityMeasure()
* @generated
*/
int IFC_SPECIFIC_HEAT_CAPACITY_MEASURE = 739;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPECIFIC_HEAT_CAPACITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPECIFIC_HEAT_CAPACITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Specific Heat Capacity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_SPECIFIC_HEAT_CAPACITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect Ifc Specular Highlight Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecularHighlightSelect()
* @generated
*/
int IFC_SPECULAR_HIGHLIGHT_SELECT = 806;
/**
* The number of structural features of the 'Ifc Specular Highlight Select' class.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpecularExponentImpl Ifc Specular Exponent}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpecularExponentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecularExponent()
* @generated
*/
int IFC_SPECULAR_EXPONENT = 740;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_EXPONENT__WRAPPED_VALUE = IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_EXPONENT__WRAPPED_VALUE_AS_STRING = IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Specular Exponent' class.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_EXPONENT_FEATURE_COUNT = IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpecularRoughnessImpl Ifc Specular Roughness}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpecularRoughnessImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecularRoughness()
* @generated
*/
int IFC_SPECULAR_ROUGHNESS = 741;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_ROUGHNESS__WRAPPED_VALUE = IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_ROUGHNESS__WRAPPED_VALUE_AS_STRING = IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Specular Roughness' class.
*
*
* @generated
* @ordered
*/
int IFC_SPECULAR_ROUGHNESS_FEATURE_COUNT = IFC_SPECULAR_HIGHLIGHT_SELECT_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTemperatureGradientMeasureImpl Ifc Temperature Gradient Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTemperatureGradientMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTemperatureGradientMeasure()
* @generated
*/
int IFC_TEMPERATURE_GRADIENT_MEASURE = 742;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEMPERATURE_GRADIENT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEMPERATURE_GRADIENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Temperature Gradient Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_TEMPERATURE_GRADIENT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextImpl Ifc Text}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcText()
* @generated
*/
int IFC_TEXT = 743;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT__WRAPPED_VALUE = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Text' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_FEATURE_COUNT = IFC_METRIC_VALUE_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextAlignmentImpl Ifc Text Alignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextAlignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextAlignment()
* @generated
*/
int IFC_TEXT_ALIGNMENT = 744;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_ALIGNMENT__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Text Alignment' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_ALIGNMENT_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextDecorationImpl Ifc Text Decoration}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextDecorationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextDecoration()
* @generated
*/
int IFC_TEXT_DECORATION = 745;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_DECORATION__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Text Decoration' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_DECORATION_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextFontNameImpl Ifc Text Font Name}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextFontNameImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextFontName()
* @generated
*/
int IFC_TEXT_FONT_NAME = 746;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_FONT_NAME__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Text Font Name' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_FONT_NAME_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextTransformationImpl Ifc Text Transformation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextTransformationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextTransformation()
* @generated
*/
int IFC_TEXT_TRANSFORMATION = 747;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_TRANSFORMATION__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Text Transformation' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_TRANSFORMATION_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalAdmittanceMeasureImpl Ifc Thermal Admittance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalAdmittanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalAdmittanceMeasure()
* @generated
*/
int IFC_THERMAL_ADMITTANCE_MEASURE = 748;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_ADMITTANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_ADMITTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Thermal Admittance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_ADMITTANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalConductivityMeasureImpl Ifc Thermal Conductivity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalConductivityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalConductivityMeasure()
* @generated
*/
int IFC_THERMAL_CONDUCTIVITY_MEASURE = 749;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_CONDUCTIVITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_CONDUCTIVITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Thermal Conductivity Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_CONDUCTIVITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalExpansionCoefficientMeasureImpl Ifc Thermal Expansion Coefficient Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalExpansionCoefficientMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalExpansionCoefficientMeasure()
* @generated
*/
int IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE = 750;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT
+ 1;
/**
* The number of structural features of the 'Ifc Thermal Expansion Coefficient Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalResistanceMeasureImpl Ifc Thermal Resistance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalResistanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalResistanceMeasure()
* @generated
*/
int IFC_THERMAL_RESISTANCE_MEASURE = 751;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_RESISTANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_RESISTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Thermal Resistance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_RESISTANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalTransmittanceMeasureImpl Ifc Thermal Transmittance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalTransmittanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalTransmittanceMeasure()
* @generated
*/
int IFC_THERMAL_TRANSMITTANCE_MEASURE = 752;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_TRANSMITTANCE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_TRANSMITTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Thermal Transmittance Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMAL_TRANSMITTANCE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermodynamicTemperatureMeasureImpl Ifc Thermodynamic Temperature Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermodynamicTemperatureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermodynamicTemperatureMeasure()
* @generated
*/
int IFC_THERMODYNAMIC_TEMPERATURE_MEASURE = 753;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMODYNAMIC_TEMPERATURE_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_THERMODYNAMIC_TEMPERATURE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Thermodynamic Temperature Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_THERMODYNAMIC_TEMPERATURE_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeMeasureImpl Ifc Time Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeMeasure()
* @generated
*/
int IFC_TIME_MEASURE = 754;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Time Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_TIME_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeStampImpl Ifc Time Stamp}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeStampImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeStamp()
* @generated
*/
int IFC_TIME_STAMP = 755;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TIME_STAMP__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Time Stamp' class.
*
*
* @generated
* @ordered
*/
int IFC_TIME_STAMP_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTorqueMeasureImpl Ifc Torque Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTorqueMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTorqueMeasure()
* @generated
*/
int IFC_TORQUE_MEASURE = 756;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TORQUE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_TORQUE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Torque Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_TORQUE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVaporPermeabilityMeasureImpl Ifc Vapor Permeability Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVaporPermeabilityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVaporPermeabilityMeasure()
* @generated
*/
int IFC_VAPOR_PERMEABILITY_MEASURE = 757;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VAPOR_PERMEABILITY_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VAPOR_PERMEABILITY_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Vapor Permeability Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_VAPOR_PERMEABILITY_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVolumeMeasureImpl Ifc Volume Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVolumeMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVolumeMeasure()
* @generated
*/
int IFC_VOLUME_MEASURE = 758;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VOLUME_MEASURE__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VOLUME_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Volume Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_VOLUME_MEASURE_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVolumetricFlowRateMeasureImpl Ifc Volumetric Flow Rate Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVolumetricFlowRateMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVolumetricFlowRateMeasure()
* @generated
*/
int IFC_VOLUMETRIC_FLOW_RATE_MEASURE = 759;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VOLUMETRIC_FLOW_RATE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_VOLUMETRIC_FLOW_RATE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Volumetric Flow Rate Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_VOLUMETRIC_FLOW_RATE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWarpingConstantMeasureImpl Ifc Warping Constant Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWarpingConstantMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWarpingConstantMeasure()
* @generated
*/
int IFC_WARPING_CONSTANT_MEASURE = 760;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WARPING_CONSTANT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WARPING_CONSTANT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Warping Constant Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_WARPING_CONSTANT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWarpingMomentMeasureImpl Ifc Warping Moment Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWarpingMomentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWarpingMomentMeasure()
* @generated
*/
int IFC_WARPING_MOMENT_MEASURE = 761;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WARPING_MOMENT_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_WARPING_MOMENT_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Warping Moment Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_WARPING_MOMENT_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcYearNumberImpl Ifc Year Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcYearNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcYearNumber()
* @generated
*/
int IFC_YEAR_NUMBER = 762;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_YEAR_NUMBER__WRAPPED_VALUE = 0;
/**
* The number of structural features of the 'Ifc Year Number' class.
*
*
* @generated
* @ordered
*/
int IFC_YEAR_NUMBER_FEATURE_COUNT = 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoxAlignmentImpl Ifc Box Alignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoxAlignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoxAlignment()
* @generated
*/
int IFC_BOX_ALIGNMENT = 763;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_BOX_ALIGNMENT__WRAPPED_VALUE = IFC_LABEL__WRAPPED_VALUE;
/**
* The number of structural features of the 'Ifc Box Alignment' class.
*
*
* @generated
* @ordered
*/
int IFC_BOX_ALIGNMENT_FEATURE_COUNT = IFC_LABEL_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompoundPlaneAngleMeasureImpl Ifc Compound Plane Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompoundPlaneAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompoundPlaneAngleMeasure()
* @generated
*/
int IFC_COMPOUND_PLANE_ANGLE_MEASURE = 764;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_COMPOUND_PLANE_ANGLE_MEASURE__WRAPPED_VALUE = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Compound Plane Angle Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPOUND_PLANE_ANGLE_MEASURE_FEATURE_COUNT = IFC_DERIVED_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNormalisedRatioMeasureImpl Ifc Normalised Ratio Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNormalisedRatioMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNormalisedRatioMeasure()
* @generated
*/
int IFC_NORMALISED_RATIO_MEASURE = 765;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_NORMALISED_RATIO_MEASURE__WRAPPED_VALUE = IFC_RATIO_MEASURE__WRAPPED_VALUE;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_NORMALISED_RATIO_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_RATIO_MEASURE__WRAPPED_VALUE_AS_STRING;
/**
* The number of structural features of the 'Ifc Normalised Ratio Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_NORMALISED_RATIO_MEASURE_FEATURE_COUNT = IFC_RATIO_MEASURE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPositiveLengthMeasureImpl Ifc Positive Length Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPositiveLengthMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPositiveLengthMeasure()
* @generated
*/
int IFC_POSITIVE_LENGTH_MEASURE = 766;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_LENGTH_MEASURE__WRAPPED_VALUE = IFC_LENGTH_MEASURE__WRAPPED_VALUE;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_LENGTH_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_LENGTH_MEASURE__WRAPPED_VALUE_AS_STRING;
/**
* The number of structural features of the 'Ifc Positive Length Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_LENGTH_MEASURE_FEATURE_COUNT = IFC_LENGTH_MEASURE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPositivePlaneAngleMeasureImpl Ifc Positive Plane Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPositivePlaneAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPositivePlaneAngleMeasure()
* @generated
*/
int IFC_POSITIVE_PLANE_ANGLE_MEASURE = 767;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_PLANE_ANGLE_MEASURE__WRAPPED_VALUE = IFC_PLANE_ANGLE_MEASURE__WRAPPED_VALUE;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_PLANE_ANGLE_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_PLANE_ANGLE_MEASURE__WRAPPED_VALUE_AS_STRING;
/**
* The number of structural features of the 'Ifc Positive Plane Angle Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_PLANE_ANGLE_MEASURE_FEATURE_COUNT = IFC_PLANE_ANGLE_MEASURE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPositiveRatioMeasureImpl Ifc Positive Ratio Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPositiveRatioMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPositiveRatioMeasure()
* @generated
*/
int IFC_POSITIVE_RATIO_MEASURE = 768;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_RATIO_MEASURE__WRAPPED_VALUE = IFC_RATIO_MEASURE__WRAPPED_VALUE;
/**
* The feature id for the 'Wrapped Value As String' attribute.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_RATIO_MEASURE__WRAPPED_VALUE_AS_STRING = IFC_RATIO_MEASURE__WRAPPED_VALUE_AS_STRING;
/**
* The number of structural features of the 'Ifc Positive Ratio Measure' class.
*
*
* @generated
* @ordered
*/
int IFC_POSITIVE_RATIO_MEASURE_FEATURE_COUNT = IFC_RATIO_MEASURE_FEATURE_COUNT + 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcComplexNumberImpl Ifc Complex Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcComplexNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcComplexNumber()
* @generated
*/
int IFC_COMPLEX_NUMBER = 769;
/**
* The feature id for the 'Wrapped Value' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_NUMBER__WRAPPED_VALUE = IFC_MEASURE_VALUE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Wrapped Value As String' attribute list.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_NUMBER__WRAPPED_VALUE_AS_STRING = IFC_MEASURE_VALUE_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Ifc Complex Number' class.
*
*
* @generated
* @ordered
*/
int IFC_COMPLEX_NUMBER_FEATURE_COUNT = IFC_MEASURE_VALUE_FEATURE_COUNT + 2;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect Ifc Presentation Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationStyleSelect()
* @generated
*/
int IFC_PRESENTATION_STYLE_SELECT = 802;
/**
* The number of structural features of the 'Ifc Presentation Style Select' class.
*
*
* @generated
* @ordered
*/
int IFC_PRESENTATION_STYLE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNullStyleImpl Ifc Null Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNullStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNullStyle()
* @generated
*/
int IFC_NULL_STYLE = 770;
/**
* The feature id for the 'Wrapped Value' attribute.
*
*
* @generated
* @ordered
*/
int IFC_NULL_STYLE__WRAPPED_VALUE = IFC_PRESENTATION_STYLE_SELECT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Ifc Null Style' class.
*
*
* @generated
* @ordered
*/
int IFC_NULL_STYLE_FEATURE_COUNT = IFC_PRESENTATION_STYLE_SELECT_FEATURE_COUNT + 1;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement Ifc Axis2 Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis2Placement()
* @generated
*/
int IFC_AXIS2_PLACEMENT = 773;
/**
* The number of structural features of the 'Ifc Axis2 Placement' class.
*
*
* @generated
* @ordered
*/
int IFC_AXIS2_PLACEMENT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperand Ifc Boolean Operand}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperand
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanOperand()
* @generated
*/
int IFC_BOOLEAN_OPERAND = 774;
/**
* The number of structural features of the 'Ifc Boolean Operand' class.
*
*
* @generated
* @ordered
*/
int IFC_BOOLEAN_OPERAND_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcColourOrFactor Ifc Colour Or Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcColourOrFactor
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColourOrFactor()
* @generated
*/
int IFC_COLOUR_OR_FACTOR = 778;
/**
* The number of structural features of the 'Ifc Colour Or Factor' class.
*
*
* @generated
* @ordered
*/
int IFC_COLOUR_OR_FACTOR_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSelect Ifc Csg Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCsgSelect()
* @generated
*/
int IFC_CSG_SELECT = 780;
/**
* The number of structural features of the 'Ifc Csg Select' class.
*
*
* @generated
* @ordered
*/
int IFC_CSG_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve Ifc Curve Or Edge Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveOrEdgeCurve()
* @generated
*/
int IFC_CURVE_OR_EDGE_CURVE = 782;
/**
* The number of structural features of the 'Ifc Curve Or Edge Curve' class.
*
*
* @generated
* @ordered
*/
int IFC_CURVE_OR_EDGE_CURVE_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect Ifc Defined Symbol Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDefinedSymbolSelect()
* @generated
*/
int IFC_DEFINED_SYMBOL_SELECT = 785;
/**
* The number of structural features of the 'Ifc Defined Symbol Select' class.
*
*
* @generated
* @ordered
*/
int IFC_DEFINED_SYMBOL_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement Ifc Draughting Callout Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingCalloutElement()
* @generated
*/
int IFC_DRAUGHTING_CALLOUT_ELEMENT = 788;
/**
* The number of structural features of the 'Ifc Draughting Callout Element' class.
*
*
* @generated
* @ordered
*/
int IFC_DRAUGHTING_CALLOUT_ELEMENT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect Ifc Fill Area Style Tile Shape Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleTileShapeSelect()
* @generated
*/
int IFC_FILL_AREA_STYLE_TILE_SHAPE_SELECT = 789;
/**
* The number of structural features of the 'Ifc Fill Area Style Tile Shape Select' class.
*
*
* @generated
* @ordered
*/
int IFC_FILL_AREA_STYLE_TILE_SHAPE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect Ifc Geometric Set Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricSetSelect()
* @generated
*/
int IFC_GEOMETRIC_SET_SELECT = 791;
/**
* The number of structural features of the 'Ifc Geometric Set Select' class.
*
*
* @generated
* @ordered
*/
int IFC_GEOMETRIC_SET_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect Ifc Hatch Line Distance Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHatchLineDistanceSelect()
* @generated
*/
int IFC_HATCH_LINE_DISTANCE_SELECT = 792;
/**
* The number of structural features of the 'Ifc Hatch Line Distance Select' class.
*
*
* @generated
* @ordered
*/
int IFC_HATCH_LINE_DISTANCE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcOrientationSelect Ifc Orientation Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcOrientationSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrientationSelect()
* @generated
*/
int IFC_ORIENTATION_SELECT = 800;
/**
* The number of structural features of the 'Ifc Orientation Select' class.
*
*
* @generated
* @ordered
*/
int IFC_ORIENTATION_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint Ifc Point Or Vertex Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPointOrVertexPoint()
* @generated
*/
int IFC_POINT_OR_VERTEX_POINT = 801;
/**
* The number of structural features of the 'Ifc Point Or Vertex Point' class.
*
*
* @generated
* @ordered
*/
int IFC_POINT_OR_VERTEX_POINT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcShell Ifc Shell}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcShell
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShell()
* @generated
*/
int IFC_SHELL = 803;
/**
* The number of structural features of the 'Ifc Shell' class.
*
*
* @generated
* @ordered
*/
int IFC_SHELL_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSizeSelect Ifc Size Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSizeSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSizeSelect()
* @generated
*/
int IFC_SIZE_SELECT = 805;
/**
* The number of structural features of the 'Ifc Size Select' class.
*
*
* @generated
* @ordered
*/
int IFC_SIZE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect Ifc Structural Activity Assignment Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralActivityAssignmentSelect()
* @generated
*/
int IFC_STRUCTURAL_ACTIVITY_ASSIGNMENT_SELECT = 807;
/**
* The number of structural features of the 'Ifc Structural Activity Assignment Select' class.
*
*
* @generated
* @ordered
*/
int IFC_STRUCTURAL_ACTIVITY_ASSIGNMENT_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface Ifc Surface Or Face Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceOrFaceSurface()
* @generated
*/
int IFC_SURFACE_OR_FACE_SURFACE = 808;
/**
* The number of structural features of the 'Ifc Surface Or Face Surface' class.
*
*
* @generated
* @ordered
*/
int IFC_SURFACE_OR_FACE_SURFACE_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect Ifc Symbol Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSymbolStyleSelect()
* @generated
*/
int IFC_SYMBOL_STYLE_SELECT = 810;
/**
* The number of structural features of the 'Ifc Symbol Style Select' class.
*
*
* @generated
* @ordered
*/
int IFC_SYMBOL_STYLE_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontSelect Ifc Text Font Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextFontSelect()
* @generated
*/
int IFC_TEXT_FONT_SELECT = 811;
/**
* The number of structural features of the 'Ifc Text Font Select' class.
*
*
* @generated
* @ordered
*/
int IFC_TEXT_FONT_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect Ifc Trimming Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrimmingSelect()
* @generated
*/
int IFC_TRIMMING_SELECT = 813;
/**
* The number of structural features of the 'Ifc Trimming Select' class.
*
*
* @generated
* @ordered
*/
int IFC_TRIMMING_SELECT_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection Ifc Vector Or Direction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVectorOrDirection()
* @generated
*/
int IFC_VECTOR_OR_DIRECTION = 816;
/**
* The number of structural features of the 'Ifc Vector Or Direction' class.
*
*
* @generated
* @ordered
*/
int IFC_VECTOR_OR_DIRECTION_FEATURE_COUNT = 0;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.Tristate Tristate}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getTristate()
* @generated
*/
int TRISTATE = 817;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcActionSourceTypeEnum Ifc Action Source Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActionSourceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActionSourceTypeEnum()
* @generated
*/
int IFC_ACTION_SOURCE_TYPE_ENUM = 818;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcActionTypeEnum Ifc Action Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActionTypeEnum()
* @generated
*/
int IFC_ACTION_TYPE_ENUM = 819;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcActuatorTypeEnum Ifc Actuator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActuatorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActuatorTypeEnum()
* @generated
*/
int IFC_ACTUATOR_TYPE_ENUM = 820;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAddressTypeEnum Ifc Address Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAddressTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAddressTypeEnum()
* @generated
*/
int IFC_ADDRESS_TYPE_ENUM = 821;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind Ifc Ahead Or Behind}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAheadOrBehind()
* @generated
*/
int IFC_AHEAD_OR_BEHIND = 822;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxTypeEnum Ifc Air Terminal Box Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalBoxTypeEnum()
* @generated
*/
int IFC_AIR_TERMINAL_BOX_TYPE_ENUM = 823;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalTypeEnum Ifc Air Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalTypeEnum()
* @generated
*/
int IFC_AIR_TERMINAL_TYPE_ENUM = 824;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryTypeEnum Ifc Air To Air Heat Recovery Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirToAirHeatRecoveryTypeEnum()
* @generated
*/
int IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE_ENUM = 825;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAlarmTypeEnum Ifc Alarm Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAlarmTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAlarmTypeEnum()
* @generated
*/
int IFC_ALARM_TYPE_ENUM = 826;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum Ifc Analysis Model Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnalysisModelTypeEnum()
* @generated
*/
int IFC_ANALYSIS_MODEL_TYPE_ENUM = 827;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAnalysisTheoryTypeEnum Ifc Analysis Theory Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAnalysisTheoryTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnalysisTheoryTypeEnum()
* @generated
*/
int IFC_ANALYSIS_THEORY_TYPE_ENUM = 828;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcArithmeticOperatorEnum Ifc Arithmetic Operator Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcArithmeticOperatorEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArithmeticOperatorEnum()
* @generated
*/
int IFC_ARITHMETIC_OPERATOR_ENUM = 829;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcAssemblyPlaceEnum Ifc Assembly Place Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAssemblyPlaceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAssemblyPlaceEnum()
* @generated
*/
int IFC_ASSEMBLY_PLACE_ENUM = 830;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurveForm Ifc BSpline Curve Form}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurveForm
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBSplineCurveForm()
* @generated
*/
int IFC_BSPLINE_CURVE_FORM = 831;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBeamTypeEnum Ifc Beam Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBeamTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBeamTypeEnum()
* @generated
*/
int IFC_BEAM_TYPE_ENUM = 832;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBenchmarkEnum Ifc Benchmark Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBenchmarkEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBenchmarkEnum()
* @generated
*/
int IFC_BENCHMARK_ENUM = 833;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBoilerTypeEnum Ifc Boiler Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBoilerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoilerTypeEnum()
* @generated
*/
int IFC_BOILER_TYPE_ENUM = 834;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperator Ifc Boolean Operator}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperator
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanOperator()
* @generated
*/
int IFC_BOOLEAN_OPERATOR = 835;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyTypeEnum Ifc Building Element Proxy Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementProxyTypeEnum()
* @generated
*/
int IFC_BUILDING_ELEMENT_PROXY_TYPE_ENUM = 836;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingTypeEnum Ifc Cable Carrier Fitting Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierFittingTypeEnum()
* @generated
*/
int IFC_CABLE_CARRIER_FITTING_TYPE_ENUM = 837;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentTypeEnum Ifc Cable Carrier Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierSegmentTypeEnum()
* @generated
*/
int IFC_CABLE_CARRIER_SEGMENT_TYPE_ENUM = 838;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCableSegmentTypeEnum Ifc Cable Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCableSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableSegmentTypeEnum()
* @generated
*/
int IFC_CABLE_SEGMENT_TYPE_ENUM = 839;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcChangeActionEnum Ifc Change Action Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcChangeActionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChangeActionEnum()
* @generated
*/
int IFC_CHANGE_ACTION_ENUM = 840;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcChillerTypeEnum Ifc Chiller Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcChillerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChillerTypeEnum()
* @generated
*/
int IFC_CHILLER_TYPE_ENUM = 841;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCoilTypeEnum Ifc Coil Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCoilTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoilTypeEnum()
* @generated
*/
int IFC_COIL_TYPE_ENUM = 842;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcColumnTypeEnum Ifc Column Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcColumnTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColumnTypeEnum()
* @generated
*/
int IFC_COLUMN_TYPE_ENUM = 843;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCompressorTypeEnum Ifc Compressor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCompressorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompressorTypeEnum()
* @generated
*/
int IFC_COMPRESSOR_TYPE_ENUM = 844;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCondenserTypeEnum Ifc Condenser Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCondenserTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCondenserTypeEnum()
* @generated
*/
int IFC_CONDENSER_TYPE_ENUM = 845;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum Ifc Connection Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionTypeEnum()
* @generated
*/
int IFC_CONNECTION_TYPE_ENUM = 846;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintEnum Ifc Constraint Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintEnum()
* @generated
*/
int IFC_CONSTRAINT_ENUM = 847;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcControllerTypeEnum Ifc Controller Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcControllerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcControllerTypeEnum()
* @generated
*/
int IFC_CONTROLLER_TYPE_ENUM = 848;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCooledBeamTypeEnum Ifc Cooled Beam Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCooledBeamTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCooledBeamTypeEnum()
* @generated
*/
int IFC_COOLED_BEAM_TYPE_ENUM = 849;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCoolingTowerTypeEnum Ifc Cooling Tower Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCoolingTowerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoolingTowerTypeEnum()
* @generated
*/
int IFC_COOLING_TOWER_TYPE_ENUM = 850;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum Ifc Cost Schedule Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostScheduleTypeEnum()
* @generated
*/
int IFC_COST_SCHEDULE_TYPE_ENUM = 851;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCoveringTypeEnum Ifc Covering Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCoveringTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoveringTypeEnum()
* @generated
*/
int IFC_COVERING_TYPE_ENUM = 852;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyEnum Ifc Currency Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurrencyEnum()
* @generated
*/
int IFC_CURRENCY_ENUM = 853;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWallTypeEnum Ifc Curtain Wall Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWallTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurtainWallTypeEnum()
* @generated
*/
int IFC_CURTAIN_WALL_TYPE_ENUM = 854;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDamperTypeEnum Ifc Damper Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDamperTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDamperTypeEnum()
* @generated
*/
int IFC_DAMPER_TYPE_ENUM = 855;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDataOriginEnum Ifc Data Origin Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDataOriginEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDataOriginEnum()
* @generated
*/
int IFC_DATA_ORIGIN_ENUM = 856;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitEnum Ifc Derived Unit Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedUnitEnum()
* @generated
*/
int IFC_DERIVED_UNIT_ENUM = 857;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionExtentUsage Ifc Dimension Extent Usage}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionExtentUsage
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionExtentUsage()
* @generated
*/
int IFC_DIMENSION_EXTENT_USAGE = 858;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum Ifc Direction Sense Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDirectionSenseEnum()
* @generated
*/
int IFC_DIRECTION_SENSE_ENUM = 859;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementTypeEnum Ifc Distribution Chamber Element Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionChamberElementTypeEnum()
* @generated
*/
int IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE_ENUM = 860;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentConfidentialityEnum Ifc Document Confidentiality Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentConfidentialityEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentConfidentialityEnum()
* @generated
*/
int IFC_DOCUMENT_CONFIDENTIALITY_ENUM = 861;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentStatusEnum Ifc Document Status Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentStatusEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentStatusEnum()
* @generated
*/
int IFC_DOCUMENT_STATUS_ENUM = 862;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum Ifc Door Panel Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorPanelOperationEnum()
* @generated
*/
int IFC_DOOR_PANEL_OPERATION_ENUM = 863;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum Ifc Door Panel Position Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorPanelPositionEnum()
* @generated
*/
int IFC_DOOR_PANEL_POSITION_ENUM = 864;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyleConstructionEnum Ifc Door Style Construction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyleConstructionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorStyleConstructionEnum()
* @generated
*/
int IFC_DOOR_STYLE_CONSTRUCTION_ENUM = 865;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyleOperationEnum Ifc Door Style Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyleOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorStyleOperationEnum()
* @generated
*/
int IFC_DOOR_STYLE_OPERATION_ENUM = 866;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDuctFittingTypeEnum Ifc Duct Fitting Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDuctFittingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctFittingTypeEnum()
* @generated
*/
int IFC_DUCT_FITTING_TYPE_ENUM = 867;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSegmentTypeEnum Ifc Duct Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSegmentTypeEnum()
* @generated
*/
int IFC_DUCT_SEGMENT_TYPE_ENUM = 868;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSilencerTypeEnum Ifc Duct Silencer Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSilencerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSilencerTypeEnum()
* @generated
*/
int IFC_DUCT_SILENCER_TYPE_ENUM = 869;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricApplianceTypeEnum Ifc Electric Appliance Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricApplianceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricApplianceTypeEnum()
* @generated
*/
int IFC_ELECTRIC_APPLIANCE_TYPE_ENUM = 870;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum Ifc Electric Current Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricCurrentEnum()
* @generated
*/
int IFC_ELECTRIC_CURRENT_ENUM = 871;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPointFunctionEnum Ifc Electric Distribution Point Function Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPointFunctionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricDistributionPointFunctionEnum()
* @generated
*/
int IFC_ELECTRIC_DISTRIBUTION_POINT_FUNCTION_ENUM = 872;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceTypeEnum Ifc Electric Flow Storage Device Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricFlowStorageDeviceTypeEnum()
* @generated
*/
int IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE_ENUM = 873;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorTypeEnum Ifc Electric Generator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricGeneratorTypeEnum()
* @generated
*/
int IFC_ELECTRIC_GENERATOR_TYPE_ENUM = 874;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricHeaterTypeEnum Ifc Electric Heater Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricHeaterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricHeaterTypeEnum()
* @generated
*/
int IFC_ELECTRIC_HEATER_TYPE_ENUM = 875;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricMotorTypeEnum Ifc Electric Motor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricMotorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricMotorTypeEnum()
* @generated
*/
int IFC_ELECTRIC_MOTOR_TYPE_ENUM = 876;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlTypeEnum Ifc Electric Time Control Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricTimeControlTypeEnum()
* @generated
*/
int IFC_ELECTRIC_TIME_CONTROL_TYPE_ENUM = 877;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssemblyTypeEnum Ifc Element Assembly Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssemblyTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementAssemblyTypeEnum()
* @generated
*/
int IFC_ELEMENT_ASSEMBLY_TYPE_ENUM = 878;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcElementCompositionEnum Ifc Element Composition Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElementCompositionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementCompositionEnum()
* @generated
*/
int IFC_ELEMENT_COMPOSITION_ENUM = 879;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcEnergySequenceEnum Ifc Energy Sequence Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEnergySequenceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergySequenceEnum()
* @generated
*/
int IFC_ENERGY_SEQUENCE_ENUM = 880;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactCategoryEnum Ifc Environmental Impact Category Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactCategoryEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnvironmentalImpactCategoryEnum()
* @generated
*/
int IFC_ENVIRONMENTAL_IMPACT_CATEGORY_ENUM = 881;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerTypeEnum Ifc Evaporative Cooler Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporativeCoolerTypeEnum()
* @generated
*/
int IFC_EVAPORATIVE_COOLER_TYPE_ENUM = 882;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporatorTypeEnum Ifc Evaporator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporatorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporatorTypeEnum()
* @generated
*/
int IFC_EVAPORATOR_TYPE_ENUM = 883;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFanTypeEnum Ifc Fan Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFanTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFanTypeEnum()
* @generated
*/
int IFC_FAN_TYPE_ENUM = 884;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFilterTypeEnum Ifc Filter Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFilterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFilterTypeEnum()
* @generated
*/
int IFC_FILTER_TYPE_ENUM = 885;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalTypeEnum Ifc Fire Suppression Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFireSuppressionTerminalTypeEnum()
* @generated
*/
int IFC_FIRE_SUPPRESSION_TERMINAL_TYPE_ENUM = 886;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFlowDirectionEnum Ifc Flow Direction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFlowDirectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowDirectionEnum()
* @generated
*/
int IFC_FLOW_DIRECTION_ENUM = 887;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentTypeEnum Ifc Flow Instrument Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowInstrumentTypeEnum()
* @generated
*/
int IFC_FLOW_INSTRUMENT_TYPE_ENUM = 888;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMeterTypeEnum Ifc Flow Meter Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMeterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMeterTypeEnum()
* @generated
*/
int IFC_FLOW_METER_TYPE_ENUM = 889;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcFootingTypeEnum Ifc Footing Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFootingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFootingTypeEnum()
* @generated
*/
int IFC_FOOTING_TYPE_ENUM = 890;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcGasTerminalTypeEnum Ifc Gas Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGasTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGasTerminalTypeEnum()
* @generated
*/
int IFC_GAS_TERMINAL_TYPE_ENUM = 891;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum Ifc Geometric Projection Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricProjectionEnum()
* @generated
*/
int IFC_GEOMETRIC_PROJECTION_ENUM = 892;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcGlobalOrLocalEnum Ifc Global Or Local Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGlobalOrLocalEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGlobalOrLocalEnum()
* @generated
*/
int IFC_GLOBAL_OR_LOCAL_ENUM = 893;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcHeatExchangerTypeEnum Ifc Heat Exchanger Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcHeatExchangerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatExchangerTypeEnum()
* @generated
*/
int IFC_HEAT_EXCHANGER_TYPE_ENUM = 894;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcHumidifierTypeEnum Ifc Humidifier Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcHumidifierTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHumidifierTypeEnum()
* @generated
*/
int IFC_HUMIDIFIER_TYPE_ENUM = 895;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcInternalOrExternalEnum Ifc Internal Or External Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcInternalOrExternalEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInternalOrExternalEnum()
* @generated
*/
int IFC_INTERNAL_OR_EXTERNAL_ENUM = 896;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcInventoryTypeEnum Ifc Inventory Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcInventoryTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInventoryTypeEnum()
* @generated
*/
int IFC_INVENTORY_TYPE_ENUM = 897;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcJunctionBoxTypeEnum Ifc Junction Box Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcJunctionBoxTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcJunctionBoxTypeEnum()
* @generated
*/
int IFC_JUNCTION_BOX_TYPE_ENUM = 898;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLampTypeEnum Ifc Lamp Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLampTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLampTypeEnum()
* @generated
*/
int IFC_LAMP_TYPE_ENUM = 899;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum Ifc Layer Set Direction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLayerSetDirectionEnum()
* @generated
*/
int IFC_LAYER_SET_DIRECTION_ENUM = 900;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionCurveEnum Ifc Light Distribution Curve Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionCurveEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightDistributionCurveEnum()
* @generated
*/
int IFC_LIGHT_DISTRIBUTION_CURVE_ENUM = 901;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum Ifc Light Emission Source Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightEmissionSourceEnum()
* @generated
*/
int IFC_LIGHT_EMISSION_SOURCE_ENUM = 902;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightFixtureTypeEnum Ifc Light Fixture Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightFixtureTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightFixtureTypeEnum()
* @generated
*/
int IFC_LIGHT_FIXTURE_TYPE_ENUM = 903;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLoadGroupTypeEnum Ifc Load Group Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLoadGroupTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLoadGroupTypeEnum()
* @generated
*/
int IFC_LOAD_GROUP_TYPE_ENUM = 904;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcLogicalOperatorEnum Ifc Logical Operator Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLogicalOperatorEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLogicalOperatorEnum()
* @generated
*/
int IFC_LOGICAL_OPERATOR_ENUM = 905;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcMemberTypeEnum Ifc Member Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMemberTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMemberTypeEnum()
* @generated
*/
int IFC_MEMBER_TYPE_ENUM = 906;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcMotorConnectionTypeEnum Ifc Motor Connection Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMotorConnectionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMotorConnectionTypeEnum()
* @generated
*/
int IFC_MOTOR_CONNECTION_TYPE_ENUM = 907;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcNullStyleEnum Ifc Null Style Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcNullStyleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNullStyleEnum()
* @generated
*/
int IFC_NULL_STYLE_ENUM = 908;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcObjectTypeEnum Ifc Object Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcObjectTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectTypeEnum()
* @generated
*/
int IFC_OBJECT_TYPE_ENUM = 909;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcObjectiveEnum Ifc Objective Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcObjectiveEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectiveEnum()
* @generated
*/
int IFC_OBJECTIVE_ENUM = 910;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcOccupantTypeEnum Ifc Occupant Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcOccupantTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOccupantTypeEnum()
* @generated
*/
int IFC_OCCUPANT_TYPE_ENUM = 911;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcOutletTypeEnum Ifc Outlet Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcOutletTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOutletTypeEnum()
* @generated
*/
int IFC_OUTLET_TYPE_ENUM = 912;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringOperationEnum Ifc Permeable Covering Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPermeableCoveringOperationEnum()
* @generated
*/
int IFC_PERMEABLE_COVERING_OPERATION_ENUM = 913;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalOrVirtualEnum Ifc Physical Or Virtual Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalOrVirtualEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalOrVirtualEnum()
* @generated
*/
int IFC_PHYSICAL_OR_VIRTUAL_ENUM = 914;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPileConstructionEnum Ifc Pile Construction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPileConstructionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPileConstructionEnum()
* @generated
*/
int IFC_PILE_CONSTRUCTION_ENUM = 915;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPileTypeEnum Ifc Pile Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPileTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPileTypeEnum()
* @generated
*/
int IFC_PILE_TYPE_ENUM = 916;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPipeFittingTypeEnum Ifc Pipe Fitting Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPipeFittingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeFittingTypeEnum()
* @generated
*/
int IFC_PIPE_FITTING_TYPE_ENUM = 917;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPipeSegmentTypeEnum Ifc Pipe Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPipeSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeSegmentTypeEnum()
* @generated
*/
int IFC_PIPE_SEGMENT_TYPE_ENUM = 918;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPlateTypeEnum Ifc Plate Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPlateTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlateTypeEnum()
* @generated
*/
int IFC_PLATE_TYPE_ENUM = 919;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcProcedureTypeEnum Ifc Procedure Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProcedureTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProcedureTypeEnum()
* @generated
*/
int IFC_PROCEDURE_TYPE_ENUM = 920;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcProfileTypeEnum Ifc Profile Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProfileTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProfileTypeEnum()
* @generated
*/
int IFC_PROFILE_TYPE_ENUM = 921;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecordTypeEnum Ifc Project Order Record Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecordTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrderRecordTypeEnum()
* @generated
*/
int IFC_PROJECT_ORDER_RECORD_TYPE_ENUM = 922;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderTypeEnum Ifc Project Order Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrderTypeEnum()
* @generated
*/
int IFC_PROJECT_ORDER_TYPE_ENUM = 923;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcProjectedOrTrueLengthEnum Ifc Projected Or True Length Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProjectedOrTrueLengthEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectedOrTrueLengthEnum()
* @generated
*/
int IFC_PROJECTED_OR_TRUE_LENGTH_ENUM = 924;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum Ifc Property Source Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySourceEnum()
* @generated
*/
int IFC_PROPERTY_SOURCE_ENUM = 925;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceTypeEnum Ifc Protective Device Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProtectiveDeviceTypeEnum()
* @generated
*/
int IFC_PROTECTIVE_DEVICE_TYPE_ENUM = 926;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcPumpTypeEnum Ifc Pump Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPumpTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPumpTypeEnum()
* @generated
*/
int IFC_PUMP_TYPE_ENUM = 927;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcRailingTypeEnum Ifc Railing Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRailingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRailingTypeEnum()
* @generated
*/
int IFC_RAILING_TYPE_ENUM = 928;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlightTypeEnum Ifc Ramp Flight Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlightTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampFlightTypeEnum()
* @generated
*/
int IFC_RAMP_FLIGHT_TYPE_ENUM = 929;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcRampTypeEnum Ifc Ramp Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRampTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampTypeEnum()
* @generated
*/
int IFC_RAMP_TYPE_ENUM = 930;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcReflectanceMethodEnum Ifc Reflectance Method Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcReflectanceMethodEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReflectanceMethodEnum()
* @generated
*/
int IFC_REFLECTANCE_METHOD_ENUM = 931;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum Ifc Reinforcing Bar Role Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingBarRoleEnum()
* @generated
*/
int IFC_REINFORCING_BAR_ROLE_ENUM = 932;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarSurfaceEnum Ifc Reinforcing Bar Surface Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarSurfaceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingBarSurfaceEnum()
* @generated
*/
int IFC_REINFORCING_BAR_SURFACE_ENUM = 933;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcResourceConsumptionEnum Ifc Resource Consumption Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcResourceConsumptionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcResourceConsumptionEnum()
* @generated
*/
int IFC_RESOURCE_CONSUMPTION_ENUM = 934;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum Ifc Rib Plate Direction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRibPlateDirectionEnum()
* @generated
*/
int IFC_RIB_PLATE_DIRECTION_ENUM = 935;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcRoleEnum Ifc Role Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRoleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoleEnum()
* @generated
*/
int IFC_ROLE_ENUM = 936;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcRoofTypeEnum Ifc Roof Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRoofTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoofTypeEnum()
* @generated
*/
int IFC_ROOF_TYPE_ENUM = 937;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSIPrefix Ifc SI Prefix}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSIPrefix
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSIPrefix()
* @generated
*/
int IFC_SI_PREFIX = 938;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnitName Ifc SI Unit Name}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnitName
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSIUnitName()
* @generated
*/
int IFC_SI_UNIT_NAME = 939;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalTypeEnum Ifc Sanitary Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSanitaryTerminalTypeEnum()
* @generated
*/
int IFC_SANITARY_TERMINAL_TYPE_ENUM = 940;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionTypeEnum Ifc Section Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSectionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionTypeEnum()
* @generated
*/
int IFC_SECTION_TYPE_ENUM = 941;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSensorTypeEnum Ifc Sensor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSensorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSensorTypeEnum()
* @generated
*/
int IFC_SENSOR_TYPE_ENUM = 942;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSequenceEnum Ifc Sequence Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSequenceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSequenceEnum()
* @generated
*/
int IFC_SEQUENCE_ENUM = 943;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum Ifc Service Life Factor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLifeFactorTypeEnum()
* @generated
*/
int IFC_SERVICE_LIFE_FACTOR_TYPE_ENUM = 944;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeTypeEnum Ifc Service Life Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLifeTypeEnum()
* @generated
*/
int IFC_SERVICE_LIFE_TYPE_ENUM = 945;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSlabTypeEnum Ifc Slab Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSlabTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlabTypeEnum()
* @generated
*/
int IFC_SLAB_TYPE_ENUM = 946;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSoundScaleEnum Ifc Sound Scale Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSoundScaleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundScaleEnum()
* @generated
*/
int IFC_SOUND_SCALE_ENUM = 947;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterTypeEnum Ifc Space Heater Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceHeaterTypeEnum()
* @generated
*/
int IFC_SPACE_HEATER_TYPE_ENUM = 948;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceTypeEnum Ifc Space Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceTypeEnum()
* @generated
*/
int IFC_SPACE_TYPE_ENUM = 949;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStackTerminalTypeEnum Ifc Stack Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStackTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStackTerminalTypeEnum()
* @generated
*/
int IFC_STACK_TERMINAL_TYPE_ENUM = 950;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlightTypeEnum Ifc Stair Flight Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlightTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairFlightTypeEnum()
* @generated
*/
int IFC_STAIR_FLIGHT_TYPE_ENUM = 951;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStairTypeEnum Ifc Stair Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStairTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairTypeEnum()
* @generated
*/
int IFC_STAIR_TYPE_ENUM = 952;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStateEnum Ifc State Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStateEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStateEnum()
* @generated
*/
int IFC_STATE_ENUM = 953;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveTypeEnum Ifc Structural Curve Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveTypeEnum()
* @generated
*/
int IFC_STRUCTURAL_CURVE_TYPE_ENUM = 954;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceTypeEnum Ifc Structural Surface Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceTypeEnum()
* @generated
*/
int IFC_STRUCTURAL_SURFACE_TYPE_ENUM = 955;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceSide Ifc Surface Side}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceSide
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceSide()
* @generated
*/
int IFC_SURFACE_SIDE = 956;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum Ifc Surface Texture Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceTextureEnum()
* @generated
*/
int IFC_SURFACE_TEXTURE_ENUM = 957;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceTypeEnum Ifc Switching Device Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSwitchingDeviceTypeEnum()
* @generated
*/
int IFC_SWITCHING_DEVICE_TYPE_ENUM = 958;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTankTypeEnum Ifc Tank Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTankTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTankTypeEnum()
* @generated
*/
int IFC_TANK_TYPE_ENUM = 959;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum Ifc Tendon Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTendonTypeEnum()
* @generated
*/
int IFC_TENDON_TYPE_ENUM = 960;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTextPath Ifc Text Path}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTextPath
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextPath()
* @generated
*/
int IFC_TEXT_PATH = 961;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcThermalLoadSourceEnum Ifc Thermal Load Source Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcThermalLoadSourceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalLoadSourceEnum()
* @generated
*/
int IFC_THERMAL_LOAD_SOURCE_ENUM = 962;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcThermalLoadTypeEnum Ifc Thermal Load Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcThermalLoadTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalLoadTypeEnum()
* @generated
*/
int IFC_THERMAL_LOAD_TYPE_ENUM = 963;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesDataTypeEnum Ifc Time Series Data Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesDataTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesDataTypeEnum()
* @generated
*/
int IFC_TIME_SERIES_DATA_TYPE_ENUM = 964;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum Ifc Time Series Schedule Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesScheduleTypeEnum()
* @generated
*/
int IFC_TIME_SERIES_SCHEDULE_TYPE_ENUM = 965;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTransformerTypeEnum Ifc Transformer Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTransformerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransformerTypeEnum()
* @generated
*/
int IFC_TRANSFORMER_TYPE_ENUM = 966;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTransitionCode Ifc Transition Code}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTransitionCode
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransitionCode()
* @generated
*/
int IFC_TRANSITION_CODE = 967;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElementTypeEnum Ifc Transport Element Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElementTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransportElementTypeEnum()
* @generated
*/
int IFC_TRANSPORT_ELEMENT_TYPE_ENUM = 968;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingPreference Ifc Trimming Preference}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingPreference
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrimmingPreference()
* @generated
*/
int IFC_TRIMMING_PREFERENCE = 969;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcTubeBundleTypeEnum Ifc Tube Bundle Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTubeBundleTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTubeBundleTypeEnum()
* @generated
*/
int IFC_TUBE_BUNDLE_TYPE_ENUM = 970;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcUnitEnum Ifc Unit Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcUnitEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitEnum()
* @generated
*/
int IFC_UNIT_ENUM = 971;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentTypeEnum Ifc Unitary Equipment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitaryEquipmentTypeEnum()
* @generated
*/
int IFC_UNITARY_EQUIPMENT_TYPE_ENUM = 972;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcValveTypeEnum Ifc Valve Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcValveTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcValveTypeEnum()
* @generated
*/
int IFC_VALVE_TYPE_ENUM = 973;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorTypeEnum Ifc Vibration Isolator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVibrationIsolatorTypeEnum()
* @generated
*/
int IFC_VIBRATION_ISOLATOR_TYPE_ENUM = 974;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWallTypeEnum Ifc Wall Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWallTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWallTypeEnum()
* @generated
*/
int IFC_WALL_TYPE_ENUM = 975;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWasteTerminalTypeEnum Ifc Waste Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWasteTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWasteTerminalTypeEnum()
* @generated
*/
int IFC_WASTE_TERMINAL_TYPE_ENUM = 976;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelOperationEnum Ifc Window Panel Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowPanelOperationEnum()
* @generated
*/
int IFC_WINDOW_PANEL_OPERATION_ENUM = 977;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelPositionEnum Ifc Window Panel Position Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelPositionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowPanelPositionEnum()
* @generated
*/
int IFC_WINDOW_PANEL_POSITION_ENUM = 978;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum Ifc Window Style Construction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowStyleConstructionEnum()
* @generated
*/
int IFC_WINDOW_STYLE_CONSTRUCTION_ENUM = 979;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum Ifc Window Style Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowStyleOperationEnum()
* @generated
*/
int IFC_WINDOW_STYLE_OPERATION_ENUM = 980;
/**
* The meta object id for the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum Ifc Work Control Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkControlTypeEnum()
* @generated
*/
int IFC_WORK_CONTROL_TYPE_ENUM = 981;
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.Ifc2DCompositeCurve Ifc2 DComposite Curve}'.
*
*
* @return the meta object for class 'Ifc2 DComposite Curve'.
* @see org.bimserver.models.ifc2x3tc1.Ifc2DCompositeCurve
* @generated
*/
EClass getIfc2DCompositeCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcActionRequest Ifc Action Request}'.
*
*
* @return the meta object for class 'Ifc Action Request'.
* @see org.bimserver.models.ifc2x3tc1.IfcActionRequest
* @generated
*/
EClass getIfcActionRequest();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcActionRequest#getRequestID Request ID}'.
*
*
* @return the meta object for the attribute 'Request ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcActionRequest#getRequestID()
* @see #getIfcActionRequest()
* @generated
*/
EAttribute getIfcActionRequest_RequestID();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcActor Ifc Actor}'.
*
*
* @return the meta object for class 'Ifc Actor'.
* @see org.bimserver.models.ifc2x3tc1.IfcActor
* @generated
*/
EClass getIfcActor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcActor#getTheActor The Actor}'.
*
*
* @return the meta object for the reference 'The Actor'.
* @see org.bimserver.models.ifc2x3tc1.IfcActor#getTheActor()
* @see #getIfcActor()
* @generated
*/
EReference getIfcActor_TheActor();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcActor#getIsActingUpon Is Acting Upon}'.
*
*
* @return the meta object for the reference list 'Is Acting Upon'.
* @see org.bimserver.models.ifc2x3tc1.IfcActor#getIsActingUpon()
* @see #getIfcActor()
* @generated
*/
EReference getIfcActor_IsActingUpon();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcActorRole Ifc Actor Role}'.
*
*
* @return the meta object for class 'Ifc Actor Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcActorRole
* @generated
*/
EClass getIfcActorRole();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcActorRole#getRole Role}'.
*
*
* @return the meta object for the attribute 'Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcActorRole#getRole()
* @see #getIfcActorRole()
* @generated
*/
EAttribute getIfcActorRole_Role();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcActorRole#getUserDefinedRole User Defined Role}'.
*
*
* @return the meta object for the attribute 'User Defined Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcActorRole#getUserDefinedRole()
* @see #getIfcActorRole()
* @generated
*/
EAttribute getIfcActorRole_UserDefinedRole();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcActorRole#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcActorRole#getDescription()
* @see #getIfcActorRole()
* @generated
*/
EAttribute getIfcActorRole_Description();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcActuatorType Ifc Actuator Type}'.
*
*
* @return the meta object for class 'Ifc Actuator Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcActuatorType
* @generated
*/
EClass getIfcActuatorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcActuatorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcActuatorType#getPredefinedType()
* @see #getIfcActuatorType()
* @generated
*/
EAttribute getIfcActuatorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAddress Ifc Address}'.
*
*
* @return the meta object for class 'Ifc Address'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress
* @generated
*/
EClass getIfcAddress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAddress#getPurpose Purpose}'.
*
*
* @return the meta object for the attribute 'Purpose'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress#getPurpose()
* @see #getIfcAddress()
* @generated
*/
EAttribute getIfcAddress_Purpose();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAddress#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress#getDescription()
* @see #getIfcAddress()
* @generated
*/
EAttribute getIfcAddress_Description();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAddress#getUserDefinedPurpose User Defined Purpose}'.
*
*
* @return the meta object for the attribute 'User Defined Purpose'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress#getUserDefinedPurpose()
* @see #getIfcAddress()
* @generated
*/
EAttribute getIfcAddress_UserDefinedPurpose();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAddress#getOfPerson Of Person}'.
*
*
* @return the meta object for the reference list 'Of Person'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress#getOfPerson()
* @see #getIfcAddress()
* @generated
*/
EReference getIfcAddress_OfPerson();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAddress#getOfOrganization Of Organization}'.
*
*
* @return the meta object for the reference list 'Of Organization'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddress#getOfOrganization()
* @see #getIfcAddress()
* @generated
*/
EReference getIfcAddress_OfOrganization();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxType Ifc Air Terminal Box Type}'.
*
*
* @return the meta object for class 'Ifc Air Terminal Box Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxType
* @generated
*/
EClass getIfcAirTerminalBoxType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxType#getPredefinedType()
* @see #getIfcAirTerminalBoxType()
* @generated
*/
EAttribute getIfcAirTerminalBoxType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalType Ifc Air Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Air Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalType
* @generated
*/
EClass getIfcAirTerminalType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalType#getPredefinedType()
* @see #getIfcAirTerminalType()
* @generated
*/
EAttribute getIfcAirTerminalType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryType Ifc Air To Air Heat Recovery Type}'.
*
*
* @return the meta object for class 'Ifc Air To Air Heat Recovery Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryType
* @generated
*/
EClass getIfcAirToAirHeatRecoveryType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryType#getPredefinedType()
* @see #getIfcAirToAirHeatRecoveryType()
* @generated
*/
EAttribute getIfcAirToAirHeatRecoveryType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAlarmType Ifc Alarm Type}'.
*
*
* @return the meta object for class 'Ifc Alarm Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAlarmType
* @generated
*/
EClass getIfcAlarmType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAlarmType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcAlarmType#getPredefinedType()
* @see #getIfcAlarmType()
* @generated
*/
EAttribute getIfcAlarmType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAngularDimension Ifc Angular Dimension}'.
*
*
* @return the meta object for class 'Ifc Angular Dimension'.
* @see org.bimserver.models.ifc2x3tc1.IfcAngularDimension
* @generated
*/
EClass getIfcAngularDimension();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotation Ifc Annotation}'.
*
*
* @return the meta object for class 'Ifc Annotation'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotation
* @generated
*/
EClass getIfcAnnotation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotation#getContainedInStructure Contained In Structure}'.
*
*
* @return the meta object for the reference list 'Contained In Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotation#getContainedInStructure()
* @see #getIfcAnnotation()
* @generated
*/
EReference getIfcAnnotation_ContainedInStructure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationCurveOccurrence Ifc Annotation Curve Occurrence}'.
*
*
* @return the meta object for class 'Ifc Annotation Curve Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationCurveOccurrence
* @generated
*/
EClass getIfcAnnotationCurveOccurrence();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea Ifc Annotation Fill Area}'.
*
*
* @return the meta object for class 'Ifc Annotation Fill Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea
* @generated
*/
EClass getIfcAnnotationFillArea();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea#getOuterBoundary Outer Boundary}'.
*
*
* @return the meta object for the reference 'Outer Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea#getOuterBoundary()
* @see #getIfcAnnotationFillArea()
* @generated
*/
EReference getIfcAnnotationFillArea_OuterBoundary();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea#getInnerBoundaries Inner Boundaries}'.
*
*
* @return the meta object for the reference list 'Inner Boundaries'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillArea#getInnerBoundaries()
* @see #getIfcAnnotationFillArea()
* @generated
*/
EReference getIfcAnnotationFillArea_InnerBoundaries();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence Ifc Annotation Fill Area Occurrence}'.
*
*
* @return the meta object for class 'Ifc Annotation Fill Area Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence
* @generated
*/
EClass getIfcAnnotationFillAreaOccurrence();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence#getFillStyleTarget Fill Style Target}'.
*
*
* @return the meta object for the reference 'Fill Style Target'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence#getFillStyleTarget()
* @see #getIfcAnnotationFillAreaOccurrence()
* @generated
*/
EReference getIfcAnnotationFillAreaOccurrence_FillStyleTarget();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence#getGlobalOrLocal Global Or Local}'.
*
*
* @return the meta object for the attribute 'Global Or Local'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationFillAreaOccurrence#getGlobalOrLocal()
* @see #getIfcAnnotationFillAreaOccurrence()
* @generated
*/
EAttribute getIfcAnnotationFillAreaOccurrence_GlobalOrLocal();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationOccurrence Ifc Annotation Occurrence}'.
*
*
* @return the meta object for class 'Ifc Annotation Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationOccurrence
* @generated
*/
EClass getIfcAnnotationOccurrence();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface Ifc Annotation Surface}'.
*
*
* @return the meta object for class 'Ifc Annotation Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface
* @generated
*/
EClass getIfcAnnotationSurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface#getItem Item}'.
*
*
* @return the meta object for the reference 'Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface#getItem()
* @see #getIfcAnnotationSurface()
* @generated
*/
EReference getIfcAnnotationSurface_Item();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface#getTextureCoordinates Texture Coordinates}'.
*
*
* @return the meta object for the reference 'Texture Coordinates'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSurface#getTextureCoordinates()
* @see #getIfcAnnotationSurface()
* @generated
*/
EReference getIfcAnnotationSurface_TextureCoordinates();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSurfaceOccurrence Ifc Annotation Surface Occurrence}'.
*
*
* @return the meta object for class 'Ifc Annotation Surface Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSurfaceOccurrence
* @generated
*/
EClass getIfcAnnotationSurfaceOccurrence();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationSymbolOccurrence Ifc Annotation Symbol Occurrence}'.
*
*
* @return the meta object for class 'Ifc Annotation Symbol Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationSymbolOccurrence
* @generated
*/
EClass getIfcAnnotationSymbolOccurrence();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAnnotationTextOccurrence Ifc Annotation Text Occurrence}'.
*
*
* @return the meta object for class 'Ifc Annotation Text Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnnotationTextOccurrence
* @generated
*/
EClass getIfcAnnotationTextOccurrence();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcApplication Ifc Application}'.
*
*
* @return the meta object for class 'Ifc Application'.
* @see org.bimserver.models.ifc2x3tc1.IfcApplication
* @generated
*/
EClass getIfcApplication();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApplication#getApplicationDeveloper Application Developer}'.
*
*
* @return the meta object for the reference 'Application Developer'.
* @see org.bimserver.models.ifc2x3tc1.IfcApplication#getApplicationDeveloper()
* @see #getIfcApplication()
* @generated
*/
EReference getIfcApplication_ApplicationDeveloper();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApplication#getVersion Version}'.
*
*
* @return the meta object for the attribute 'Version'.
* @see org.bimserver.models.ifc2x3tc1.IfcApplication#getVersion()
* @see #getIfcApplication()
* @generated
*/
EAttribute getIfcApplication_Version();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApplication#getApplicationFullName Application Full Name}'.
*
*
* @return the meta object for the attribute 'Application Full Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcApplication#getApplicationFullName()
* @see #getIfcApplication()
* @generated
*/
EAttribute getIfcApplication_ApplicationFullName();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApplication#getApplicationIdentifier Application Identifier}'.
*
*
* @return the meta object for the attribute 'Application Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcApplication#getApplicationIdentifier()
* @see #getIfcApplication()
* @generated
*/
EAttribute getIfcApplication_ApplicationIdentifier();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue Ifc Applied Value}'.
*
*
* @return the meta object for class 'Ifc Applied Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue
* @generated
*/
EClass getIfcAppliedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getName()
* @see #getIfcAppliedValue()
* @generated
*/
EAttribute getIfcAppliedValue_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getDescription()
* @see #getIfcAppliedValue()
* @generated
*/
EAttribute getIfcAppliedValue_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getAppliedValue Applied Value}'.
*
*
* @return the meta object for the reference 'Applied Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getAppliedValue()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_AppliedValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getUnitBasis Unit Basis}'.
*
*
* @return the meta object for the reference 'Unit Basis'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getUnitBasis()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_UnitBasis();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getApplicableDate Applicable Date}'.
*
*
* @return the meta object for the reference 'Applicable Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getApplicableDate()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_ApplicableDate();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getFixedUntilDate Fixed Until Date}'.
*
*
* @return the meta object for the reference 'Fixed Until Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getFixedUntilDate()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_FixedUntilDate();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValuesReferenced Values Referenced}'.
*
*
* @return the meta object for the reference list 'Values Referenced'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValuesReferenced()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_ValuesReferenced();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValueOfComponents Value Of Components}'.
*
*
* @return the meta object for the reference list 'Value Of Components'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValueOfComponents()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_ValueOfComponents();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getIsComponentIn Is Component In}'.
*
*
* @return the meta object for the reference list 'Is Component In'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getIsComponentIn()
* @see #getIfcAppliedValue()
* @generated
*/
EReference getIfcAppliedValue_IsComponentIn();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship Ifc Applied Value Relationship}'.
*
*
* @return the meta object for class 'Ifc Applied Value Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship
* @generated
*/
EClass getIfcAppliedValueRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponentOfTotal Component Of Total}'.
*
*
* @return the meta object for the reference 'Component Of Total'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponentOfTotal()
* @see #getIfcAppliedValueRelationship()
* @generated
*/
EReference getIfcAppliedValueRelationship_ComponentOfTotal();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponents Components}'.
*
*
* @return the meta object for the reference list 'Components'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponents()
* @see #getIfcAppliedValueRelationship()
* @generated
*/
EReference getIfcAppliedValueRelationship_Components();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getArithmeticOperator Arithmetic Operator}'.
*
*
* @return the meta object for the attribute 'Arithmetic Operator'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getArithmeticOperator()
* @see #getIfcAppliedValueRelationship()
* @generated
*/
EAttribute getIfcAppliedValueRelationship_ArithmeticOperator();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getName()
* @see #getIfcAppliedValueRelationship()
* @generated
*/
EAttribute getIfcAppliedValueRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getDescription()
* @see #getIfcAppliedValueRelationship()
* @generated
*/
EAttribute getIfcAppliedValueRelationship_Description();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcApproval Ifc Approval}'.
*
*
* @return the meta object for class 'Ifc Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval
* @generated
*/
EClass getIfcApproval();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getDescription()
* @see #getIfcApproval()
* @generated
*/
EAttribute getIfcApproval_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalDateTime Approval Date Time}'.
*
*
* @return the meta object for the reference 'Approval Date Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalDateTime()
* @see #getIfcApproval()
* @generated
*/
EReference getIfcApproval_ApprovalDateTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalStatus Approval Status}'.
*
*
* @return the meta object for the attribute 'Approval Status'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalStatus()
* @see #getIfcApproval()
* @generated
*/
EAttribute getIfcApproval_ApprovalStatus();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalLevel Approval Level}'.
*
*
* @return the meta object for the attribute 'Approval Level'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalLevel()
* @see #getIfcApproval()
* @generated
*/
EAttribute getIfcApproval_ApprovalLevel();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalQualifier Approval Qualifier}'.
*
*
* @return the meta object for the attribute 'Approval Qualifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalQualifier()
* @see #getIfcApproval()
* @generated
*/
EAttribute getIfcApproval_ApprovalQualifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getName()
* @see #getIfcApproval()
* @generated
*/
EAttribute getIfcApproval_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIdentifier Identifier}'.
*
*
* @return the meta object for the attribute 'Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getIdentifier()
* @see #getIfcApproval()
* @generated
*/
EAttribute getIfcApproval_Identifier();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getActors Actors}'.
*
*
* @return the meta object for the reference list 'Actors'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getActors()
* @see #getIfcApproval()
* @generated
*/
EReference getIfcApproval_Actors();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIsRelatedWith Is Related With}'.
*
*
* @return the meta object for the reference list 'Is Related With'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getIsRelatedWith()
* @see #getIfcApproval()
* @generated
*/
EReference getIfcApproval_IsRelatedWith();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getRelates Relates}'.
*
*
* @return the meta object for the reference list 'Relates'.
* @see org.bimserver.models.ifc2x3tc1.IfcApproval#getRelates()
* @see #getIfcApproval()
* @generated
*/
EReference getIfcApproval_Relates();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship Ifc Approval Actor Relationship}'.
*
*
* @return the meta object for class 'Ifc Approval Actor Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship
* @generated
*/
EClass getIfcApprovalActorRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getActor Actor}'.
*
*
* @return the meta object for the reference 'Actor'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getActor()
* @see #getIfcApprovalActorRelationship()
* @generated
*/
EReference getIfcApprovalActorRelationship_Actor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getApproval Approval}'.
*
*
* @return the meta object for the reference 'Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getApproval()
* @see #getIfcApprovalActorRelationship()
* @generated
*/
EReference getIfcApprovalActorRelationship_Approval();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getRole Role}'.
*
*
* @return the meta object for the reference 'Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getRole()
* @see #getIfcApprovalActorRelationship()
* @generated
*/
EReference getIfcApprovalActorRelationship_Role();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship Ifc Approval Property Relationship}'.
*
*
* @return the meta object for class 'Ifc Approval Property Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship
* @generated
*/
EClass getIfcApprovalPropertyRelationship();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship#getApprovedProperties Approved Properties}'.
*
*
* @return the meta object for the reference list 'Approved Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship#getApprovedProperties()
* @see #getIfcApprovalPropertyRelationship()
* @generated
*/
EReference getIfcApprovalPropertyRelationship_ApprovedProperties();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship#getApproval Approval}'.
*
*
* @return the meta object for the reference 'Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalPropertyRelationship#getApproval()
* @see #getIfcApprovalPropertyRelationship()
* @generated
*/
EReference getIfcApprovalPropertyRelationship_Approval();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship Ifc Approval Relationship}'.
*
*
* @return the meta object for class 'Ifc Approval Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship
* @generated
*/
EClass getIfcApprovalRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatedApproval Related Approval}'.
*
*
* @return the meta object for the reference 'Related Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatedApproval()
* @see #getIfcApprovalRelationship()
* @generated
*/
EReference getIfcApprovalRelationship_RelatedApproval();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatingApproval Relating Approval}'.
*
*
* @return the meta object for the reference 'Relating Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatingApproval()
* @see #getIfcApprovalRelationship()
* @generated
*/
EReference getIfcApprovalRelationship_RelatingApproval();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getDescription()
* @see #getIfcApprovalRelationship()
* @generated
*/
EAttribute getIfcApprovalRelationship_Description();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getName()
* @see #getIfcApprovalRelationship()
* @generated
*/
EAttribute getIfcApprovalRelationship_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryClosedProfileDef Ifc Arbitrary Closed Profile Def}'.
*
*
* @return the meta object for class 'Ifc Arbitrary Closed Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryClosedProfileDef
* @generated
*/
EClass getIfcArbitraryClosedProfileDef();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryClosedProfileDef#getOuterCurve Outer Curve}'.
*
*
* @return the meta object for the reference 'Outer Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryClosedProfileDef#getOuterCurve()
* @see #getIfcArbitraryClosedProfileDef()
* @generated
*/
EReference getIfcArbitraryClosedProfileDef_OuterCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryOpenProfileDef Ifc Arbitrary Open Profile Def}'.
*
*
* @return the meta object for class 'Ifc Arbitrary Open Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryOpenProfileDef
* @generated
*/
EClass getIfcArbitraryOpenProfileDef();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryOpenProfileDef#getCurve Curve}'.
*
*
* @return the meta object for the reference 'Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryOpenProfileDef#getCurve()
* @see #getIfcArbitraryOpenProfileDef()
* @generated
*/
EReference getIfcArbitraryOpenProfileDef_Curve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryProfileDefWithVoids Ifc Arbitrary Profile Def With Voids}'.
*
*
* @return the meta object for class 'Ifc Arbitrary Profile Def With Voids'.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryProfileDefWithVoids
* @generated
*/
EClass getIfcArbitraryProfileDefWithVoids();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcArbitraryProfileDefWithVoids#getInnerCurves Inner Curves}'.
*
*
* @return the meta object for the reference list 'Inner Curves'.
* @see org.bimserver.models.ifc2x3tc1.IfcArbitraryProfileDefWithVoids#getInnerCurves()
* @see #getIfcArbitraryProfileDefWithVoids()
* @generated
*/
EReference getIfcArbitraryProfileDefWithVoids_InnerCurves();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAsset Ifc Asset}'.
*
*
* @return the meta object for class 'Ifc Asset'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset
* @generated
*/
EClass getIfcAsset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getAssetID Asset ID}'.
*
*
* @return the meta object for the attribute 'Asset ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getAssetID()
* @see #getIfcAsset()
* @generated
*/
EAttribute getIfcAsset_AssetID();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getOriginalValue Original Value}'.
*
*
* @return the meta object for the reference 'Original Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getOriginalValue()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_OriginalValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getCurrentValue Current Value}'.
*
*
* @return the meta object for the reference 'Current Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getCurrentValue()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_CurrentValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getTotalReplacementCost Total Replacement Cost}'.
*
*
* @return the meta object for the reference 'Total Replacement Cost'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getTotalReplacementCost()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_TotalReplacementCost();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getOwner Owner}'.
*
*
* @return the meta object for the reference 'Owner'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getOwner()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_Owner();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getUser User}'.
*
*
* @return the meta object for the reference 'User'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getUser()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_User();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getResponsiblePerson Responsible Person}'.
*
*
* @return the meta object for the reference 'Responsible Person'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getResponsiblePerson()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_ResponsiblePerson();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getIncorporationDate Incorporation Date}'.
*
*
* @return the meta object for the reference 'Incorporation Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getIncorporationDate()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_IncorporationDate();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAsset#getDepreciatedValue Depreciated Value}'.
*
*
* @return the meta object for the reference 'Depreciated Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsset#getDepreciatedValue()
* @see #getIfcAsset()
* @generated
*/
EReference getIfcAsset_DepreciatedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef Ifc Asymmetric IShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc Asymmetric IShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef
* @generated
*/
EClass getIfcAsymmetricIShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidth Top Flange Width}'.
*
*
* @return the meta object for the attribute 'Top Flange Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidth()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_TopFlangeWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidthAsString Top Flange Width As String}'.
*
*
* @return the meta object for the attribute 'Top Flange Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeWidthAsString()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_TopFlangeWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness Top Flange Thickness}'.
*
*
* @return the meta object for the attribute 'Top Flange Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThickness()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_TopFlangeThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString Top Flange Thickness As String}'.
*
*
* @return the meta object for the attribute 'Top Flange Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeThicknessAsString()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_TopFlangeThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius Top Flange Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Top Flange Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadius()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString Top Flange Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Top Flange Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getTopFlangeFilletRadiusAsString()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInY()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_CentreOfGravityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAsymmetricIShapeProfileDef#getCentreOfGravityInYAsString()
* @see #getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EAttribute getIfcAsymmetricIShapeProfileDef_CentreOfGravityInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis1Placement Ifc Axis1 Placement}'.
*
*
* @return the meta object for class 'Ifc Axis1 Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis1Placement
* @generated
*/
EClass getIfcAxis1Placement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAxis1Placement#getAxis Axis}'.
*
*
* @return the meta object for the reference 'Axis'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis1Placement#getAxis()
* @see #getIfcAxis1Placement()
* @generated
*/
EReference getIfcAxis1Placement_Axis();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement2D Ifc Axis2 Placement2 D}'.
*
*
* @return the meta object for class 'Ifc Axis2 Placement2 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement2D
* @generated
*/
EClass getIfcAxis2Placement2D();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement2D#getRefDirection Ref Direction}'.
*
*
* @return the meta object for the reference 'Ref Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement2D#getRefDirection()
* @see #getIfcAxis2Placement2D()
* @generated
*/
EReference getIfcAxis2Placement2D_RefDirection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D Ifc Axis2 Placement3 D}'.
*
*
* @return the meta object for class 'Ifc Axis2 Placement3 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D
* @generated
*/
EClass getIfcAxis2Placement3D();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D#getAxis Axis}'.
*
*
* @return the meta object for the reference 'Axis'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D#getAxis()
* @see #getIfcAxis2Placement3D()
* @generated
*/
EReference getIfcAxis2Placement3D_Axis();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D#getRefDirection Ref Direction}'.
*
*
* @return the meta object for the reference 'Ref Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement3D#getRefDirection()
* @see #getIfcAxis2Placement3D()
* @generated
*/
EReference getIfcAxis2Placement3D_RefDirection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve Ifc BSpline Curve}'.
*
*
* @return the meta object for class 'Ifc BSpline Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve
* @generated
*/
EClass getIfcBSplineCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#getDegree Degree}'.
*
*
* @return the meta object for the attribute 'Degree'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#getDegree()
* @see #getIfcBSplineCurve()
* @generated
*/
EAttribute getIfcBSplineCurve_Degree();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#getControlPointsList Control Points List}'.
*
*
* @return the meta object for the reference list 'Control Points List'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#getControlPointsList()
* @see #getIfcBSplineCurve()
* @generated
*/
EReference getIfcBSplineCurve_ControlPointsList();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#getCurveForm Curve Form}'.
*
*
* @return the meta object for the attribute 'Curve Form'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#getCurveForm()
* @see #getIfcBSplineCurve()
* @generated
*/
EAttribute getIfcBSplineCurve_CurveForm();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#isClosedCurve Closed Curve}'.
*
*
* @return the meta object for the attribute 'Closed Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#isClosedCurve()
* @see #getIfcBSplineCurve()
* @generated
*/
EAttribute getIfcBSplineCurve_ClosedCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#isSelfIntersect Self Intersect}'.
*
*
* @return the meta object for the attribute 'Self Intersect'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurve#isSelfIntersect()
* @see #getIfcBSplineCurve()
* @generated
*/
EAttribute getIfcBSplineCurve_SelfIntersect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBeam Ifc Beam}'.
*
*
* @return the meta object for class 'Ifc Beam'.
* @see org.bimserver.models.ifc2x3tc1.IfcBeam
* @generated
*/
EClass getIfcBeam();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBeamType Ifc Beam Type}'.
*
*
* @return the meta object for class 'Ifc Beam Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBeamType
* @generated
*/
EClass getIfcBeamType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBeamType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBeamType#getPredefinedType()
* @see #getIfcBeamType()
* @generated
*/
EAttribute getIfcBeamType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBezierCurve Ifc Bezier Curve}'.
*
*
* @return the meta object for class 'Ifc Bezier Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcBezierCurve
* @generated
*/
EClass getIfcBezierCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBlobTexture Ifc Blob Texture}'.
*
*
* @return the meta object for class 'Ifc Blob Texture'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlobTexture
* @generated
*/
EClass getIfcBlobTexture();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlobTexture#getRasterFormat Raster Format}'.
*
*
* @return the meta object for the attribute 'Raster Format'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlobTexture#getRasterFormat()
* @see #getIfcBlobTexture()
* @generated
*/
EAttribute getIfcBlobTexture_RasterFormat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlobTexture#getRasterCode Raster Code}'.
*
*
* @return the meta object for the attribute 'Raster Code'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlobTexture#getRasterCode()
* @see #getIfcBlobTexture()
* @generated
*/
EAttribute getIfcBlobTexture_RasterCode();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBlock Ifc Block}'.
*
*
* @return the meta object for class 'Ifc Block'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock
* @generated
*/
EClass getIfcBlock();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlock#getXLength XLength}'.
*
*
* @return the meta object for the attribute 'XLength'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock#getXLength()
* @see #getIfcBlock()
* @generated
*/
EAttribute getIfcBlock_XLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlock#getXLengthAsString XLength As String}'.
*
*
* @return the meta object for the attribute 'XLength As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock#getXLengthAsString()
* @see #getIfcBlock()
* @generated
*/
EAttribute getIfcBlock_XLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlock#getYLength YLength}'.
*
*
* @return the meta object for the attribute 'YLength'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock#getYLength()
* @see #getIfcBlock()
* @generated
*/
EAttribute getIfcBlock_YLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlock#getYLengthAsString YLength As String}'.
*
*
* @return the meta object for the attribute 'YLength As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock#getYLengthAsString()
* @see #getIfcBlock()
* @generated
*/
EAttribute getIfcBlock_YLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlock#getZLength ZLength}'.
*
*
* @return the meta object for the attribute 'ZLength'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock#getZLength()
* @see #getIfcBlock()
* @generated
*/
EAttribute getIfcBlock_ZLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBlock#getZLengthAsString ZLength As String}'.
*
*
* @return the meta object for the attribute 'ZLength As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBlock#getZLengthAsString()
* @see #getIfcBlock()
* @generated
*/
EAttribute getIfcBlock_ZLengthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoilerType Ifc Boiler Type}'.
*
*
* @return the meta object for class 'Ifc Boiler Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoilerType
* @generated
*/
EClass getIfcBoilerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoilerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoilerType#getPredefinedType()
* @see #getIfcBoilerType()
* @generated
*/
EAttribute getIfcBoilerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanClippingResult Ifc Boolean Clipping Result}'.
*
*
* @return the meta object for class 'Ifc Boolean Clipping Result'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanClippingResult
* @generated
*/
EClass getIfcBooleanClippingResult();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanResult Ifc Boolean Result}'.
*
*
* @return the meta object for class 'Ifc Boolean Result'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanResult
* @generated
*/
EClass getIfcBooleanResult();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getOperator Operator}'.
*
*
* @return the meta object for the attribute 'Operator'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getOperator()
* @see #getIfcBooleanResult()
* @generated
*/
EAttribute getIfcBooleanResult_Operator();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getFirstOperand First Operand}'.
*
*
* @return the meta object for the reference 'First Operand'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getFirstOperand()
* @see #getIfcBooleanResult()
* @generated
*/
EReference getIfcBooleanResult_FirstOperand();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getSecondOperand Second Operand}'.
*
*
* @return the meta object for the reference 'Second Operand'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getSecondOperand()
* @see #getIfcBooleanResult()
* @generated
*/
EReference getIfcBooleanResult_SecondOperand();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanResult#getDim()
* @see #getIfcBooleanResult()
* @generated
*/
EAttribute getIfcBooleanResult_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryCondition Ifc Boundary Condition}'.
*
*
* @return the meta object for class 'Ifc Boundary Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryCondition
* @generated
*/
EClass getIfcBoundaryCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryCondition#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryCondition#getName()
* @see #getIfcBoundaryCondition()
* @generated
*/
EAttribute getIfcBoundaryCondition_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition Ifc Boundary Edge Condition}'.
*
*
* @return the meta object for class 'Ifc Boundary Edge Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition
* @generated
*/
EClass getIfcBoundaryEdgeCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthX Linear Stiffness By Length X}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Length X'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthX()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_LinearStiffnessByLengthX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthXAsString Linear Stiffness By Length XAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Length XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthXAsString()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_LinearStiffnessByLengthXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthY Linear Stiffness By Length Y}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Length Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthY()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_LinearStiffnessByLengthY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthYAsString Linear Stiffness By Length YAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Length YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthYAsString()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_LinearStiffnessByLengthYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZ Linear Stiffness By Length Z}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Length Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZ()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_LinearStiffnessByLengthZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZAsString Linear Stiffness By Length ZAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Length ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getLinearStiffnessByLengthZAsString()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_LinearStiffnessByLengthZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX Rotational Stiffness By Length X}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness By Length X'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthX()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthXAsString Rotational Stiffness By Length XAs String}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness By Length XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthXAsString()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY Rotational Stiffness By Length Y}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness By Length Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthY()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthYAsString Rotational Stiffness By Length YAs String}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness By Length YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthYAsString()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ Rotational Stiffness By Length Z}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness By Length Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZ()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZAsString Rotational Stiffness By Length ZAs String}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness By Length ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryEdgeCondition#getRotationalStiffnessByLengthZAsString()
* @see #getIfcBoundaryEdgeCondition()
* @generated
*/
EAttribute getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition Ifc Boundary Face Condition}'.
*
*
* @return the meta object for class 'Ifc Boundary Face Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition
* @generated
*/
EClass getIfcBoundaryFaceCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaX Linear Stiffness By Area X}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Area X'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaX()
* @see #getIfcBoundaryFaceCondition()
* @generated
*/
EAttribute getIfcBoundaryFaceCondition_LinearStiffnessByAreaX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaXAsString Linear Stiffness By Area XAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Area XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaXAsString()
* @see #getIfcBoundaryFaceCondition()
* @generated
*/
EAttribute getIfcBoundaryFaceCondition_LinearStiffnessByAreaXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaY Linear Stiffness By Area Y}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Area Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaY()
* @see #getIfcBoundaryFaceCondition()
* @generated
*/
EAttribute getIfcBoundaryFaceCondition_LinearStiffnessByAreaY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaYAsString Linear Stiffness By Area YAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Area YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaYAsString()
* @see #getIfcBoundaryFaceCondition()
* @generated
*/
EAttribute getIfcBoundaryFaceCondition_LinearStiffnessByAreaYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaZ Linear Stiffness By Area Z}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Area Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaZ()
* @see #getIfcBoundaryFaceCondition()
* @generated
*/
EAttribute getIfcBoundaryFaceCondition_LinearStiffnessByAreaZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaZAsString Linear Stiffness By Area ZAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness By Area ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryFaceCondition#getLinearStiffnessByAreaZAsString()
* @see #getIfcBoundaryFaceCondition()
* @generated
*/
EAttribute getIfcBoundaryFaceCondition_LinearStiffnessByAreaZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition Ifc Boundary Node Condition}'.
*
*
* @return the meta object for class 'Ifc Boundary Node Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition
* @generated
*/
EClass getIfcBoundaryNodeCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessX Linear Stiffness X}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness X'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessX()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_LinearStiffnessX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessXAsString Linear Stiffness XAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessXAsString()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_LinearStiffnessXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessY Linear Stiffness Y}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessY()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_LinearStiffnessY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessYAsString Linear Stiffness YAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessYAsString()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_LinearStiffnessYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessZ Linear Stiffness Z}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessZ()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_LinearStiffnessZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessZAsString Linear Stiffness ZAs String}'.
*
*
* @return the meta object for the attribute 'Linear Stiffness ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getLinearStiffnessZAsString()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_LinearStiffnessZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessX Rotational Stiffness X}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness X'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessX()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_RotationalStiffnessX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessXAsString Rotational Stiffness XAs String}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessXAsString()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_RotationalStiffnessXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessY Rotational Stiffness Y}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessY()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_RotationalStiffnessY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessYAsString Rotational Stiffness YAs String}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessYAsString()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_RotationalStiffnessYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessZ Rotational Stiffness Z}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessZ()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_RotationalStiffnessZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessZAsString Rotational Stiffness ZAs String}'.
*
*
* @return the meta object for the attribute 'Rotational Stiffness ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeCondition#getRotationalStiffnessZAsString()
* @see #getIfcBoundaryNodeCondition()
* @generated
*/
EAttribute getIfcBoundaryNodeCondition_RotationalStiffnessZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping Ifc Boundary Node Condition Warping}'.
*
*
* @return the meta object for class 'Ifc Boundary Node Condition Warping'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping
* @generated
*/
EClass getIfcBoundaryNodeConditionWarping();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping#getWarpingStiffness Warping Stiffness}'.
*
*
* @return the meta object for the attribute 'Warping Stiffness'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping#getWarpingStiffness()
* @see #getIfcBoundaryNodeConditionWarping()
* @generated
*/
EAttribute getIfcBoundaryNodeConditionWarping_WarpingStiffness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping#getWarpingStiffnessAsString Warping Stiffness As String}'.
*
*
* @return the meta object for the attribute 'Warping Stiffness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundaryNodeConditionWarping#getWarpingStiffnessAsString()
* @see #getIfcBoundaryNodeConditionWarping()
* @generated
*/
EAttribute getIfcBoundaryNodeConditionWarping_WarpingStiffnessAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundedCurve Ifc Bounded Curve}'.
*
*
* @return the meta object for class 'Ifc Bounded Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundedCurve
* @generated
*/
EClass getIfcBoundedCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundedSurface Ifc Bounded Surface}'.
*
*
* @return the meta object for class 'Ifc Bounded Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundedSurface
* @generated
*/
EClass getIfcBoundedSurface();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox Ifc Bounding Box}'.
*
*
* @return the meta object for class 'Ifc Bounding Box'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox
* @generated
*/
EClass getIfcBoundingBox();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getCorner Corner}'.
*
*
* @return the meta object for the reference 'Corner'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getCorner()
* @see #getIfcBoundingBox()
* @generated
*/
EReference getIfcBoundingBox_Corner();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getXDim XDim}'.
*
*
* @return the meta object for the attribute 'XDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getXDim()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_XDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getXDimAsString XDim As String}'.
*
*
* @return the meta object for the attribute 'XDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getXDimAsString()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_XDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getYDim YDim}'.
*
*
* @return the meta object for the attribute 'YDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getYDim()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_YDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getYDimAsString YDim As String}'.
*
*
* @return the meta object for the attribute 'YDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getYDimAsString()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_YDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getZDim ZDim}'.
*
*
* @return the meta object for the attribute 'ZDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getZDim()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_ZDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getZDimAsString ZDim As String}'.
*
*
* @return the meta object for the attribute 'ZDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getZDimAsString()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_ZDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoundingBox#getDim()
* @see #getIfcBoundingBox()
* @generated
*/
EAttribute getIfcBoundingBox_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoxedHalfSpace Ifc Boxed Half Space}'.
*
*
* @return the meta object for class 'Ifc Boxed Half Space'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoxedHalfSpace
* @generated
*/
EClass getIfcBoxedHalfSpace();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcBoxedHalfSpace#getEnclosure Enclosure}'.
*
*
* @return the meta object for the reference 'Enclosure'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoxedHalfSpace#getEnclosure()
* @see #getIfcBoxedHalfSpace()
* @generated
*/
EReference getIfcBoxedHalfSpace_Enclosure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding Ifc Building}'.
*
*
* @return the meta object for class 'Ifc Building'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding
* @generated
*/
EClass getIfcBuilding();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfRefHeight Elevation Of Ref Height}'.
*
*
* @return the meta object for the attribute 'Elevation Of Ref Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfRefHeight()
* @see #getIfcBuilding()
* @generated
*/
EAttribute getIfcBuilding_ElevationOfRefHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfRefHeightAsString Elevation Of Ref Height As String}'.
*
*
* @return the meta object for the attribute 'Elevation Of Ref Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfRefHeightAsString()
* @see #getIfcBuilding()
* @generated
*/
EAttribute getIfcBuilding_ElevationOfRefHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfTerrain Elevation Of Terrain}'.
*
*
* @return the meta object for the attribute 'Elevation Of Terrain'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfTerrain()
* @see #getIfcBuilding()
* @generated
*/
EAttribute getIfcBuilding_ElevationOfTerrain();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfTerrainAsString Elevation Of Terrain As String}'.
*
*
* @return the meta object for the attribute 'Elevation Of Terrain As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding#getElevationOfTerrainAsString()
* @see #getIfcBuilding()
* @generated
*/
EAttribute getIfcBuilding_ElevationOfTerrainAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcBuilding#getBuildingAddress Building Address}'.
*
*
* @return the meta object for the reference 'Building Address'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuilding#getBuildingAddress()
* @see #getIfcBuilding()
* @generated
*/
EReference getIfcBuilding_BuildingAddress();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElement Ifc Building Element}'.
*
*
* @return the meta object for class 'Ifc Building Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElement
* @generated
*/
EClass getIfcBuildingElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementComponent Ifc Building Element Component}'.
*
*
* @return the meta object for class 'Ifc Building Element Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementComponent
* @generated
*/
EClass getIfcBuildingElementComponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementPart Ifc Building Element Part}'.
*
*
* @return the meta object for class 'Ifc Building Element Part'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementPart
* @generated
*/
EClass getIfcBuildingElementPart();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxy Ifc Building Element Proxy}'.
*
*
* @return the meta object for class 'Ifc Building Element Proxy'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxy
* @generated
*/
EClass getIfcBuildingElementProxy();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxy#getCompositionType Composition Type}'.
*
*
* @return the meta object for the attribute 'Composition Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxy#getCompositionType()
* @see #getIfcBuildingElementProxy()
* @generated
*/
EAttribute getIfcBuildingElementProxy_CompositionType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyType Ifc Building Element Proxy Type}'.
*
*
* @return the meta object for class 'Ifc Building Element Proxy Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyType
* @generated
*/
EClass getIfcBuildingElementProxyType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyType#getPredefinedType()
* @see #getIfcBuildingElementProxyType()
* @generated
*/
EAttribute getIfcBuildingElementProxyType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementType Ifc Building Element Type}'.
*
*
* @return the meta object for class 'Ifc Building Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementType
* @generated
*/
EClass getIfcBuildingElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingStorey Ifc Building Storey}'.
*
*
* @return the meta object for class 'Ifc Building Storey'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingStorey
* @generated
*/
EClass getIfcBuildingStorey();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingStorey#getElevation Elevation}'.
*
*
* @return the meta object for the attribute 'Elevation'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingStorey#getElevation()
* @see #getIfcBuildingStorey()
* @generated
*/
EAttribute getIfcBuildingStorey_Elevation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingStorey#getElevationAsString Elevation As String}'.
*
*
* @return the meta object for the attribute 'Elevation As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingStorey#getElevationAsString()
* @see #getIfcBuildingStorey()
* @generated
*/
EAttribute getIfcBuildingStorey_ElevationAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef Ifc CShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc CShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef
* @generated
*/
EClass getIfcCShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getDepth()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getDepthAsString()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_DepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidth Width}'.
*
*
* @return the meta object for the attribute 'Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidth()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_Width();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidthAsString Width As String}'.
*
*
* @return the meta object for the attribute 'Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWidthAsString()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_WidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThickness Wall Thickness}'.
*
*
* @return the meta object for the attribute 'Wall Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThickness()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_WallThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThicknessAsString Wall Thickness As String}'.
*
*
* @return the meta object for the attribute 'Wall Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getWallThicknessAsString()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_WallThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirth Girth}'.
*
*
* @return the meta object for the attribute 'Girth'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirth()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_Girth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirthAsString Girth As String}'.
*
*
* @return the meta object for the attribute 'Girth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getGirthAsString()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_GirthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadius Internal Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Internal Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadius()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_InternalFilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadiusAsString Internal Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Internal Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getInternalFilletRadiusAsString()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_InternalFilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In X'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInX()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_CentreOfGravityInX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCShapeProfileDef#getCentreOfGravityInXAsString()
* @see #getIfcCShapeProfileDef()
* @generated
*/
EAttribute getIfcCShapeProfileDef_CentreOfGravityInXAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingType Ifc Cable Carrier Fitting Type}'.
*
*
* @return the meta object for class 'Ifc Cable Carrier Fitting Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingType
* @generated
*/
EClass getIfcCableCarrierFittingType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingType#getPredefinedType()
* @see #getIfcCableCarrierFittingType()
* @generated
*/
EAttribute getIfcCableCarrierFittingType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentType Ifc Cable Carrier Segment Type}'.
*
*
* @return the meta object for class 'Ifc Cable Carrier Segment Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentType
* @generated
*/
EClass getIfcCableCarrierSegmentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentType#getPredefinedType()
* @see #getIfcCableCarrierSegmentType()
* @generated
*/
EAttribute getIfcCableCarrierSegmentType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCableSegmentType Ifc Cable Segment Type}'.
*
*
* @return the meta object for class 'Ifc Cable Segment Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableSegmentType
* @generated
*/
EClass getIfcCableSegmentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCableSegmentType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableSegmentType#getPredefinedType()
* @see #getIfcCableSegmentType()
* @generated
*/
EAttribute getIfcCableSegmentType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCalendarDate Ifc Calendar Date}'.
*
*
* @return the meta object for class 'Ifc Calendar Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcCalendarDate
* @generated
*/
EClass getIfcCalendarDate();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCalendarDate#getDayComponent Day Component}'.
*
*
* @return the meta object for the attribute 'Day Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcCalendarDate#getDayComponent()
* @see #getIfcCalendarDate()
* @generated
*/
EAttribute getIfcCalendarDate_DayComponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCalendarDate#getMonthComponent Month Component}'.
*
*
* @return the meta object for the attribute 'Month Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcCalendarDate#getMonthComponent()
* @see #getIfcCalendarDate()
* @generated
*/
EAttribute getIfcCalendarDate_MonthComponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCalendarDate#getYearComponent Year Component}'.
*
*
* @return the meta object for the attribute 'Year Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcCalendarDate#getYearComponent()
* @see #getIfcCalendarDate()
* @generated
*/
EAttribute getIfcCalendarDate_YearComponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianPoint Ifc Cartesian Point}'.
*
*
* @return the meta object for class 'Ifc Cartesian Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianPoint
* @generated
*/
EClass getIfcCartesianPoint();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianPoint#getCoordinates Coordinates}'.
*
*
* @return the meta object for the attribute list 'Coordinates'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianPoint#getCoordinates()
* @see #getIfcCartesianPoint()
* @generated
*/
EAttribute getIfcCartesianPoint_Coordinates();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianPoint#getCoordinatesAsString Coordinates As String}'.
*
*
* @return the meta object for the attribute list 'Coordinates As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianPoint#getCoordinatesAsString()
* @see #getIfcCartesianPoint()
* @generated
*/
EAttribute getIfcCartesianPoint_CoordinatesAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianPoint#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianPoint#getDim()
* @see #getIfcCartesianPoint()
* @generated
*/
EAttribute getIfcCartesianPoint_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator Ifc Cartesian Transformation Operator}'.
*
*
* @return the meta object for class 'Ifc Cartesian Transformation Operator'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator
* @generated
*/
EClass getIfcCartesianTransformationOperator();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis1 Axis1}'.
*
*
* @return the meta object for the reference 'Axis1'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis1()
* @see #getIfcCartesianTransformationOperator()
* @generated
*/
EReference getIfcCartesianTransformationOperator_Axis1();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis2 Axis2}'.
*
*
* @return the meta object for the reference 'Axis2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getAxis2()
* @see #getIfcCartesianTransformationOperator()
* @generated
*/
EReference getIfcCartesianTransformationOperator_Axis2();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getLocalOrigin Local Origin}'.
*
*
* @return the meta object for the reference 'Local Origin'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getLocalOrigin()
* @see #getIfcCartesianTransformationOperator()
* @generated
*/
EReference getIfcCartesianTransformationOperator_LocalOrigin();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScale Scale}'.
*
*
* @return the meta object for the attribute 'Scale'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScale()
* @see #getIfcCartesianTransformationOperator()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator_Scale();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScaleAsString Scale As String}'.
*
*
* @return the meta object for the attribute 'Scale As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getScaleAsString()
* @see #getIfcCartesianTransformationOperator()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator_ScaleAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator#getDim()
* @see #getIfcCartesianTransformationOperator()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2D Ifc Cartesian Transformation Operator2 D}'.
*
*
* @return the meta object for class 'Ifc Cartesian Transformation Operator2 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2D
* @generated
*/
EClass getIfcCartesianTransformationOperator2D();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform Ifc Cartesian Transformation Operator2 Dnon Uniform}'.
*
*
* @return the meta object for class 'Ifc Cartesian Transformation Operator2 Dnon Uniform'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform
* @generated
*/
EClass getIfcCartesianTransformationOperator2DnonUniform();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform#getScale2 Scale2}'.
*
*
* @return the meta object for the attribute 'Scale2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform#getScale2()
* @see #getIfcCartesianTransformationOperator2DnonUniform()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator2DnonUniform_Scale2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform#getScale2AsString Scale2 As String}'.
*
*
* @return the meta object for the attribute 'Scale2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator2DnonUniform#getScale2AsString()
* @see #getIfcCartesianTransformationOperator2DnonUniform()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator2DnonUniform_Scale2AsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3D Ifc Cartesian Transformation Operator3 D}'.
*
*
* @return the meta object for class 'Ifc Cartesian Transformation Operator3 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3D
* @generated
*/
EClass getIfcCartesianTransformationOperator3D();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3D#getAxis3 Axis3}'.
*
*
* @return the meta object for the reference 'Axis3'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3D#getAxis3()
* @see #getIfcCartesianTransformationOperator3D()
* @generated
*/
EReference getIfcCartesianTransformationOperator3D_Axis3();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform Ifc Cartesian Transformation Operator3 Dnon Uniform}'.
*
*
* @return the meta object for class 'Ifc Cartesian Transformation Operator3 Dnon Uniform'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform
* @generated
*/
EClass getIfcCartesianTransformationOperator3DnonUniform();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale2 Scale2}'.
*
*
* @return the meta object for the attribute 'Scale2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale2()
* @see #getIfcCartesianTransformationOperator3DnonUniform()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator3DnonUniform_Scale2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale2AsString Scale2 As String}'.
*
*
* @return the meta object for the attribute 'Scale2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale2AsString()
* @see #getIfcCartesianTransformationOperator3DnonUniform()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator3DnonUniform_Scale2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale3 Scale3}'.
*
*
* @return the meta object for the attribute 'Scale3'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale3()
* @see #getIfcCartesianTransformationOperator3DnonUniform()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator3DnonUniform_Scale3();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale3AsString Scale3 As String}'.
*
*
* @return the meta object for the attribute 'Scale3 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCartesianTransformationOperator3DnonUniform#getScale3AsString()
* @see #getIfcCartesianTransformationOperator3DnonUniform()
* @generated
*/
EAttribute getIfcCartesianTransformationOperator3DnonUniform_Scale3AsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef Ifc Center Line Profile Def}'.
*
*
* @return the meta object for class 'Ifc Center Line Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef
* @generated
*/
EClass getIfcCenterLineProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef#getThickness Thickness}'.
*
*
* @return the meta object for the attribute 'Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef#getThickness()
* @see #getIfcCenterLineProfileDef()
* @generated
*/
EAttribute getIfcCenterLineProfileDef_Thickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef#getThicknessAsString Thickness As String}'.
*
*
* @return the meta object for the attribute 'Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCenterLineProfileDef#getThicknessAsString()
* @see #getIfcCenterLineProfileDef()
* @generated
*/
EAttribute getIfcCenterLineProfileDef_ThicknessAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature Ifc Chamfer Edge Feature}'.
*
*
* @return the meta object for class 'Ifc Chamfer Edge Feature'.
* @see org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature
* @generated
*/
EClass getIfcChamferEdgeFeature();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getWidth Width}'.
*
*
* @return the meta object for the attribute 'Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getWidth()
* @see #getIfcChamferEdgeFeature()
* @generated
*/
EAttribute getIfcChamferEdgeFeature_Width();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getWidthAsString Width As String}'.
*
*
* @return the meta object for the attribute 'Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getWidthAsString()
* @see #getIfcChamferEdgeFeature()
* @generated
*/
EAttribute getIfcChamferEdgeFeature_WidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getHeight Height}'.
*
*
* @return the meta object for the attribute 'Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getHeight()
* @see #getIfcChamferEdgeFeature()
* @generated
*/
EAttribute getIfcChamferEdgeFeature_Height();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getHeightAsString Height As String}'.
*
*
* @return the meta object for the attribute 'Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcChamferEdgeFeature#getHeightAsString()
* @see #getIfcChamferEdgeFeature()
* @generated
*/
EAttribute getIfcChamferEdgeFeature_HeightAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcChillerType Ifc Chiller Type}'.
*
*
* @return the meta object for class 'Ifc Chiller Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcChillerType
* @generated
*/
EClass getIfcChillerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcChillerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcChillerType#getPredefinedType()
* @see #getIfcChillerType()
* @generated
*/
EAttribute getIfcChillerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCircle Ifc Circle}'.
*
*
* @return the meta object for class 'Ifc Circle'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircle
* @generated
*/
EClass getIfcCircle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCircle#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircle#getRadius()
* @see #getIfcCircle()
* @generated
*/
EAttribute getIfcCircle_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCircle#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircle#getRadiusAsString()
* @see #getIfcCircle()
* @generated
*/
EAttribute getIfcCircle_RadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef Ifc Circle Hollow Profile Def}'.
*
*
* @return the meta object for class 'Ifc Circle Hollow Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef
* @generated
*/
EClass getIfcCircleHollowProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef#getWallThickness Wall Thickness}'.
*
*
* @return the meta object for the attribute 'Wall Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef#getWallThickness()
* @see #getIfcCircleHollowProfileDef()
* @generated
*/
EAttribute getIfcCircleHollowProfileDef_WallThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef#getWallThicknessAsString Wall Thickness As String}'.
*
*
* @return the meta object for the attribute 'Wall Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleHollowProfileDef#getWallThicknessAsString()
* @see #getIfcCircleHollowProfileDef()
* @generated
*/
EAttribute getIfcCircleHollowProfileDef_WallThicknessAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef Ifc Circle Profile Def}'.
*
*
* @return the meta object for class 'Ifc Circle Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef
* @generated
*/
EClass getIfcCircleProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef#getRadius()
* @see #getIfcCircleProfileDef()
* @generated
*/
EAttribute getIfcCircleProfileDef_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCircleProfileDef#getRadiusAsString()
* @see #getIfcCircleProfileDef()
* @generated
*/
EAttribute getIfcCircleProfileDef_RadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassification Ifc Classification}'.
*
*
* @return the meta object for class 'Ifc Classification'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification
* @generated
*/
EClass getIfcClassification();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getSource Source}'.
*
*
* @return the meta object for the attribute 'Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification#getSource()
* @see #getIfcClassification()
* @generated
*/
EAttribute getIfcClassification_Source();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEdition Edition}'.
*
*
* @return the meta object for the attribute 'Edition'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification#getEdition()
* @see #getIfcClassification()
* @generated
*/
EAttribute getIfcClassification_Edition();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEditionDate Edition Date}'.
*
*
* @return the meta object for the reference 'Edition Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification#getEditionDate()
* @see #getIfcClassification()
* @generated
*/
EReference getIfcClassification_EditionDate();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification#getName()
* @see #getIfcClassification()
* @generated
*/
EAttribute getIfcClassification_Name();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getContains Contains}'.
*
*
* @return the meta object for the reference list 'Contains'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassification#getContains()
* @see #getIfcClassification()
* @generated
*/
EReference getIfcClassification_Contains();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem Ifc Classification Item}'.
*
*
* @return the meta object for class 'Ifc Classification Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem
* @generated
*/
EClass getIfcClassificationItem();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getNotation Notation}'.
*
*
* @return the meta object for the reference 'Notation'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getNotation()
* @see #getIfcClassificationItem()
* @generated
*/
EReference getIfcClassificationItem_Notation();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf Item Of}'.
*
*
* @return the meta object for the reference 'Item Of'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf()
* @see #getIfcClassificationItem()
* @generated
*/
EReference getIfcClassificationItem_ItemOf();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getTitle Title}'.
*
*
* @return the meta object for the attribute 'Title'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getTitle()
* @see #getIfcClassificationItem()
* @generated
*/
EAttribute getIfcClassificationItem_Title();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifiedItemIn Is Classified Item In}'.
*
*
* @return the meta object for the reference list 'Is Classified Item In'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifiedItemIn()
* @see #getIfcClassificationItem()
* @generated
*/
EReference getIfcClassificationItem_IsClassifiedItemIn();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifyingItemIn Is Classifying Item In}'.
*
*
* @return the meta object for the reference list 'Is Classifying Item In'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifyingItemIn()
* @see #getIfcClassificationItem()
* @generated
*/
EReference getIfcClassificationItem_IsClassifyingItemIn();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship Ifc Classification Item Relationship}'.
*
*
* @return the meta object for class 'Ifc Classification Item Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship
* @generated
*/
EClass getIfcClassificationItemRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatingItem Relating Item}'.
*
*
* @return the meta object for the reference 'Relating Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatingItem()
* @see #getIfcClassificationItemRelationship()
* @generated
*/
EReference getIfcClassificationItemRelationship_RelatingItem();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatedItems Related Items}'.
*
*
* @return the meta object for the reference list 'Related Items'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatedItems()
* @see #getIfcClassificationItemRelationship()
* @generated
*/
EReference getIfcClassificationItemRelationship_RelatedItems();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotation Ifc Classification Notation}'.
*
*
* @return the meta object for class 'Ifc Classification Notation'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotation
* @generated
*/
EClass getIfcClassificationNotation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotation#getNotationFacets Notation Facets}'.
*
*
* @return the meta object for the reference list 'Notation Facets'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotation#getNotationFacets()
* @see #getIfcClassificationNotation()
* @generated
*/
EReference getIfcClassificationNotation_NotationFacets();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet Ifc Classification Notation Facet}'.
*
*
* @return the meta object for class 'Ifc Classification Notation Facet'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet
* @generated
*/
EClass getIfcClassificationNotationFacet();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet#getNotationValue Notation Value}'.
*
*
* @return the meta object for the attribute 'Notation Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationFacet#getNotationValue()
* @see #getIfcClassificationNotationFacet()
* @generated
*/
EAttribute getIfcClassificationNotationFacet_NotationValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationReference Ifc Classification Reference}'.
*
*
* @return the meta object for class 'Ifc Classification Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationReference
* @generated
*/
EClass getIfcClassificationReference();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationReference#getReferencedSource Referenced Source}'.
*
*
* @return the meta object for the reference 'Referenced Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationReference#getReferencedSource()
* @see #getIfcClassificationReference()
* @generated
*/
EReference getIfcClassificationReference_ReferencedSource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClosedShell Ifc Closed Shell}'.
*
*
* @return the meta object for class 'Ifc Closed Shell'.
* @see org.bimserver.models.ifc2x3tc1.IfcClosedShell
* @generated
*/
EClass getIfcClosedShell();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCoilType Ifc Coil Type}'.
*
*
* @return the meta object for class 'Ifc Coil Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoilType
* @generated
*/
EClass getIfcCoilType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCoilType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoilType#getPredefinedType()
* @see #getIfcCoilType()
* @generated
*/
EAttribute getIfcCoilType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb Ifc Colour Rgb}'.
*
*
* @return the meta object for class 'Ifc Colour Rgb'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb
* @generated
*/
EClass getIfcColourRgb();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRed Red}'.
*
*
* @return the meta object for the attribute 'Red'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRed()
* @see #getIfcColourRgb()
* @generated
*/
EAttribute getIfcColourRgb_Red();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRedAsString Red As String}'.
*
*
* @return the meta object for the attribute 'Red As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRedAsString()
* @see #getIfcColourRgb()
* @generated
*/
EAttribute getIfcColourRgb_RedAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreen Green}'.
*
*
* @return the meta object for the attribute 'Green'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreen()
* @see #getIfcColourRgb()
* @generated
*/
EAttribute getIfcColourRgb_Green();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreenAsString Green As String}'.
*
*
* @return the meta object for the attribute 'Green As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreenAsString()
* @see #getIfcColourRgb()
* @generated
*/
EAttribute getIfcColourRgb_GreenAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlue Blue}'.
*
*
* @return the meta object for the attribute 'Blue'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlue()
* @see #getIfcColourRgb()
* @generated
*/
EAttribute getIfcColourRgb_Blue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlueAsString Blue As String}'.
*
*
* @return the meta object for the attribute 'Blue As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlueAsString()
* @see #getIfcColourRgb()
* @generated
*/
EAttribute getIfcColourRgb_BlueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcColourSpecification Ifc Colour Specification}'.
*
*
* @return the meta object for class 'Ifc Colour Specification'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourSpecification
* @generated
*/
EClass getIfcColourSpecification();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColourSpecification#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourSpecification#getName()
* @see #getIfcColourSpecification()
* @generated
*/
EAttribute getIfcColourSpecification_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcColumn Ifc Column}'.
*
*
* @return the meta object for class 'Ifc Column'.
* @see org.bimserver.models.ifc2x3tc1.IfcColumn
* @generated
*/
EClass getIfcColumn();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcColumnType Ifc Column Type}'.
*
*
* @return the meta object for class 'Ifc Column Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcColumnType
* @generated
*/
EClass getIfcColumnType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcColumnType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcColumnType#getPredefinedType()
* @see #getIfcColumnType()
* @generated
*/
EAttribute getIfcColumnType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcComplexProperty Ifc Complex Property}'.
*
*
* @return the meta object for class 'Ifc Complex Property'.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexProperty
* @generated
*/
EClass getIfcComplexProperty();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcComplexProperty#getUsageName Usage Name}'.
*
*
* @return the meta object for the attribute 'Usage Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexProperty#getUsageName()
* @see #getIfcComplexProperty()
* @generated
*/
EAttribute getIfcComplexProperty_UsageName();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcComplexProperty#getHasProperties Has Properties}'.
*
*
* @return the meta object for the reference list 'Has Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexProperty#getHasProperties()
* @see #getIfcComplexProperty()
* @generated
*/
EReference getIfcComplexProperty_HasProperties();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurve Ifc Composite Curve}'.
*
*
* @return the meta object for class 'Ifc Composite Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurve
* @generated
*/
EClass getIfcCompositeCurve();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurve#getSegments Segments}'.
*
*
* @return the meta object for the reference list 'Segments'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurve#getSegments()
* @see #getIfcCompositeCurve()
* @generated
*/
EReference getIfcCompositeCurve_Segments();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurve#isSelfIntersect Self Intersect}'.
*
*
* @return the meta object for the attribute 'Self Intersect'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurve#isSelfIntersect()
* @see #getIfcCompositeCurve()
* @generated
*/
EAttribute getIfcCompositeCurve_SelfIntersect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment Ifc Composite Curve Segment}'.
*
*
* @return the meta object for class 'Ifc Composite Curve Segment'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment
* @generated
*/
EClass getIfcCompositeCurveSegment();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getTransition Transition}'.
*
*
* @return the meta object for the attribute 'Transition'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getTransition()
* @see #getIfcCompositeCurveSegment()
* @generated
*/
EAttribute getIfcCompositeCurveSegment_Transition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getSameSense Same Sense}'.
*
*
* @return the meta object for the attribute 'Same Sense'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getSameSense()
* @see #getIfcCompositeCurveSegment()
* @generated
*/
EAttribute getIfcCompositeCurveSegment_SameSense();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getParentCurve Parent Curve}'.
*
*
* @return the meta object for the reference 'Parent Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getParentCurve()
* @see #getIfcCompositeCurveSegment()
* @generated
*/
EReference getIfcCompositeCurveSegment_ParentCurve();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getUsingCurves Using Curves}'.
*
*
* @return the meta object for the reference list 'Using Curves'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getUsingCurves()
* @see #getIfcCompositeCurveSegment()
* @generated
*/
EReference getIfcCompositeCurveSegment_UsingCurves();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeCurveSegment#getDim()
* @see #getIfcCompositeCurveSegment()
* @generated
*/
EAttribute getIfcCompositeCurveSegment_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef Ifc Composite Profile Def}'.
*
*
* @return the meta object for class 'Ifc Composite Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef
* @generated
*/
EClass getIfcCompositeProfileDef();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef#getProfiles Profiles}'.
*
*
* @return the meta object for the reference list 'Profiles'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef#getProfiles()
* @see #getIfcCompositeProfileDef()
* @generated
*/
EReference getIfcCompositeProfileDef_Profiles();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef#getLabel Label}'.
*
*
* @return the meta object for the attribute 'Label'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompositeProfileDef#getLabel()
* @see #getIfcCompositeProfileDef()
* @generated
*/
EAttribute getIfcCompositeProfileDef_Label();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCompressorType Ifc Compressor Type}'.
*
*
* @return the meta object for class 'Ifc Compressor Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompressorType
* @generated
*/
EClass getIfcCompressorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompressorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompressorType#getPredefinedType()
* @see #getIfcCompressorType()
* @generated
*/
EAttribute getIfcCompressorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCondenserType Ifc Condenser Type}'.
*
*
* @return the meta object for class 'Ifc Condenser Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCondenserType
* @generated
*/
EClass getIfcCondenserType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCondenserType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCondenserType#getPredefinedType()
* @see #getIfcCondenserType()
* @generated
*/
EAttribute getIfcCondenserType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCondition Ifc Condition}'.
*
*
* @return the meta object for class 'Ifc Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcCondition
* @generated
*/
EClass getIfcCondition();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterion Ifc Condition Criterion}'.
*
*
* @return the meta object for class 'Ifc Condition Criterion'.
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterion
* @generated
*/
EClass getIfcConditionCriterion();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterion#getCriterion Criterion}'.
*
*
* @return the meta object for the reference 'Criterion'.
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterion#getCriterion()
* @see #getIfcConditionCriterion()
* @generated
*/
EReference getIfcConditionCriterion_Criterion();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterion#getCriterionDateTime Criterion Date Time}'.
*
*
* @return the meta object for the reference 'Criterion Date Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterion#getCriterionDateTime()
* @see #getIfcConditionCriterion()
* @generated
*/
EReference getIfcConditionCriterion_CriterionDateTime();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConic Ifc Conic}'.
*
*
* @return the meta object for class 'Ifc Conic'.
* @see org.bimserver.models.ifc2x3tc1.IfcConic
* @generated
*/
EClass getIfcConic();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConic#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcConic#getPosition()
* @see #getIfcConic()
* @generated
*/
EReference getIfcConic_Position();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectedFaceSet Ifc Connected Face Set}'.
*
*
* @return the meta object for class 'Ifc Connected Face Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectedFaceSet
* @generated
*/
EClass getIfcConnectedFaceSet();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConnectedFaceSet#getCfsFaces Cfs Faces}'.
*
*
* @return the meta object for the reference list 'Cfs Faces'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectedFaceSet#getCfsFaces()
* @see #getIfcConnectedFaceSet()
* @generated
*/
EReference getIfcConnectedFaceSet_CfsFaces();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry Ifc Connection Curve Geometry}'.
*
*
* @return the meta object for class 'Ifc Connection Curve Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry
* @generated
*/
EClass getIfcConnectionCurveGeometry();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry#getCurveOnRelatingElement Curve On Relating Element}'.
*
*
* @return the meta object for the reference 'Curve On Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry#getCurveOnRelatingElement()
* @see #getIfcConnectionCurveGeometry()
* @generated
*/
EReference getIfcConnectionCurveGeometry_CurveOnRelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry#getCurveOnRelatedElement Curve On Related Element}'.
*
*
* @return the meta object for the reference 'Curve On Related Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionCurveGeometry#getCurveOnRelatedElement()
* @see #getIfcConnectionCurveGeometry()
* @generated
*/
EReference getIfcConnectionCurveGeometry_CurveOnRelatedElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionGeometry Ifc Connection Geometry}'.
*
*
* @return the meta object for class 'Ifc Connection Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionGeometry
* @generated
*/
EClass getIfcConnectionGeometry();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity Ifc Connection Point Eccentricity}'.
*
*
* @return the meta object for class 'Ifc Connection Point Eccentricity'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity
* @generated
*/
EClass getIfcConnectionPointEccentricity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInX Eccentricity In X}'.
*
*
* @return the meta object for the attribute 'Eccentricity In X'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInX()
* @see #getIfcConnectionPointEccentricity()
* @generated
*/
EAttribute getIfcConnectionPointEccentricity_EccentricityInX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInXAsString Eccentricity In XAs String}'.
*
*
* @return the meta object for the attribute 'Eccentricity In XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInXAsString()
* @see #getIfcConnectionPointEccentricity()
* @generated
*/
EAttribute getIfcConnectionPointEccentricity_EccentricityInXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInY Eccentricity In Y}'.
*
*
* @return the meta object for the attribute 'Eccentricity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInY()
* @see #getIfcConnectionPointEccentricity()
* @generated
*/
EAttribute getIfcConnectionPointEccentricity_EccentricityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInYAsString Eccentricity In YAs String}'.
*
*
* @return the meta object for the attribute 'Eccentricity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInYAsString()
* @see #getIfcConnectionPointEccentricity()
* @generated
*/
EAttribute getIfcConnectionPointEccentricity_EccentricityInYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInZ Eccentricity In Z}'.
*
*
* @return the meta object for the attribute 'Eccentricity In Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInZ()
* @see #getIfcConnectionPointEccentricity()
* @generated
*/
EAttribute getIfcConnectionPointEccentricity_EccentricityInZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInZAsString Eccentricity In ZAs String}'.
*
*
* @return the meta object for the attribute 'Eccentricity In ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointEccentricity#getEccentricityInZAsString()
* @see #getIfcConnectionPointEccentricity()
* @generated
*/
EAttribute getIfcConnectionPointEccentricity_EccentricityInZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry Ifc Connection Point Geometry}'.
*
*
* @return the meta object for class 'Ifc Connection Point Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry
* @generated
*/
EClass getIfcConnectionPointGeometry();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry#getPointOnRelatingElement Point On Relating Element}'.
*
*
* @return the meta object for the reference 'Point On Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry#getPointOnRelatingElement()
* @see #getIfcConnectionPointGeometry()
* @generated
*/
EReference getIfcConnectionPointGeometry_PointOnRelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry#getPointOnRelatedElement Point On Related Element}'.
*
*
* @return the meta object for the reference 'Point On Related Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPointGeometry#getPointOnRelatedElement()
* @see #getIfcConnectionPointGeometry()
* @generated
*/
EReference getIfcConnectionPointGeometry_PointOnRelatedElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry Ifc Connection Port Geometry}'.
*
*
* @return the meta object for class 'Ifc Connection Port Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry
* @generated
*/
EClass getIfcConnectionPortGeometry();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry#getLocationAtRelatingElement Location At Relating Element}'.
*
*
* @return the meta object for the reference 'Location At Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry#getLocationAtRelatingElement()
* @see #getIfcConnectionPortGeometry()
* @generated
*/
EReference getIfcConnectionPortGeometry_LocationAtRelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry#getLocationAtRelatedElement Location At Related Element}'.
*
*
* @return the meta object for the reference 'Location At Related Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry#getLocationAtRelatedElement()
* @see #getIfcConnectionPortGeometry()
* @generated
*/
EReference getIfcConnectionPortGeometry_LocationAtRelatedElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry#getProfileOfPort Profile Of Port}'.
*
*
* @return the meta object for the reference 'Profile Of Port'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionPortGeometry#getProfileOfPort()
* @see #getIfcConnectionPortGeometry()
* @generated
*/
EReference getIfcConnectionPortGeometry_ProfileOfPort();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry Ifc Connection Surface Geometry}'.
*
*
* @return the meta object for class 'Ifc Connection Surface Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry
* @generated
*/
EClass getIfcConnectionSurfaceGeometry();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry#getSurfaceOnRelatingElement Surface On Relating Element}'.
*
*
* @return the meta object for the reference 'Surface On Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry#getSurfaceOnRelatingElement()
* @see #getIfcConnectionSurfaceGeometry()
* @generated
*/
EReference getIfcConnectionSurfaceGeometry_SurfaceOnRelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry#getSurfaceOnRelatedElement Surface On Related Element}'.
*
*
* @return the meta object for the reference 'Surface On Related Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionSurfaceGeometry#getSurfaceOnRelatedElement()
* @see #getIfcConnectionSurfaceGeometry()
* @generated
*/
EReference getIfcConnectionSurfaceGeometry_SurfaceOnRelatedElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint Ifc Constraint}'.
*
*
* @return the meta object for class 'Ifc Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint
* @generated
*/
EClass getIfcConstraint();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getName()
* @see #getIfcConstraint()
* @generated
*/
EAttribute getIfcConstraint_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getDescription()
* @see #getIfcConstraint()
* @generated
*/
EAttribute getIfcConstraint_Description();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintGrade Constraint Grade}'.
*
*
* @return the meta object for the attribute 'Constraint Grade'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintGrade()
* @see #getIfcConstraint()
* @generated
*/
EAttribute getIfcConstraint_ConstraintGrade();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintSource Constraint Source}'.
*
*
* @return the meta object for the attribute 'Constraint Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getConstraintSource()
* @see #getIfcConstraint()
* @generated
*/
EAttribute getIfcConstraint_ConstraintSource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreatingActor Creating Actor}'.
*
*
* @return the meta object for the reference 'Creating Actor'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreatingActor()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_CreatingActor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreationTime Creation Time}'.
*
*
* @return the meta object for the reference 'Creation Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getCreationTime()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_CreationTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getUserDefinedGrade User Defined Grade}'.
*
*
* @return the meta object for the attribute 'User Defined Grade'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getUserDefinedGrade()
* @see #getIfcConstraint()
* @generated
*/
EAttribute getIfcConstraint_UserDefinedGrade();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getClassifiedAs Classified As}'.
*
*
* @return the meta object for the reference list 'Classified As'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getClassifiedAs()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_ClassifiedAs();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getRelatesConstraints Relates Constraints}'.
*
*
* @return the meta object for the reference list 'Relates Constraints'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getRelatesConstraints()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_RelatesConstraints();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsRelatedWith Is Related With}'.
*
*
* @return the meta object for the reference list 'Is Related With'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsRelatedWith()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_IsRelatedWith();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getPropertiesForConstraint Properties For Constraint}'.
*
*
* @return the meta object for the reference list 'Properties For Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getPropertiesForConstraint()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_PropertiesForConstraint();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getAggregates Aggregates}'.
*
*
* @return the meta object for the reference list 'Aggregates'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getAggregates()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_Aggregates();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsAggregatedIn Is Aggregated In}'.
*
*
* @return the meta object for the reference list 'Is Aggregated In'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraint#getIsAggregatedIn()
* @see #getIfcConstraint()
* @generated
*/
EReference getIfcConstraint_IsAggregatedIn();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship Ifc Constraint Aggregation Relationship}'.
*
*
* @return the meta object for class 'Ifc Constraint Aggregation Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship
* @generated
*/
EClass getIfcConstraintAggregationRelationship();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getName()
* @see #getIfcConstraintAggregationRelationship()
* @generated
*/
EAttribute getIfcConstraintAggregationRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getDescription()
* @see #getIfcConstraintAggregationRelationship()
* @generated
*/
EAttribute getIfcConstraintAggregationRelationship_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatingConstraint Relating Constraint}'.
*
*
* @return the meta object for the reference 'Relating Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatingConstraint()
* @see #getIfcConstraintAggregationRelationship()
* @generated
*/
EReference getIfcConstraintAggregationRelationship_RelatingConstraint();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatedConstraints Related Constraints}'.
*
*
* @return the meta object for the reference list 'Related Constraints'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getRelatedConstraints()
* @see #getIfcConstraintAggregationRelationship()
* @generated
*/
EReference getIfcConstraintAggregationRelationship_RelatedConstraints();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getLogicalAggregator Logical Aggregator}'.
*
*
* @return the meta object for the attribute 'Logical Aggregator'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintAggregationRelationship#getLogicalAggregator()
* @see #getIfcConstraintAggregationRelationship()
* @generated
*/
EAttribute getIfcConstraintAggregationRelationship_LogicalAggregator();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship Ifc Constraint Classification Relationship}'.
*
*
* @return the meta object for class 'Ifc Constraint Classification Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship
* @generated
*/
EClass getIfcConstraintClassificationRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship#getClassifiedConstraint Classified Constraint}'.
*
*
* @return the meta object for the reference 'Classified Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship#getClassifiedConstraint()
* @see #getIfcConstraintClassificationRelationship()
* @generated
*/
EReference getIfcConstraintClassificationRelationship_ClassifiedConstraint();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship#getRelatedClassifications Related Classifications}'.
*
*
* @return the meta object for the reference list 'Related Classifications'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintClassificationRelationship#getRelatedClassifications()
* @see #getIfcConstraintClassificationRelationship()
* @generated
*/
EReference getIfcConstraintClassificationRelationship_RelatedClassifications();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship Ifc Constraint Relationship}'.
*
*
* @return the meta object for class 'Ifc Constraint Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship
* @generated
*/
EClass getIfcConstraintRelationship();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getName()
* @see #getIfcConstraintRelationship()
* @generated
*/
EAttribute getIfcConstraintRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getDescription()
* @see #getIfcConstraintRelationship()
* @generated
*/
EAttribute getIfcConstraintRelationship_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatingConstraint Relating Constraint}'.
*
*
* @return the meta object for the reference 'Relating Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatingConstraint()
* @see #getIfcConstraintRelationship()
* @generated
*/
EReference getIfcConstraintRelationship_RelatingConstraint();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatedConstraints Related Constraints}'.
*
*
* @return the meta object for the reference list 'Related Constraints'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintRelationship#getRelatedConstraints()
* @see #getIfcConstraintRelationship()
* @generated
*/
EReference getIfcConstraintRelationship_RelatedConstraints();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionEquipmentResource Ifc Construction Equipment Resource}'.
*
*
* @return the meta object for class 'Ifc Construction Equipment Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionEquipmentResource
* @generated
*/
EClass getIfcConstructionEquipmentResource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource Ifc Construction Material Resource}'.
*
*
* @return the meta object for class 'Ifc Construction Material Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource
* @generated
*/
EClass getIfcConstructionMaterialResource();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource#getSuppliers Suppliers}'.
*
*
* @return the meta object for the reference list 'Suppliers'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource#getSuppliers()
* @see #getIfcConstructionMaterialResource()
* @generated
*/
EReference getIfcConstructionMaterialResource_Suppliers();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource#getUsageRatio Usage Ratio}'.
*
*
* @return the meta object for the attribute 'Usage Ratio'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource#getUsageRatio()
* @see #getIfcConstructionMaterialResource()
* @generated
*/
EAttribute getIfcConstructionMaterialResource_UsageRatio();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource#getUsageRatioAsString Usage Ratio As String}'.
*
*
* @return the meta object for the attribute 'Usage Ratio As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionMaterialResource#getUsageRatioAsString()
* @see #getIfcConstructionMaterialResource()
* @generated
*/
EAttribute getIfcConstructionMaterialResource_UsageRatioAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionProductResource Ifc Construction Product Resource}'.
*
*
* @return the meta object for class 'Ifc Construction Product Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionProductResource
* @generated
*/
EClass getIfcConstructionProductResource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionResource Ifc Construction Resource}'.
*
*
* @return the meta object for class 'Ifc Construction Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionResource
* @generated
*/
EClass getIfcConstructionResource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getResourceIdentifier Resource Identifier}'.
*
*
* @return the meta object for the attribute 'Resource Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getResourceIdentifier()
* @see #getIfcConstructionResource()
* @generated
*/
EAttribute getIfcConstructionResource_ResourceIdentifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getResourceGroup Resource Group}'.
*
*
* @return the meta object for the attribute 'Resource Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getResourceGroup()
* @see #getIfcConstructionResource()
* @generated
*/
EAttribute getIfcConstructionResource_ResourceGroup();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getResourceConsumption Resource Consumption}'.
*
*
* @return the meta object for the attribute 'Resource Consumption'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getResourceConsumption()
* @see #getIfcConstructionResource()
* @generated
*/
EAttribute getIfcConstructionResource_ResourceConsumption();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getBaseQuantity Base Quantity}'.
*
*
* @return the meta object for the reference 'Base Quantity'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstructionResource#getBaseQuantity()
* @see #getIfcConstructionResource()
* @generated
*/
EReference getIfcConstructionResource_BaseQuantity();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentUnit Ifc Context Dependent Unit}'.
*
*
* @return the meta object for class 'Ifc Context Dependent Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentUnit
* @generated
*/
EClass getIfcContextDependentUnit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentUnit#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentUnit#getName()
* @see #getIfcContextDependentUnit()
* @generated
*/
EAttribute getIfcContextDependentUnit_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcControl Ifc Control}'.
*
*
* @return the meta object for class 'Ifc Control'.
* @see org.bimserver.models.ifc2x3tc1.IfcControl
* @generated
*/
EClass getIfcControl();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcControl#getControls Controls}'.
*
*
* @return the meta object for the reference list 'Controls'.
* @see org.bimserver.models.ifc2x3tc1.IfcControl#getControls()
* @see #getIfcControl()
* @generated
*/
EReference getIfcControl_Controls();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcControllerType Ifc Controller Type}'.
*
*
* @return the meta object for class 'Ifc Controller Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcControllerType
* @generated
*/
EClass getIfcControllerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcControllerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcControllerType#getPredefinedType()
* @see #getIfcControllerType()
* @generated
*/
EAttribute getIfcControllerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit Ifc Conversion Based Unit}'.
*
*
* @return the meta object for class 'Ifc Conversion Based Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit
* @generated
*/
EClass getIfcConversionBasedUnit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit#getName()
* @see #getIfcConversionBasedUnit()
* @generated
*/
EAttribute getIfcConversionBasedUnit_Name();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit#getConversionFactor Conversion Factor}'.
*
*
* @return the meta object for the reference 'Conversion Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcConversionBasedUnit#getConversionFactor()
* @see #getIfcConversionBasedUnit()
* @generated
*/
EReference getIfcConversionBasedUnit_ConversionFactor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCooledBeamType Ifc Cooled Beam Type}'.
*
*
* @return the meta object for class 'Ifc Cooled Beam Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCooledBeamType
* @generated
*/
EClass getIfcCooledBeamType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCooledBeamType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCooledBeamType#getPredefinedType()
* @see #getIfcCooledBeamType()
* @generated
*/
EAttribute getIfcCooledBeamType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCoolingTowerType Ifc Cooling Tower Type}'.
*
*
* @return the meta object for class 'Ifc Cooling Tower Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoolingTowerType
* @generated
*/
EClass getIfcCoolingTowerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCoolingTowerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoolingTowerType#getPredefinedType()
* @see #getIfcCoolingTowerType()
* @generated
*/
EAttribute getIfcCoolingTowerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset Ifc Coordinated Universal Time Offset}'.
*
*
* @return the meta object for class 'Ifc Coordinated Universal Time Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset
* @generated
*/
EClass getIfcCoordinatedUniversalTimeOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getHourOffset Hour Offset}'.
*
*
* @return the meta object for the attribute 'Hour Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getHourOffset()
* @see #getIfcCoordinatedUniversalTimeOffset()
* @generated
*/
EAttribute getIfcCoordinatedUniversalTimeOffset_HourOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset Minute Offset}'.
*
*
* @return the meta object for the attribute 'Minute Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset()
* @see #getIfcCoordinatedUniversalTimeOffset()
* @generated
*/
EAttribute getIfcCoordinatedUniversalTimeOffset_MinuteOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getSense Sense}'.
*
*
* @return the meta object for the attribute 'Sense'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getSense()
* @see #getIfcCoordinatedUniversalTimeOffset()
* @generated
*/
EAttribute getIfcCoordinatedUniversalTimeOffset_Sense();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCostItem Ifc Cost Item}'.
*
*
* @return the meta object for class 'Ifc Cost Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostItem
* @generated
*/
EClass getIfcCostItem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule Ifc Cost Schedule}'.
*
*
* @return the meta object for class 'Ifc Cost Schedule'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule
* @generated
*/
EClass getIfcCostSchedule();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedBy Submitted By}'.
*
*
* @return the meta object for the reference 'Submitted By'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedBy()
* @see #getIfcCostSchedule()
* @generated
*/
EReference getIfcCostSchedule_SubmittedBy();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPreparedBy Prepared By}'.
*
*
* @return the meta object for the reference 'Prepared By'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPreparedBy()
* @see #getIfcCostSchedule()
* @generated
*/
EReference getIfcCostSchedule_PreparedBy();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedOn Submitted On}'.
*
*
* @return the meta object for the reference 'Submitted On'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedOn()
* @see #getIfcCostSchedule()
* @generated
*/
EReference getIfcCostSchedule_SubmittedOn();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getStatus Status}'.
*
*
* @return the meta object for the attribute 'Status'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getStatus()
* @see #getIfcCostSchedule()
* @generated
*/
EAttribute getIfcCostSchedule_Status();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getTargetUsers Target Users}'.
*
*
* @return the meta object for the reference list 'Target Users'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getTargetUsers()
* @see #getIfcCostSchedule()
* @generated
*/
EReference getIfcCostSchedule_TargetUsers();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getUpdateDate Update Date}'.
*
*
* @return the meta object for the reference 'Update Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getUpdateDate()
* @see #getIfcCostSchedule()
* @generated
*/
EReference getIfcCostSchedule_UpdateDate();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getID ID}'.
*
*
* @return the meta object for the attribute 'ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getID()
* @see #getIfcCostSchedule()
* @generated
*/
EAttribute getIfcCostSchedule_ID();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPredefinedType()
* @see #getIfcCostSchedule()
* @generated
*/
EAttribute getIfcCostSchedule_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCostValue Ifc Cost Value}'.
*
*
* @return the meta object for class 'Ifc Cost Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostValue
* @generated
*/
EClass getIfcCostValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCostValue#getCostType Cost Type}'.
*
*
* @return the meta object for the attribute 'Cost Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostValue#getCostType()
* @see #getIfcCostValue()
* @generated
*/
EAttribute getIfcCostValue_CostType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCostValue#getCondition Condition}'.
*
*
* @return the meta object for the attribute 'Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostValue#getCondition()
* @see #getIfcCostValue()
* @generated
*/
EAttribute getIfcCostValue_Condition();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCovering Ifc Covering}'.
*
*
* @return the meta object for class 'Ifc Covering'.
* @see org.bimserver.models.ifc2x3tc1.IfcCovering
* @generated
*/
EClass getIfcCovering();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCovering#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCovering#getPredefinedType()
* @see #getIfcCovering()
* @generated
*/
EAttribute getIfcCovering_PredefinedType();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCovering#getCoversSpaces Covers Spaces}'.
*
*
* @return the meta object for the reference list 'Covers Spaces'.
* @see org.bimserver.models.ifc2x3tc1.IfcCovering#getCoversSpaces()
* @see #getIfcCovering()
* @generated
*/
EReference getIfcCovering_CoversSpaces();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCovering#getCovers Covers}'.
*
*
* @return the meta object for the reference list 'Covers'.
* @see org.bimserver.models.ifc2x3tc1.IfcCovering#getCovers()
* @see #getIfcCovering()
* @generated
*/
EReference getIfcCovering_Covers();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCoveringType Ifc Covering Type}'.
*
*
* @return the meta object for class 'Ifc Covering Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoveringType
* @generated
*/
EClass getIfcCoveringType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCoveringType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoveringType#getPredefinedType()
* @see #getIfcCoveringType()
* @generated
*/
EAttribute getIfcCoveringType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef Ifc Crane Rail AShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc Crane Rail AShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef
* @generated
*/
EClass getIfcCraneRailAShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getOverallHeight Overall Height}'.
*
*
* @return the meta object for the attribute 'Overall Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getOverallHeight()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_OverallHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getOverallHeightAsString Overall Height As String}'.
*
*
* @return the meta object for the attribute 'Overall Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getOverallHeightAsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_OverallHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth2 Base Width2}'.
*
*
* @return the meta object for the attribute 'Base Width2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth2()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseWidth2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth2AsString Base Width2 As String}'.
*
*
* @return the meta object for the attribute 'Base Width2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth2AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseWidth2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getRadius()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getRadiusAsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_RadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadWidth Head Width}'.
*
*
* @return the meta object for the attribute 'Head Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadWidth()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_HeadWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadWidthAsString Head Width As String}'.
*
*
* @return the meta object for the attribute 'Head Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadWidthAsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_HeadWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth2 Head Depth2}'.
*
*
* @return the meta object for the attribute 'Head Depth2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth2()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_HeadDepth2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth2AsString Head Depth2 As String}'.
*
*
* @return the meta object for the attribute 'Head Depth2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth2AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_HeadDepth2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth3 Head Depth3}'.
*
*
* @return the meta object for the attribute 'Head Depth3'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth3()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_HeadDepth3();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth3AsString Head Depth3 As String}'.
*
*
* @return the meta object for the attribute 'Head Depth3 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getHeadDepth3AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_HeadDepth3AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getWebThickness Web Thickness}'.
*
*
* @return the meta object for the attribute 'Web Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getWebThickness()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_WebThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getWebThicknessAsString Web Thickness As String}'.
*
*
* @return the meta object for the attribute 'Web Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getWebThicknessAsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_WebThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth4 Base Width4}'.
*
*
* @return the meta object for the attribute 'Base Width4'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth4()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseWidth4();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth4AsString Base Width4 As String}'.
*
*
* @return the meta object for the attribute 'Base Width4 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseWidth4AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseWidth4AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth1 Base Depth1}'.
*
*
* @return the meta object for the attribute 'Base Depth1'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth1()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseDepth1();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth1AsString Base Depth1 As String}'.
*
*
* @return the meta object for the attribute 'Base Depth1 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth1AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseDepth1AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth2 Base Depth2}'.
*
*
* @return the meta object for the attribute 'Base Depth2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth2()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseDepth2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth2AsString Base Depth2 As String}'.
*
*
* @return the meta object for the attribute 'Base Depth2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth2AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseDepth2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth3 Base Depth3}'.
*
*
* @return the meta object for the attribute 'Base Depth3'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth3()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseDepth3();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth3AsString Base Depth3 As String}'.
*
*
* @return the meta object for the attribute 'Base Depth3 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getBaseDepth3AsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_BaseDepth3AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getCentreOfGravityInY()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_CentreOfGravityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailAShapeProfileDef#getCentreOfGravityInYAsString()
* @see #getIfcCraneRailAShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailAShapeProfileDef_CentreOfGravityInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef Ifc Crane Rail FShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc Crane Rail FShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef
* @generated
*/
EClass getIfcCraneRailFShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeight Overall Height}'.
*
*
* @return the meta object for the attribute 'Overall Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeight()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_OverallHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeightAsString Overall Height As String}'.
*
*
* @return the meta object for the attribute 'Overall Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getOverallHeightAsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_OverallHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidth Head Width}'.
*
*
* @return the meta object for the attribute 'Head Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidth()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_HeadWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidthAsString Head Width As String}'.
*
*
* @return the meta object for the attribute 'Head Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadWidthAsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_HeadWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadius()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getRadiusAsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_RadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2 Head Depth2}'.
*
*
* @return the meta object for the attribute 'Head Depth2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_HeadDepth2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2AsString Head Depth2 As String}'.
*
*
* @return the meta object for the attribute 'Head Depth2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth2AsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_HeadDepth2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3 Head Depth3}'.
*
*
* @return the meta object for the attribute 'Head Depth3'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_HeadDepth3();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3AsString Head Depth3 As String}'.
*
*
* @return the meta object for the attribute 'Head Depth3 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getHeadDepth3AsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_HeadDepth3AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getWebThickness Web Thickness}'.
*
*
* @return the meta object for the attribute 'Web Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getWebThickness()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_WebThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getWebThicknessAsString Web Thickness As String}'.
*
*
* @return the meta object for the attribute 'Web Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getWebThicknessAsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_WebThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1 Base Depth1}'.
*
*
* @return the meta object for the attribute 'Base Depth1'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_BaseDepth1();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1AsString Base Depth1 As String}'.
*
*
* @return the meta object for the attribute 'Base Depth1 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth1AsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_BaseDepth1AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2 Base Depth2}'.
*
*
* @return the meta object for the attribute 'Base Depth2'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_BaseDepth2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2AsString Base Depth2 As String}'.
*
*
* @return the meta object for the attribute 'Base Depth2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getBaseDepth2AsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_BaseDepth2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getCentreOfGravityInY()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_CentreOfGravityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCraneRailFShapeProfileDef#getCentreOfGravityInYAsString()
* @see #getIfcCraneRailFShapeProfileDef()
* @generated
*/
EAttribute getIfcCraneRailFShapeProfileDef_CentreOfGravityInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCrewResource Ifc Crew Resource}'.
*
*
* @return the meta object for class 'Ifc Crew Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcCrewResource
* @generated
*/
EClass getIfcCrewResource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D Ifc Csg Primitive3 D}'.
*
*
* @return the meta object for class 'Ifc Csg Primitive3 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D
* @generated
*/
EClass getIfcCsgPrimitive3D();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D#getPosition()
* @see #getIfcCsgPrimitive3D()
* @generated
*/
EReference getIfcCsgPrimitive3D_Position();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgPrimitive3D#getDim()
* @see #getIfcCsgPrimitive3D()
* @generated
*/
EAttribute getIfcCsgPrimitive3D_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSolid Ifc Csg Solid}'.
*
*
* @return the meta object for class 'Ifc Csg Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSolid
* @generated
*/
EClass getIfcCsgSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSolid#getTreeRootExpression Tree Root Expression}'.
*
*
* @return the meta object for the reference 'Tree Root Expression'.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSolid#getTreeRootExpression()
* @see #getIfcCsgSolid()
* @generated
*/
EReference getIfcCsgSolid_TreeRootExpression();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship Ifc Currency Relationship}'.
*
*
* @return the meta object for class 'Ifc Currency Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship
* @generated
*/
EClass getIfcCurrencyRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRelatingMonetaryUnit Relating Monetary Unit}'.
*
*
* @return the meta object for the reference 'Relating Monetary Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRelatingMonetaryUnit()
* @see #getIfcCurrencyRelationship()
* @generated
*/
EReference getIfcCurrencyRelationship_RelatingMonetaryUnit();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRelatedMonetaryUnit Related Monetary Unit}'.
*
*
* @return the meta object for the reference 'Related Monetary Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRelatedMonetaryUnit()
* @see #getIfcCurrencyRelationship()
* @generated
*/
EReference getIfcCurrencyRelationship_RelatedMonetaryUnit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getExchangeRate Exchange Rate}'.
*
*
* @return the meta object for the attribute 'Exchange Rate'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getExchangeRate()
* @see #getIfcCurrencyRelationship()
* @generated
*/
EAttribute getIfcCurrencyRelationship_ExchangeRate();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getExchangeRateAsString Exchange Rate As String}'.
*
*
* @return the meta object for the attribute 'Exchange Rate As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getExchangeRateAsString()
* @see #getIfcCurrencyRelationship()
* @generated
*/
EAttribute getIfcCurrencyRelationship_ExchangeRateAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRateDateTime Rate Date Time}'.
*
*
* @return the meta object for the reference 'Rate Date Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRateDateTime()
* @see #getIfcCurrencyRelationship()
* @generated
*/
EReference getIfcCurrencyRelationship_RateDateTime();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRateSource Rate Source}'.
*
*
* @return the meta object for the reference 'Rate Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyRelationship#getRateSource()
* @see #getIfcCurrencyRelationship()
* @generated
*/
EReference getIfcCurrencyRelationship_RateSource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWall Ifc Curtain Wall}'.
*
*
* @return the meta object for class 'Ifc Curtain Wall'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWall
* @generated
*/
EClass getIfcCurtainWall();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWallType Ifc Curtain Wall Type}'.
*
*
* @return the meta object for class 'Ifc Curtain Wall Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWallType
* @generated
*/
EClass getIfcCurtainWallType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWallType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWallType#getPredefinedType()
* @see #getIfcCurtainWallType()
* @generated
*/
EAttribute getIfcCurtainWallType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurve Ifc Curve}'.
*
*
* @return the meta object for class 'Ifc Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurve
* @generated
*/
EClass getIfcCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurve#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurve#getDim()
* @see #getIfcCurve()
* @generated
*/
EAttribute getIfcCurve_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane Ifc Curve Bounded Plane}'.
*
*
* @return the meta object for class 'Ifc Curve Bounded Plane'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane
* @generated
*/
EClass getIfcCurveBoundedPlane();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getBasisSurface Basis Surface}'.
*
*
* @return the meta object for the reference 'Basis Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getBasisSurface()
* @see #getIfcCurveBoundedPlane()
* @generated
*/
EReference getIfcCurveBoundedPlane_BasisSurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getOuterBoundary Outer Boundary}'.
*
*
* @return the meta object for the reference 'Outer Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getOuterBoundary()
* @see #getIfcCurveBoundedPlane()
* @generated
*/
EReference getIfcCurveBoundedPlane_OuterBoundary();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getInnerBoundaries Inner Boundaries}'.
*
*
* @return the meta object for the reference list 'Inner Boundaries'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getInnerBoundaries()
* @see #getIfcCurveBoundedPlane()
* @generated
*/
EReference getIfcCurveBoundedPlane_InnerBoundaries();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveBoundedPlane#getDim()
* @see #getIfcCurveBoundedPlane()
* @generated
*/
EAttribute getIfcCurveBoundedPlane_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyle Ifc Curve Style}'.
*
*
* @return the meta object for class 'Ifc Curve Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyle
* @generated
*/
EClass getIfcCurveStyle();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyle#getCurveFont Curve Font}'.
*
*
* @return the meta object for the reference 'Curve Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyle#getCurveFont()
* @see #getIfcCurveStyle()
* @generated
*/
EReference getIfcCurveStyle_CurveFont();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyle#getCurveWidth Curve Width}'.
*
*
* @return the meta object for the reference 'Curve Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyle#getCurveWidth()
* @see #getIfcCurveStyle()
* @generated
*/
EReference getIfcCurveStyle_CurveWidth();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyle#getCurveColour Curve Colour}'.
*
*
* @return the meta object for the reference 'Curve Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyle#getCurveColour()
* @see #getIfcCurveStyle()
* @generated
*/
EReference getIfcCurveStyle_CurveColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont Ifc Curve Style Font}'.
*
*
* @return the meta object for class 'Ifc Curve Style Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont
* @generated
*/
EClass getIfcCurveStyleFont();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont#getName()
* @see #getIfcCurveStyleFont()
* @generated
*/
EAttribute getIfcCurveStyleFont_Name();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont#getPatternList Pattern List}'.
*
*
* @return the meta object for the reference list 'Pattern List'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFont#getPatternList()
* @see #getIfcCurveStyleFont()
* @generated
*/
EReference getIfcCurveStyleFont_PatternList();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling Ifc Curve Style Font And Scaling}'.
*
*
* @return the meta object for class 'Ifc Curve Style Font And Scaling'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling
* @generated
*/
EClass getIfcCurveStyleFontAndScaling();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getName()
* @see #getIfcCurveStyleFontAndScaling()
* @generated
*/
EAttribute getIfcCurveStyleFontAndScaling_Name();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getCurveFont Curve Font}'.
*
*
* @return the meta object for the reference 'Curve Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getCurveFont()
* @see #getIfcCurveStyleFontAndScaling()
* @generated
*/
EReference getIfcCurveStyleFontAndScaling_CurveFont();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getCurveFontScaling Curve Font Scaling}'.
*
*
* @return the meta object for the attribute 'Curve Font Scaling'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getCurveFontScaling()
* @see #getIfcCurveStyleFontAndScaling()
* @generated
*/
EAttribute getIfcCurveStyleFontAndScaling_CurveFontScaling();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getCurveFontScalingAsString Curve Font Scaling As String}'.
*
*
* @return the meta object for the attribute 'Curve Font Scaling As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontAndScaling#getCurveFontScalingAsString()
* @see #getIfcCurveStyleFontAndScaling()
* @generated
*/
EAttribute getIfcCurveStyleFontAndScaling_CurveFontScalingAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern Ifc Curve Style Font Pattern}'.
*
*
* @return the meta object for class 'Ifc Curve Style Font Pattern'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern
* @generated
*/
EClass getIfcCurveStyleFontPattern();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getVisibleSegmentLength Visible Segment Length}'.
*
*
* @return the meta object for the attribute 'Visible Segment Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getVisibleSegmentLength()
* @see #getIfcCurveStyleFontPattern()
* @generated
*/
EAttribute getIfcCurveStyleFontPattern_VisibleSegmentLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getVisibleSegmentLengthAsString Visible Segment Length As String}'.
*
*
* @return the meta object for the attribute 'Visible Segment Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getVisibleSegmentLengthAsString()
* @see #getIfcCurveStyleFontPattern()
* @generated
*/
EAttribute getIfcCurveStyleFontPattern_VisibleSegmentLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getInvisibleSegmentLength Invisible Segment Length}'.
*
*
* @return the meta object for the attribute 'Invisible Segment Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getInvisibleSegmentLength()
* @see #getIfcCurveStyleFontPattern()
* @generated
*/
EAttribute getIfcCurveStyleFontPattern_InvisibleSegmentLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getInvisibleSegmentLengthAsString Invisible Segment Length As String}'.
*
*
* @return the meta object for the attribute 'Invisible Segment Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontPattern#getInvisibleSegmentLengthAsString()
* @see #getIfcCurveStyleFontPattern()
* @generated
*/
EAttribute getIfcCurveStyleFontPattern_InvisibleSegmentLengthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDamperType Ifc Damper Type}'.
*
*
* @return the meta object for class 'Ifc Damper Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDamperType
* @generated
*/
EClass getIfcDamperType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDamperType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDamperType#getPredefinedType()
* @see #getIfcDamperType()
* @generated
*/
EAttribute getIfcDamperType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDateAndTime Ifc Date And Time}'.
*
*
* @return the meta object for class 'Ifc Date And Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcDateAndTime
* @generated
*/
EClass getIfcDateAndTime();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDateAndTime#getDateComponent Date Component}'.
*
*
* @return the meta object for the reference 'Date Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcDateAndTime#getDateComponent()
* @see #getIfcDateAndTime()
* @generated
*/
EReference getIfcDateAndTime_DateComponent();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDateAndTime#getTimeComponent Time Component}'.
*
*
* @return the meta object for the reference 'Time Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcDateAndTime#getTimeComponent()
* @see #getIfcDateAndTime()
* @generated
*/
EReference getIfcDateAndTime_TimeComponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol Ifc Defined Symbol}'.
*
*
* @return the meta object for class 'Ifc Defined Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol
* @generated
*/
EClass getIfcDefinedSymbol();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol#getDefinition Definition}'.
*
*
* @return the meta object for the reference 'Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol#getDefinition()
* @see #getIfcDefinedSymbol()
* @generated
*/
EReference getIfcDefinedSymbol_Definition();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol#getTarget Target}'.
*
*
* @return the meta object for the reference 'Target'.
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbol#getTarget()
* @see #getIfcDefinedSymbol()
* @generated
*/
EReference getIfcDefinedSymbol_Target();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef Ifc Derived Profile Def}'.
*
*
* @return the meta object for class 'Ifc Derived Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef
* @generated
*/
EClass getIfcDerivedProfileDef();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef#getParentProfile Parent Profile}'.
*
*
* @return the meta object for the reference 'Parent Profile'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef#getParentProfile()
* @see #getIfcDerivedProfileDef()
* @generated
*/
EReference getIfcDerivedProfileDef_ParentProfile();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef#getOperator Operator}'.
*
*
* @return the meta object for the reference 'Operator'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef#getOperator()
* @see #getIfcDerivedProfileDef()
* @generated
*/
EReference getIfcDerivedProfileDef_Operator();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef#getLabel Label}'.
*
*
* @return the meta object for the attribute 'Label'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedProfileDef#getLabel()
* @see #getIfcDerivedProfileDef()
* @generated
*/
EAttribute getIfcDerivedProfileDef_Label();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnit Ifc Derived Unit}'.
*
*
* @return the meta object for class 'Ifc Derived Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnit
* @generated
*/
EClass getIfcDerivedUnit();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnit#getElements Elements}'.
*
*
* @return the meta object for the reference list 'Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnit#getElements()
* @see #getIfcDerivedUnit()
* @generated
*/
EReference getIfcDerivedUnit_Elements();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnit#getUnitType Unit Type}'.
*
*
* @return the meta object for the attribute 'Unit Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnit#getUnitType()
* @see #getIfcDerivedUnit()
* @generated
*/
EAttribute getIfcDerivedUnit_UnitType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnit#getUserDefinedType User Defined Type}'.
*
*
* @return the meta object for the attribute 'User Defined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnit#getUserDefinedType()
* @see #getIfcDerivedUnit()
* @generated
*/
EAttribute getIfcDerivedUnit_UserDefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement Ifc Derived Unit Element}'.
*
*
* @return the meta object for class 'Ifc Derived Unit Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement
* @generated
*/
EClass getIfcDerivedUnitElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement#getUnit()
* @see #getIfcDerivedUnitElement()
* @generated
*/
EReference getIfcDerivedUnitElement_Unit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement#getExponent Exponent}'.
*
*
* @return the meta object for the attribute 'Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitElement#getExponent()
* @see #getIfcDerivedUnitElement()
* @generated
*/
EAttribute getIfcDerivedUnitElement_Exponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDiameterDimension Ifc Diameter Dimension}'.
*
*
* @return the meta object for class 'Ifc Diameter Dimension'.
* @see org.bimserver.models.ifc2x3tc1.IfcDiameterDimension
* @generated
*/
EClass getIfcDiameterDimension();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCalloutRelationship Ifc Dimension Callout Relationship}'.
*
*
* @return the meta object for class 'Ifc Dimension Callout Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCalloutRelationship
* @generated
*/
EClass getIfcDimensionCalloutRelationship();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurve Ifc Dimension Curve}'.
*
*
* @return the meta object for class 'Ifc Dimension Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurve
* @generated
*/
EClass getIfcDimensionCurve();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurve#getAnnotatedBySymbols Annotated By Symbols}'.
*
*
* @return the meta object for the reference list 'Annotated By Symbols'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurve#getAnnotatedBySymbols()
* @see #getIfcDimensionCurve()
* @generated
*/
EReference getIfcDimensionCurve_AnnotatedBySymbols();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurveDirectedCallout Ifc Dimension Curve Directed Callout}'.
*
*
* @return the meta object for class 'Ifc Dimension Curve Directed Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurveDirectedCallout
* @generated
*/
EClass getIfcDimensionCurveDirectedCallout();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurveTerminator Ifc Dimension Curve Terminator}'.
*
*
* @return the meta object for class 'Ifc Dimension Curve Terminator'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurveTerminator
* @generated
*/
EClass getIfcDimensionCurveTerminator();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCurveTerminator#getRole Role}'.
*
*
* @return the meta object for the attribute 'Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCurveTerminator#getRole()
* @see #getIfcDimensionCurveTerminator()
* @generated
*/
EAttribute getIfcDimensionCurveTerminator_Role();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionPair Ifc Dimension Pair}'.
*
*
* @return the meta object for class 'Ifc Dimension Pair'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionPair
* @generated
*/
EClass getIfcDimensionPair();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents Ifc Dimensional Exponents}'.
*
*
* @return the meta object for class 'Ifc Dimensional Exponents'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents
* @generated
*/
EClass getIfcDimensionalExponents();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getLengthExponent Length Exponent}'.
*
*
* @return the meta object for the attribute 'Length Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getLengthExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_LengthExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getMassExponent Mass Exponent}'.
*
*
* @return the meta object for the attribute 'Mass Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getMassExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_MassExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getTimeExponent Time Exponent}'.
*
*
* @return the meta object for the attribute 'Time Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getTimeExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_TimeExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getElectricCurrentExponent Electric Current Exponent}'.
*
*
* @return the meta object for the attribute 'Electric Current Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getElectricCurrentExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_ElectricCurrentExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getThermodynamicTemperatureExponent Thermodynamic Temperature Exponent}'.
*
*
* @return the meta object for the attribute 'Thermodynamic Temperature Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getThermodynamicTemperatureExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_ThermodynamicTemperatureExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getAmountOfSubstanceExponent Amount Of Substance Exponent}'.
*
*
* @return the meta object for the attribute 'Amount Of Substance Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getAmountOfSubstanceExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_AmountOfSubstanceExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getLuminousIntensityExponent Luminous Intensity Exponent}'.
*
*
* @return the meta object for the attribute 'Luminous Intensity Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionalExponents#getLuminousIntensityExponent()
* @see #getIfcDimensionalExponents()
* @generated
*/
EAttribute getIfcDimensionalExponents_LuminousIntensityExponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDirection Ifc Direction}'.
*
*
* @return the meta object for class 'Ifc Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcDirection
* @generated
*/
EClass getIfcDirection();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcDirection#getDirectionRatios Direction Ratios}'.
*
*
* @return the meta object for the attribute list 'Direction Ratios'.
* @see org.bimserver.models.ifc2x3tc1.IfcDirection#getDirectionRatios()
* @see #getIfcDirection()
* @generated
*/
EAttribute getIfcDirection_DirectionRatios();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcDirection#getDirectionRatiosAsString Direction Ratios As String}'.
*
*
* @return the meta object for the attribute list 'Direction Ratios As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDirection#getDirectionRatiosAsString()
* @see #getIfcDirection()
* @generated
*/
EAttribute getIfcDirection_DirectionRatiosAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDirection#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcDirection#getDim()
* @see #getIfcDirection()
* @generated
*/
EAttribute getIfcDirection_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessory Ifc Discrete Accessory}'.
*
*
* @return the meta object for class 'Ifc Discrete Accessory'.
* @see org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessory
* @generated
*/
EClass getIfcDiscreteAccessory();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessoryType Ifc Discrete Accessory Type}'.
*
*
* @return the meta object for class 'Ifc Discrete Accessory Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDiscreteAccessoryType
* @generated
*/
EClass getIfcDiscreteAccessoryType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElement Ifc Distribution Chamber Element}'.
*
*
* @return the meta object for class 'Ifc Distribution Chamber Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElement
* @generated
*/
EClass getIfcDistributionChamberElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementType Ifc Distribution Chamber Element Type}'.
*
*
* @return the meta object for class 'Ifc Distribution Chamber Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementType
* @generated
*/
EClass getIfcDistributionChamberElementType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementType#getPredefinedType()
* @see #getIfcDistributionChamberElementType()
* @generated
*/
EAttribute getIfcDistributionChamberElementType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement Ifc Distribution Control Element}'.
*
*
* @return the meta object for class 'Ifc Distribution Control Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement
* @generated
*/
EClass getIfcDistributionControlElement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement#getControlElementId Control Element Id}'.
*
*
* @return the meta object for the attribute 'Control Element Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement#getControlElementId()
* @see #getIfcDistributionControlElement()
* @generated
*/
EAttribute getIfcDistributionControlElement_ControlElementId();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement#getAssignedToFlowElement Assigned To Flow Element}'.
*
*
* @return the meta object for the reference list 'Assigned To Flow Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionControlElement#getAssignedToFlowElement()
* @see #getIfcDistributionControlElement()
* @generated
*/
EReference getIfcDistributionControlElement_AssignedToFlowElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionControlElementType Ifc Distribution Control Element Type}'.
*
*
* @return the meta object for class 'Ifc Distribution Control Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionControlElementType
* @generated
*/
EClass getIfcDistributionControlElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionElement Ifc Distribution Element}'.
*
*
* @return the meta object for class 'Ifc Distribution Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionElement
* @generated
*/
EClass getIfcDistributionElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionElementType Ifc Distribution Element Type}'.
*
*
* @return the meta object for class 'Ifc Distribution Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionElementType
* @generated
*/
EClass getIfcDistributionElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElement Ifc Distribution Flow Element}'.
*
*
* @return the meta object for class 'Ifc Distribution Flow Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElement
* @generated
*/
EClass getIfcDistributionFlowElement();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElement#getHasControlElements Has Control Elements}'.
*
*
* @return the meta object for the reference list 'Has Control Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElement#getHasControlElements()
* @see #getIfcDistributionFlowElement()
* @generated
*/
EReference getIfcDistributionFlowElement_HasControlElements();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElementType Ifc Distribution Flow Element Type}'.
*
*
* @return the meta object for class 'Ifc Distribution Flow Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionFlowElementType
* @generated
*/
EClass getIfcDistributionFlowElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionPort Ifc Distribution Port}'.
*
*
* @return the meta object for class 'Ifc Distribution Port'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionPort
* @generated
*/
EClass getIfcDistributionPort();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionPort#getFlowDirection Flow Direction}'.
*
*
* @return the meta object for the attribute 'Flow Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionPort#getFlowDirection()
* @see #getIfcDistributionPort()
* @generated
*/
EAttribute getIfcDistributionPort_FlowDirection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat Ifc Document Electronic Format}'.
*
*
* @return the meta object for class 'Ifc Document Electronic Format'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat
* @generated
*/
EClass getIfcDocumentElectronicFormat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getFileExtension File Extension}'.
*
*
* @return the meta object for the attribute 'File Extension'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getFileExtension()
* @see #getIfcDocumentElectronicFormat()
* @generated
*/
EAttribute getIfcDocumentElectronicFormat_FileExtension();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeContentType Mime Content Type}'.
*
*
* @return the meta object for the attribute 'Mime Content Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeContentType()
* @see #getIfcDocumentElectronicFormat()
* @generated
*/
EAttribute getIfcDocumentElectronicFormat_MimeContentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeSubtype Mime Subtype}'.
*
*
* @return the meta object for the attribute 'Mime Subtype'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentElectronicFormat#getMimeSubtype()
* @see #getIfcDocumentElectronicFormat()
* @generated
*/
EAttribute getIfcDocumentElectronicFormat_MimeSubtype();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation Ifc Document Information}'.
*
*
* @return the meta object for class 'Ifc Document Information'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation
* @generated
*/
EClass getIfcDocumentInformation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDocumentId Document Id}'.
*
*
* @return the meta object for the attribute 'Document Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDocumentId()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_DocumentId();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getName()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDescription()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Description();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDocumentReferences Document References}'.
*
*
* @return the meta object for the reference list 'Document References'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDocumentReferences()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_DocumentReferences();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getPurpose Purpose}'.
*
*
* @return the meta object for the attribute 'Purpose'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getPurpose()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Purpose();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getIntendedUse Intended Use}'.
*
*
* @return the meta object for the attribute 'Intended Use'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getIntendedUse()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_IntendedUse();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getScope Scope}'.
*
*
* @return the meta object for the attribute 'Scope'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getScope()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Scope();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getRevision Revision}'.
*
*
* @return the meta object for the attribute 'Revision'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getRevision()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Revision();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDocumentOwner Document Owner}'.
*
*
* @return the meta object for the reference 'Document Owner'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getDocumentOwner()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_DocumentOwner();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getEditors Editors}'.
*
*
* @return the meta object for the reference list 'Editors'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getEditors()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_Editors();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getCreationTime Creation Time}'.
*
*
* @return the meta object for the reference 'Creation Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getCreationTime()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_CreationTime();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getLastRevisionTime Last Revision Time}'.
*
*
* @return the meta object for the reference 'Last Revision Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getLastRevisionTime()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_LastRevisionTime();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getElectronicFormat Electronic Format}'.
*
*
* @return the meta object for the reference 'Electronic Format'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getElectronicFormat()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_ElectronicFormat();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getValidFrom Valid From}'.
*
*
* @return the meta object for the reference 'Valid From'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getValidFrom()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_ValidFrom();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getValidUntil Valid Until}'.
*
*
* @return the meta object for the reference 'Valid Until'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getValidUntil()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_ValidUntil();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getConfidentiality Confidentiality}'.
*
*
* @return the meta object for the attribute 'Confidentiality'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getConfidentiality()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Confidentiality();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getStatus Status}'.
*
*
* @return the meta object for the attribute 'Status'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getStatus()
* @see #getIfcDocumentInformation()
* @generated
*/
EAttribute getIfcDocumentInformation_Status();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getIsPointedTo Is Pointed To}'.
*
*
* @return the meta object for the reference list 'Is Pointed To'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getIsPointedTo()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_IsPointedTo();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getIsPointer Is Pointer}'.
*
*
* @return the meta object for the reference list 'Is Pointer'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformation#getIsPointer()
* @see #getIfcDocumentInformation()
* @generated
*/
EReference getIfcDocumentInformation_IsPointer();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship Ifc Document Information Relationship}'.
*
*
* @return the meta object for class 'Ifc Document Information Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship
* @generated
*/
EClass getIfcDocumentInformationRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship#getRelatingDocument Relating Document}'.
*
*
* @return the meta object for the reference 'Relating Document'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship#getRelatingDocument()
* @see #getIfcDocumentInformationRelationship()
* @generated
*/
EReference getIfcDocumentInformationRelationship_RelatingDocument();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship#getRelatedDocuments Related Documents}'.
*
*
* @return the meta object for the reference list 'Related Documents'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship#getRelatedDocuments()
* @see #getIfcDocumentInformationRelationship()
* @generated
*/
EReference getIfcDocumentInformationRelationship_RelatedDocuments();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship#getRelationshipType Relationship Type}'.
*
*
* @return the meta object for the attribute 'Relationship Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentInformationRelationship#getRelationshipType()
* @see #getIfcDocumentInformationRelationship()
* @generated
*/
EAttribute getIfcDocumentInformationRelationship_RelationshipType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentReference Ifc Document Reference}'.
*
*
* @return the meta object for class 'Ifc Document Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentReference
* @generated
*/
EClass getIfcDocumentReference();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentReference#getReferenceToDocument Reference To Document}'.
*
*
* @return the meta object for the reference list 'Reference To Document'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentReference#getReferenceToDocument()
* @see #getIfcDocumentReference()
* @generated
*/
EReference getIfcDocumentReference_ReferenceToDocument();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDoor Ifc Door}'.
*
*
* @return the meta object for class 'Ifc Door'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoor
* @generated
*/
EClass getIfcDoor();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallHeight Overall Height}'.
*
*
* @return the meta object for the attribute 'Overall Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallHeight()
* @see #getIfcDoor()
* @generated
*/
EAttribute getIfcDoor_OverallHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallHeightAsString Overall Height As String}'.
*
*
* @return the meta object for the attribute 'Overall Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallHeightAsString()
* @see #getIfcDoor()
* @generated
*/
EAttribute getIfcDoor_OverallHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallWidth Overall Width}'.
*
*
* @return the meta object for the attribute 'Overall Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallWidth()
* @see #getIfcDoor()
* @generated
*/
EAttribute getIfcDoor_OverallWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallWidthAsString Overall Width As String}'.
*
*
* @return the meta object for the attribute 'Overall Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoor#getOverallWidthAsString()
* @see #getIfcDoor()
* @generated
*/
EAttribute getIfcDoor_OverallWidthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties Ifc Door Lining Properties}'.
*
*
* @return the meta object for class 'Ifc Door Lining Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties
* @generated
*/
EClass getIfcDoorLiningProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningDepth Lining Depth}'.
*
*
* @return the meta object for the attribute 'Lining Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningDepth()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_LiningDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningDepthAsString Lining Depth As String}'.
*
*
* @return the meta object for the attribute 'Lining Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningDepthAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_LiningDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningThickness Lining Thickness}'.
*
*
* @return the meta object for the attribute 'Lining Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningThickness()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_LiningThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningThicknessAsString Lining Thickness As String}'.
*
*
* @return the meta object for the attribute 'Lining Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningThicknessAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_LiningThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdDepth Threshold Depth}'.
*
*
* @return the meta object for the attribute 'Threshold Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdDepth()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_ThresholdDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdDepthAsString Threshold Depth As String}'.
*
*
* @return the meta object for the attribute 'Threshold Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdDepthAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_ThresholdDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdThickness Threshold Thickness}'.
*
*
* @return the meta object for the attribute 'Threshold Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdThickness()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_ThresholdThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdThicknessAsString Threshold Thickness As String}'.
*
*
* @return the meta object for the attribute 'Threshold Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdThicknessAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_ThresholdThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomThickness Transom Thickness}'.
*
*
* @return the meta object for the attribute 'Transom Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomThickness()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_TransomThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomThicknessAsString Transom Thickness As String}'.
*
*
* @return the meta object for the attribute 'Transom Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomThicknessAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_TransomThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomOffset Transom Offset}'.
*
*
* @return the meta object for the attribute 'Transom Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomOffset()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_TransomOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomOffsetAsString Transom Offset As String}'.
*
*
* @return the meta object for the attribute 'Transom Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getTransomOffsetAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_TransomOffsetAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningOffset Lining Offset}'.
*
*
* @return the meta object for the attribute 'Lining Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningOffset()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_LiningOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningOffsetAsString Lining Offset As String}'.
*
*
* @return the meta object for the attribute 'Lining Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getLiningOffsetAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_LiningOffsetAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdOffset Threshold Offset}'.
*
*
* @return the meta object for the attribute 'Threshold Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdOffset()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_ThresholdOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdOffsetAsString Threshold Offset As String}'.
*
*
* @return the meta object for the attribute 'Threshold Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getThresholdOffsetAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_ThresholdOffsetAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingThickness Casing Thickness}'.
*
*
* @return the meta object for the attribute 'Casing Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingThickness()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_CasingThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingThicknessAsString Casing Thickness As String}'.
*
*
* @return the meta object for the attribute 'Casing Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingThicknessAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_CasingThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingDepth Casing Depth}'.
*
*
* @return the meta object for the attribute 'Casing Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingDepth()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_CasingDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingDepthAsString Casing Depth As String}'.
*
*
* @return the meta object for the attribute 'Casing Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getCasingDepthAsString()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EAttribute getIfcDoorLiningProperties_CasingDepthAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getShapeAspectStyle Shape Aspect Style}'.
*
*
* @return the meta object for the reference 'Shape Aspect Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorLiningProperties#getShapeAspectStyle()
* @see #getIfcDoorLiningProperties()
* @generated
*/
EReference getIfcDoorLiningProperties_ShapeAspectStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties Ifc Door Panel Properties}'.
*
*
* @return the meta object for class 'Ifc Door Panel Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties
* @generated
*/
EClass getIfcDoorPanelProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepth Panel Depth}'.
*
*
* @return the meta object for the attribute 'Panel Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepth()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EAttribute getIfcDoorPanelProperties_PanelDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepthAsString Panel Depth As String}'.
*
*
* @return the meta object for the attribute 'Panel Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelDepthAsString()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EAttribute getIfcDoorPanelProperties_PanelDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelOperation Panel Operation}'.
*
*
* @return the meta object for the attribute 'Panel Operation'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelOperation()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EAttribute getIfcDoorPanelProperties_PanelOperation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidth Panel Width}'.
*
*
* @return the meta object for the attribute 'Panel Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidth()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EAttribute getIfcDoorPanelProperties_PanelWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidthAsString Panel Width As String}'.
*
*
* @return the meta object for the attribute 'Panel Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelWidthAsString()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EAttribute getIfcDoorPanelProperties_PanelWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelPosition Panel Position}'.
*
*
* @return the meta object for the attribute 'Panel Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getPanelPosition()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EAttribute getIfcDoorPanelProperties_PanelPosition();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getShapeAspectStyle Shape Aspect Style}'.
*
*
* @return the meta object for the reference 'Shape Aspect Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelProperties#getShapeAspectStyle()
* @see #getIfcDoorPanelProperties()
* @generated
*/
EReference getIfcDoorPanelProperties_ShapeAspectStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyle Ifc Door Style}'.
*
*
* @return the meta object for class 'Ifc Door Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyle
* @generated
*/
EClass getIfcDoorStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getOperationType Operation Type}'.
*
*
* @return the meta object for the attribute 'Operation Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getOperationType()
* @see #getIfcDoorStyle()
* @generated
*/
EAttribute getIfcDoorStyle_OperationType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getConstructionType Construction Type}'.
*
*
* @return the meta object for the attribute 'Construction Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getConstructionType()
* @see #getIfcDoorStyle()
* @generated
*/
EAttribute getIfcDoorStyle_ConstructionType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getParameterTakesPrecedence Parameter Takes Precedence}'.
*
*
* @return the meta object for the attribute 'Parameter Takes Precedence'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getParameterTakesPrecedence()
* @see #getIfcDoorStyle()
* @generated
*/
EAttribute getIfcDoorStyle_ParameterTakesPrecedence();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getSizeable Sizeable}'.
*
*
* @return the meta object for the attribute 'Sizeable'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyle#getSizeable()
* @see #getIfcDoorStyle()
* @generated
*/
EAttribute getIfcDoorStyle_Sizeable();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout Ifc Draughting Callout}'.
*
*
* @return the meta object for class 'Ifc Draughting Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout
* @generated
*/
EClass getIfcDraughtingCallout();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout#getContents Contents}'.
*
*
* @return the meta object for the reference list 'Contents'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout#getContents()
* @see #getIfcDraughtingCallout()
* @generated
*/
EReference getIfcDraughtingCallout_Contents();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout#getIsRelatedFromCallout Is Related From Callout}'.
*
*
* @return the meta object for the reference list 'Is Related From Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout#getIsRelatedFromCallout()
* @see #getIfcDraughtingCallout()
* @generated
*/
EReference getIfcDraughtingCallout_IsRelatedFromCallout();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout#getIsRelatedToCallout Is Related To Callout}'.
*
*
* @return the meta object for the reference list 'Is Related To Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCallout#getIsRelatedToCallout()
* @see #getIfcDraughtingCallout()
* @generated
*/
EReference getIfcDraughtingCallout_IsRelatedToCallout();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship Ifc Draughting Callout Relationship}'.
*
*
* @return the meta object for class 'Ifc Draughting Callout Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship
* @generated
*/
EClass getIfcDraughtingCalloutRelationship();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getName()
* @see #getIfcDraughtingCalloutRelationship()
* @generated
*/
EAttribute getIfcDraughtingCalloutRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getDescription()
* @see #getIfcDraughtingCalloutRelationship()
* @generated
*/
EAttribute getIfcDraughtingCalloutRelationship_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getRelatingDraughtingCallout Relating Draughting Callout}'.
*
*
* @return the meta object for the reference 'Relating Draughting Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getRelatingDraughtingCallout()
* @see #getIfcDraughtingCalloutRelationship()
* @generated
*/
EReference getIfcDraughtingCalloutRelationship_RelatingDraughtingCallout();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getRelatedDraughtingCallout Related Draughting Callout}'.
*
*
* @return the meta object for the reference 'Related Draughting Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutRelationship#getRelatedDraughtingCallout()
* @see #getIfcDraughtingCalloutRelationship()
* @generated
*/
EReference getIfcDraughtingCalloutRelationship_RelatedDraughtingCallout();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedColour Ifc Draughting Pre Defined Colour}'.
*
*
* @return the meta object for class 'Ifc Draughting Pre Defined Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedColour
* @generated
*/
EClass getIfcDraughtingPreDefinedColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedCurveFont Ifc Draughting Pre Defined Curve Font}'.
*
*
* @return the meta object for class 'Ifc Draughting Pre Defined Curve Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedCurveFont
* @generated
*/
EClass getIfcDraughtingPreDefinedCurveFont();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedTextFont Ifc Draughting Pre Defined Text Font}'.
*
*
* @return the meta object for class 'Ifc Draughting Pre Defined Text Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingPreDefinedTextFont
* @generated
*/
EClass getIfcDraughtingPreDefinedTextFont();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDuctFittingType Ifc Duct Fitting Type}'.
*
*
* @return the meta object for class 'Ifc Duct Fitting Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctFittingType
* @generated
*/
EClass getIfcDuctFittingType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDuctFittingType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctFittingType#getPredefinedType()
* @see #getIfcDuctFittingType()
* @generated
*/
EAttribute getIfcDuctFittingType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSegmentType Ifc Duct Segment Type}'.
*
*
* @return the meta object for class 'Ifc Duct Segment Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSegmentType
* @generated
*/
EClass getIfcDuctSegmentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSegmentType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSegmentType#getPredefinedType()
* @see #getIfcDuctSegmentType()
* @generated
*/
EAttribute getIfcDuctSegmentType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSilencerType Ifc Duct Silencer Type}'.
*
*
* @return the meta object for class 'Ifc Duct Silencer Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSilencerType
* @generated
*/
EClass getIfcDuctSilencerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSilencerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSilencerType#getPredefinedType()
* @see #getIfcDuctSilencerType()
* @generated
*/
EAttribute getIfcDuctSilencerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEdge Ifc Edge}'.
*
*
* @return the meta object for class 'Ifc Edge'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdge
* @generated
*/
EClass getIfcEdge();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcEdge#getEdgeStart Edge Start}'.
*
*
* @return the meta object for the reference 'Edge Start'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdge#getEdgeStart()
* @see #getIfcEdge()
* @generated
*/
EReference getIfcEdge_EdgeStart();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcEdge#getEdgeEnd Edge End}'.
*
*
* @return the meta object for the reference 'Edge End'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdge#getEdgeEnd()
* @see #getIfcEdge()
* @generated
*/
EReference getIfcEdge_EdgeEnd();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeCurve Ifc Edge Curve}'.
*
*
* @return the meta object for class 'Ifc Edge Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeCurve
* @generated
*/
EClass getIfcEdgeCurve();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeCurve#getEdgeGeometry Edge Geometry}'.
*
*
* @return the meta object for the reference 'Edge Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeCurve#getEdgeGeometry()
* @see #getIfcEdgeCurve()
* @generated
*/
EReference getIfcEdgeCurve_EdgeGeometry();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeCurve#getSameSense Same Sense}'.
*
*
* @return the meta object for the attribute 'Same Sense'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeCurve#getSameSense()
* @see #getIfcEdgeCurve()
* @generated
*/
EAttribute getIfcEdgeCurve_SameSense();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeFeature Ifc Edge Feature}'.
*
*
* @return the meta object for class 'Ifc Edge Feature'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeFeature
* @generated
*/
EClass getIfcEdgeFeature();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeFeature#getFeatureLength Feature Length}'.
*
*
* @return the meta object for the attribute 'Feature Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeFeature#getFeatureLength()
* @see #getIfcEdgeFeature()
* @generated
*/
EAttribute getIfcEdgeFeature_FeatureLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeFeature#getFeatureLengthAsString Feature Length As String}'.
*
*
* @return the meta object for the attribute 'Feature Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeFeature#getFeatureLengthAsString()
* @see #getIfcEdgeFeature()
* @generated
*/
EAttribute getIfcEdgeFeature_FeatureLengthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeLoop Ifc Edge Loop}'.
*
*
* @return the meta object for class 'Ifc Edge Loop'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeLoop
* @generated
*/
EClass getIfcEdgeLoop();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcEdgeLoop#getEdgeList Edge List}'.
*
*
* @return the meta object for the reference list 'Edge List'.
* @see org.bimserver.models.ifc2x3tc1.IfcEdgeLoop#getEdgeList()
* @see #getIfcEdgeLoop()
* @generated
*/
EReference getIfcEdgeLoop_EdgeList();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricApplianceType Ifc Electric Appliance Type}'.
*
*
* @return the meta object for class 'Ifc Electric Appliance Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricApplianceType
* @generated
*/
EClass getIfcElectricApplianceType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricApplianceType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricApplianceType#getPredefinedType()
* @see #getIfcElectricApplianceType()
* @generated
*/
EAttribute getIfcElectricApplianceType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint Ifc Electric Distribution Point}'.
*
*
* @return the meta object for class 'Ifc Electric Distribution Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint
* @generated
*/
EClass getIfcElectricDistributionPoint();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint#getDistributionPointFunction Distribution Point Function}'.
*
*
* @return the meta object for the attribute 'Distribution Point Function'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint#getDistributionPointFunction()
* @see #getIfcElectricDistributionPoint()
* @generated
*/
EAttribute getIfcElectricDistributionPoint_DistributionPointFunction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint#getUserDefinedFunction User Defined Function}'.
*
*
* @return the meta object for the attribute 'User Defined Function'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPoint#getUserDefinedFunction()
* @see #getIfcElectricDistributionPoint()
* @generated
*/
EAttribute getIfcElectricDistributionPoint_UserDefinedFunction();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceType Ifc Electric Flow Storage Device Type}'.
*
*
* @return the meta object for class 'Ifc Electric Flow Storage Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceType
* @generated
*/
EClass getIfcElectricFlowStorageDeviceType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceType#getPredefinedType()
* @see #getIfcElectricFlowStorageDeviceType()
* @generated
*/
EAttribute getIfcElectricFlowStorageDeviceType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorType Ifc Electric Generator Type}'.
*
*
* @return the meta object for class 'Ifc Electric Generator Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorType
* @generated
*/
EClass getIfcElectricGeneratorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorType#getPredefinedType()
* @see #getIfcElectricGeneratorType()
* @generated
*/
EAttribute getIfcElectricGeneratorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricHeaterType Ifc Electric Heater Type}'.
*
*
* @return the meta object for class 'Ifc Electric Heater Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricHeaterType
* @generated
*/
EClass getIfcElectricHeaterType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricHeaterType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricHeaterType#getPredefinedType()
* @see #getIfcElectricHeaterType()
* @generated
*/
EAttribute getIfcElectricHeaterType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricMotorType Ifc Electric Motor Type}'.
*
*
* @return the meta object for class 'Ifc Electric Motor Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricMotorType
* @generated
*/
EClass getIfcElectricMotorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricMotorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricMotorType#getPredefinedType()
* @see #getIfcElectricMotorType()
* @generated
*/
EAttribute getIfcElectricMotorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlType Ifc Electric Time Control Type}'.
*
*
* @return the meta object for class 'Ifc Electric Time Control Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlType
* @generated
*/
EClass getIfcElectricTimeControlType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlType#getPredefinedType()
* @see #getIfcElectricTimeControlType()
* @generated
*/
EAttribute getIfcElectricTimeControlType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties Ifc Electrical Base Properties}'.
*
*
* @return the meta object for class 'Ifc Electrical Base Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties
* @generated
*/
EClass getIfcElectricalBaseProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getElectricCurrentType Electric Current Type}'.
*
*
* @return the meta object for the attribute 'Electric Current Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getElectricCurrentType()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_ElectricCurrentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltage Input Voltage}'.
*
*
* @return the meta object for the attribute 'Input Voltage'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltage()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_InputVoltage();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltageAsString Input Voltage As String}'.
*
*
* @return the meta object for the attribute 'Input Voltage As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputVoltageAsString()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_InputVoltageAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequency Input Frequency}'.
*
*
* @return the meta object for the attribute 'Input Frequency'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequency()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_InputFrequency();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequencyAsString Input Frequency As String}'.
*
*
* @return the meta object for the attribute 'Input Frequency As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputFrequencyAsString()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_InputFrequencyAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrent Full Load Current}'.
*
*
* @return the meta object for the attribute 'Full Load Current'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrent()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_FullLoadCurrent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrentAsString Full Load Current As String}'.
*
*
* @return the meta object for the attribute 'Full Load Current As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getFullLoadCurrentAsString()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_FullLoadCurrentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrent Minimum Circuit Current}'.
*
*
* @return the meta object for the attribute 'Minimum Circuit Current'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrent()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_MinimumCircuitCurrent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrentAsString Minimum Circuit Current As String}'.
*
*
* @return the meta object for the attribute 'Minimum Circuit Current As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMinimumCircuitCurrentAsString()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_MinimumCircuitCurrentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInput Maximum Power Input}'.
*
*
* @return the meta object for the attribute 'Maximum Power Input'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInput()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_MaximumPowerInput();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInputAsString Maximum Power Input As String}'.
*
*
* @return the meta object for the attribute 'Maximum Power Input As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getMaximumPowerInputAsString()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_MaximumPowerInputAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInput Rated Power Input}'.
*
*
* @return the meta object for the attribute 'Rated Power Input'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInput()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_RatedPowerInput();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInputAsString Rated Power Input As String}'.
*
*
* @return the meta object for the attribute 'Rated Power Input As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getRatedPowerInputAsString()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_RatedPowerInputAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputPhase Input Phase}'.
*
*
* @return the meta object for the attribute 'Input Phase'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalBaseProperties#getInputPhase()
* @see #getIfcElectricalBaseProperties()
* @generated
*/
EAttribute getIfcElectricalBaseProperties_InputPhase();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalCircuit Ifc Electrical Circuit}'.
*
*
* @return the meta object for class 'Ifc Electrical Circuit'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalCircuit
* @generated
*/
EClass getIfcElectricalCircuit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricalElement Ifc Electrical Element}'.
*
*
* @return the meta object for class 'Ifc Electrical Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricalElement
* @generated
*/
EClass getIfcElectricalElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElement Ifc Element}'.
*
*
* @return the meta object for class 'Ifc Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement
* @generated
*/
EClass getIfcElement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getTag Tag}'.
*
*
* @return the meta object for the attribute 'Tag'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getTag()
* @see #getIfcElement()
* @generated
*/
EAttribute getIfcElement_Tag();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getHasStructuralMember Has Structural Member}'.
*
*
* @return the meta object for the reference list 'Has Structural Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getHasStructuralMember()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_HasStructuralMember();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getFillsVoids Fills Voids}'.
*
*
* @return the meta object for the reference list 'Fills Voids'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getFillsVoids()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_FillsVoids();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getConnectedTo Connected To}'.
*
*
* @return the meta object for the reference list 'Connected To'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getConnectedTo()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_ConnectedTo();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getHasCoverings Has Coverings}'.
*
*
* @return the meta object for the reference list 'Has Coverings'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getHasCoverings()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_HasCoverings();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getHasProjections Has Projections}'.
*
*
* @return the meta object for the reference list 'Has Projections'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getHasProjections()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_HasProjections();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getReferencedInStructures Referenced In Structures}'.
*
*
* @return the meta object for the reference list 'Referenced In Structures'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getReferencedInStructures()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_ReferencedInStructures();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getHasPorts Has Ports}'.
*
*
* @return the meta object for the reference list 'Has Ports'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getHasPorts()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_HasPorts();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getHasOpenings Has Openings}'.
*
*
* @return the meta object for the reference list 'Has Openings'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getHasOpenings()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_HasOpenings();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getIsConnectionRealization Is Connection Realization}'.
*
*
* @return the meta object for the reference list 'Is Connection Realization'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getIsConnectionRealization()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_IsConnectionRealization();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getProvidesBoundaries Provides Boundaries}'.
*
*
* @return the meta object for the reference list 'Provides Boundaries'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getProvidesBoundaries()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_ProvidesBoundaries();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getConnectedFrom Connected From}'.
*
*
* @return the meta object for the reference list 'Connected From'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getConnectedFrom()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_ConnectedFrom();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElement#getContainedInStructure Contained In Structure}'.
*
*
* @return the meta object for the reference list 'Contained In Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElement#getContainedInStructure()
* @see #getIfcElement()
* @generated
*/
EReference getIfcElement_ContainedInStructure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssembly Ifc Element Assembly}'.
*
*
* @return the meta object for class 'Ifc Element Assembly'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssembly
* @generated
*/
EClass getIfcElementAssembly();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssembly#getAssemblyPlace Assembly Place}'.
*
*
* @return the meta object for the attribute 'Assembly Place'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssembly#getAssemblyPlace()
* @see #getIfcElementAssembly()
* @generated
*/
EAttribute getIfcElementAssembly_AssemblyPlace();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssembly#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssembly#getPredefinedType()
* @see #getIfcElementAssembly()
* @generated
*/
EAttribute getIfcElementAssembly_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElementComponent Ifc Element Component}'.
*
*
* @return the meta object for class 'Ifc Element Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementComponent
* @generated
*/
EClass getIfcElementComponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElementComponentType Ifc Element Component Type}'.
*
*
* @return the meta object for class 'Ifc Element Component Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementComponentType
* @generated
*/
EClass getIfcElementComponentType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElementQuantity Ifc Element Quantity}'.
*
*
* @return the meta object for class 'Ifc Element Quantity'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementQuantity
* @generated
*/
EClass getIfcElementQuantity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElementQuantity#getMethodOfMeasurement Method Of Measurement}'.
*
*
* @return the meta object for the attribute 'Method Of Measurement'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementQuantity#getMethodOfMeasurement()
* @see #getIfcElementQuantity()
* @generated
*/
EAttribute getIfcElementQuantity_MethodOfMeasurement();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcElementQuantity#getQuantities Quantities}'.
*
*
* @return the meta object for the reference list 'Quantities'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementQuantity#getQuantities()
* @see #getIfcElementQuantity()
* @generated
*/
EReference getIfcElementQuantity_Quantities();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElementType Ifc Element Type}'.
*
*
* @return the meta object for class 'Ifc Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementType
* @generated
*/
EClass getIfcElementType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElementType#getElementType Element Type}'.
*
*
* @return the meta object for the attribute 'Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementType#getElementType()
* @see #getIfcElementType()
* @generated
*/
EAttribute getIfcElementType_ElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElementarySurface Ifc Elementary Surface}'.
*
*
* @return the meta object for class 'Ifc Elementary Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementarySurface
* @generated
*/
EClass getIfcElementarySurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcElementarySurface#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementarySurface#getPosition()
* @see #getIfcElementarySurface()
* @generated
*/
EReference getIfcElementarySurface_Position();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElementarySurface#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementarySurface#getDim()
* @see #getIfcElementarySurface()
* @generated
*/
EAttribute getIfcElementarySurface_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEllipse Ifc Ellipse}'.
*
*
* @return the meta object for class 'Ifc Ellipse'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipse
* @generated
*/
EClass getIfcEllipse();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis1 Semi Axis1}'.
*
*
* @return the meta object for the attribute 'Semi Axis1'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis1()
* @see #getIfcEllipse()
* @generated
*/
EAttribute getIfcEllipse_SemiAxis1();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis1AsString Semi Axis1 As String}'.
*
*
* @return the meta object for the attribute 'Semi Axis1 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis1AsString()
* @see #getIfcEllipse()
* @generated
*/
EAttribute getIfcEllipse_SemiAxis1AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis2 Semi Axis2}'.
*
*
* @return the meta object for the attribute 'Semi Axis2'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis2()
* @see #getIfcEllipse()
* @generated
*/
EAttribute getIfcEllipse_SemiAxis2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis2AsString Semi Axis2 As String}'.
*
*
* @return the meta object for the attribute 'Semi Axis2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipse#getSemiAxis2AsString()
* @see #getIfcEllipse()
* @generated
*/
EAttribute getIfcEllipse_SemiAxis2AsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef Ifc Ellipse Profile Def}'.
*
*
* @return the meta object for class 'Ifc Ellipse Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef
* @generated
*/
EClass getIfcEllipseProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis1 Semi Axis1}'.
*
*
* @return the meta object for the attribute 'Semi Axis1'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis1()
* @see #getIfcEllipseProfileDef()
* @generated
*/
EAttribute getIfcEllipseProfileDef_SemiAxis1();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis1AsString Semi Axis1 As String}'.
*
*
* @return the meta object for the attribute 'Semi Axis1 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis1AsString()
* @see #getIfcEllipseProfileDef()
* @generated
*/
EAttribute getIfcEllipseProfileDef_SemiAxis1AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis2 Semi Axis2}'.
*
*
* @return the meta object for the attribute 'Semi Axis2'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis2()
* @see #getIfcEllipseProfileDef()
* @generated
*/
EAttribute getIfcEllipseProfileDef_SemiAxis2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis2AsString Semi Axis2 As String}'.
*
*
* @return the meta object for the attribute 'Semi Axis2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcEllipseProfileDef#getSemiAxis2AsString()
* @see #getIfcEllipseProfileDef()
* @generated
*/
EAttribute getIfcEllipseProfileDef_SemiAxis2AsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDevice Ifc Energy Conversion Device}'.
*
*
* @return the meta object for class 'Ifc Energy Conversion Device'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDevice
* @generated
*/
EClass getIfcEnergyConversionDevice();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDeviceType Ifc Energy Conversion Device Type}'.
*
*
* @return the meta object for class 'Ifc Energy Conversion Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyConversionDeviceType
* @generated
*/
EClass getIfcEnergyConversionDeviceType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyProperties Ifc Energy Properties}'.
*
*
* @return the meta object for class 'Ifc Energy Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyProperties
* @generated
*/
EClass getIfcEnergyProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyProperties#getEnergySequence Energy Sequence}'.
*
*
* @return the meta object for the attribute 'Energy Sequence'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyProperties#getEnergySequence()
* @see #getIfcEnergyProperties()
* @generated
*/
EAttribute getIfcEnergyProperties_EnergySequence();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyProperties#getUserDefinedEnergySequence User Defined Energy Sequence}'.
*
*
* @return the meta object for the attribute 'User Defined Energy Sequence'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyProperties#getUserDefinedEnergySequence()
* @see #getIfcEnergyProperties()
* @generated
*/
EAttribute getIfcEnergyProperties_UserDefinedEnergySequence();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue Ifc Environmental Impact Value}'.
*
*
* @return the meta object for class 'Ifc Environmental Impact Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue
* @generated
*/
EClass getIfcEnvironmentalImpactValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue#getImpactType Impact Type}'.
*
*
* @return the meta object for the attribute 'Impact Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue#getImpactType()
* @see #getIfcEnvironmentalImpactValue()
* @generated
*/
EAttribute getIfcEnvironmentalImpactValue_ImpactType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue#getCategory Category}'.
*
*
* @return the meta object for the attribute 'Category'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue#getCategory()
* @see #getIfcEnvironmentalImpactValue()
* @generated
*/
EAttribute getIfcEnvironmentalImpactValue_Category();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue#getUserDefinedCategory User Defined Category}'.
*
*
* @return the meta object for the attribute 'User Defined Category'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactValue#getUserDefinedCategory()
* @see #getIfcEnvironmentalImpactValue()
* @generated
*/
EAttribute getIfcEnvironmentalImpactValue_UserDefinedCategory();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEquipmentElement Ifc Equipment Element}'.
*
*
* @return the meta object for class 'Ifc Equipment Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcEquipmentElement
* @generated
*/
EClass getIfcEquipmentElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEquipmentStandard Ifc Equipment Standard}'.
*
*
* @return the meta object for class 'Ifc Equipment Standard'.
* @see org.bimserver.models.ifc2x3tc1.IfcEquipmentStandard
* @generated
*/
EClass getIfcEquipmentStandard();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerType Ifc Evaporative Cooler Type}'.
*
*
* @return the meta object for class 'Ifc Evaporative Cooler Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerType
* @generated
*/
EClass getIfcEvaporativeCoolerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerType#getPredefinedType()
* @see #getIfcEvaporativeCoolerType()
* @generated
*/
EAttribute getIfcEvaporativeCoolerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporatorType Ifc Evaporator Type}'.
*
*
* @return the meta object for class 'Ifc Evaporator Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporatorType
* @generated
*/
EClass getIfcEvaporatorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporatorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporatorType#getPredefinedType()
* @see #getIfcEvaporatorType()
* @generated
*/
EAttribute getIfcEvaporatorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties Ifc Extended Material Properties}'.
*
*
* @return the meta object for class 'Ifc Extended Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties
* @generated
*/
EClass getIfcExtendedMaterialProperties();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties#getExtendedProperties Extended Properties}'.
*
*
* @return the meta object for the reference list 'Extended Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties#getExtendedProperties()
* @see #getIfcExtendedMaterialProperties()
* @generated
*/
EReference getIfcExtendedMaterialProperties_ExtendedProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties#getDescription()
* @see #getIfcExtendedMaterialProperties()
* @generated
*/
EAttribute getIfcExtendedMaterialProperties_Description();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtendedMaterialProperties#getName()
* @see #getIfcExtendedMaterialProperties()
* @generated
*/
EAttribute getIfcExtendedMaterialProperties_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference Ifc External Reference}'.
*
*
* @return the meta object for class 'Ifc External Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternalReference
* @generated
*/
EClass getIfcExternalReference();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getLocation Location}'.
*
*
* @return the meta object for the attribute 'Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternalReference#getLocation()
* @see #getIfcExternalReference()
* @generated
*/
EAttribute getIfcExternalReference_Location();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getItemReference Item Reference}'.
*
*
* @return the meta object for the attribute 'Item Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternalReference#getItemReference()
* @see #getIfcExternalReference()
* @generated
*/
EAttribute getIfcExternalReference_ItemReference();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternalReference#getName()
* @see #getIfcExternalReference()
* @generated
*/
EAttribute getIfcExternalReference_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedHatchStyle Ifc Externally Defined Hatch Style}'.
*
*
* @return the meta object for class 'Ifc Externally Defined Hatch Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedHatchStyle
* @generated
*/
EClass getIfcExternallyDefinedHatchStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSurfaceStyle Ifc Externally Defined Surface Style}'.
*
*
* @return the meta object for class 'Ifc Externally Defined Surface Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSurfaceStyle
* @generated
*/
EClass getIfcExternallyDefinedSurfaceStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSymbol Ifc Externally Defined Symbol}'.
*
*
* @return the meta object for class 'Ifc Externally Defined Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedSymbol
* @generated
*/
EClass getIfcExternallyDefinedSymbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedTextFont Ifc Externally Defined Text Font}'.
*
*
* @return the meta object for class 'Ifc Externally Defined Text Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcExternallyDefinedTextFont
* @generated
*/
EClass getIfcExternallyDefinedTextFont();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid Ifc Extruded Area Solid}'.
*
*
* @return the meta object for class 'Ifc Extruded Area Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid
* @generated
*/
EClass getIfcExtrudedAreaSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid#getExtrudedDirection Extruded Direction}'.
*
*
* @return the meta object for the reference 'Extruded Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid#getExtrudedDirection()
* @see #getIfcExtrudedAreaSolid()
* @generated
*/
EReference getIfcExtrudedAreaSolid_ExtrudedDirection();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid#getDepth()
* @see #getIfcExtrudedAreaSolid()
* @generated
*/
EAttribute getIfcExtrudedAreaSolid_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcExtrudedAreaSolid#getDepthAsString()
* @see #getIfcExtrudedAreaSolid()
* @generated
*/
EAttribute getIfcExtrudedAreaSolid_DepthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFace Ifc Face}'.
*
*
* @return the meta object for class 'Ifc Face'.
* @see org.bimserver.models.ifc2x3tc1.IfcFace
* @generated
*/
EClass getIfcFace();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcFace#getBounds Bounds}'.
*
*
* @return the meta object for the reference list 'Bounds'.
* @see org.bimserver.models.ifc2x3tc1.IfcFace#getBounds()
* @see #getIfcFace()
* @generated
*/
EReference getIfcFace_Bounds();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel Ifc Face Based Surface Model}'.
*
*
* @return the meta object for class 'Ifc Face Based Surface Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel
* @generated
*/
EClass getIfcFaceBasedSurfaceModel();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel#getFbsmFaces Fbsm Faces}'.
*
*
* @return the meta object for the reference list 'Fbsm Faces'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel#getFbsmFaces()
* @see #getIfcFaceBasedSurfaceModel()
* @generated
*/
EReference getIfcFaceBasedSurfaceModel_FbsmFaces();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBasedSurfaceModel#getDim()
* @see #getIfcFaceBasedSurfaceModel()
* @generated
*/
EAttribute getIfcFaceBasedSurfaceModel_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBound Ifc Face Bound}'.
*
*
* @return the meta object for class 'Ifc Face Bound'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBound
* @generated
*/
EClass getIfcFaceBound();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBound#getBound Bound}'.
*
*
* @return the meta object for the reference 'Bound'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBound#getBound()
* @see #getIfcFaceBound()
* @generated
*/
EReference getIfcFaceBound_Bound();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFaceBound#getOrientation Orientation}'.
*
*
* @return the meta object for the attribute 'Orientation'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceBound#getOrientation()
* @see #getIfcFaceBound()
* @generated
*/
EAttribute getIfcFaceBound_Orientation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceOuterBound Ifc Face Outer Bound}'.
*
*
* @return the meta object for class 'Ifc Face Outer Bound'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceOuterBound
* @generated
*/
EClass getIfcFaceOuterBound();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFaceSurface Ifc Face Surface}'.
*
*
* @return the meta object for class 'Ifc Face Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceSurface
* @generated
*/
EClass getIfcFaceSurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFaceSurface#getFaceSurface Face Surface}'.
*
*
* @return the meta object for the reference 'Face Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceSurface#getFaceSurface()
* @see #getIfcFaceSurface()
* @generated
*/
EReference getIfcFaceSurface_FaceSurface();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFaceSurface#getSameSense Same Sense}'.
*
*
* @return the meta object for the attribute 'Same Sense'.
* @see org.bimserver.models.ifc2x3tc1.IfcFaceSurface#getSameSense()
* @see #getIfcFaceSurface()
* @generated
*/
EAttribute getIfcFaceSurface_SameSense();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFacetedBrep Ifc Faceted Brep}'.
*
*
* @return the meta object for class 'Ifc Faceted Brep'.
* @see org.bimserver.models.ifc2x3tc1.IfcFacetedBrep
* @generated
*/
EClass getIfcFacetedBrep();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFacetedBrepWithVoids Ifc Faceted Brep With Voids}'.
*
*
* @return the meta object for class 'Ifc Faceted Brep With Voids'.
* @see org.bimserver.models.ifc2x3tc1.IfcFacetedBrepWithVoids
* @generated
*/
EClass getIfcFacetedBrepWithVoids();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcFacetedBrepWithVoids#getVoids Voids}'.
*
*
* @return the meta object for the reference list 'Voids'.
* @see org.bimserver.models.ifc2x3tc1.IfcFacetedBrepWithVoids#getVoids()
* @see #getIfcFacetedBrepWithVoids()
* @generated
*/
EReference getIfcFacetedBrepWithVoids_Voids();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition Ifc Failure Connection Condition}'.
*
*
* @return the meta object for class 'Ifc Failure Connection Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition
* @generated
*/
EClass getIfcFailureConnectionCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureX Tension Failure X}'.
*
*
* @return the meta object for the attribute 'Tension Failure X'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureX()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_TensionFailureX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureXAsString Tension Failure XAs String}'.
*
*
* @return the meta object for the attribute 'Tension Failure XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureXAsString()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_TensionFailureXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureY Tension Failure Y}'.
*
*
* @return the meta object for the attribute 'Tension Failure Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureY()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_TensionFailureY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureYAsString Tension Failure YAs String}'.
*
*
* @return the meta object for the attribute 'Tension Failure YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureYAsString()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_TensionFailureYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureZ Tension Failure Z}'.
*
*
* @return the meta object for the attribute 'Tension Failure Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureZ()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_TensionFailureZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureZAsString Tension Failure ZAs String}'.
*
*
* @return the meta object for the attribute 'Tension Failure ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getTensionFailureZAsString()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_TensionFailureZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureX Compression Failure X}'.
*
*
* @return the meta object for the attribute 'Compression Failure X'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureX()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_CompressionFailureX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureXAsString Compression Failure XAs String}'.
*
*
* @return the meta object for the attribute 'Compression Failure XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureXAsString()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_CompressionFailureXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureY Compression Failure Y}'.
*
*
* @return the meta object for the attribute 'Compression Failure Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureY()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_CompressionFailureY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureYAsString Compression Failure YAs String}'.
*
*
* @return the meta object for the attribute 'Compression Failure YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureYAsString()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_CompressionFailureYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureZ Compression Failure Z}'.
*
*
* @return the meta object for the attribute 'Compression Failure Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureZ()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_CompressionFailureZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureZAsString Compression Failure ZAs String}'.
*
*
* @return the meta object for the attribute 'Compression Failure ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFailureConnectionCondition#getCompressionFailureZAsString()
* @see #getIfcFailureConnectionCondition()
* @generated
*/
EAttribute getIfcFailureConnectionCondition_CompressionFailureZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFanType Ifc Fan Type}'.
*
*
* @return the meta object for class 'Ifc Fan Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFanType
* @generated
*/
EClass getIfcFanType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFanType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFanType#getPredefinedType()
* @see #getIfcFanType()
* @generated
*/
EAttribute getIfcFanType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFastener Ifc Fastener}'.
*
*
* @return the meta object for class 'Ifc Fastener'.
* @see org.bimserver.models.ifc2x3tc1.IfcFastener
* @generated
*/
EClass getIfcFastener();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFastenerType Ifc Fastener Type}'.
*
*
* @return the meta object for class 'Ifc Fastener Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFastenerType
* @generated
*/
EClass getIfcFastenerType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElement Ifc Feature Element}'.
*
*
* @return the meta object for class 'Ifc Feature Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElement
* @generated
*/
EClass getIfcFeatureElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElementAddition Ifc Feature Element Addition}'.
*
*
* @return the meta object for class 'Ifc Feature Element Addition'.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElementAddition
* @generated
*/
EClass getIfcFeatureElementAddition();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElementAddition#getProjectsElements Projects Elements}'.
*
*
* @return the meta object for the reference 'Projects Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElementAddition#getProjectsElements()
* @see #getIfcFeatureElementAddition()
* @generated
*/
EReference getIfcFeatureElementAddition_ProjectsElements();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElementSubtraction Ifc Feature Element Subtraction}'.
*
*
* @return the meta object for class 'Ifc Feature Element Subtraction'.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElementSubtraction
* @generated
*/
EClass getIfcFeatureElementSubtraction();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFeatureElementSubtraction#getVoidsElements Voids Elements}'.
*
*
* @return the meta object for the reference 'Voids Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcFeatureElementSubtraction#getVoidsElements()
* @see #getIfcFeatureElementSubtraction()
* @generated
*/
EReference getIfcFeatureElementSubtraction_VoidsElements();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyle Ifc Fill Area Style}'.
*
*
* @return the meta object for class 'Ifc Fill Area Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyle
* @generated
*/
EClass getIfcFillAreaStyle();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyle#getFillStyles Fill Styles}'.
*
*
* @return the meta object for the reference list 'Fill Styles'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyle#getFillStyles()
* @see #getIfcFillAreaStyle()
* @generated
*/
EReference getIfcFillAreaStyle_FillStyles();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching Ifc Fill Area Style Hatching}'.
*
*
* @return the meta object for class 'Ifc Fill Area Style Hatching'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching
* @generated
*/
EClass getIfcFillAreaStyleHatching();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getHatchLineAppearance Hatch Line Appearance}'.
*
*
* @return the meta object for the reference 'Hatch Line Appearance'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getHatchLineAppearance()
* @see #getIfcFillAreaStyleHatching()
* @generated
*/
EReference getIfcFillAreaStyleHatching_HatchLineAppearance();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getStartOfNextHatchLine Start Of Next Hatch Line}'.
*
*
* @return the meta object for the reference 'Start Of Next Hatch Line'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getStartOfNextHatchLine()
* @see #getIfcFillAreaStyleHatching()
* @generated
*/
EReference getIfcFillAreaStyleHatching_StartOfNextHatchLine();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getPointOfReferenceHatchLine Point Of Reference Hatch Line}'.
*
*
* @return the meta object for the reference 'Point Of Reference Hatch Line'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getPointOfReferenceHatchLine()
* @see #getIfcFillAreaStyleHatching()
* @generated
*/
EReference getIfcFillAreaStyleHatching_PointOfReferenceHatchLine();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getPatternStart Pattern Start}'.
*
*
* @return the meta object for the reference 'Pattern Start'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getPatternStart()
* @see #getIfcFillAreaStyleHatching()
* @generated
*/
EReference getIfcFillAreaStyleHatching_PatternStart();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getHatchLineAngle Hatch Line Angle}'.
*
*
* @return the meta object for the attribute 'Hatch Line Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getHatchLineAngle()
* @see #getIfcFillAreaStyleHatching()
* @generated
*/
EAttribute getIfcFillAreaStyleHatching_HatchLineAngle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getHatchLineAngleAsString Hatch Line Angle As String}'.
*
*
* @return the meta object for the attribute 'Hatch Line Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleHatching#getHatchLineAngleAsString()
* @see #getIfcFillAreaStyleHatching()
* @generated
*/
EAttribute getIfcFillAreaStyleHatching_HatchLineAngleAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileSymbolWithStyle Ifc Fill Area Style Tile Symbol With Style}'.
*
*
* @return the meta object for class 'Ifc Fill Area Style Tile Symbol With Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileSymbolWithStyle
* @generated
*/
EClass getIfcFillAreaStyleTileSymbolWithStyle();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileSymbolWithStyle#getSymbol Symbol}'.
*
*
* @return the meta object for the reference 'Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileSymbolWithStyle#getSymbol()
* @see #getIfcFillAreaStyleTileSymbolWithStyle()
* @generated
*/
EReference getIfcFillAreaStyleTileSymbolWithStyle_Symbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles Ifc Fill Area Style Tiles}'.
*
*
* @return the meta object for class 'Ifc Fill Area Style Tiles'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles
* @generated
*/
EClass getIfcFillAreaStyleTiles();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingPattern Tiling Pattern}'.
*
*
* @return the meta object for the reference 'Tiling Pattern'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingPattern()
* @see #getIfcFillAreaStyleTiles()
* @generated
*/
EReference getIfcFillAreaStyleTiles_TilingPattern();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTiles Tiles}'.
*
*
* @return the meta object for the reference list 'Tiles'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTiles()
* @see #getIfcFillAreaStyleTiles()
* @generated
*/
EReference getIfcFillAreaStyleTiles_Tiles();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScale Tiling Scale}'.
*
*
* @return the meta object for the attribute 'Tiling Scale'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScale()
* @see #getIfcFillAreaStyleTiles()
* @generated
*/
EAttribute getIfcFillAreaStyleTiles_TilingScale();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScaleAsString Tiling Scale As String}'.
*
*
* @return the meta object for the attribute 'Tiling Scale As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTiles#getTilingScaleAsString()
* @see #getIfcFillAreaStyleTiles()
* @generated
*/
EAttribute getIfcFillAreaStyleTiles_TilingScaleAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFilterType Ifc Filter Type}'.
*
*
* @return the meta object for class 'Ifc Filter Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFilterType
* @generated
*/
EClass getIfcFilterType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFilterType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFilterType#getPredefinedType()
* @see #getIfcFilterType()
* @generated
*/
EAttribute getIfcFilterType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalType Ifc Fire Suppression Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Fire Suppression Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalType
* @generated
*/
EClass getIfcFireSuppressionTerminalType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalType#getPredefinedType()
* @see #getIfcFireSuppressionTerminalType()
* @generated
*/
EAttribute getIfcFireSuppressionTerminalType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowController Ifc Flow Controller}'.
*
*
* @return the meta object for class 'Ifc Flow Controller'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowController
* @generated
*/
EClass getIfcFlowController();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowControllerType Ifc Flow Controller Type}'.
*
*
* @return the meta object for class 'Ifc Flow Controller Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowControllerType
* @generated
*/
EClass getIfcFlowControllerType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowFitting Ifc Flow Fitting}'.
*
*
* @return the meta object for class 'Ifc Flow Fitting'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowFitting
* @generated
*/
EClass getIfcFlowFitting();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowFittingType Ifc Flow Fitting Type}'.
*
*
* @return the meta object for class 'Ifc Flow Fitting Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowFittingType
* @generated
*/
EClass getIfcFlowFittingType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentType Ifc Flow Instrument Type}'.
*
*
* @return the meta object for class 'Ifc Flow Instrument Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentType
* @generated
*/
EClass getIfcFlowInstrumentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentType#getPredefinedType()
* @see #getIfcFlowInstrumentType()
* @generated
*/
EAttribute getIfcFlowInstrumentType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMeterType Ifc Flow Meter Type}'.
*
*
* @return the meta object for class 'Ifc Flow Meter Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMeterType
* @generated
*/
EClass getIfcFlowMeterType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMeterType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMeterType#getPredefinedType()
* @see #getIfcFlowMeterType()
* @generated
*/
EAttribute getIfcFlowMeterType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMovingDevice Ifc Flow Moving Device}'.
*
*
* @return the meta object for class 'Ifc Flow Moving Device'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMovingDevice
* @generated
*/
EClass getIfcFlowMovingDevice();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMovingDeviceType Ifc Flow Moving Device Type}'.
*
*
* @return the meta object for class 'Ifc Flow Moving Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMovingDeviceType
* @generated
*/
EClass getIfcFlowMovingDeviceType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowSegment Ifc Flow Segment}'.
*
*
* @return the meta object for class 'Ifc Flow Segment'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowSegment
* @generated
*/
EClass getIfcFlowSegment();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowSegmentType Ifc Flow Segment Type}'.
*
*
* @return the meta object for class 'Ifc Flow Segment Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowSegmentType
* @generated
*/
EClass getIfcFlowSegmentType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowStorageDevice Ifc Flow Storage Device}'.
*
*
* @return the meta object for class 'Ifc Flow Storage Device'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowStorageDevice
* @generated
*/
EClass getIfcFlowStorageDevice();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowStorageDeviceType Ifc Flow Storage Device Type}'.
*
*
* @return the meta object for class 'Ifc Flow Storage Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowStorageDeviceType
* @generated
*/
EClass getIfcFlowStorageDeviceType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTerminal Ifc Flow Terminal}'.
*
*
* @return the meta object for class 'Ifc Flow Terminal'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTerminal
* @generated
*/
EClass getIfcFlowTerminal();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTerminalType Ifc Flow Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Flow Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTerminalType
* @generated
*/
EClass getIfcFlowTerminalType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDevice Ifc Flow Treatment Device}'.
*
*
* @return the meta object for class 'Ifc Flow Treatment Device'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDevice
* @generated
*/
EClass getIfcFlowTreatmentDevice();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDeviceType Ifc Flow Treatment Device Type}'.
*
*
* @return the meta object for class 'Ifc Flow Treatment Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowTreatmentDeviceType
* @generated
*/
EClass getIfcFlowTreatmentDeviceType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties Ifc Fluid Flow Properties}'.
*
*
* @return the meta object for class 'Ifc Fluid Flow Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties
* @generated
*/
EClass getIfcFluidFlowProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPropertySource Property Source}'.
*
*
* @return the meta object for the attribute 'Property Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPropertySource()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_PropertySource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionTimeSeries Flow Condition Time Series}'.
*
*
* @return the meta object for the reference 'Flow Condition Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionTimeSeries()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_FlowConditionTimeSeries();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocityTimeSeries Velocity Time Series}'.
*
*
* @return the meta object for the reference 'Velocity Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocityTimeSeries()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_VelocityTimeSeries();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateTimeSeries Flowrate Time Series}'.
*
*
* @return the meta object for the reference 'Flowrate Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateTimeSeries()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_FlowrateTimeSeries();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFluid Fluid}'.
*
*
* @return the meta object for the reference 'Fluid'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFluid()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_Fluid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureTimeSeries Pressure Time Series}'.
*
*
* @return the meta object for the reference 'Pressure Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureTimeSeries()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_PressureTimeSeries();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getUserDefinedPropertySource User Defined Property Source}'.
*
*
* @return the meta object for the attribute 'User Defined Property Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getUserDefinedPropertySource()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_UserDefinedPropertySource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValue Temperature Single Value}'.
*
*
* @return the meta object for the attribute 'Temperature Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValue()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_TemperatureSingleValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValueAsString Temperature Single Value As String}'.
*
*
* @return the meta object for the attribute 'Temperature Single Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureSingleValueAsString()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_TemperatureSingleValueAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValue Wet Bulb Temperature Single Value}'.
*
*
* @return the meta object for the attribute 'Wet Bulb Temperature Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValue()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_WetBulbTemperatureSingleValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValueAsString Wet Bulb Temperature Single Value As String}'.
*
*
* @return the meta object for the attribute 'Wet Bulb Temperature Single Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureSingleValueAsString()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_WetBulbTemperatureSingleValueAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureTimeSeries Wet Bulb Temperature Time Series}'.
*
*
* @return the meta object for the reference 'Wet Bulb Temperature Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getWetBulbTemperatureTimeSeries()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_WetBulbTemperatureTimeSeries();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureTimeSeries Temperature Time Series}'.
*
*
* @return the meta object for the reference 'Temperature Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getTemperatureTimeSeries()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_TemperatureTimeSeries();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateSingleValue Flowrate Single Value}'.
*
*
* @return the meta object for the reference 'Flowrate Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowrateSingleValue()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EReference getIfcFluidFlowProperties_FlowrateSingleValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValue Flow Condition Single Value}'.
*
*
* @return the meta object for the attribute 'Flow Condition Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValue()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_FlowConditionSingleValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValueAsString Flow Condition Single Value As String}'.
*
*
* @return the meta object for the attribute 'Flow Condition Single Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getFlowConditionSingleValueAsString()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_FlowConditionSingleValueAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValue Velocity Single Value}'.
*
*
* @return the meta object for the attribute 'Velocity Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValue()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_VelocitySingleValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValueAsString Velocity Single Value As String}'.
*
*
* @return the meta object for the attribute 'Velocity Single Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getVelocitySingleValueAsString()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_VelocitySingleValueAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValue Pressure Single Value}'.
*
*
* @return the meta object for the attribute 'Pressure Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValue()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_PressureSingleValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValueAsString Pressure Single Value As String}'.
*
*
* @return the meta object for the attribute 'Pressure Single Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFluidFlowProperties#getPressureSingleValueAsString()
* @see #getIfcFluidFlowProperties()
* @generated
*/
EAttribute getIfcFluidFlowProperties_PressureSingleValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFooting Ifc Footing}'.
*
*
* @return the meta object for class 'Ifc Footing'.
* @see org.bimserver.models.ifc2x3tc1.IfcFooting
* @generated
*/
EClass getIfcFooting();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFooting#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFooting#getPredefinedType()
* @see #getIfcFooting()
* @generated
*/
EAttribute getIfcFooting_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties Ifc Fuel Properties}'.
*
*
* @return the meta object for class 'Ifc Fuel Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties
* @generated
*/
EClass getIfcFuelProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperature Combustion Temperature}'.
*
*
* @return the meta object for the attribute 'Combustion Temperature'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperature()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_CombustionTemperature();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperatureAsString Combustion Temperature As String}'.
*
*
* @return the meta object for the attribute 'Combustion Temperature As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCombustionTemperatureAsString()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_CombustionTemperatureAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContent Carbon Content}'.
*
*
* @return the meta object for the attribute 'Carbon Content'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContent()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_CarbonContent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContentAsString Carbon Content As String}'.
*
*
* @return the meta object for the attribute 'Carbon Content As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getCarbonContentAsString()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_CarbonContentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValue Lower Heating Value}'.
*
*
* @return the meta object for the attribute 'Lower Heating Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValue()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_LowerHeatingValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValueAsString Lower Heating Value As String}'.
*
*
* @return the meta object for the attribute 'Lower Heating Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getLowerHeatingValueAsString()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_LowerHeatingValueAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValue Higher Heating Value}'.
*
*
* @return the meta object for the attribute 'Higher Heating Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValue()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_HigherHeatingValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValueAsString Higher Heating Value As String}'.
*
*
* @return the meta object for the attribute 'Higher Heating Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFuelProperties#getHigherHeatingValueAsString()
* @see #getIfcFuelProperties()
* @generated
*/
EAttribute getIfcFuelProperties_HigherHeatingValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnishingElement Ifc Furnishing Element}'.
*
*
* @return the meta object for class 'Ifc Furnishing Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnishingElement
* @generated
*/
EClass getIfcFurnishingElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnishingElementType Ifc Furnishing Element Type}'.
*
*
* @return the meta object for class 'Ifc Furnishing Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnishingElementType
* @generated
*/
EClass getIfcFurnishingElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnitureStandard Ifc Furniture Standard}'.
*
*
* @return the meta object for class 'Ifc Furniture Standard'.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnitureStandard
* @generated
*/
EClass getIfcFurnitureStandard();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFurnitureType Ifc Furniture Type}'.
*
*
* @return the meta object for class 'Ifc Furniture Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnitureType
* @generated
*/
EClass getIfcFurnitureType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFurnitureType#getAssemblyPlace Assembly Place}'.
*
*
* @return the meta object for the attribute 'Assembly Place'.
* @see org.bimserver.models.ifc2x3tc1.IfcFurnitureType#getAssemblyPlace()
* @see #getIfcFurnitureType()
* @generated
*/
EAttribute getIfcFurnitureType_AssemblyPlace();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGasTerminalType Ifc Gas Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Gas Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcGasTerminalType
* @generated
*/
EClass getIfcGasTerminalType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGasTerminalType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcGasTerminalType#getPredefinedType()
* @see #getIfcGasTerminalType()
* @generated
*/
EAttribute getIfcGasTerminalType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties Ifc General Material Properties}'.
*
*
* @return the meta object for class 'Ifc General Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties
* @generated
*/
EClass getIfcGeneralMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMolecularWeight Molecular Weight}'.
*
*
* @return the meta object for the attribute 'Molecular Weight'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMolecularWeight()
* @see #getIfcGeneralMaterialProperties()
* @generated
*/
EAttribute getIfcGeneralMaterialProperties_MolecularWeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMolecularWeightAsString Molecular Weight As String}'.
*
*
* @return the meta object for the attribute 'Molecular Weight As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMolecularWeightAsString()
* @see #getIfcGeneralMaterialProperties()
* @generated
*/
EAttribute getIfcGeneralMaterialProperties_MolecularWeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getPorosity Porosity}'.
*
*
* @return the meta object for the attribute 'Porosity'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getPorosity()
* @see #getIfcGeneralMaterialProperties()
* @generated
*/
EAttribute getIfcGeneralMaterialProperties_Porosity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getPorosityAsString Porosity As String}'.
*
*
* @return the meta object for the attribute 'Porosity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getPorosityAsString()
* @see #getIfcGeneralMaterialProperties()
* @generated
*/
EAttribute getIfcGeneralMaterialProperties_PorosityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMassDensity Mass Density}'.
*
*
* @return the meta object for the attribute 'Mass Density'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMassDensity()
* @see #getIfcGeneralMaterialProperties()
* @generated
*/
EAttribute getIfcGeneralMaterialProperties_MassDensity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMassDensityAsString Mass Density As String}'.
*
*
* @return the meta object for the attribute 'Mass Density As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralMaterialProperties#getMassDensityAsString()
* @see #getIfcGeneralMaterialProperties()
* @generated
*/
EAttribute getIfcGeneralMaterialProperties_MassDensityAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties Ifc General Profile Properties}'.
*
*
* @return the meta object for class 'Ifc General Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties
* @generated
*/
EClass getIfcGeneralProfileProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPhysicalWeight Physical Weight}'.
*
*
* @return the meta object for the attribute 'Physical Weight'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPhysicalWeight()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_PhysicalWeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPhysicalWeightAsString Physical Weight As String}'.
*
*
* @return the meta object for the attribute 'Physical Weight As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPhysicalWeightAsString()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_PhysicalWeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPerimeter Perimeter}'.
*
*
* @return the meta object for the attribute 'Perimeter'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPerimeter()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_Perimeter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPerimeterAsString Perimeter As String}'.
*
*
* @return the meta object for the attribute 'Perimeter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getPerimeterAsString()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_PerimeterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMinimumPlateThickness Minimum Plate Thickness}'.
*
*
* @return the meta object for the attribute 'Minimum Plate Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMinimumPlateThickness()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_MinimumPlateThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMinimumPlateThicknessAsString Minimum Plate Thickness As String}'.
*
*
* @return the meta object for the attribute 'Minimum Plate Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMinimumPlateThicknessAsString()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_MinimumPlateThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMaximumPlateThickness Maximum Plate Thickness}'.
*
*
* @return the meta object for the attribute 'Maximum Plate Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMaximumPlateThickness()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_MaximumPlateThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMaximumPlateThicknessAsString Maximum Plate Thickness As String}'.
*
*
* @return the meta object for the attribute 'Maximum Plate Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getMaximumPlateThicknessAsString()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_MaximumPlateThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getCrossSectionArea Cross Section Area}'.
*
*
* @return the meta object for the attribute 'Cross Section Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getCrossSectionArea()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_CrossSectionArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getCrossSectionAreaAsString Cross Section Area As String}'.
*
*
* @return the meta object for the attribute 'Cross Section Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeneralProfileProperties#getCrossSectionAreaAsString()
* @see #getIfcGeneralProfileProperties()
* @generated
*/
EAttribute getIfcGeneralProfileProperties_CrossSectionAreaAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricCurveSet Ifc Geometric Curve Set}'.
*
*
* @return the meta object for class 'Ifc Geometric Curve Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricCurveSet
* @generated
*/
EClass getIfcGeometricCurveSet();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext Ifc Geometric Representation Context}'.
*
*
* @return the meta object for class 'Ifc Geometric Representation Context'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext
* @generated
*/
EClass getIfcGeometricRepresentationContext();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getCoordinateSpaceDimension Coordinate Space Dimension}'.
*
*
* @return the meta object for the attribute 'Coordinate Space Dimension'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getCoordinateSpaceDimension()
* @see #getIfcGeometricRepresentationContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationContext_CoordinateSpaceDimension();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getPrecision Precision}'.
*
*
* @return the meta object for the attribute 'Precision'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getPrecision()
* @see #getIfcGeometricRepresentationContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationContext_Precision();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getPrecisionAsString Precision As String}'.
*
*
* @return the meta object for the attribute 'Precision As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getPrecisionAsString()
* @see #getIfcGeometricRepresentationContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationContext_PrecisionAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getWorldCoordinateSystem World Coordinate System}'.
*
*
* @return the meta object for the reference 'World Coordinate System'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getWorldCoordinateSystem()
* @see #getIfcGeometricRepresentationContext()
* @generated
*/
EReference getIfcGeometricRepresentationContext_WorldCoordinateSystem();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getTrueNorth True North}'.
*
*
* @return the meta object for the reference 'True North'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getTrueNorth()
* @see #getIfcGeometricRepresentationContext()
* @generated
*/
EReference getIfcGeometricRepresentationContext_TrueNorth();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getHasSubContexts Has Sub Contexts}'.
*
*
* @return the meta object for the reference list 'Has Sub Contexts'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getHasSubContexts()
* @see #getIfcGeometricRepresentationContext()
* @generated
*/
EReference getIfcGeometricRepresentationContext_HasSubContexts();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationItem Ifc Geometric Representation Item}'.
*
*
* @return the meta object for class 'Ifc Geometric Representation Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationItem
* @generated
*/
EClass getIfcGeometricRepresentationItem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext Ifc Geometric Representation Sub Context}'.
*
*
* @return the meta object for class 'Ifc Geometric Representation Sub Context'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext
* @generated
*/
EClass getIfcGeometricRepresentationSubContext();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getParentContext Parent Context}'.
*
*
* @return the meta object for the reference 'Parent Context'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getParentContext()
* @see #getIfcGeometricRepresentationSubContext()
* @generated
*/
EReference getIfcGeometricRepresentationSubContext_ParentContext();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScale Target Scale}'.
*
*
* @return the meta object for the attribute 'Target Scale'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScale()
* @see #getIfcGeometricRepresentationSubContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationSubContext_TargetScale();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScaleAsString Target Scale As String}'.
*
*
* @return the meta object for the attribute 'Target Scale As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScaleAsString()
* @see #getIfcGeometricRepresentationSubContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationSubContext_TargetScaleAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetView Target View}'.
*
*
* @return the meta object for the attribute 'Target View'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetView()
* @see #getIfcGeometricRepresentationSubContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationSubContext_TargetView();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getUserDefinedTargetView User Defined Target View}'.
*
*
* @return the meta object for the attribute 'User Defined Target View'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getUserDefinedTargetView()
* @see #getIfcGeometricRepresentationSubContext()
* @generated
*/
EAttribute getIfcGeometricRepresentationSubContext_UserDefinedTargetView();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSet Ifc Geometric Set}'.
*
*
* @return the meta object for class 'Ifc Geometric Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSet
* @generated
*/
EClass getIfcGeometricSet();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSet#getElements Elements}'.
*
*
* @return the meta object for the reference list 'Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSet#getElements()
* @see #getIfcGeometricSet()
* @generated
*/
EReference getIfcGeometricSet_Elements();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSet#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSet#getDim()
* @see #getIfcGeometricSet()
* @generated
*/
EAttribute getIfcGeometricSet_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGrid Ifc Grid}'.
*
*
* @return the meta object for class 'Ifc Grid'.
* @see org.bimserver.models.ifc2x3tc1.IfcGrid
* @generated
*/
EClass getIfcGrid();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGrid#getUAxes UAxes}'.
*
*
* @return the meta object for the reference list 'UAxes'.
* @see org.bimserver.models.ifc2x3tc1.IfcGrid#getUAxes()
* @see #getIfcGrid()
* @generated
*/
EReference getIfcGrid_UAxes();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGrid#getVAxes VAxes}'.
*
*
* @return the meta object for the reference list 'VAxes'.
* @see org.bimserver.models.ifc2x3tc1.IfcGrid#getVAxes()
* @see #getIfcGrid()
* @generated
*/
EReference getIfcGrid_VAxes();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGrid#getWAxes WAxes}'.
*
*
* @return the meta object for the reference list 'WAxes'.
* @see org.bimserver.models.ifc2x3tc1.IfcGrid#getWAxes()
* @see #getIfcGrid()
* @generated
*/
EReference getIfcGrid_WAxes();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGrid#getContainedInStructure Contained In Structure}'.
*
*
* @return the meta object for the reference list 'Contained In Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcGrid#getContainedInStructure()
* @see #getIfcGrid()
* @generated
*/
EReference getIfcGrid_ContainedInStructure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis Ifc Grid Axis}'.
*
*
* @return the meta object for class 'Ifc Grid Axis'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis
* @generated
*/
EClass getIfcGridAxis();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getAxisTag Axis Tag}'.
*
*
* @return the meta object for the attribute 'Axis Tag'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getAxisTag()
* @see #getIfcGridAxis()
* @generated
*/
EAttribute getIfcGridAxis_AxisTag();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getAxisCurve Axis Curve}'.
*
*
* @return the meta object for the reference 'Axis Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getAxisCurve()
* @see #getIfcGridAxis()
* @generated
*/
EReference getIfcGridAxis_AxisCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getSameSense Same Sense}'.
*
*
* @return the meta object for the attribute 'Same Sense'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getSameSense()
* @see #getIfcGridAxis()
* @generated
*/
EAttribute getIfcGridAxis_SameSense();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getPartOfW Part Of W}'.
*
*
* @return the meta object for the reference list 'Part Of W'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getPartOfW()
* @see #getIfcGridAxis()
* @generated
*/
EReference getIfcGridAxis_PartOfW();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getPartOfV Part Of V}'.
*
*
* @return the meta object for the reference list 'Part Of V'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getPartOfV()
* @see #getIfcGridAxis()
* @generated
*/
EReference getIfcGridAxis_PartOfV();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getPartOfU Part Of U}'.
*
*
* @return the meta object for the reference list 'Part Of U'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getPartOfU()
* @see #getIfcGridAxis()
* @generated
*/
EReference getIfcGridAxis_PartOfU();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcGridAxis#getHasIntersections Has Intersections}'.
*
*
* @return the meta object for the reference list 'Has Intersections'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridAxis#getHasIntersections()
* @see #getIfcGridAxis()
* @generated
*/
EReference getIfcGridAxis_HasIntersections();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGridPlacement Ifc Grid Placement}'.
*
*
* @return the meta object for class 'Ifc Grid Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridPlacement
* @generated
*/
EClass getIfcGridPlacement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGridPlacement#getPlacementLocation Placement Location}'.
*
*
* @return the meta object for the reference 'Placement Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridPlacement#getPlacementLocation()
* @see #getIfcGridPlacement()
* @generated
*/
EReference getIfcGridPlacement_PlacementLocation();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGridPlacement#getPlacementRefDirection Placement Ref Direction}'.
*
*
* @return the meta object for the reference 'Placement Ref Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcGridPlacement#getPlacementRefDirection()
* @see #getIfcGridPlacement()
* @generated
*/
EReference getIfcGridPlacement_PlacementRefDirection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGroup Ifc Group}'.
*
*
* @return the meta object for class 'Ifc Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcGroup
* @generated
*/
EClass getIfcGroup();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcGroup#getIsGroupedBy Is Grouped By}'.
*
*
* @return the meta object for the reference 'Is Grouped By'.
* @see org.bimserver.models.ifc2x3tc1.IfcGroup#getIsGroupedBy()
* @see #getIfcGroup()
* @generated
*/
EReference getIfcGroup_IsGroupedBy();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid Ifc Half Space Solid}'.
*
*
* @return the meta object for class 'Ifc Half Space Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid
* @generated
*/
EClass getIfcHalfSpaceSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid#getBaseSurface Base Surface}'.
*
*
* @return the meta object for the reference 'Base Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid#getBaseSurface()
* @see #getIfcHalfSpaceSolid()
* @generated
*/
EReference getIfcHalfSpaceSolid_BaseSurface();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid#getAgreementFlag Agreement Flag}'.
*
*
* @return the meta object for the attribute 'Agreement Flag'.
* @see org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid#getAgreementFlag()
* @see #getIfcHalfSpaceSolid()
* @generated
*/
EAttribute getIfcHalfSpaceSolid_AgreementFlag();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcHalfSpaceSolid#getDim()
* @see #getIfcHalfSpaceSolid()
* @generated
*/
EAttribute getIfcHalfSpaceSolid_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHeatExchangerType Ifc Heat Exchanger Type}'.
*
*
* @return the meta object for class 'Ifc Heat Exchanger Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatExchangerType
* @generated
*/
EClass getIfcHeatExchangerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHeatExchangerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatExchangerType#getPredefinedType()
* @see #getIfcHeatExchangerType()
* @generated
*/
EAttribute getIfcHeatExchangerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHumidifierType Ifc Humidifier Type}'.
*
*
* @return the meta object for class 'Ifc Humidifier Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcHumidifierType
* @generated
*/
EClass getIfcHumidifierType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHumidifierType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcHumidifierType#getPredefinedType()
* @see #getIfcHumidifierType()
* @generated
*/
EAttribute getIfcHumidifierType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties Ifc Hygroscopic Material Properties}'.
*
*
* @return the meta object for class 'Ifc Hygroscopic Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties
* @generated
*/
EClass getIfcHygroscopicMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactor Upper Vapor Resistance Factor}'.
*
*
* @return the meta object for the attribute 'Upper Vapor Resistance Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactor()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_UpperVaporResistanceFactor();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactorAsString Upper Vapor Resistance Factor As String}'.
*
*
* @return the meta object for the attribute 'Upper Vapor Resistance Factor As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getUpperVaporResistanceFactorAsString()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_UpperVaporResistanceFactorAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactor Lower Vapor Resistance Factor}'.
*
*
* @return the meta object for the attribute 'Lower Vapor Resistance Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactor()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_LowerVaporResistanceFactor();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactorAsString Lower Vapor Resistance Factor As String}'.
*
*
* @return the meta object for the attribute 'Lower Vapor Resistance Factor As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getLowerVaporResistanceFactorAsString()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_LowerVaporResistanceFactorAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacity Isothermal Moisture Capacity}'.
*
*
* @return the meta object for the attribute 'Isothermal Moisture Capacity'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacity()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_IsothermalMoistureCapacity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacityAsString Isothermal Moisture Capacity As String}'.
*
*
* @return the meta object for the attribute 'Isothermal Moisture Capacity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getIsothermalMoistureCapacityAsString()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_IsothermalMoistureCapacityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeability Vapor Permeability}'.
*
*
* @return the meta object for the attribute 'Vapor Permeability'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeability()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_VaporPermeability();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeabilityAsString Vapor Permeability As String}'.
*
*
* @return the meta object for the attribute 'Vapor Permeability As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getVaporPermeabilityAsString()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_VaporPermeabilityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivity Moisture Diffusivity}'.
*
*
* @return the meta object for the attribute 'Moisture Diffusivity'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivity()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_MoistureDiffusivity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivityAsString Moisture Diffusivity As String}'.
*
*
* @return the meta object for the attribute 'Moisture Diffusivity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHygroscopicMaterialProperties#getMoistureDiffusivityAsString()
* @see #getIfcHygroscopicMaterialProperties()
* @generated
*/
EAttribute getIfcHygroscopicMaterialProperties_MoistureDiffusivityAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef Ifc IShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc IShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef
* @generated
*/
EClass getIfcIShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidth Overall Width}'.
*
*
* @return the meta object for the attribute 'Overall Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidth()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_OverallWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidthAsString Overall Width As String}'.
*
*
* @return the meta object for the attribute 'Overall Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallWidthAsString()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_OverallWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepth Overall Depth}'.
*
*
* @return the meta object for the attribute 'Overall Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepth()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_OverallDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepthAsString Overall Depth As String}'.
*
*
* @return the meta object for the attribute 'Overall Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getOverallDepthAsString()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_OverallDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getWebThickness Web Thickness}'.
*
*
* @return the meta object for the attribute 'Web Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getWebThickness()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_WebThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getWebThicknessAsString Web Thickness As String}'.
*
*
* @return the meta object for the attribute 'Web Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getWebThicknessAsString()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_WebThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFlangeThickness Flange Thickness}'.
*
*
* @return the meta object for the attribute 'Flange Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFlangeThickness()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_FlangeThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}'.
*
*
* @return the meta object for the attribute 'Flange Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFlangeThicknessAsString()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_FlangeThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadius Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadius()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_FilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIShapeProfileDef#getFilletRadiusAsString()
* @see #getIfcIShapeProfileDef()
* @generated
*/
EAttribute getIfcIShapeProfileDef_FilletRadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcImageTexture Ifc Image Texture}'.
*
*
* @return the meta object for class 'Ifc Image Texture'.
* @see org.bimserver.models.ifc2x3tc1.IfcImageTexture
* @generated
*/
EClass getIfcImageTexture();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcImageTexture#getUrlReference Url Reference}'.
*
*
* @return the meta object for the attribute 'Url Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcImageTexture#getUrlReference()
* @see #getIfcImageTexture()
* @generated
*/
EAttribute getIfcImageTexture_UrlReference();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcInventory Ifc Inventory}'.
*
*
* @return the meta object for class 'Ifc Inventory'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory
* @generated
*/
EClass getIfcInventory();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcInventory#getInventoryType Inventory Type}'.
*
*
* @return the meta object for the attribute 'Inventory Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory#getInventoryType()
* @see #getIfcInventory()
* @generated
*/
EAttribute getIfcInventory_InventoryType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcInventory#getJurisdiction Jurisdiction}'.
*
*
* @return the meta object for the reference 'Jurisdiction'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory#getJurisdiction()
* @see #getIfcInventory()
* @generated
*/
EReference getIfcInventory_Jurisdiction();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcInventory#getResponsiblePersons Responsible Persons}'.
*
*
* @return the meta object for the reference list 'Responsible Persons'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory#getResponsiblePersons()
* @see #getIfcInventory()
* @generated
*/
EReference getIfcInventory_ResponsiblePersons();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcInventory#getLastUpdateDate Last Update Date}'.
*
*
* @return the meta object for the reference 'Last Update Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory#getLastUpdateDate()
* @see #getIfcInventory()
* @generated
*/
EReference getIfcInventory_LastUpdateDate();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcInventory#getCurrentValue Current Value}'.
*
*
* @return the meta object for the reference 'Current Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory#getCurrentValue()
* @see #getIfcInventory()
* @generated
*/
EReference getIfcInventory_CurrentValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcInventory#getOriginalValue Original Value}'.
*
*
* @return the meta object for the reference 'Original Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventory#getOriginalValue()
* @see #getIfcInventory()
* @generated
*/
EReference getIfcInventory_OriginalValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeries Ifc Irregular Time Series}'.
*
*
* @return the meta object for class 'Ifc Irregular Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeries
* @generated
*/
EClass getIfcIrregularTimeSeries();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeries#getValues Values}'.
*
*
* @return the meta object for the reference list 'Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeries#getValues()
* @see #getIfcIrregularTimeSeries()
* @generated
*/
EReference getIfcIrregularTimeSeries_Values();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue Ifc Irregular Time Series Value}'.
*
*
* @return the meta object for class 'Ifc Irregular Time Series Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue
* @generated
*/
EClass getIfcIrregularTimeSeriesValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue#getTimeStamp Time Stamp}'.
*
*
* @return the meta object for the reference 'Time Stamp'.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue#getTimeStamp()
* @see #getIfcIrregularTimeSeriesValue()
* @generated
*/
EReference getIfcIrregularTimeSeriesValue_TimeStamp();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue#getListValues List Values}'.
*
*
* @return the meta object for the reference list 'List Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcIrregularTimeSeriesValue#getListValues()
* @see #getIfcIrregularTimeSeriesValue()
* @generated
*/
EReference getIfcIrregularTimeSeriesValue_ListValues();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcJunctionBoxType Ifc Junction Box Type}'.
*
*
* @return the meta object for class 'Ifc Junction Box Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcJunctionBoxType
* @generated
*/
EClass getIfcJunctionBoxType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcJunctionBoxType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcJunctionBoxType#getPredefinedType()
* @see #getIfcJunctionBoxType()
* @generated
*/
EAttribute getIfcJunctionBoxType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef Ifc LShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc LShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef
* @generated
*/
EClass getIfcLShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getDepth()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getDepthAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_DepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidth Width}'.
*
*
* @return the meta object for the attribute 'Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidth()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_Width();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidthAsString Width As String}'.
*
*
* @return the meta object for the attribute 'Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getWidthAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_WidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThickness Thickness}'.
*
*
* @return the meta object for the attribute 'Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThickness()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_Thickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThicknessAsString Thickness As String}'.
*
*
* @return the meta object for the attribute 'Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getThicknessAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_ThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getFilletRadius Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getFilletRadius()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_FilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getFilletRadiusAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_FilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadius Edge Radius}'.
*
*
* @return the meta object for the attribute 'Edge Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadius()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_EdgeRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}'.
*
*
* @return the meta object for the attribute 'Edge Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getEdgeRadiusAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_EdgeRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlope Leg Slope}'.
*
*
* @return the meta object for the attribute 'Leg Slope'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlope()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_LegSlope();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlopeAsString Leg Slope As String}'.
*
*
* @return the meta object for the attribute 'Leg Slope As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getLegSlopeAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_LegSlopeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In X'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInX()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_CentreOfGravityInX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInXAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_CentreOfGravityInXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInY()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_CentreOfGravityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLShapeProfileDef#getCentreOfGravityInYAsString()
* @see #getIfcLShapeProfileDef()
* @generated
*/
EAttribute getIfcLShapeProfileDef_CentreOfGravityInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLaborResource Ifc Labor Resource}'.
*
*
* @return the meta object for class 'Ifc Labor Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcLaborResource
* @generated
*/
EClass getIfcLaborResource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLaborResource#getSkillSet Skill Set}'.
*
*
* @return the meta object for the attribute 'Skill Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcLaborResource#getSkillSet()
* @see #getIfcLaborResource()
* @generated
*/
EAttribute getIfcLaborResource_SkillSet();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLampType Ifc Lamp Type}'.
*
*
* @return the meta object for class 'Ifc Lamp Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcLampType
* @generated
*/
EClass getIfcLampType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLampType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcLampType#getPredefinedType()
* @see #getIfcLampType()
* @generated
*/
EAttribute getIfcLampType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation Ifc Library Information}'.
*
*
* @return the meta object for class 'Ifc Library Information'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation
* @generated
*/
EClass getIfcLibraryInformation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getName()
* @see #getIfcLibraryInformation()
* @generated
*/
EAttribute getIfcLibraryInformation_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersion Version}'.
*
*
* @return the meta object for the attribute 'Version'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersion()
* @see #getIfcLibraryInformation()
* @generated
*/
EAttribute getIfcLibraryInformation_Version();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getPublisher Publisher}'.
*
*
* @return the meta object for the reference 'Publisher'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getPublisher()
* @see #getIfcLibraryInformation()
* @generated
*/
EReference getIfcLibraryInformation_Publisher();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersionDate Version Date}'.
*
*
* @return the meta object for the reference 'Version Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersionDate()
* @see #getIfcLibraryInformation()
* @generated
*/
EReference getIfcLibraryInformation_VersionDate();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getLibraryReference Library Reference}'.
*
*
* @return the meta object for the reference list 'Library Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getLibraryReference()
* @see #getIfcLibraryInformation()
* @generated
*/
EReference getIfcLibraryInformation_LibraryReference();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryReference Ifc Library Reference}'.
*
*
* @return the meta object for class 'Ifc Library Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryReference
* @generated
*/
EClass getIfcLibraryReference();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryReference#getReferenceIntoLibrary Reference Into Library}'.
*
*
* @return the meta object for the reference list 'Reference Into Library'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryReference#getReferenceIntoLibrary()
* @see #getIfcLibraryReference()
* @generated
*/
EReference getIfcLibraryReference_ReferenceIntoLibrary();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData Ifc Light Distribution Data}'.
*
*
* @return the meta object for class 'Ifc Light Distribution Data'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData
* @generated
*/
EClass getIfcLightDistributionData();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngle Main Plane Angle}'.
*
*
* @return the meta object for the attribute 'Main Plane Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngle()
* @see #getIfcLightDistributionData()
* @generated
*/
EAttribute getIfcLightDistributionData_MainPlaneAngle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngleAsString Main Plane Angle As String}'.
*
*
* @return the meta object for the attribute 'Main Plane Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getMainPlaneAngleAsString()
* @see #getIfcLightDistributionData()
* @generated
*/
EAttribute getIfcLightDistributionData_MainPlaneAngleAsString();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getSecondaryPlaneAngle Secondary Plane Angle}'.
*
*
* @return the meta object for the attribute list 'Secondary Plane Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getSecondaryPlaneAngle()
* @see #getIfcLightDistributionData()
* @generated
*/
EAttribute getIfcLightDistributionData_SecondaryPlaneAngle();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getSecondaryPlaneAngleAsString Secondary Plane Angle As String}'.
*
*
* @return the meta object for the attribute list 'Secondary Plane Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getSecondaryPlaneAngleAsString()
* @see #getIfcLightDistributionData()
* @generated
*/
EAttribute getIfcLightDistributionData_SecondaryPlaneAngleAsString();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getLuminousIntensity Luminous Intensity}'.
*
*
* @return the meta object for the attribute list 'Luminous Intensity'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getLuminousIntensity()
* @see #getIfcLightDistributionData()
* @generated
*/
EAttribute getIfcLightDistributionData_LuminousIntensity();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getLuminousIntensityAsString Luminous Intensity As String}'.
*
*
* @return the meta object for the attribute list 'Luminous Intensity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionData#getLuminousIntensityAsString()
* @see #getIfcLightDistributionData()
* @generated
*/
EAttribute getIfcLightDistributionData_LuminousIntensityAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightFixtureType Ifc Light Fixture Type}'.
*
*
* @return the meta object for class 'Ifc Light Fixture Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightFixtureType
* @generated
*/
EClass getIfcLightFixtureType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightFixtureType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightFixtureType#getPredefinedType()
* @see #getIfcLightFixtureType()
* @generated
*/
EAttribute getIfcLightFixtureType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution Ifc Light Intensity Distribution}'.
*
*
* @return the meta object for class 'Ifc Light Intensity Distribution'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution
* @generated
*/
EClass getIfcLightIntensityDistribution();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution#getLightDistributionCurve Light Distribution Curve}'.
*
*
* @return the meta object for the attribute 'Light Distribution Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution#getLightDistributionCurve()
* @see #getIfcLightIntensityDistribution()
* @generated
*/
EAttribute getIfcLightIntensityDistribution_LightDistributionCurve();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution#getDistributionData Distribution Data}'.
*
*
* @return the meta object for the reference list 'Distribution Data'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightIntensityDistribution#getDistributionData()
* @see #getIfcLightIntensityDistribution()
* @generated
*/
EReference getIfcLightIntensityDistribution_DistributionData();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource Ifc Light Source}'.
*
*
* @return the meta object for class 'Ifc Light Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource
* @generated
*/
EClass getIfcLightSource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource#getName()
* @see #getIfcLightSource()
* @generated
*/
EAttribute getIfcLightSource_Name();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource#getLightColour Light Colour}'.
*
*
* @return the meta object for the reference 'Light Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource#getLightColour()
* @see #getIfcLightSource()
* @generated
*/
EReference getIfcLightSource_LightColour();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource#getAmbientIntensity Ambient Intensity}'.
*
*
* @return the meta object for the attribute 'Ambient Intensity'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource#getAmbientIntensity()
* @see #getIfcLightSource()
* @generated
*/
EAttribute getIfcLightSource_AmbientIntensity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource#getAmbientIntensityAsString Ambient Intensity As String}'.
*
*
* @return the meta object for the attribute 'Ambient Intensity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource#getAmbientIntensityAsString()
* @see #getIfcLightSource()
* @generated
*/
EAttribute getIfcLightSource_AmbientIntensityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource#getIntensity Intensity}'.
*
*
* @return the meta object for the attribute 'Intensity'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource#getIntensity()
* @see #getIfcLightSource()
* @generated
*/
EAttribute getIfcLightSource_Intensity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSource#getIntensityAsString Intensity As String}'.
*
*
* @return the meta object for the attribute 'Intensity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSource#getIntensityAsString()
* @see #getIfcLightSource()
* @generated
*/
EAttribute getIfcLightSource_IntensityAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceAmbient Ifc Light Source Ambient}'.
*
*
* @return the meta object for class 'Ifc Light Source Ambient'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceAmbient
* @generated
*/
EClass getIfcLightSourceAmbient();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceDirectional Ifc Light Source Directional}'.
*
*
* @return the meta object for class 'Ifc Light Source Directional'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceDirectional
* @generated
*/
EClass getIfcLightSourceDirectional();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceDirectional#getOrientation Orientation}'.
*
*
* @return the meta object for the reference 'Orientation'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceDirectional#getOrientation()
* @see #getIfcLightSourceDirectional()
* @generated
*/
EReference getIfcLightSourceDirectional_Orientation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric Ifc Light Source Goniometric}'.
*
*
* @return the meta object for class 'Ifc Light Source Goniometric'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric
* @generated
*/
EClass getIfcLightSourceGoniometric();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getPosition()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EReference getIfcLightSourceGoniometric_Position();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getColourAppearance Colour Appearance}'.
*
*
* @return the meta object for the reference 'Colour Appearance'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getColourAppearance()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EReference getIfcLightSourceGoniometric_ColourAppearance();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getColourTemperature Colour Temperature}'.
*
*
* @return the meta object for the attribute 'Colour Temperature'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getColourTemperature()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EAttribute getIfcLightSourceGoniometric_ColourTemperature();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getColourTemperatureAsString Colour Temperature As String}'.
*
*
* @return the meta object for the attribute 'Colour Temperature As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getColourTemperatureAsString()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EAttribute getIfcLightSourceGoniometric_ColourTemperatureAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLuminousFlux Luminous Flux}'.
*
*
* @return the meta object for the attribute 'Luminous Flux'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLuminousFlux()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EAttribute getIfcLightSourceGoniometric_LuminousFlux();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLuminousFluxAsString Luminous Flux As String}'.
*
*
* @return the meta object for the attribute 'Luminous Flux As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLuminousFluxAsString()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EAttribute getIfcLightSourceGoniometric_LuminousFluxAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLightEmissionSource Light Emission Source}'.
*
*
* @return the meta object for the attribute 'Light Emission Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLightEmissionSource()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EAttribute getIfcLightSourceGoniometric_LightEmissionSource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLightDistributionDataSource Light Distribution Data Source}'.
*
*
* @return the meta object for the reference 'Light Distribution Data Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceGoniometric#getLightDistributionDataSource()
* @see #getIfcLightSourceGoniometric()
* @generated
*/
EReference getIfcLightSourceGoniometric_LightDistributionDataSource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional Ifc Light Source Positional}'.
*
*
* @return the meta object for class 'Ifc Light Source Positional'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional
* @generated
*/
EClass getIfcLightSourcePositional();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getPosition()
* @see #getIfcLightSourcePositional()
* @generated
*/
EReference getIfcLightSourcePositional_Position();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getRadius()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getRadiusAsString()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_RadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getConstantAttenuation Constant Attenuation}'.
*
*
* @return the meta object for the attribute 'Constant Attenuation'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getConstantAttenuation()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_ConstantAttenuation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getConstantAttenuationAsString Constant Attenuation As String}'.
*
*
* @return the meta object for the attribute 'Constant Attenuation As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getConstantAttenuationAsString()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_ConstantAttenuationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getDistanceAttenuation Distance Attenuation}'.
*
*
* @return the meta object for the attribute 'Distance Attenuation'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getDistanceAttenuation()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_DistanceAttenuation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getDistanceAttenuationAsString Distance Attenuation As String}'.
*
*
* @return the meta object for the attribute 'Distance Attenuation As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getDistanceAttenuationAsString()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_DistanceAttenuationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getQuadricAttenuation Quadric Attenuation}'.
*
*
* @return the meta object for the attribute 'Quadric Attenuation'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getQuadricAttenuation()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_QuadricAttenuation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getQuadricAttenuationAsString Quadric Attenuation As String}'.
*
*
* @return the meta object for the attribute 'Quadric Attenuation As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourcePositional#getQuadricAttenuationAsString()
* @see #getIfcLightSourcePositional()
* @generated
*/
EAttribute getIfcLightSourcePositional_QuadricAttenuationAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot Ifc Light Source Spot}'.
*
*
* @return the meta object for class 'Ifc Light Source Spot'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot
* @generated
*/
EClass getIfcLightSourceSpot();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getOrientation Orientation}'.
*
*
* @return the meta object for the reference 'Orientation'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getOrientation()
* @see #getIfcLightSourceSpot()
* @generated
*/
EReference getIfcLightSourceSpot_Orientation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getConcentrationExponent Concentration Exponent}'.
*
*
* @return the meta object for the attribute 'Concentration Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getConcentrationExponent()
* @see #getIfcLightSourceSpot()
* @generated
*/
EAttribute getIfcLightSourceSpot_ConcentrationExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getConcentrationExponentAsString Concentration Exponent As String}'.
*
*
* @return the meta object for the attribute 'Concentration Exponent As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getConcentrationExponentAsString()
* @see #getIfcLightSourceSpot()
* @generated
*/
EAttribute getIfcLightSourceSpot_ConcentrationExponentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getSpreadAngle Spread Angle}'.
*
*
* @return the meta object for the attribute 'Spread Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getSpreadAngle()
* @see #getIfcLightSourceSpot()
* @generated
*/
EAttribute getIfcLightSourceSpot_SpreadAngle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getSpreadAngleAsString Spread Angle As String}'.
*
*
* @return the meta object for the attribute 'Spread Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getSpreadAngleAsString()
* @see #getIfcLightSourceSpot()
* @generated
*/
EAttribute getIfcLightSourceSpot_SpreadAngleAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getBeamWidthAngle Beam Width Angle}'.
*
*
* @return the meta object for the attribute 'Beam Width Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getBeamWidthAngle()
* @see #getIfcLightSourceSpot()
* @generated
*/
EAttribute getIfcLightSourceSpot_BeamWidthAngle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getBeamWidthAngleAsString Beam Width Angle As String}'.
*
*
* @return the meta object for the attribute 'Beam Width Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightSourceSpot#getBeamWidthAngleAsString()
* @see #getIfcLightSourceSpot()
* @generated
*/
EAttribute getIfcLightSourceSpot_BeamWidthAngleAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLine Ifc Line}'.
*
*
* @return the meta object for class 'Ifc Line'.
* @see org.bimserver.models.ifc2x3tc1.IfcLine
* @generated
*/
EClass getIfcLine();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLine#getPnt Pnt}'.
*
*
* @return the meta object for the reference 'Pnt'.
* @see org.bimserver.models.ifc2x3tc1.IfcLine#getPnt()
* @see #getIfcLine()
* @generated
*/
EReference getIfcLine_Pnt();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLine#getDir Dir}'.
*
*
* @return the meta object for the reference 'Dir'.
* @see org.bimserver.models.ifc2x3tc1.IfcLine#getDir()
* @see #getIfcLine()
* @generated
*/
EReference getIfcLine_Dir();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearDimension Ifc Linear Dimension}'.
*
*
* @return the meta object for class 'Ifc Linear Dimension'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearDimension
* @generated
*/
EClass getIfcLinearDimension();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLocalPlacement Ifc Local Placement}'.
*
*
* @return the meta object for class 'Ifc Local Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalPlacement
* @generated
*/
EClass getIfcLocalPlacement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLocalPlacement#getPlacementRelTo Placement Rel To}'.
*
*
* @return the meta object for the reference 'Placement Rel To'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalPlacement#getPlacementRelTo()
* @see #getIfcLocalPlacement()
* @generated
*/
EReference getIfcLocalPlacement_PlacementRelTo();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLocalPlacement#getRelativePlacement Relative Placement}'.
*
*
* @return the meta object for the reference 'Relative Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalPlacement#getRelativePlacement()
* @see #getIfcLocalPlacement()
* @generated
*/
EReference getIfcLocalPlacement_RelativePlacement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime Ifc Local Time}'.
*
*
* @return the meta object for class 'Ifc Local Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime
* @generated
*/
EClass getIfcLocalTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getHourComponent Hour Component}'.
*
*
* @return the meta object for the attribute 'Hour Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime#getHourComponent()
* @see #getIfcLocalTime()
* @generated
*/
EAttribute getIfcLocalTime_HourComponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getMinuteComponent Minute Component}'.
*
*
* @return the meta object for the attribute 'Minute Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime#getMinuteComponent()
* @see #getIfcLocalTime()
* @generated
*/
EAttribute getIfcLocalTime_MinuteComponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponent Second Component}'.
*
*
* @return the meta object for the attribute 'Second Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponent()
* @see #getIfcLocalTime()
* @generated
*/
EAttribute getIfcLocalTime_SecondComponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponentAsString Second Component As String}'.
*
*
* @return the meta object for the attribute 'Second Component As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime#getSecondComponentAsString()
* @see #getIfcLocalTime()
* @generated
*/
EAttribute getIfcLocalTime_SecondComponentAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getZone Zone}'.
*
*
* @return the meta object for the reference 'Zone'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime#getZone()
* @see #getIfcLocalTime()
* @generated
*/
EReference getIfcLocalTime_Zone();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLocalTime#getDaylightSavingOffset Daylight Saving Offset}'.
*
*
* @return the meta object for the attribute 'Daylight Saving Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcLocalTime#getDaylightSavingOffset()
* @see #getIfcLocalTime()
* @generated
*/
EAttribute getIfcLocalTime_DaylightSavingOffset();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLoop Ifc Loop}'.
*
*
* @return the meta object for class 'Ifc Loop'.
* @see org.bimserver.models.ifc2x3tc1.IfcLoop
* @generated
*/
EClass getIfcLoop();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcManifoldSolidBrep Ifc Manifold Solid Brep}'.
*
*
* @return the meta object for class 'Ifc Manifold Solid Brep'.
* @see org.bimserver.models.ifc2x3tc1.IfcManifoldSolidBrep
* @generated
*/
EClass getIfcManifoldSolidBrep();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcManifoldSolidBrep#getOuter Outer}'.
*
*
* @return the meta object for the reference 'Outer'.
* @see org.bimserver.models.ifc2x3tc1.IfcManifoldSolidBrep#getOuter()
* @see #getIfcManifoldSolidBrep()
* @generated
*/
EReference getIfcManifoldSolidBrep_Outer();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMappedItem Ifc Mapped Item}'.
*
*
* @return the meta object for class 'Ifc Mapped Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcMappedItem
* @generated
*/
EClass getIfcMappedItem();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMappedItem#getMappingSource Mapping Source}'.
*
*
* @return the meta object for the reference 'Mapping Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcMappedItem#getMappingSource()
* @see #getIfcMappedItem()
* @generated
*/
EReference getIfcMappedItem_MappingSource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMappedItem#getMappingTarget Mapping Target}'.
*
*
* @return the meta object for the reference 'Mapping Target'.
* @see org.bimserver.models.ifc2x3tc1.IfcMappedItem#getMappingTarget()
* @see #getIfcMappedItem()
* @generated
*/
EReference getIfcMappedItem_MappingTarget();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterial Ifc Material}'.
*
*
* @return the meta object for class 'Ifc Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterial
* @generated
*/
EClass getIfcMaterial();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterial#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterial#getName()
* @see #getIfcMaterial()
* @generated
*/
EAttribute getIfcMaterial_Name();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcMaterial#getHasRepresentation Has Representation}'.
*
*
* @return the meta object for the reference list 'Has Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterial#getHasRepresentation()
* @see #getIfcMaterial()
* @generated
*/
EReference getIfcMaterial_HasRepresentation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcMaterial#getClassifiedAs Classified As}'.
*
*
* @return the meta object for the reference list 'Classified As'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterial#getClassifiedAs()
* @see #getIfcMaterial()
* @generated
*/
EReference getIfcMaterial_ClassifiedAs();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship Ifc Material Classification Relationship}'.
*
*
* @return the meta object for class 'Ifc Material Classification Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship
* @generated
*/
EClass getIfcMaterialClassificationRelationship();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship#getMaterialClassifications Material Classifications}'.
*
*
* @return the meta object for the reference list 'Material Classifications'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship#getMaterialClassifications()
* @see #getIfcMaterialClassificationRelationship()
* @generated
*/
EReference getIfcMaterialClassificationRelationship_MaterialClassifications();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship#getClassifiedMaterial Classified Material}'.
*
*
* @return the meta object for the reference 'Classified Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialClassificationRelationship#getClassifiedMaterial()
* @see #getIfcMaterialClassificationRelationship()
* @generated
*/
EReference getIfcMaterialClassificationRelationship_ClassifiedMaterial();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialDefinitionRepresentation Ifc Material Definition Representation}'.
*
*
* @return the meta object for class 'Ifc Material Definition Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialDefinitionRepresentation
* @generated
*/
EClass getIfcMaterialDefinitionRepresentation();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialDefinitionRepresentation#getRepresentedMaterial Represented Material}'.
*
*
* @return the meta object for the reference 'Represented Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialDefinitionRepresentation#getRepresentedMaterial()
* @see #getIfcMaterialDefinitionRepresentation()
* @generated
*/
EReference getIfcMaterialDefinitionRepresentation_RepresentedMaterial();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer Ifc Material Layer}'.
*
*
* @return the meta object for class 'Ifc Material Layer'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer
* @generated
*/
EClass getIfcMaterialLayer();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getMaterial Material}'.
*
*
* @return the meta object for the reference 'Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getMaterial()
* @see #getIfcMaterialLayer()
* @generated
*/
EReference getIfcMaterialLayer_Material();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThickness Layer Thickness}'.
*
*
* @return the meta object for the attribute 'Layer Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThickness()
* @see #getIfcMaterialLayer()
* @generated
*/
EAttribute getIfcMaterialLayer_LayerThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThicknessAsString Layer Thickness As String}'.
*
*
* @return the meta object for the attribute 'Layer Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getLayerThicknessAsString()
* @see #getIfcMaterialLayer()
* @generated
*/
EAttribute getIfcMaterialLayer_LayerThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getIsVentilated Is Ventilated}'.
*
*
* @return the meta object for the attribute 'Is Ventilated'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getIsVentilated()
* @see #getIfcMaterialLayer()
* @generated
*/
EAttribute getIfcMaterialLayer_IsVentilated();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getToMaterialLayerSet To Material Layer Set}'.
*
*
* @return the meta object for the reference 'To Material Layer Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayer#getToMaterialLayerSet()
* @see #getIfcMaterialLayer()
* @generated
*/
EReference getIfcMaterialLayer_ToMaterialLayerSet();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet Ifc Material Layer Set}'.
*
*
* @return the meta object for class 'Ifc Material Layer Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet
* @generated
*/
EClass getIfcMaterialLayerSet();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getMaterialLayers Material Layers}'.
*
*
* @return the meta object for the reference list 'Material Layers'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getMaterialLayers()
* @see #getIfcMaterialLayerSet()
* @generated
*/
EReference getIfcMaterialLayerSet_MaterialLayers();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getLayerSetName Layer Set Name}'.
*
*
* @return the meta object for the attribute 'Layer Set Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getLayerSetName()
* @see #getIfcMaterialLayerSet()
* @generated
*/
EAttribute getIfcMaterialLayerSet_LayerSetName();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getTotalThickness Total Thickness}'.
*
*
* @return the meta object for the attribute 'Total Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getTotalThickness()
* @see #getIfcMaterialLayerSet()
* @generated
*/
EAttribute getIfcMaterialLayerSet_TotalThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getTotalThicknessAsString Total Thickness As String}'.
*
*
* @return the meta object for the attribute 'Total Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSet#getTotalThicknessAsString()
* @see #getIfcMaterialLayerSet()
* @generated
*/
EAttribute getIfcMaterialLayerSet_TotalThicknessAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage Ifc Material Layer Set Usage}'.
*
*
* @return the meta object for class 'Ifc Material Layer Set Usage'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage
* @generated
*/
EClass getIfcMaterialLayerSetUsage();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getForLayerSet For Layer Set}'.
*
*
* @return the meta object for the reference 'For Layer Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getForLayerSet()
* @see #getIfcMaterialLayerSetUsage()
* @generated
*/
EReference getIfcMaterialLayerSetUsage_ForLayerSet();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getLayerSetDirection Layer Set Direction}'.
*
*
* @return the meta object for the attribute 'Layer Set Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getLayerSetDirection()
* @see #getIfcMaterialLayerSetUsage()
* @generated
*/
EAttribute getIfcMaterialLayerSetUsage_LayerSetDirection();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getDirectionSense Direction Sense}'.
*
*
* @return the meta object for the attribute 'Direction Sense'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getDirectionSense()
* @see #getIfcMaterialLayerSetUsage()
* @generated
*/
EAttribute getIfcMaterialLayerSetUsage_DirectionSense();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLine Offset From Reference Line}'.
*
*
* @return the meta object for the attribute 'Offset From Reference Line'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLine()
* @see #getIfcMaterialLayerSetUsage()
* @generated
*/
EAttribute getIfcMaterialLayerSetUsage_OffsetFromReferenceLine();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLineAsString Offset From Reference Line As String}'.
*
*
* @return the meta object for the attribute 'Offset From Reference Line As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialLayerSetUsage#getOffsetFromReferenceLineAsString()
* @see #getIfcMaterialLayerSetUsage()
* @generated
*/
EAttribute getIfcMaterialLayerSetUsage_OffsetFromReferenceLineAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialList Ifc Material List}'.
*
*
* @return the meta object for class 'Ifc Material List'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialList
* @generated
*/
EClass getIfcMaterialList();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialList#getMaterials Materials}'.
*
*
* @return the meta object for the reference list 'Materials'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialList#getMaterials()
* @see #getIfcMaterialList()
* @generated
*/
EReference getIfcMaterialList_Materials();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialProperties Ifc Material Properties}'.
*
*
* @return the meta object for class 'Ifc Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialProperties
* @generated
*/
EClass getIfcMaterialProperties();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialProperties#getMaterial Material}'.
*
*
* @return the meta object for the reference 'Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialProperties#getMaterial()
* @see #getIfcMaterialProperties()
* @generated
*/
EReference getIfcMaterialProperties_Material();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit Ifc Measure With Unit}'.
*
*
* @return the meta object for class 'Ifc Measure With Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit
* @generated
*/
EClass getIfcMeasureWithUnit();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit#getValueComponent Value Component}'.
*
*
* @return the meta object for the reference 'Value Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit#getValueComponent()
* @see #getIfcMeasureWithUnit()
* @generated
*/
EReference getIfcMeasureWithUnit_ValueComponent();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit#getUnitComponent Unit Component}'.
*
*
* @return the meta object for the reference 'Unit Component'.
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureWithUnit#getUnitComponent()
* @see #getIfcMeasureWithUnit()
* @generated
*/
EReference getIfcMeasureWithUnit_UnitComponent();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties Ifc Mechanical Concrete Material Properties}'.
*
*
* @return the meta object for class 'Ifc Mechanical Concrete Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties
* @generated
*/
EClass getIfcMechanicalConcreteMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getCompressiveStrength Compressive Strength}'.
*
*
* @return the meta object for the attribute 'Compressive Strength'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getCompressiveStrength()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_CompressiveStrength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getCompressiveStrengthAsString Compressive Strength As String}'.
*
*
* @return the meta object for the attribute 'Compressive Strength As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getCompressiveStrengthAsString()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_CompressiveStrengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getMaxAggregateSize Max Aggregate Size}'.
*
*
* @return the meta object for the attribute 'Max Aggregate Size'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getMaxAggregateSize()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_MaxAggregateSize();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getMaxAggregateSizeAsString Max Aggregate Size As String}'.
*
*
* @return the meta object for the attribute 'Max Aggregate Size As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getMaxAggregateSizeAsString()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_MaxAggregateSizeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getAdmixturesDescription Admixtures Description}'.
*
*
* @return the meta object for the attribute 'Admixtures Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getAdmixturesDescription()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_AdmixturesDescription();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getWorkability Workability}'.
*
*
* @return the meta object for the attribute 'Workability'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getWorkability()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_Workability();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getProtectivePoreRatio Protective Pore Ratio}'.
*
*
* @return the meta object for the attribute 'Protective Pore Ratio'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getProtectivePoreRatio()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_ProtectivePoreRatio();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getProtectivePoreRatioAsString Protective Pore Ratio As String}'.
*
*
* @return the meta object for the attribute 'Protective Pore Ratio As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getProtectivePoreRatioAsString()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_ProtectivePoreRatioAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getWaterImpermeability Water Impermeability}'.
*
*
* @return the meta object for the attribute 'Water Impermeability'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalConcreteMaterialProperties#getWaterImpermeability()
* @see #getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalConcreteMaterialProperties_WaterImpermeability();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener Ifc Mechanical Fastener}'.
*
*
* @return the meta object for class 'Ifc Mechanical Fastener'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener
* @generated
*/
EClass getIfcMechanicalFastener();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameter Nominal Diameter}'.
*
*
* @return the meta object for the attribute 'Nominal Diameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameter()
* @see #getIfcMechanicalFastener()
* @generated
*/
EAttribute getIfcMechanicalFastener_NominalDiameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameterAsString Nominal Diameter As String}'.
*
*
* @return the meta object for the attribute 'Nominal Diameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalDiameterAsString()
* @see #getIfcMechanicalFastener()
* @generated
*/
EAttribute getIfcMechanicalFastener_NominalDiameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLength Nominal Length}'.
*
*
* @return the meta object for the attribute 'Nominal Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLength()
* @see #getIfcMechanicalFastener()
* @generated
*/
EAttribute getIfcMechanicalFastener_NominalLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLengthAsString Nominal Length As String}'.
*
*
* @return the meta object for the attribute 'Nominal Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastener#getNominalLengthAsString()
* @see #getIfcMechanicalFastener()
* @generated
*/
EAttribute getIfcMechanicalFastener_NominalLengthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalFastenerType Ifc Mechanical Fastener Type}'.
*
*
* @return the meta object for class 'Ifc Mechanical Fastener Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalFastenerType
* @generated
*/
EClass getIfcMechanicalFastenerType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties Ifc Mechanical Material Properties}'.
*
*
* @return the meta object for class 'Ifc Mechanical Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties
* @generated
*/
EClass getIfcMechanicalMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosity Dynamic Viscosity}'.
*
*
* @return the meta object for the attribute 'Dynamic Viscosity'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosity()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_DynamicViscosity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosityAsString Dynamic Viscosity As String}'.
*
*
* @return the meta object for the attribute 'Dynamic Viscosity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getDynamicViscosityAsString()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_DynamicViscosityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulus Young Modulus}'.
*
*
* @return the meta object for the attribute 'Young Modulus'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulus()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_YoungModulus();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulusAsString Young Modulus As String}'.
*
*
* @return the meta object for the attribute 'Young Modulus As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getYoungModulusAsString()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_YoungModulusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulus Shear Modulus}'.
*
*
* @return the meta object for the attribute 'Shear Modulus'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulus()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_ShearModulus();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulusAsString Shear Modulus As String}'.
*
*
* @return the meta object for the attribute 'Shear Modulus As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getShearModulusAsString()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_ShearModulusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatio Poisson Ratio}'.
*
*
* @return the meta object for the attribute 'Poisson Ratio'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatio()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_PoissonRatio();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatioAsString Poisson Ratio As String}'.
*
*
* @return the meta object for the attribute 'Poisson Ratio As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getPoissonRatioAsString()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_PoissonRatioAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficient Thermal Expansion Coefficient}'.
*
*
* @return the meta object for the attribute 'Thermal Expansion Coefficient'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficient()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_ThermalExpansionCoefficient();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficientAsString Thermal Expansion Coefficient As String}'.
*
*
* @return the meta object for the attribute 'Thermal Expansion Coefficient As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalMaterialProperties#getThermalExpansionCoefficientAsString()
* @see #getIfcMechanicalMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalMaterialProperties_ThermalExpansionCoefficientAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties Ifc Mechanical Steel Material Properties}'.
*
*
* @return the meta object for class 'Ifc Mechanical Steel Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties
* @generated
*/
EClass getIfcMechanicalSteelMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStress Yield Stress}'.
*
*
* @return the meta object for the attribute 'Yield Stress'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStress()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_YieldStress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStressAsString Yield Stress As String}'.
*
*
* @return the meta object for the attribute 'Yield Stress As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getYieldStressAsString()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_YieldStressAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStress Ultimate Stress}'.
*
*
* @return the meta object for the attribute 'Ultimate Stress'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStress()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_UltimateStress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStressAsString Ultimate Stress As String}'.
*
*
* @return the meta object for the attribute 'Ultimate Stress As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStressAsString()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_UltimateStressAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrain Ultimate Strain}'.
*
*
* @return the meta object for the attribute 'Ultimate Strain'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrain()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_UltimateStrain();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrainAsString Ultimate Strain As String}'.
*
*
* @return the meta object for the attribute 'Ultimate Strain As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getUltimateStrainAsString()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_UltimateStrainAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModule Hardening Module}'.
*
*
* @return the meta object for the attribute 'Hardening Module'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModule()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_HardeningModule();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModuleAsString Hardening Module As String}'.
*
*
* @return the meta object for the attribute 'Hardening Module As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getHardeningModuleAsString()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_HardeningModuleAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStress Proportional Stress}'.
*
*
* @return the meta object for the attribute 'Proportional Stress'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStress()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_ProportionalStress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStressAsString Proportional Stress As String}'.
*
*
* @return the meta object for the attribute 'Proportional Stress As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getProportionalStressAsString()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_ProportionalStressAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrain Plastic Strain}'.
*
*
* @return the meta object for the attribute 'Plastic Strain'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrain()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_PlasticStrain();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrainAsString Plastic Strain As String}'.
*
*
* @return the meta object for the attribute 'Plastic Strain As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getPlasticStrainAsString()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EAttribute getIfcMechanicalSteelMaterialProperties_PlasticStrainAsString();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getRelaxations Relaxations}'.
*
*
* @return the meta object for the reference list 'Relaxations'.
* @see org.bimserver.models.ifc2x3tc1.IfcMechanicalSteelMaterialProperties#getRelaxations()
* @see #getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EReference getIfcMechanicalSteelMaterialProperties_Relaxations();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMember Ifc Member}'.
*
*
* @return the meta object for class 'Ifc Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcMember
* @generated
*/
EClass getIfcMember();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMemberType Ifc Member Type}'.
*
*
* @return the meta object for class 'Ifc Member Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcMemberType
* @generated
*/
EClass getIfcMemberType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMemberType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcMemberType#getPredefinedType()
* @see #getIfcMemberType()
* @generated
*/
EAttribute getIfcMemberType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMetric Ifc Metric}'.
*
*
* @return the meta object for class 'Ifc Metric'.
* @see org.bimserver.models.ifc2x3tc1.IfcMetric
* @generated
*/
EClass getIfcMetric();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMetric#getBenchmark Benchmark}'.
*
*
* @return the meta object for the attribute 'Benchmark'.
* @see org.bimserver.models.ifc2x3tc1.IfcMetric#getBenchmark()
* @see #getIfcMetric()
* @generated
*/
EAttribute getIfcMetric_Benchmark();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMetric#getValueSource Value Source}'.
*
*
* @return the meta object for the attribute 'Value Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcMetric#getValueSource()
* @see #getIfcMetric()
* @generated
*/
EAttribute getIfcMetric_ValueSource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMetric#getDataValue Data Value}'.
*
*
* @return the meta object for the reference 'Data Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMetric#getDataValue()
* @see #getIfcMetric()
* @generated
*/
EReference getIfcMetric_DataValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryUnit Ifc Monetary Unit}'.
*
*
* @return the meta object for class 'Ifc Monetary Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryUnit
* @generated
*/
EClass getIfcMonetaryUnit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryUnit#getCurrency Currency}'.
*
*
* @return the meta object for the attribute 'Currency'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryUnit#getCurrency()
* @see #getIfcMonetaryUnit()
* @generated
*/
EAttribute getIfcMonetaryUnit_Currency();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMotorConnectionType Ifc Motor Connection Type}'.
*
*
* @return the meta object for class 'Ifc Motor Connection Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcMotorConnectionType
* @generated
*/
EClass getIfcMotorConnectionType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMotorConnectionType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcMotorConnectionType#getPredefinedType()
* @see #getIfcMotorConnectionType()
* @generated
*/
EAttribute getIfcMotorConnectionType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMove Ifc Move}'.
*
*
* @return the meta object for class 'Ifc Move'.
* @see org.bimserver.models.ifc2x3tc1.IfcMove
* @generated
*/
EClass getIfcMove();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMove#getMoveFrom Move From}'.
*
*
* @return the meta object for the reference 'Move From'.
* @see org.bimserver.models.ifc2x3tc1.IfcMove#getMoveFrom()
* @see #getIfcMove()
* @generated
*/
EReference getIfcMove_MoveFrom();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcMove#getMoveTo Move To}'.
*
*
* @return the meta object for the reference 'Move To'.
* @see org.bimserver.models.ifc2x3tc1.IfcMove#getMoveTo()
* @see #getIfcMove()
* @generated
*/
EReference getIfcMove_MoveTo();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcMove#getPunchList Punch List}'.
*
*
* @return the meta object for the attribute list 'Punch List'.
* @see org.bimserver.models.ifc2x3tc1.IfcMove#getPunchList()
* @see #getIfcMove()
* @generated
*/
EAttribute getIfcMove_PunchList();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcNamedUnit Ifc Named Unit}'.
*
*
* @return the meta object for class 'Ifc Named Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcNamedUnit
* @generated
*/
EClass getIfcNamedUnit();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcNamedUnit#getDimensions Dimensions}'.
*
*
* @return the meta object for the reference 'Dimensions'.
* @see org.bimserver.models.ifc2x3tc1.IfcNamedUnit#getDimensions()
* @see #getIfcNamedUnit()
* @generated
*/
EReference getIfcNamedUnit_Dimensions();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcNamedUnit#getUnitType Unit Type}'.
*
*
* @return the meta object for the attribute 'Unit Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcNamedUnit#getUnitType()
* @see #getIfcNamedUnit()
* @generated
*/
EAttribute getIfcNamedUnit_UnitType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcObject Ifc Object}'.
*
*
* @return the meta object for class 'Ifc Object'.
* @see org.bimserver.models.ifc2x3tc1.IfcObject
* @generated
*/
EClass getIfcObject();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcObject#getObjectType Object Type}'.
*
*
* @return the meta object for the attribute 'Object Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcObject#getObjectType()
* @see #getIfcObject()
* @generated
*/
EAttribute getIfcObject_ObjectType();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObject#getIsDefinedBy Is Defined By}'.
*
*
* @return the meta object for the reference list 'Is Defined By'.
* @see org.bimserver.models.ifc2x3tc1.IfcObject#getIsDefinedBy()
* @see #getIfcObject()
* @generated
*/
EReference getIfcObject_IsDefinedBy();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcObjectDefinition Ifc Object Definition}'.
*
*
* @return the meta object for class 'Ifc Object Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectDefinition
* @generated
*/
EClass getIfcObjectDefinition();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getHasAssignments Has Assignments}'.
*
*
* @return the meta object for the reference list 'Has Assignments'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getHasAssignments()
* @see #getIfcObjectDefinition()
* @generated
*/
EReference getIfcObjectDefinition_HasAssignments();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getIsDecomposedBy Is Decomposed By}'.
*
*
* @return the meta object for the reference list 'Is Decomposed By'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getIsDecomposedBy()
* @see #getIfcObjectDefinition()
* @generated
*/
EReference getIfcObjectDefinition_IsDecomposedBy();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getDecomposes Decomposes}'.
*
*
* @return the meta object for the reference list 'Decomposes'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getDecomposes()
* @see #getIfcObjectDefinition()
* @generated
*/
EReference getIfcObjectDefinition_Decomposes();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getHasAssociations Has Associations}'.
*
*
* @return the meta object for the reference list 'Has Associations'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectDefinition#getHasAssociations()
* @see #getIfcObjectDefinition()
* @generated
*/
EReference getIfcObjectDefinition_HasAssociations();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcObjectPlacement Ifc Object Placement}'.
*
*
* @return the meta object for class 'Ifc Object Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectPlacement
* @generated
*/
EClass getIfcObjectPlacement();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObjectPlacement#getPlacesObject Places Object}'.
*
*
* @return the meta object for the reference list 'Places Object'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectPlacement#getPlacesObject()
* @see #getIfcObjectPlacement()
* @generated
*/
EReference getIfcObjectPlacement_PlacesObject();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcObjectPlacement#getReferencedByPlacements Referenced By Placements}'.
*
*
* @return the meta object for the reference list 'Referenced By Placements'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectPlacement#getReferencedByPlacements()
* @see #getIfcObjectPlacement()
* @generated
*/
EReference getIfcObjectPlacement_ReferencedByPlacements();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcObjective Ifc Objective}'.
*
*
* @return the meta object for class 'Ifc Objective'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjective
* @generated
*/
EClass getIfcObjective();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcObjective#getBenchmarkValues Benchmark Values}'.
*
*
* @return the meta object for the reference 'Benchmark Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjective#getBenchmarkValues()
* @see #getIfcObjective()
* @generated
*/
EReference getIfcObjective_BenchmarkValues();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcObjective#getResultValues Result Values}'.
*
*
* @return the meta object for the reference 'Result Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjective#getResultValues()
* @see #getIfcObjective()
* @generated
*/
EReference getIfcObjective_ResultValues();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcObjective#getObjectiveQualifier Objective Qualifier}'.
*
*
* @return the meta object for the attribute 'Objective Qualifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjective#getObjectiveQualifier()
* @see #getIfcObjective()
* @generated
*/
EAttribute getIfcObjective_ObjectiveQualifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcObjective#getUserDefinedQualifier User Defined Qualifier}'.
*
*
* @return the meta object for the attribute 'User Defined Qualifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjective#getUserDefinedQualifier()
* @see #getIfcObjective()
* @generated
*/
EAttribute getIfcObjective_UserDefinedQualifier();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOccupant Ifc Occupant}'.
*
*
* @return the meta object for class 'Ifc Occupant'.
* @see org.bimserver.models.ifc2x3tc1.IfcOccupant
* @generated
*/
EClass getIfcOccupant();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOccupant#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcOccupant#getPredefinedType()
* @see #getIfcOccupant()
* @generated
*/
EAttribute getIfcOccupant_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D Ifc Offset Curve2 D}'.
*
*
* @return the meta object for class 'Ifc Offset Curve2 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D
* @generated
*/
EClass getIfcOffsetCurve2D();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#getBasisCurve Basis Curve}'.
*
*
* @return the meta object for the reference 'Basis Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#getBasisCurve()
* @see #getIfcOffsetCurve2D()
* @generated
*/
EReference getIfcOffsetCurve2D_BasisCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#getDistance Distance}'.
*
*
* @return the meta object for the attribute 'Distance'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#getDistance()
* @see #getIfcOffsetCurve2D()
* @generated
*/
EAttribute getIfcOffsetCurve2D_Distance();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#getDistanceAsString Distance As String}'.
*
*
* @return the meta object for the attribute 'Distance As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#getDistanceAsString()
* @see #getIfcOffsetCurve2D()
* @generated
*/
EAttribute getIfcOffsetCurve2D_DistanceAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#isSelfIntersect Self Intersect}'.
*
*
* @return the meta object for the attribute 'Self Intersect'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve2D#isSelfIntersect()
* @see #getIfcOffsetCurve2D()
* @generated
*/
EAttribute getIfcOffsetCurve2D_SelfIntersect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D Ifc Offset Curve3 D}'.
*
*
* @return the meta object for class 'Ifc Offset Curve3 D'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D
* @generated
*/
EClass getIfcOffsetCurve3D();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getBasisCurve Basis Curve}'.
*
*
* @return the meta object for the reference 'Basis Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getBasisCurve()
* @see #getIfcOffsetCurve3D()
* @generated
*/
EReference getIfcOffsetCurve3D_BasisCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getDistance Distance}'.
*
*
* @return the meta object for the attribute 'Distance'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getDistance()
* @see #getIfcOffsetCurve3D()
* @generated
*/
EAttribute getIfcOffsetCurve3D_Distance();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getDistanceAsString Distance As String}'.
*
*
* @return the meta object for the attribute 'Distance As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getDistanceAsString()
* @see #getIfcOffsetCurve3D()
* @generated
*/
EAttribute getIfcOffsetCurve3D_DistanceAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#isSelfIntersect Self Intersect}'.
*
*
* @return the meta object for the attribute 'Self Intersect'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#isSelfIntersect()
* @see #getIfcOffsetCurve3D()
* @generated
*/
EAttribute getIfcOffsetCurve3D_SelfIntersect();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getRefDirection Ref Direction}'.
*
*
* @return the meta object for the reference 'Ref Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcOffsetCurve3D#getRefDirection()
* @see #getIfcOffsetCurve3D()
* @generated
*/
EReference getIfcOffsetCurve3D_RefDirection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOneDirectionRepeatFactor Ifc One Direction Repeat Factor}'.
*
*
* @return the meta object for class 'Ifc One Direction Repeat Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcOneDirectionRepeatFactor
* @generated
*/
EClass getIfcOneDirectionRepeatFactor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOneDirectionRepeatFactor#getRepeatFactor Repeat Factor}'.
*
*
* @return the meta object for the reference 'Repeat Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcOneDirectionRepeatFactor#getRepeatFactor()
* @see #getIfcOneDirectionRepeatFactor()
* @generated
*/
EReference getIfcOneDirectionRepeatFactor_RepeatFactor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOpenShell Ifc Open Shell}'.
*
*
* @return the meta object for class 'Ifc Open Shell'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpenShell
* @generated
*/
EClass getIfcOpenShell();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOpeningElement Ifc Opening Element}'.
*
*
* @return the meta object for class 'Ifc Opening Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpeningElement
* @generated
*/
EClass getIfcOpeningElement();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOpeningElement#getHasFillings Has Fillings}'.
*
*
* @return the meta object for the reference list 'Has Fillings'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpeningElement#getHasFillings()
* @see #getIfcOpeningElement()
* @generated
*/
EReference getIfcOpeningElement_HasFillings();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties Ifc Optical Material Properties}'.
*
*
* @return the meta object for class 'Ifc Optical Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties
* @generated
*/
EClass getIfcOpticalMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleTransmittance Visible Transmittance}'.
*
*
* @return the meta object for the attribute 'Visible Transmittance'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleTransmittance()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_VisibleTransmittance();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleTransmittanceAsString Visible Transmittance As String}'.
*
*
* @return the meta object for the attribute 'Visible Transmittance As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleTransmittanceAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_VisibleTransmittanceAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarTransmittance Solar Transmittance}'.
*
*
* @return the meta object for the attribute 'Solar Transmittance'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarTransmittance()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_SolarTransmittance();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarTransmittanceAsString Solar Transmittance As String}'.
*
*
* @return the meta object for the attribute 'Solar Transmittance As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarTransmittanceAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_SolarTransmittanceAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrTransmittance Thermal Ir Transmittance}'.
*
*
* @return the meta object for the attribute 'Thermal Ir Transmittance'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrTransmittance()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_ThermalIrTransmittance();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrTransmittanceAsString Thermal Ir Transmittance As String}'.
*
*
* @return the meta object for the attribute 'Thermal Ir Transmittance As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrTransmittanceAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_ThermalIrTransmittanceAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityBack Thermal Ir Emissivity Back}'.
*
*
* @return the meta object for the attribute 'Thermal Ir Emissivity Back'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityBack()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_ThermalIrEmissivityBack();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityBackAsString Thermal Ir Emissivity Back As String}'.
*
*
* @return the meta object for the attribute 'Thermal Ir Emissivity Back As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityBackAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_ThermalIrEmissivityBackAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityFront Thermal Ir Emissivity Front}'.
*
*
* @return the meta object for the attribute 'Thermal Ir Emissivity Front'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityFront()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_ThermalIrEmissivityFront();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityFrontAsString Thermal Ir Emissivity Front As String}'.
*
*
* @return the meta object for the attribute 'Thermal Ir Emissivity Front As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getThermalIrEmissivityFrontAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_ThermalIrEmissivityFrontAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceBack Visible Reflectance Back}'.
*
*
* @return the meta object for the attribute 'Visible Reflectance Back'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceBack()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_VisibleReflectanceBack();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceBackAsString Visible Reflectance Back As String}'.
*
*
* @return the meta object for the attribute 'Visible Reflectance Back As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceBackAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_VisibleReflectanceBackAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceFront Visible Reflectance Front}'.
*
*
* @return the meta object for the attribute 'Visible Reflectance Front'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceFront()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_VisibleReflectanceFront();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceFrontAsString Visible Reflectance Front As String}'.
*
*
* @return the meta object for the attribute 'Visible Reflectance Front As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getVisibleReflectanceFrontAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_VisibleReflectanceFrontAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceFront Solar Reflectance Front}'.
*
*
* @return the meta object for the attribute 'Solar Reflectance Front'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceFront()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_SolarReflectanceFront();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceFrontAsString Solar Reflectance Front As String}'.
*
*
* @return the meta object for the attribute 'Solar Reflectance Front As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceFrontAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_SolarReflectanceFrontAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceBack Solar Reflectance Back}'.
*
*
* @return the meta object for the attribute 'Solar Reflectance Back'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceBack()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_SolarReflectanceBack();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceBackAsString Solar Reflectance Back As String}'.
*
*
* @return the meta object for the attribute 'Solar Reflectance Back As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcOpticalMaterialProperties#getSolarReflectanceBackAsString()
* @see #getIfcOpticalMaterialProperties()
* @generated
*/
EAttribute getIfcOpticalMaterialProperties_SolarReflectanceBackAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOrderAction Ifc Order Action}'.
*
*
* @return the meta object for class 'Ifc Order Action'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrderAction
* @generated
*/
EClass getIfcOrderAction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrderAction#getActionID Action ID}'.
*
*
* @return the meta object for the attribute 'Action ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrderAction#getActionID()
* @see #getIfcOrderAction()
* @generated
*/
EAttribute getIfcOrderAction_ActionID();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization Ifc Organization}'.
*
*
* @return the meta object for class 'Ifc Organization'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization
* @generated
*/
EClass getIfcOrganization();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getId Id}'.
*
*
* @return the meta object for the attribute 'Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getId()
* @see #getIfcOrganization()
* @generated
*/
EAttribute getIfcOrganization_Id();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getName()
* @see #getIfcOrganization()
* @generated
*/
EAttribute getIfcOrganization_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getDescription()
* @see #getIfcOrganization()
* @generated
*/
EAttribute getIfcOrganization_Description();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getRoles Roles}'.
*
*
* @return the meta object for the reference list 'Roles'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getRoles()
* @see #getIfcOrganization()
* @generated
*/
EReference getIfcOrganization_Roles();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getAddresses Addresses}'.
*
*
* @return the meta object for the reference list 'Addresses'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getAddresses()
* @see #getIfcOrganization()
* @generated
*/
EReference getIfcOrganization_Addresses();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getIsRelatedBy Is Related By}'.
*
*
* @return the meta object for the reference list 'Is Related By'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getIsRelatedBy()
* @see #getIfcOrganization()
* @generated
*/
EReference getIfcOrganization_IsRelatedBy();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getRelates Relates}'.
*
*
* @return the meta object for the reference list 'Relates'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getRelates()
* @see #getIfcOrganization()
* @generated
*/
EReference getIfcOrganization_Relates();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOrganization#getEngages Engages}'.
*
*
* @return the meta object for the reference list 'Engages'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganization#getEngages()
* @see #getIfcOrganization()
* @generated
*/
EReference getIfcOrganization_Engages();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship Ifc Organization Relationship}'.
*
*
* @return the meta object for class 'Ifc Organization Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship
* @generated
*/
EClass getIfcOrganizationRelationship();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getName()
* @see #getIfcOrganizationRelationship()
* @generated
*/
EAttribute getIfcOrganizationRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getDescription()
* @see #getIfcOrganizationRelationship()
* @generated
*/
EAttribute getIfcOrganizationRelationship_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getRelatingOrganization Relating Organization}'.
*
*
* @return the meta object for the reference 'Relating Organization'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getRelatingOrganization()
* @see #getIfcOrganizationRelationship()
* @generated
*/
EReference getIfcOrganizationRelationship_RelatingOrganization();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getRelatedOrganizations Related Organizations}'.
*
*
* @return the meta object for the reference list 'Related Organizations'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrganizationRelationship#getRelatedOrganizations()
* @see #getIfcOrganizationRelationship()
* @generated
*/
EReference getIfcOrganizationRelationship_RelatedOrganizations();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOrientedEdge Ifc Oriented Edge}'.
*
*
* @return the meta object for class 'Ifc Oriented Edge'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrientedEdge
* @generated
*/
EClass getIfcOrientedEdge();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOrientedEdge#getEdgeElement Edge Element}'.
*
*
* @return the meta object for the reference 'Edge Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrientedEdge#getEdgeElement()
* @see #getIfcOrientedEdge()
* @generated
*/
EReference getIfcOrientedEdge_EdgeElement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOrientedEdge#getOrientation Orientation}'.
*
*
* @return the meta object for the attribute 'Orientation'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrientedEdge#getOrientation()
* @see #getIfcOrientedEdge()
* @generated
*/
EAttribute getIfcOrientedEdge_Orientation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOutletType Ifc Outlet Type}'.
*
*
* @return the meta object for class 'Ifc Outlet Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcOutletType
* @generated
*/
EClass getIfcOutletType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOutletType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcOutletType#getPredefinedType()
* @see #getIfcOutletType()
* @generated
*/
EAttribute getIfcOutletType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory Ifc Owner History}'.
*
*
* @return the meta object for class 'Ifc Owner History'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory
* @generated
*/
EClass getIfcOwnerHistory();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getOwningUser Owning User}'.
*
*
* @return the meta object for the reference 'Owning User'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getOwningUser()
* @see #getIfcOwnerHistory()
* @generated
*/
EReference getIfcOwnerHistory_OwningUser();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getOwningApplication Owning Application}'.
*
*
* @return the meta object for the reference 'Owning Application'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getOwningApplication()
* @see #getIfcOwnerHistory()
* @generated
*/
EReference getIfcOwnerHistory_OwningApplication();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getState State}'.
*
*
* @return the meta object for the attribute 'State'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getState()
* @see #getIfcOwnerHistory()
* @generated
*/
EAttribute getIfcOwnerHistory_State();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getChangeAction Change Action}'.
*
*
* @return the meta object for the attribute 'Change Action'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getChangeAction()
* @see #getIfcOwnerHistory()
* @generated
*/
EAttribute getIfcOwnerHistory_ChangeAction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getLastModifiedDate Last Modified Date}'.
*
*
* @return the meta object for the attribute 'Last Modified Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getLastModifiedDate()
* @see #getIfcOwnerHistory()
* @generated
*/
EAttribute getIfcOwnerHistory_LastModifiedDate();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getLastModifyingUser Last Modifying User}'.
*
*
* @return the meta object for the reference 'Last Modifying User'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getLastModifyingUser()
* @see #getIfcOwnerHistory()
* @generated
*/
EReference getIfcOwnerHistory_LastModifyingUser();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getLastModifyingApplication Last Modifying Application}'.
*
*
* @return the meta object for the reference 'Last Modifying Application'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getLastModifyingApplication()
* @see #getIfcOwnerHistory()
* @generated
*/
EReference getIfcOwnerHistory_LastModifyingApplication();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getCreationDate Creation Date}'.
*
*
* @return the meta object for the attribute 'Creation Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcOwnerHistory#getCreationDate()
* @see #getIfcOwnerHistory()
* @generated
*/
EAttribute getIfcOwnerHistory_CreationDate();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcParameterizedProfileDef Ifc Parameterized Profile Def}'.
*
*
* @return the meta object for class 'Ifc Parameterized Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterizedProfileDef
* @generated
*/
EClass getIfcParameterizedProfileDef();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcParameterizedProfileDef#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterizedProfileDef#getPosition()
* @see #getIfcParameterizedProfileDef()
* @generated
*/
EReference getIfcParameterizedProfileDef_Position();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPath Ifc Path}'.
*
*
* @return the meta object for class 'Ifc Path'.
* @see org.bimserver.models.ifc2x3tc1.IfcPath
* @generated
*/
EClass getIfcPath();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPath#getEdgeList Edge List}'.
*
*
* @return the meta object for the reference list 'Edge List'.
* @see org.bimserver.models.ifc2x3tc1.IfcPath#getEdgeList()
* @see #getIfcPath()
* @generated
*/
EReference getIfcPath_EdgeList();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPerformanceHistory Ifc Performance History}'.
*
*
* @return the meta object for class 'Ifc Performance History'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerformanceHistory
* @generated
*/
EClass getIfcPerformanceHistory();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPerformanceHistory#getLifeCyclePhase Life Cycle Phase}'.
*
*
* @return the meta object for the attribute 'Life Cycle Phase'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerformanceHistory#getLifeCyclePhase()
* @see #getIfcPerformanceHistory()
* @generated
*/
EAttribute getIfcPerformanceHistory_LifeCyclePhase();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties Ifc Permeable Covering Properties}'.
*
*
* @return the meta object for class 'Ifc Permeable Covering Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties
* @generated
*/
EClass getIfcPermeableCoveringProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getOperationType Operation Type}'.
*
*
* @return the meta object for the attribute 'Operation Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getOperationType()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EAttribute getIfcPermeableCoveringProperties_OperationType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getPanelPosition Panel Position}'.
*
*
* @return the meta object for the attribute 'Panel Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getPanelPosition()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EAttribute getIfcPermeableCoveringProperties_PanelPosition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameDepth Frame Depth}'.
*
*
* @return the meta object for the attribute 'Frame Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameDepth()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EAttribute getIfcPermeableCoveringProperties_FrameDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameDepthAsString Frame Depth As String}'.
*
*
* @return the meta object for the attribute 'Frame Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameDepthAsString()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EAttribute getIfcPermeableCoveringProperties_FrameDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameThickness Frame Thickness}'.
*
*
* @return the meta object for the attribute 'Frame Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameThickness()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EAttribute getIfcPermeableCoveringProperties_FrameThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameThicknessAsString Frame Thickness As String}'.
*
*
* @return the meta object for the attribute 'Frame Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getFrameThicknessAsString()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EAttribute getIfcPermeableCoveringProperties_FrameThicknessAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getShapeAspectStyle Shape Aspect Style}'.
*
*
* @return the meta object for the reference 'Shape Aspect Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringProperties#getShapeAspectStyle()
* @see #getIfcPermeableCoveringProperties()
* @generated
*/
EReference getIfcPermeableCoveringProperties_ShapeAspectStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPermit Ifc Permit}'.
*
*
* @return the meta object for class 'Ifc Permit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermit
* @generated
*/
EClass getIfcPermit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPermit#getPermitID Permit ID}'.
*
*
* @return the meta object for the attribute 'Permit ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermit#getPermitID()
* @see #getIfcPermit()
* @generated
*/
EAttribute getIfcPermit_PermitID();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPerson Ifc Person}'.
*
*
* @return the meta object for class 'Ifc Person'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson
* @generated
*/
EClass getIfcPerson();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getId Id}'.
*
*
* @return the meta object for the attribute 'Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getId()
* @see #getIfcPerson()
* @generated
*/
EAttribute getIfcPerson_Id();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getFamilyName Family Name}'.
*
*
* @return the meta object for the attribute 'Family Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getFamilyName()
* @see #getIfcPerson()
* @generated
*/
EAttribute getIfcPerson_FamilyName();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getGivenName Given Name}'.
*
*
* @return the meta object for the attribute 'Given Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getGivenName()
* @see #getIfcPerson()
* @generated
*/
EAttribute getIfcPerson_GivenName();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getMiddleNames Middle Names}'.
*
*
* @return the meta object for the attribute list 'Middle Names'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getMiddleNames()
* @see #getIfcPerson()
* @generated
*/
EAttribute getIfcPerson_MiddleNames();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getPrefixTitles Prefix Titles}'.
*
*
* @return the meta object for the attribute list 'Prefix Titles'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getPrefixTitles()
* @see #getIfcPerson()
* @generated
*/
EAttribute getIfcPerson_PrefixTitles();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getSuffixTitles Suffix Titles}'.
*
*
* @return the meta object for the attribute list 'Suffix Titles'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getSuffixTitles()
* @see #getIfcPerson()
* @generated
*/
EAttribute getIfcPerson_SuffixTitles();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getRoles Roles}'.
*
*
* @return the meta object for the reference list 'Roles'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getRoles()
* @see #getIfcPerson()
* @generated
*/
EReference getIfcPerson_Roles();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getAddresses Addresses}'.
*
*
* @return the meta object for the reference list 'Addresses'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getAddresses()
* @see #getIfcPerson()
* @generated
*/
EReference getIfcPerson_Addresses();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPerson#getEngagedIn Engaged In}'.
*
*
* @return the meta object for the reference list 'Engaged In'.
* @see org.bimserver.models.ifc2x3tc1.IfcPerson#getEngagedIn()
* @see #getIfcPerson()
* @generated
*/
EReference getIfcPerson_EngagedIn();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization Ifc Person And Organization}'.
*
*
* @return the meta object for class 'Ifc Person And Organization'.
* @see org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization
* @generated
*/
EClass getIfcPersonAndOrganization();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization#getThePerson The Person}'.
*
*
* @return the meta object for the reference 'The Person'.
* @see org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization#getThePerson()
* @see #getIfcPersonAndOrganization()
* @generated
*/
EReference getIfcPersonAndOrganization_ThePerson();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization#getTheOrganization The Organization}'.
*
*
* @return the meta object for the reference 'The Organization'.
* @see org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization#getTheOrganization()
* @see #getIfcPersonAndOrganization()
* @generated
*/
EReference getIfcPersonAndOrganization_TheOrganization();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization#getRoles Roles}'.
*
*
* @return the meta object for the reference list 'Roles'.
* @see org.bimserver.models.ifc2x3tc1.IfcPersonAndOrganization#getRoles()
* @see #getIfcPersonAndOrganization()
* @generated
*/
EReference getIfcPersonAndOrganization_Roles();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity Ifc Physical Complex Quantity}'.
*
*
* @return the meta object for class 'Ifc Physical Complex Quantity'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity
* @generated
*/
EClass getIfcPhysicalComplexQuantity();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getHasQuantities Has Quantities}'.
*
*
* @return the meta object for the reference list 'Has Quantities'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getHasQuantities()
* @see #getIfcPhysicalComplexQuantity()
* @generated
*/
EReference getIfcPhysicalComplexQuantity_HasQuantities();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getDiscrimination Discrimination}'.
*
*
* @return the meta object for the attribute 'Discrimination'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getDiscrimination()
* @see #getIfcPhysicalComplexQuantity()
* @generated
*/
EAttribute getIfcPhysicalComplexQuantity_Discrimination();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getQuality Quality}'.
*
*
* @return the meta object for the attribute 'Quality'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getQuality()
* @see #getIfcPhysicalComplexQuantity()
* @generated
*/
EAttribute getIfcPhysicalComplexQuantity_Quality();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getUsage Usage}'.
*
*
* @return the meta object for the attribute 'Usage'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalComplexQuantity#getUsage()
* @see #getIfcPhysicalComplexQuantity()
* @generated
*/
EAttribute getIfcPhysicalComplexQuantity_Usage();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity Ifc Physical Quantity}'.
*
*
* @return the meta object for class 'Ifc Physical Quantity'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity
* @generated
*/
EClass getIfcPhysicalQuantity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity#getName()
* @see #getIfcPhysicalQuantity()
* @generated
*/
EAttribute getIfcPhysicalQuantity_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity#getDescription()
* @see #getIfcPhysicalQuantity()
* @generated
*/
EAttribute getIfcPhysicalQuantity_Description();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity#getPartOfComplex Part Of Complex}'.
*
*
* @return the meta object for the reference list 'Part Of Complex'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalQuantity#getPartOfComplex()
* @see #getIfcPhysicalQuantity()
* @generated
*/
EReference getIfcPhysicalQuantity_PartOfComplex();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalSimpleQuantity Ifc Physical Simple Quantity}'.
*
*
* @return the meta object for class 'Ifc Physical Simple Quantity'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalSimpleQuantity
* @generated
*/
EClass getIfcPhysicalSimpleQuantity();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalSimpleQuantity#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalSimpleQuantity#getUnit()
* @see #getIfcPhysicalSimpleQuantity()
* @generated
*/
EReference getIfcPhysicalSimpleQuantity_Unit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPile Ifc Pile}'.
*
*
* @return the meta object for class 'Ifc Pile'.
* @see org.bimserver.models.ifc2x3tc1.IfcPile
* @generated
*/
EClass getIfcPile();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPile#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPile#getPredefinedType()
* @see #getIfcPile()
* @generated
*/
EAttribute getIfcPile_PredefinedType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPile#getConstructionType Construction Type}'.
*
*
* @return the meta object for the attribute 'Construction Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPile#getConstructionType()
* @see #getIfcPile()
* @generated
*/
EAttribute getIfcPile_ConstructionType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPipeFittingType Ifc Pipe Fitting Type}'.
*
*
* @return the meta object for class 'Ifc Pipe Fitting Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeFittingType
* @generated
*/
EClass getIfcPipeFittingType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPipeFittingType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeFittingType#getPredefinedType()
* @see #getIfcPipeFittingType()
* @generated
*/
EAttribute getIfcPipeFittingType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPipeSegmentType Ifc Pipe Segment Type}'.
*
*
* @return the meta object for class 'Ifc Pipe Segment Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeSegmentType
* @generated
*/
EClass getIfcPipeSegmentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPipeSegmentType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeSegmentType#getPredefinedType()
* @see #getIfcPipeSegmentType()
* @generated
*/
EAttribute getIfcPipeSegmentType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPixelTexture Ifc Pixel Texture}'.
*
*
* @return the meta object for class 'Ifc Pixel Texture'.
* @see org.bimserver.models.ifc2x3tc1.IfcPixelTexture
* @generated
*/
EClass getIfcPixelTexture();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getWidth Width}'.
*
*
* @return the meta object for the attribute 'Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getWidth()
* @see #getIfcPixelTexture()
* @generated
*/
EAttribute getIfcPixelTexture_Width();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getHeight Height}'.
*
*
* @return the meta object for the attribute 'Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getHeight()
* @see #getIfcPixelTexture()
* @generated
*/
EAttribute getIfcPixelTexture_Height();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getColourComponents Colour Components}'.
*
*
* @return the meta object for the attribute 'Colour Components'.
* @see org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getColourComponents()
* @see #getIfcPixelTexture()
* @generated
*/
EAttribute getIfcPixelTexture_ColourComponents();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getPixel Pixel}'.
*
*
* @return the meta object for the attribute list 'Pixel'.
* @see org.bimserver.models.ifc2x3tc1.IfcPixelTexture#getPixel()
* @see #getIfcPixelTexture()
* @generated
*/
EAttribute getIfcPixelTexture_Pixel();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlacement Ifc Placement}'.
*
*
* @return the meta object for class 'Ifc Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlacement
* @generated
*/
EClass getIfcPlacement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPlacement#getLocation Location}'.
*
*
* @return the meta object for the reference 'Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlacement#getLocation()
* @see #getIfcPlacement()
* @generated
*/
EReference getIfcPlacement_Location();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlacement#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlacement#getDim()
* @see #getIfcPlacement()
* @generated
*/
EAttribute getIfcPlacement_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarBox Ifc Planar Box}'.
*
*
* @return the meta object for class 'Ifc Planar Box'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarBox
* @generated
*/
EClass getIfcPlanarBox();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarBox#getPlacement Placement}'.
*
*
* @return the meta object for the reference 'Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarBox#getPlacement()
* @see #getIfcPlanarBox()
* @generated
*/
EReference getIfcPlanarBox_Placement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarExtent Ifc Planar Extent}'.
*
*
* @return the meta object for class 'Ifc Planar Extent'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarExtent
* @generated
*/
EClass getIfcPlanarExtent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInX Size In X}'.
*
*
* @return the meta object for the attribute 'Size In X'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInX()
* @see #getIfcPlanarExtent()
* @generated
*/
EAttribute getIfcPlanarExtent_SizeInX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInXAsString Size In XAs String}'.
*
*
* @return the meta object for the attribute 'Size In XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInXAsString()
* @see #getIfcPlanarExtent()
* @generated
*/
EAttribute getIfcPlanarExtent_SizeInXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInY Size In Y}'.
*
*
* @return the meta object for the attribute 'Size In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInY()
* @see #getIfcPlanarExtent()
* @generated
*/
EAttribute getIfcPlanarExtent_SizeInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInYAsString Size In YAs String}'.
*
*
* @return the meta object for the attribute 'Size In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarExtent#getSizeInYAsString()
* @see #getIfcPlanarExtent()
* @generated
*/
EAttribute getIfcPlanarExtent_SizeInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlane Ifc Plane}'.
*
*
* @return the meta object for class 'Ifc Plane'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlane
* @generated
*/
EClass getIfcPlane();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlate Ifc Plate}'.
*
*
* @return the meta object for class 'Ifc Plate'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlate
* @generated
*/
EClass getIfcPlate();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlateType Ifc Plate Type}'.
*
*
* @return the meta object for class 'Ifc Plate Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlateType
* @generated
*/
EClass getIfcPlateType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlateType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlateType#getPredefinedType()
* @see #getIfcPlateType()
* @generated
*/
EAttribute getIfcPlateType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPoint Ifc Point}'.
*
*
* @return the meta object for class 'Ifc Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcPoint
* @generated
*/
EClass getIfcPoint();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnCurve Ifc Point On Curve}'.
*
*
* @return the meta object for class 'Ifc Point On Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnCurve
* @generated
*/
EClass getIfcPointOnCurve();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getBasisCurve Basis Curve}'.
*
*
* @return the meta object for the reference 'Basis Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getBasisCurve()
* @see #getIfcPointOnCurve()
* @generated
*/
EReference getIfcPointOnCurve_BasisCurve();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getPointParameter Point Parameter}'.
*
*
* @return the meta object for the attribute 'Point Parameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getPointParameter()
* @see #getIfcPointOnCurve()
* @generated
*/
EAttribute getIfcPointOnCurve_PointParameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getPointParameterAsString Point Parameter As String}'.
*
*
* @return the meta object for the attribute 'Point Parameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getPointParameterAsString()
* @see #getIfcPointOnCurve()
* @generated
*/
EAttribute getIfcPointOnCurve_PointParameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnCurve#getDim()
* @see #getIfcPointOnCurve()
* @generated
*/
EAttribute getIfcPointOnCurve_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface Ifc Point On Surface}'.
*
*
* @return the meta object for class 'Ifc Point On Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface
* @generated
*/
EClass getIfcPointOnSurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getBasisSurface Basis Surface}'.
*
*
* @return the meta object for the reference 'Basis Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getBasisSurface()
* @see #getIfcPointOnSurface()
* @generated
*/
EReference getIfcPointOnSurface_BasisSurface();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterU Point Parameter U}'.
*
*
* @return the meta object for the attribute 'Point Parameter U'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterU()
* @see #getIfcPointOnSurface()
* @generated
*/
EAttribute getIfcPointOnSurface_PointParameterU();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterUAsString Point Parameter UAs String}'.
*
*
* @return the meta object for the attribute 'Point Parameter UAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterUAsString()
* @see #getIfcPointOnSurface()
* @generated
*/
EAttribute getIfcPointOnSurface_PointParameterUAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterV Point Parameter V}'.
*
*
* @return the meta object for the attribute 'Point Parameter V'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterV()
* @see #getIfcPointOnSurface()
* @generated
*/
EAttribute getIfcPointOnSurface_PointParameterV();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterVAsString Point Parameter VAs String}'.
*
*
* @return the meta object for the attribute 'Point Parameter VAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getPointParameterVAsString()
* @see #getIfcPointOnSurface()
* @generated
*/
EAttribute getIfcPointOnSurface_PointParameterVAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOnSurface#getDim()
* @see #getIfcPointOnSurface()
* @generated
*/
EAttribute getIfcPointOnSurface_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPolyLoop Ifc Poly Loop}'.
*
*
* @return the meta object for class 'Ifc Poly Loop'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolyLoop
* @generated
*/
EClass getIfcPolyLoop();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPolyLoop#getPolygon Polygon}'.
*
*
* @return the meta object for the reference list 'Polygon'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolyLoop#getPolygon()
* @see #getIfcPolyLoop()
* @generated
*/
EReference getIfcPolyLoop_Polygon();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace Ifc Polygonal Bounded Half Space}'.
*
*
* @return the meta object for class 'Ifc Polygonal Bounded Half Space'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace
* @generated
*/
EClass getIfcPolygonalBoundedHalfSpace();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace#getPosition()
* @see #getIfcPolygonalBoundedHalfSpace()
* @generated
*/
EReference getIfcPolygonalBoundedHalfSpace_Position();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace#getPolygonalBoundary Polygonal Boundary}'.
*
*
* @return the meta object for the reference 'Polygonal Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolygonalBoundedHalfSpace#getPolygonalBoundary()
* @see #getIfcPolygonalBoundedHalfSpace()
* @generated
*/
EReference getIfcPolygonalBoundedHalfSpace_PolygonalBoundary();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPolyline Ifc Polyline}'.
*
*
* @return the meta object for class 'Ifc Polyline'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolyline
* @generated
*/
EClass getIfcPolyline();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPolyline#getPoints Points}'.
*
*
* @return the meta object for the reference list 'Points'.
* @see org.bimserver.models.ifc2x3tc1.IfcPolyline#getPoints()
* @see #getIfcPolyline()
* @generated
*/
EReference getIfcPolyline_Points();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPort Ifc Port}'.
*
*
* @return the meta object for class 'Ifc Port'.
* @see org.bimserver.models.ifc2x3tc1.IfcPort
* @generated
*/
EClass getIfcPort();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPort#getContainedIn Contained In}'.
*
*
* @return the meta object for the reference 'Contained In'.
* @see org.bimserver.models.ifc2x3tc1.IfcPort#getContainedIn()
* @see #getIfcPort()
* @generated
*/
EReference getIfcPort_ContainedIn();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPort#getConnectedFrom Connected From}'.
*
*
* @return the meta object for the reference list 'Connected From'.
* @see org.bimserver.models.ifc2x3tc1.IfcPort#getConnectedFrom()
* @see #getIfcPort()
* @generated
*/
EReference getIfcPort_ConnectedFrom();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPort#getConnectedTo Connected To}'.
*
*
* @return the meta object for the reference list 'Connected To'.
* @see org.bimserver.models.ifc2x3tc1.IfcPort#getConnectedTo()
* @see #getIfcPort()
* @generated
*/
EReference getIfcPort_ConnectedTo();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress Ifc Postal Address}'.
*
*
* @return the meta object for class 'Ifc Postal Address'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress
* @generated
*/
EClass getIfcPostalAddress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getInternalLocation Internal Location}'.
*
*
* @return the meta object for the attribute 'Internal Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getInternalLocation()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_InternalLocation();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getAddressLines Address Lines}'.
*
*
* @return the meta object for the attribute list 'Address Lines'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getAddressLines()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_AddressLines();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getPostalBox Postal Box}'.
*
*
* @return the meta object for the attribute 'Postal Box'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getPostalBox()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_PostalBox();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getTown Town}'.
*
*
* @return the meta object for the attribute 'Town'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getTown()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_Town();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getRegion Region}'.
*
*
* @return the meta object for the attribute 'Region'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getRegion()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_Region();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getPostalCode Postal Code}'.
*
*
* @return the meta object for the attribute 'Postal Code'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getPostalCode()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_PostalCode();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getCountry Country}'.
*
*
* @return the meta object for the attribute 'Country'.
* @see org.bimserver.models.ifc2x3tc1.IfcPostalAddress#getCountry()
* @see #getIfcPostalAddress()
* @generated
*/
EAttribute getIfcPostalAddress_Country();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedColour Ifc Pre Defined Colour}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedColour
* @generated
*/
EClass getIfcPreDefinedColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedCurveFont Ifc Pre Defined Curve Font}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Curve Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedCurveFont
* @generated
*/
EClass getIfcPreDefinedCurveFont();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedDimensionSymbol Ifc Pre Defined Dimension Symbol}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Dimension Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedDimensionSymbol
* @generated
*/
EClass getIfcPreDefinedDimensionSymbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedItem Ifc Pre Defined Item}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedItem
* @generated
*/
EClass getIfcPreDefinedItem();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedItem#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedItem#getName()
* @see #getIfcPreDefinedItem()
* @generated
*/
EAttribute getIfcPreDefinedItem_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedPointMarkerSymbol Ifc Pre Defined Point Marker Symbol}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Point Marker Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedPointMarkerSymbol
* @generated
*/
EClass getIfcPreDefinedPointMarkerSymbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedSymbol Ifc Pre Defined Symbol}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedSymbol
* @generated
*/
EClass getIfcPreDefinedSymbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedTerminatorSymbol Ifc Pre Defined Terminator Symbol}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Terminator Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedTerminatorSymbol
* @generated
*/
EClass getIfcPreDefinedTerminatorSymbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPreDefinedTextFont Ifc Pre Defined Text Font}'.
*
*
* @return the meta object for class 'Ifc Pre Defined Text Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcPreDefinedTextFont
* @generated
*/
EClass getIfcPreDefinedTextFont();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment Ifc Presentation Layer Assignment}'.
*
*
* @return the meta object for class 'Ifc Presentation Layer Assignment'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment
* @generated
*/
EClass getIfcPresentationLayerAssignment();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getName()
* @see #getIfcPresentationLayerAssignment()
* @generated
*/
EAttribute getIfcPresentationLayerAssignment_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getDescription()
* @see #getIfcPresentationLayerAssignment()
* @generated
*/
EAttribute getIfcPresentationLayerAssignment_Description();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getAssignedItems Assigned Items}'.
*
*
* @return the meta object for the reference list 'Assigned Items'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getAssignedItems()
* @see #getIfcPresentationLayerAssignment()
* @generated
*/
EReference getIfcPresentationLayerAssignment_AssignedItems();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getIdentifier Identifier}'.
*
*
* @return the meta object for the attribute 'Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerAssignment#getIdentifier()
* @see #getIfcPresentationLayerAssignment()
* @generated
*/
EAttribute getIfcPresentationLayerAssignment_Identifier();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle Ifc Presentation Layer With Style}'.
*
*
* @return the meta object for class 'Ifc Presentation Layer With Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle
* @generated
*/
EClass getIfcPresentationLayerWithStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#isLayerOn Layer On}'.
*
*
* @return the meta object for the attribute 'Layer On'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#isLayerOn()
* @see #getIfcPresentationLayerWithStyle()
* @generated
*/
EAttribute getIfcPresentationLayerWithStyle_LayerOn();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#isLayerFrozen Layer Frozen}'.
*
*
* @return the meta object for the attribute 'Layer Frozen'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#isLayerFrozen()
* @see #getIfcPresentationLayerWithStyle()
* @generated
*/
EAttribute getIfcPresentationLayerWithStyle_LayerFrozen();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#isLayerBlocked Layer Blocked}'.
*
*
* @return the meta object for the attribute 'Layer Blocked'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#isLayerBlocked()
* @see #getIfcPresentationLayerWithStyle()
* @generated
*/
EAttribute getIfcPresentationLayerWithStyle_LayerBlocked();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#getLayerStyles Layer Styles}'.
*
*
* @return the meta object for the reference list 'Layer Styles'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationLayerWithStyle#getLayerStyles()
* @see #getIfcPresentationLayerWithStyle()
* @generated
*/
EReference getIfcPresentationLayerWithStyle_LayerStyles();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyle Ifc Presentation Style}'.
*
*
* @return the meta object for class 'Ifc Presentation Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyle
* @generated
*/
EClass getIfcPresentationStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyle#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyle#getName()
* @see #getIfcPresentationStyle()
* @generated
*/
EAttribute getIfcPresentationStyle_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleAssignment Ifc Presentation Style Assignment}'.
*
*
* @return the meta object for class 'Ifc Presentation Style Assignment'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleAssignment
* @generated
*/
EClass getIfcPresentationStyleAssignment();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleAssignment#getStyles Styles}'.
*
*
* @return the meta object for the reference list 'Styles'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleAssignment#getStyles()
* @see #getIfcPresentationStyleAssignment()
* @generated
*/
EReference getIfcPresentationStyleAssignment_Styles();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProcedure Ifc Procedure}'.
*
*
* @return the meta object for class 'Ifc Procedure'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcedure
* @generated
*/
EClass getIfcProcedure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProcedure#getProcedureID Procedure ID}'.
*
*
* @return the meta object for the attribute 'Procedure ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcedure#getProcedureID()
* @see #getIfcProcedure()
* @generated
*/
EAttribute getIfcProcedure_ProcedureID();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProcedure#getProcedureType Procedure Type}'.
*
*
* @return the meta object for the attribute 'Procedure Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcedure#getProcedureType()
* @see #getIfcProcedure()
* @generated
*/
EAttribute getIfcProcedure_ProcedureType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProcedure#getUserDefinedProcedureType User Defined Procedure Type}'.
*
*
* @return the meta object for the attribute 'User Defined Procedure Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcedure#getUserDefinedProcedureType()
* @see #getIfcProcedure()
* @generated
*/
EAttribute getIfcProcedure_UserDefinedProcedureType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProcess Ifc Process}'.
*
*
* @return the meta object for class 'Ifc Process'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcess
* @generated
*/
EClass getIfcProcess();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getOperatesOn Operates On}'.
*
*
* @return the meta object for the reference list 'Operates On'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcess#getOperatesOn()
* @see #getIfcProcess()
* @generated
*/
EReference getIfcProcess_OperatesOn();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom Is Successor From}'.
*
*
* @return the meta object for the reference list 'Is Successor From'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcess#getIsSuccessorFrom()
* @see #getIfcProcess()
* @generated
*/
EReference getIfcProcess_IsSuccessorFrom();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo Is Predecessor To}'.
*
*
* @return the meta object for the reference list 'Is Predecessor To'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcess#getIsPredecessorTo()
* @see #getIfcProcess()
* @generated
*/
EReference getIfcProcess_IsPredecessorTo();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProduct Ifc Product}'.
*
*
* @return the meta object for class 'Ifc Product'.
* @see org.bimserver.models.ifc2x3tc1.IfcProduct
* @generated
*/
EClass getIfcProduct();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcProduct#getObjectPlacement Object Placement}'.
*
*
* @return the meta object for the reference 'Object Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcProduct#getObjectPlacement()
* @see #getIfcProduct()
* @generated
*/
EReference getIfcProduct_ObjectPlacement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcProduct#getRepresentation Representation}'.
*
*
* @return the meta object for the reference 'Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcProduct#getRepresentation()
* @see #getIfcProduct()
* @generated
*/
EReference getIfcProduct_Representation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProduct#getReferencedBy Referenced By}'.
*
*
* @return the meta object for the reference list 'Referenced By'.
* @see org.bimserver.models.ifc2x3tc1.IfcProduct#getReferencedBy()
* @see #getIfcProduct()
* @generated
*/
EReference getIfcProduct_ReferencedBy();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcProduct#getGeometry Geometry}'.
*
*
* @return the meta object for the reference 'Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcProduct#getGeometry()
* @see #getIfcProduct()
* @generated
*/
EReference getIfcProduct_Geometry();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape Ifc Product Definition Shape}'.
*
*
* @return the meta object for class 'Ifc Product Definition Shape'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape
* @generated
*/
EClass getIfcProductDefinitionShape();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape#getShapeOfProduct Shape Of Product}'.
*
*
* @return the meta object for the reference list 'Shape Of Product'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape#getShapeOfProduct()
* @see #getIfcProductDefinitionShape()
* @generated
*/
EReference getIfcProductDefinitionShape_ShapeOfProduct();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape#getHasShapeAspects Has Shape Aspects}'.
*
*
* @return the meta object for the reference list 'Has Shape Aspects'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductDefinitionShape#getHasShapeAspects()
* @see #getIfcProductDefinitionShape()
* @generated
*/
EReference getIfcProductDefinitionShape_HasShapeAspects();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProductRepresentation Ifc Product Representation}'.
*
*
* @return the meta object for class 'Ifc Product Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductRepresentation
* @generated
*/
EClass getIfcProductRepresentation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductRepresentation#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductRepresentation#getName()
* @see #getIfcProductRepresentation()
* @generated
*/
EAttribute getIfcProductRepresentation_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductRepresentation#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductRepresentation#getDescription()
* @see #getIfcProductRepresentation()
* @generated
*/
EAttribute getIfcProductRepresentation_Description();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProductRepresentation#getRepresentations Representations}'.
*
*
* @return the meta object for the reference list 'Representations'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductRepresentation#getRepresentations()
* @see #getIfcProductRepresentation()
* @generated
*/
EReference getIfcProductRepresentation_Representations();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties Ifc Products Of Combustion Properties}'.
*
*
* @return the meta object for class 'Ifc Products Of Combustion Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties
* @generated
*/
EClass getIfcProductsOfCombustionProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getSpecificHeatCapacity Specific Heat Capacity}'.
*
*
* @return the meta object for the attribute 'Specific Heat Capacity'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getSpecificHeatCapacity()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_SpecificHeatCapacity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getSpecificHeatCapacityAsString Specific Heat Capacity As String}'.
*
*
* @return the meta object for the attribute 'Specific Heat Capacity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getSpecificHeatCapacityAsString()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_SpecificHeatCapacityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getN20Content N20 Content}'.
*
*
* @return the meta object for the attribute 'N20 Content'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getN20Content()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_N20Content();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getN20ContentAsString N20 Content As String}'.
*
*
* @return the meta object for the attribute 'N20 Content As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getN20ContentAsString()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_N20ContentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCOContent CO Content}'.
*
*
* @return the meta object for the attribute 'CO Content'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCOContent()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_COContent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCOContentAsString CO Content As String}'.
*
*
* @return the meta object for the attribute 'CO Content As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCOContentAsString()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_COContentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCO2Content CO2 Content}'.
*
*
* @return the meta object for the attribute 'CO2 Content'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCO2Content()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_CO2Content();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCO2ContentAsString CO2 Content As String}'.
*
*
* @return the meta object for the attribute 'CO2 Content As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcProductsOfCombustionProperties#getCO2ContentAsString()
* @see #getIfcProductsOfCombustionProperties()
* @generated
*/
EAttribute getIfcProductsOfCombustionProperties_CO2ContentAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProfileDef Ifc Profile Def}'.
*
*
* @return the meta object for class 'Ifc Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileDef
* @generated
*/
EClass getIfcProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProfileDef#getProfileType Profile Type}'.
*
*
* @return the meta object for the attribute 'Profile Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileDef#getProfileType()
* @see #getIfcProfileDef()
* @generated
*/
EAttribute getIfcProfileDef_ProfileType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProfileDef#getProfileName Profile Name}'.
*
*
* @return the meta object for the attribute 'Profile Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileDef#getProfileName()
* @see #getIfcProfileDef()
* @generated
*/
EAttribute getIfcProfileDef_ProfileName();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProfileProperties Ifc Profile Properties}'.
*
*
* @return the meta object for class 'Ifc Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileProperties
* @generated
*/
EClass getIfcProfileProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProfileProperties#getProfileName Profile Name}'.
*
*
* @return the meta object for the attribute 'Profile Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileProperties#getProfileName()
* @see #getIfcProfileProperties()
* @generated
*/
EAttribute getIfcProfileProperties_ProfileName();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcProfileProperties#getProfileDefinition Profile Definition}'.
*
*
* @return the meta object for the reference 'Profile Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileProperties#getProfileDefinition()
* @see #getIfcProfileProperties()
* @generated
*/
EReference getIfcProfileProperties_ProfileDefinition();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProject Ifc Project}'.
*
*
* @return the meta object for class 'Ifc Project'.
* @see org.bimserver.models.ifc2x3tc1.IfcProject
* @generated
*/
EClass getIfcProject();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getLongName Long Name}'.
*
*
* @return the meta object for the attribute 'Long Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcProject#getLongName()
* @see #getIfcProject()
* @generated
*/
EAttribute getIfcProject_LongName();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getPhase Phase}'.
*
*
* @return the meta object for the attribute 'Phase'.
* @see org.bimserver.models.ifc2x3tc1.IfcProject#getPhase()
* @see #getIfcProject()
* @generated
*/
EAttribute getIfcProject_Phase();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getRepresentationContexts Representation Contexts}'.
*
*
* @return the meta object for the reference list 'Representation Contexts'.
* @see org.bimserver.models.ifc2x3tc1.IfcProject#getRepresentationContexts()
* @see #getIfcProject()
* @generated
*/
EReference getIfcProject_RepresentationContexts();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getUnitsInContext Units In Context}'.
*
*
* @return the meta object for the reference 'Units In Context'.
* @see org.bimserver.models.ifc2x3tc1.IfcProject#getUnitsInContext()
* @see #getIfcProject()
* @generated
*/
EReference getIfcProject_UnitsInContext();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrder Ifc Project Order}'.
*
*
* @return the meta object for class 'Ifc Project Order'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrder
* @generated
*/
EClass getIfcProjectOrder();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrder#getID ID}'.
*
*
* @return the meta object for the attribute 'ID'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrder#getID()
* @see #getIfcProjectOrder()
* @generated
*/
EAttribute getIfcProjectOrder_ID();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrder#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrder#getPredefinedType()
* @see #getIfcProjectOrder()
* @generated
*/
EAttribute getIfcProjectOrder_PredefinedType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrder#getStatus Status}'.
*
*
* @return the meta object for the attribute 'Status'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrder#getStatus()
* @see #getIfcProjectOrder()
* @generated
*/
EAttribute getIfcProjectOrder_Status();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord Ifc Project Order Record}'.
*
*
* @return the meta object for class 'Ifc Project Order Record'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord
* @generated
*/
EClass getIfcProjectOrderRecord();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord#getRecords Records}'.
*
*
* @return the meta object for the reference list 'Records'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord#getRecords()
* @see #getIfcProjectOrderRecord()
* @generated
*/
EReference getIfcProjectOrderRecord_Records();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecord#getPredefinedType()
* @see #getIfcProjectOrderRecord()
* @generated
*/
EAttribute getIfcProjectOrderRecord_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectionCurve Ifc Projection Curve}'.
*
*
* @return the meta object for class 'Ifc Projection Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectionCurve
* @generated
*/
EClass getIfcProjectionCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProjectionElement Ifc Projection Element}'.
*
*
* @return the meta object for class 'Ifc Projection Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectionElement
* @generated
*/
EClass getIfcProjectionElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProperty Ifc Property}'.
*
*
* @return the meta object for class 'Ifc Property'.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty
* @generated
*/
EClass getIfcProperty();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProperty#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty#getName()
* @see #getIfcProperty()
* @generated
*/
EAttribute getIfcProperty_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProperty#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty#getDescription()
* @see #getIfcProperty()
* @generated
*/
EAttribute getIfcProperty_Description();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProperty#getPropertyForDependance Property For Dependance}'.
*
*
* @return the meta object for the reference list 'Property For Dependance'.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty#getPropertyForDependance()
* @see #getIfcProperty()
* @generated
*/
EReference getIfcProperty_PropertyForDependance();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProperty#getPropertyDependsOn Property Depends On}'.
*
*
* @return the meta object for the reference list 'Property Depends On'.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty#getPropertyDependsOn()
* @see #getIfcProperty()
* @generated
*/
EReference getIfcProperty_PropertyDependsOn();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcProperty#getPartOfComplex Part Of Complex}'.
*
*
* @return the meta object for the reference list 'Part Of Complex'.
* @see org.bimserver.models.ifc2x3tc1.IfcProperty#getPartOfComplex()
* @see #getIfcProperty()
* @generated
*/
EReference getIfcProperty_PartOfComplex();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue Ifc Property Bounded Value}'.
*
*
* @return the meta object for class 'Ifc Property Bounded Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue
* @generated
*/
EClass getIfcPropertyBoundedValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue#getUpperBoundValue Upper Bound Value}'.
*
*
* @return the meta object for the reference 'Upper Bound Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue#getUpperBoundValue()
* @see #getIfcPropertyBoundedValue()
* @generated
*/
EReference getIfcPropertyBoundedValue_UpperBoundValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue#getLowerBoundValue Lower Bound Value}'.
*
*
* @return the meta object for the reference 'Lower Bound Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue#getLowerBoundValue()
* @see #getIfcPropertyBoundedValue()
* @generated
*/
EReference getIfcPropertyBoundedValue_LowerBoundValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyBoundedValue#getUnit()
* @see #getIfcPropertyBoundedValue()
* @generated
*/
EReference getIfcPropertyBoundedValue_Unit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship Ifc Property Constraint Relationship}'.
*
*
* @return the meta object for class 'Ifc Property Constraint Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship
* @generated
*/
EClass getIfcPropertyConstraintRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getRelatingConstraint Relating Constraint}'.
*
*
* @return the meta object for the reference 'Relating Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getRelatingConstraint()
* @see #getIfcPropertyConstraintRelationship()
* @generated
*/
EReference getIfcPropertyConstraintRelationship_RelatingConstraint();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getRelatedProperties Related Properties}'.
*
*
* @return the meta object for the reference list 'Related Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getRelatedProperties()
* @see #getIfcPropertyConstraintRelationship()
* @generated
*/
EReference getIfcPropertyConstraintRelationship_RelatedProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getName()
* @see #getIfcPropertyConstraintRelationship()
* @generated
*/
EAttribute getIfcPropertyConstraintRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyConstraintRelationship#getDescription()
* @see #getIfcPropertyConstraintRelationship()
* @generated
*/
EAttribute getIfcPropertyConstraintRelationship_Description();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDefinition Ifc Property Definition}'.
*
*
* @return the meta object for class 'Ifc Property Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDefinition
* @generated
*/
EClass getIfcPropertyDefinition();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDefinition#getHasAssociations Has Associations}'.
*
*
* @return the meta object for the reference list 'Has Associations'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDefinition#getHasAssociations()
* @see #getIfcPropertyDefinition()
* @generated
*/
EReference getIfcPropertyDefinition_HasAssociations();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship Ifc Property Dependency Relationship}'.
*
*
* @return the meta object for class 'Ifc Property Dependency Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship
* @generated
*/
EClass getIfcPropertyDependencyRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getDependingProperty Depending Property}'.
*
*
* @return the meta object for the reference 'Depending Property'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getDependingProperty()
* @see #getIfcPropertyDependencyRelationship()
* @generated
*/
EReference getIfcPropertyDependencyRelationship_DependingProperty();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getDependantProperty Dependant Property}'.
*
*
* @return the meta object for the reference 'Dependant Property'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getDependantProperty()
* @see #getIfcPropertyDependencyRelationship()
* @generated
*/
EReference getIfcPropertyDependencyRelationship_DependantProperty();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getName()
* @see #getIfcPropertyDependencyRelationship()
* @generated
*/
EAttribute getIfcPropertyDependencyRelationship_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getDescription()
* @see #getIfcPropertyDependencyRelationship()
* @generated
*/
EAttribute getIfcPropertyDependencyRelationship_Description();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getExpression Expression}'.
*
*
* @return the meta object for the attribute 'Expression'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyDependencyRelationship#getExpression()
* @see #getIfcPropertyDependencyRelationship()
* @generated
*/
EAttribute getIfcPropertyDependencyRelationship_Expression();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue Ifc Property Enumerated Value}'.
*
*
* @return the meta object for class 'Ifc Property Enumerated Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue
* @generated
*/
EClass getIfcPropertyEnumeratedValue();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue#getEnumerationValues Enumeration Values}'.
*
*
* @return the meta object for the reference list 'Enumeration Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue#getEnumerationValues()
* @see #getIfcPropertyEnumeratedValue()
* @generated
*/
EReference getIfcPropertyEnumeratedValue_EnumerationValues();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue#getEnumerationReference Enumeration Reference}'.
*
*
* @return the meta object for the reference 'Enumeration Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeratedValue#getEnumerationReference()
* @see #getIfcPropertyEnumeratedValue()
* @generated
*/
EReference getIfcPropertyEnumeratedValue_EnumerationReference();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration Ifc Property Enumeration}'.
*
*
* @return the meta object for class 'Ifc Property Enumeration'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration
* @generated
*/
EClass getIfcPropertyEnumeration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration#getName()
* @see #getIfcPropertyEnumeration()
* @generated
*/
EAttribute getIfcPropertyEnumeration_Name();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration#getEnumerationValues Enumeration Values}'.
*
*
* @return the meta object for the reference list 'Enumeration Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration#getEnumerationValues()
* @see #getIfcPropertyEnumeration()
* @generated
*/
EReference getIfcPropertyEnumeration_EnumerationValues();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyEnumeration#getUnit()
* @see #getIfcPropertyEnumeration()
* @generated
*/
EReference getIfcPropertyEnumeration_Unit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyListValue Ifc Property List Value}'.
*
*
* @return the meta object for class 'Ifc Property List Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyListValue
* @generated
*/
EClass getIfcPropertyListValue();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyListValue#getListValues List Values}'.
*
*
* @return the meta object for the reference list 'List Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyListValue#getListValues()
* @see #getIfcPropertyListValue()
* @generated
*/
EReference getIfcPropertyListValue_ListValues();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyListValue#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyListValue#getUnit()
* @see #getIfcPropertyListValue()
* @generated
*/
EReference getIfcPropertyListValue_Unit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue Ifc Property Reference Value}'.
*
*
* @return the meta object for class 'Ifc Property Reference Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue
* @generated
*/
EClass getIfcPropertyReferenceValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue#getUsageName Usage Name}'.
*
*
* @return the meta object for the attribute 'Usage Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue#getUsageName()
* @see #getIfcPropertyReferenceValue()
* @generated
*/
EAttribute getIfcPropertyReferenceValue_UsageName();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue#getPropertyReference Property Reference}'.
*
*
* @return the meta object for the reference 'Property Reference'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyReferenceValue#getPropertyReference()
* @see #getIfcPropertyReferenceValue()
* @generated
*/
EReference getIfcPropertyReferenceValue_PropertyReference();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySet Ifc Property Set}'.
*
*
* @return the meta object for class 'Ifc Property Set'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySet
* @generated
*/
EClass getIfcPropertySet();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySet#getHasProperties Has Properties}'.
*
*
* @return the meta object for the reference list 'Has Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySet#getHasProperties()
* @see #getIfcPropertySet()
* @generated
*/
EReference getIfcPropertySet_HasProperties();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition Ifc Property Set Definition}'.
*
*
* @return the meta object for class 'Ifc Property Set Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition
* @generated
*/
EClass getIfcPropertySetDefinition();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition#getPropertyDefinitionOf Property Definition Of}'.
*
*
* @return the meta object for the reference list 'Property Definition Of'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition#getPropertyDefinitionOf()
* @see #getIfcPropertySetDefinition()
* @generated
*/
EReference getIfcPropertySetDefinition_PropertyDefinitionOf();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition#getDefinesType Defines Type}'.
*
*
* @return the meta object for the reference list 'Defines Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySetDefinition#getDefinesType()
* @see #getIfcPropertySetDefinition()
* @generated
*/
EReference getIfcPropertySetDefinition_DefinesType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue Ifc Property Single Value}'.
*
*
* @return the meta object for class 'Ifc Property Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue
* @generated
*/
EClass getIfcPropertySingleValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue#getNominalValue Nominal Value}'.
*
*
* @return the meta object for the reference 'Nominal Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue#getNominalValue()
* @see #getIfcPropertySingleValue()
* @generated
*/
EReference getIfcPropertySingleValue_NominalValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySingleValue#getUnit()
* @see #getIfcPropertySingleValue()
* @generated
*/
EReference getIfcPropertySingleValue_Unit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue Ifc Property Table Value}'.
*
*
* @return the meta object for class 'Ifc Property Table Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue
* @generated
*/
EClass getIfcPropertyTableValue();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefiningValues Defining Values}'.
*
*
* @return the meta object for the reference list 'Defining Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefiningValues()
* @see #getIfcPropertyTableValue()
* @generated
*/
EReference getIfcPropertyTableValue_DefiningValues();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefinedValues Defined Values}'.
*
*
* @return the meta object for the reference list 'Defined Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefinedValues()
* @see #getIfcPropertyTableValue()
* @generated
*/
EReference getIfcPropertyTableValue_DefinedValues();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getExpression Expression}'.
*
*
* @return the meta object for the attribute 'Expression'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getExpression()
* @see #getIfcPropertyTableValue()
* @generated
*/
EAttribute getIfcPropertyTableValue_Expression();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefiningUnit Defining Unit}'.
*
*
* @return the meta object for the reference 'Defining Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefiningUnit()
* @see #getIfcPropertyTableValue()
* @generated
*/
EReference getIfcPropertyTableValue_DefiningUnit();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefinedUnit Defined Unit}'.
*
*
* @return the meta object for the reference 'Defined Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertyTableValue#getDefinedUnit()
* @see #getIfcPropertyTableValue()
* @generated
*/
EReference getIfcPropertyTableValue_DefinedUnit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceType Ifc Protective Device Type}'.
*
*
* @return the meta object for class 'Ifc Protective Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceType
* @generated
*/
EClass getIfcProtectiveDeviceType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceType#getPredefinedType()
* @see #getIfcProtectiveDeviceType()
* @generated
*/
EAttribute getIfcProtectiveDeviceType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcProxy Ifc Proxy}'.
*
*
* @return the meta object for class 'Ifc Proxy'.
* @see org.bimserver.models.ifc2x3tc1.IfcProxy
* @generated
*/
EClass getIfcProxy();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProxy#getProxyType Proxy Type}'.
*
*
* @return the meta object for the attribute 'Proxy Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcProxy#getProxyType()
* @see #getIfcProxy()
* @generated
*/
EAttribute getIfcProxy_ProxyType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcProxy#getTag Tag}'.
*
*
* @return the meta object for the attribute 'Tag'.
* @see org.bimserver.models.ifc2x3tc1.IfcProxy#getTag()
* @see #getIfcProxy()
* @generated
*/
EAttribute getIfcProxy_Tag();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPumpType Ifc Pump Type}'.
*
*
* @return the meta object for class 'Ifc Pump Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPumpType
* @generated
*/
EClass getIfcPumpType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPumpType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcPumpType#getPredefinedType()
* @see #getIfcPumpType()
* @generated
*/
EAttribute getIfcPumpType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityArea Ifc Quantity Area}'.
*
*
* @return the meta object for class 'Ifc Quantity Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityArea
* @generated
*/
EClass getIfcQuantityArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityArea#getAreaValue Area Value}'.
*
*
* @return the meta object for the attribute 'Area Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityArea#getAreaValue()
* @see #getIfcQuantityArea()
* @generated
*/
EAttribute getIfcQuantityArea_AreaValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityArea#getAreaValueAsString Area Value As String}'.
*
*
* @return the meta object for the attribute 'Area Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityArea#getAreaValueAsString()
* @see #getIfcQuantityArea()
* @generated
*/
EAttribute getIfcQuantityArea_AreaValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityCount Ifc Quantity Count}'.
*
*
* @return the meta object for class 'Ifc Quantity Count'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityCount
* @generated
*/
EClass getIfcQuantityCount();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityCount#getCountValue Count Value}'.
*
*
* @return the meta object for the attribute 'Count Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityCount#getCountValue()
* @see #getIfcQuantityCount()
* @generated
*/
EAttribute getIfcQuantityCount_CountValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityCount#getCountValueAsString Count Value As String}'.
*
*
* @return the meta object for the attribute 'Count Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityCount#getCountValueAsString()
* @see #getIfcQuantityCount()
* @generated
*/
EAttribute getIfcQuantityCount_CountValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityLength Ifc Quantity Length}'.
*
*
* @return the meta object for class 'Ifc Quantity Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityLength
* @generated
*/
EClass getIfcQuantityLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityLength#getLengthValue Length Value}'.
*
*
* @return the meta object for the attribute 'Length Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityLength#getLengthValue()
* @see #getIfcQuantityLength()
* @generated
*/
EAttribute getIfcQuantityLength_LengthValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityLength#getLengthValueAsString Length Value As String}'.
*
*
* @return the meta object for the attribute 'Length Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityLength#getLengthValueAsString()
* @see #getIfcQuantityLength()
* @generated
*/
EAttribute getIfcQuantityLength_LengthValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityTime Ifc Quantity Time}'.
*
*
* @return the meta object for class 'Ifc Quantity Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityTime
* @generated
*/
EClass getIfcQuantityTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityTime#getTimeValue Time Value}'.
*
*
* @return the meta object for the attribute 'Time Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityTime#getTimeValue()
* @see #getIfcQuantityTime()
* @generated
*/
EAttribute getIfcQuantityTime_TimeValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityTime#getTimeValueAsString Time Value As String}'.
*
*
* @return the meta object for the attribute 'Time Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityTime#getTimeValueAsString()
* @see #getIfcQuantityTime()
* @generated
*/
EAttribute getIfcQuantityTime_TimeValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityVolume Ifc Quantity Volume}'.
*
*
* @return the meta object for class 'Ifc Quantity Volume'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityVolume
* @generated
*/
EClass getIfcQuantityVolume();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityVolume#getVolumeValue Volume Value}'.
*
*
* @return the meta object for the attribute 'Volume Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityVolume#getVolumeValue()
* @see #getIfcQuantityVolume()
* @generated
*/
EAttribute getIfcQuantityVolume_VolumeValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityVolume#getVolumeValueAsString Volume Value As String}'.
*
*
* @return the meta object for the attribute 'Volume Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityVolume#getVolumeValueAsString()
* @see #getIfcQuantityVolume()
* @generated
*/
EAttribute getIfcQuantityVolume_VolumeValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityWeight Ifc Quantity Weight}'.
*
*
* @return the meta object for class 'Ifc Quantity Weight'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityWeight
* @generated
*/
EClass getIfcQuantityWeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityWeight#getWeightValue Weight Value}'.
*
*
* @return the meta object for the attribute 'Weight Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityWeight#getWeightValue()
* @see #getIfcQuantityWeight()
* @generated
*/
EAttribute getIfcQuantityWeight_WeightValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcQuantityWeight#getWeightValueAsString Weight Value As String}'.
*
*
* @return the meta object for the attribute 'Weight Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcQuantityWeight#getWeightValueAsString()
* @see #getIfcQuantityWeight()
* @generated
*/
EAttribute getIfcQuantityWeight_WeightValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRadiusDimension Ifc Radius Dimension}'.
*
*
* @return the meta object for class 'Ifc Radius Dimension'.
* @see org.bimserver.models.ifc2x3tc1.IfcRadiusDimension
* @generated
*/
EClass getIfcRadiusDimension();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRailing Ifc Railing}'.
*
*
* @return the meta object for class 'Ifc Railing'.
* @see org.bimserver.models.ifc2x3tc1.IfcRailing
* @generated
*/
EClass getIfcRailing();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRailing#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRailing#getPredefinedType()
* @see #getIfcRailing()
* @generated
*/
EAttribute getIfcRailing_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRailingType Ifc Railing Type}'.
*
*
* @return the meta object for class 'Ifc Railing Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRailingType
* @generated
*/
EClass getIfcRailingType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRailingType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRailingType#getPredefinedType()
* @see #getIfcRailingType()
* @generated
*/
EAttribute getIfcRailingType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRamp Ifc Ramp}'.
*
*
* @return the meta object for class 'Ifc Ramp'.
* @see org.bimserver.models.ifc2x3tc1.IfcRamp
* @generated
*/
EClass getIfcRamp();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRamp#getShapeType Shape Type}'.
*
*
* @return the meta object for the attribute 'Shape Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRamp#getShapeType()
* @see #getIfcRamp()
* @generated
*/
EAttribute getIfcRamp_ShapeType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlight Ifc Ramp Flight}'.
*
*
* @return the meta object for class 'Ifc Ramp Flight'.
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlight
* @generated
*/
EClass getIfcRampFlight();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlightType Ifc Ramp Flight Type}'.
*
*
* @return the meta object for class 'Ifc Ramp Flight Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlightType
* @generated
*/
EClass getIfcRampFlightType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlightType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlightType#getPredefinedType()
* @see #getIfcRampFlightType()
* @generated
*/
EAttribute getIfcRampFlightType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve Ifc Rational Bezier Curve}'.
*
*
* @return the meta object for class 'Ifc Rational Bezier Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve
* @generated
*/
EClass getIfcRationalBezierCurve();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve#getWeightsData Weights Data}'.
*
*
* @return the meta object for the attribute list 'Weights Data'.
* @see org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve#getWeightsData()
* @see #getIfcRationalBezierCurve()
* @generated
*/
EAttribute getIfcRationalBezierCurve_WeightsData();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve#getWeightsDataAsString Weights Data As String}'.
*
*
* @return the meta object for the attribute list 'Weights Data As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRationalBezierCurve#getWeightsDataAsString()
* @see #getIfcRationalBezierCurve()
* @generated
*/
EAttribute getIfcRationalBezierCurve_WeightsDataAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef Ifc Rectangle Hollow Profile Def}'.
*
*
* @return the meta object for class 'Ifc Rectangle Hollow Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef
* @generated
*/
EClass getIfcRectangleHollowProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getWallThickness Wall Thickness}'.
*
*
* @return the meta object for the attribute 'Wall Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getWallThickness()
* @see #getIfcRectangleHollowProfileDef()
* @generated
*/
EAttribute getIfcRectangleHollowProfileDef_WallThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getWallThicknessAsString Wall Thickness As String}'.
*
*
* @return the meta object for the attribute 'Wall Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getWallThicknessAsString()
* @see #getIfcRectangleHollowProfileDef()
* @generated
*/
EAttribute getIfcRectangleHollowProfileDef_WallThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getInnerFilletRadius Inner Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Inner Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getInnerFilletRadius()
* @see #getIfcRectangleHollowProfileDef()
* @generated
*/
EAttribute getIfcRectangleHollowProfileDef_InnerFilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getInnerFilletRadiusAsString Inner Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Inner Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getInnerFilletRadiusAsString()
* @see #getIfcRectangleHollowProfileDef()
* @generated
*/
EAttribute getIfcRectangleHollowProfileDef_InnerFilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getOuterFilletRadius Outer Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Outer Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getOuterFilletRadius()
* @see #getIfcRectangleHollowProfileDef()
* @generated
*/
EAttribute getIfcRectangleHollowProfileDef_OuterFilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getOuterFilletRadiusAsString Outer Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Outer Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleHollowProfileDef#getOuterFilletRadiusAsString()
* @see #getIfcRectangleHollowProfileDef()
* @generated
*/
EAttribute getIfcRectangleHollowProfileDef_OuterFilletRadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef Ifc Rectangle Profile Def}'.
*
*
* @return the meta object for class 'Ifc Rectangle Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef
* @generated
*/
EClass getIfcRectangleProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDim XDim}'.
*
*
* @return the meta object for the attribute 'XDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDim()
* @see #getIfcRectangleProfileDef()
* @generated
*/
EAttribute getIfcRectangleProfileDef_XDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDimAsString XDim As String}'.
*
*
* @return the meta object for the attribute 'XDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getXDimAsString()
* @see #getIfcRectangleProfileDef()
* @generated
*/
EAttribute getIfcRectangleProfileDef_XDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDim YDim}'.
*
*
* @return the meta object for the attribute 'YDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDim()
* @see #getIfcRectangleProfileDef()
* @generated
*/
EAttribute getIfcRectangleProfileDef_YDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDimAsString YDim As String}'.
*
*
* @return the meta object for the attribute 'YDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangleProfileDef#getYDimAsString()
* @see #getIfcRectangleProfileDef()
* @generated
*/
EAttribute getIfcRectangleProfileDef_YDimAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid Ifc Rectangular Pyramid}'.
*
*
* @return the meta object for class 'Ifc Rectangular Pyramid'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid
* @generated
*/
EClass getIfcRectangularPyramid();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getXLength XLength}'.
*
*
* @return the meta object for the attribute 'XLength'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getXLength()
* @see #getIfcRectangularPyramid()
* @generated
*/
EAttribute getIfcRectangularPyramid_XLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getXLengthAsString XLength As String}'.
*
*
* @return the meta object for the attribute 'XLength As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getXLengthAsString()
* @see #getIfcRectangularPyramid()
* @generated
*/
EAttribute getIfcRectangularPyramid_XLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getYLength YLength}'.
*
*
* @return the meta object for the attribute 'YLength'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getYLength()
* @see #getIfcRectangularPyramid()
* @generated
*/
EAttribute getIfcRectangularPyramid_YLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getYLengthAsString YLength As String}'.
*
*
* @return the meta object for the attribute 'YLength As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getYLengthAsString()
* @see #getIfcRectangularPyramid()
* @generated
*/
EAttribute getIfcRectangularPyramid_YLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getHeight Height}'.
*
*
* @return the meta object for the attribute 'Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getHeight()
* @see #getIfcRectangularPyramid()
* @generated
*/
EAttribute getIfcRectangularPyramid_Height();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getHeightAsString Height As String}'.
*
*
* @return the meta object for the attribute 'Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularPyramid#getHeightAsString()
* @see #getIfcRectangularPyramid()
* @generated
*/
EAttribute getIfcRectangularPyramid_HeightAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface Ifc Rectangular Trimmed Surface}'.
*
*
* @return the meta object for class 'Ifc Rectangular Trimmed Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface
* @generated
*/
EClass getIfcRectangularTrimmedSurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getBasisSurface Basis Surface}'.
*
*
* @return the meta object for the reference 'Basis Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getBasisSurface()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EReference getIfcRectangularTrimmedSurface_BasisSurface();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU1 U1}'.
*
*
* @return the meta object for the attribute 'U1'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU1()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_U1();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU1AsString U1 As String}'.
*
*
* @return the meta object for the attribute 'U1 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU1AsString()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_U1AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV1 V1}'.
*
*
* @return the meta object for the attribute 'V1'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV1()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_V1();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV1AsString V1 As String}'.
*
*
* @return the meta object for the attribute 'V1 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV1AsString()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_V1AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU2 U2}'.
*
*
* @return the meta object for the attribute 'U2'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU2()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_U2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU2AsString U2 As String}'.
*
*
* @return the meta object for the attribute 'U2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getU2AsString()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_U2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV2 V2}'.
*
*
* @return the meta object for the attribute 'V2'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV2()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_V2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV2AsString V2 As String}'.
*
*
* @return the meta object for the attribute 'V2 As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getV2AsString()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_V2AsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getUsense Usense}'.
*
*
* @return the meta object for the attribute 'Usense'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getUsense()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_Usense();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getVsense Vsense}'.
*
*
* @return the meta object for the attribute 'Vsense'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getVsense()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_Vsense();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcRectangularTrimmedSurface#getDim()
* @see #getIfcRectangularTrimmedSurface()
* @generated
*/
EAttribute getIfcRectangularTrimmedSurface_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument Ifc References Value Document}'.
*
*
* @return the meta object for class 'Ifc References Value Document'.
* @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument
* @generated
*/
EClass getIfcReferencesValueDocument();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getReferencedDocument Referenced Document}'.
*
*
* @return the meta object for the reference 'Referenced Document'.
* @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getReferencedDocument()
* @see #getIfcReferencesValueDocument()
* @generated
*/
EReference getIfcReferencesValueDocument_ReferencedDocument();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getReferencingValues Referencing Values}'.
*
*
* @return the meta object for the reference list 'Referencing Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getReferencingValues()
* @see #getIfcReferencesValueDocument()
* @generated
*/
EReference getIfcReferencesValueDocument_ReferencingValues();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getName()
* @see #getIfcReferencesValueDocument()
* @generated
*/
EAttribute getIfcReferencesValueDocument_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getDescription()
* @see #getIfcReferencesValueDocument()
* @generated
*/
EAttribute getIfcReferencesValueDocument_Description();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries Ifc Regular Time Series}'.
*
*
* @return the meta object for class 'Ifc Regular Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries
* @generated
*/
EClass getIfcRegularTimeSeries();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries#getTimeStep Time Step}'.
*
*
* @return the meta object for the attribute 'Time Step'.
* @see org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries#getTimeStep()
* @see #getIfcRegularTimeSeries()
* @generated
*/
EAttribute getIfcRegularTimeSeries_TimeStep();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries#getTimeStepAsString Time Step As String}'.
*
*
* @return the meta object for the attribute 'Time Step As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries#getTimeStepAsString()
* @see #getIfcRegularTimeSeries()
* @generated
*/
EAttribute getIfcRegularTimeSeries_TimeStepAsString();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries#getValues Values}'.
*
*
* @return the meta object for the reference list 'Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcRegularTimeSeries#getValues()
* @see #getIfcRegularTimeSeries()
* @generated
*/
EReference getIfcRegularTimeSeries_Values();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties Ifc Reinforcement Bar Properties}'.
*
*
* @return the meta object for class 'Ifc Reinforcement Bar Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties
* @generated
*/
EClass getIfcReinforcementBarProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getTotalCrossSectionArea Total Cross Section Area}'.
*
*
* @return the meta object for the attribute 'Total Cross Section Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getTotalCrossSectionArea()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_TotalCrossSectionArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getTotalCrossSectionAreaAsString Total Cross Section Area As String}'.
*
*
* @return the meta object for the attribute 'Total Cross Section Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getTotalCrossSectionAreaAsString()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_TotalCrossSectionAreaAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getSteelGrade Steel Grade}'.
*
*
* @return the meta object for the attribute 'Steel Grade'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getSteelGrade()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_SteelGrade();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getBarSurface Bar Surface}'.
*
*
* @return the meta object for the attribute 'Bar Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getBarSurface()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_BarSurface();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getEffectiveDepth Effective Depth}'.
*
*
* @return the meta object for the attribute 'Effective Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getEffectiveDepth()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_EffectiveDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getEffectiveDepthAsString Effective Depth As String}'.
*
*
* @return the meta object for the attribute 'Effective Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getEffectiveDepthAsString()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_EffectiveDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getNominalBarDiameter Nominal Bar Diameter}'.
*
*
* @return the meta object for the attribute 'Nominal Bar Diameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getNominalBarDiameter()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_NominalBarDiameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getNominalBarDiameterAsString Nominal Bar Diameter As String}'.
*
*
* @return the meta object for the attribute 'Nominal Bar Diameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getNominalBarDiameterAsString()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_NominalBarDiameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getBarCount Bar Count}'.
*
*
* @return the meta object for the attribute 'Bar Count'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getBarCount()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_BarCount();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getBarCountAsString Bar Count As String}'.
*
*
* @return the meta object for the attribute 'Bar Count As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementBarProperties#getBarCountAsString()
* @see #getIfcReinforcementBarProperties()
* @generated
*/
EAttribute getIfcReinforcementBarProperties_BarCountAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties Ifc Reinforcement Definition Properties}'.
*
*
* @return the meta object for class 'Ifc Reinforcement Definition Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties
* @generated
*/
EClass getIfcReinforcementDefinitionProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties#getDefinitionType Definition Type}'.
*
*
* @return the meta object for the attribute 'Definition Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties#getDefinitionType()
* @see #getIfcReinforcementDefinitionProperties()
* @generated
*/
EAttribute getIfcReinforcementDefinitionProperties_DefinitionType();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties#getReinforcementSectionDefinitions Reinforcement Section Definitions}'.
*
*
* @return the meta object for the reference list 'Reinforcement Section Definitions'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcementDefinitionProperties#getReinforcementSectionDefinitions()
* @see #getIfcReinforcementDefinitionProperties()
* @generated
*/
EReference getIfcReinforcementDefinitionProperties_ReinforcementSectionDefinitions();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar Ifc Reinforcing Bar}'.
*
*
* @return the meta object for class 'Ifc Reinforcing Bar'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar
* @generated
*/
EClass getIfcReinforcingBar();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getNominalDiameter Nominal Diameter}'.
*
*
* @return the meta object for the attribute 'Nominal Diameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getNominalDiameter()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_NominalDiameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getNominalDiameterAsString Nominal Diameter As String}'.
*
*
* @return the meta object for the attribute 'Nominal Diameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getNominalDiameterAsString()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_NominalDiameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getCrossSectionArea Cross Section Area}'.
*
*
* @return the meta object for the attribute 'Cross Section Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getCrossSectionArea()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_CrossSectionArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getCrossSectionAreaAsString Cross Section Area As String}'.
*
*
* @return the meta object for the attribute 'Cross Section Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getCrossSectionAreaAsString()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_CrossSectionAreaAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarLength Bar Length}'.
*
*
* @return the meta object for the attribute 'Bar Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarLength()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_BarLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarLengthAsString Bar Length As String}'.
*
*
* @return the meta object for the attribute 'Bar Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarLengthAsString()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_BarLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarRole Bar Role}'.
*
*
* @return the meta object for the attribute 'Bar Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarRole()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_BarRole();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarSurface Bar Surface}'.
*
*
* @return the meta object for the attribute 'Bar Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBar#getBarSurface()
* @see #getIfcReinforcingBar()
* @generated
*/
EAttribute getIfcReinforcingBar_BarSurface();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingElement Ifc Reinforcing Element}'.
*
*
* @return the meta object for class 'Ifc Reinforcing Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingElement
* @generated
*/
EClass getIfcReinforcingElement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingElement#getSteelGrade Steel Grade}'.
*
*
* @return the meta object for the attribute 'Steel Grade'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingElement#getSteelGrade()
* @see #getIfcReinforcingElement()
* @generated
*/
EAttribute getIfcReinforcingElement_SteelGrade();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh Ifc Reinforcing Mesh}'.
*
*
* @return the meta object for class 'Ifc Reinforcing Mesh'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh
* @generated
*/
EClass getIfcReinforcingMesh();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLength Mesh Length}'.
*
*
* @return the meta object for the attribute 'Mesh Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLength()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_MeshLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLengthAsString Mesh Length As String}'.
*
*
* @return the meta object for the attribute 'Mesh Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshLengthAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_MeshLengthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidth Mesh Width}'.
*
*
* @return the meta object for the attribute 'Mesh Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidth()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_MeshWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidthAsString Mesh Width As String}'.
*
*
* @return the meta object for the attribute 'Mesh Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getMeshWidthAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_MeshWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameter Longitudinal Bar Nominal Diameter}'.
*
*
* @return the meta object for the attribute 'Longitudinal Bar Nominal Diameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameter()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_LongitudinalBarNominalDiameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameterAsString Longitudinal Bar Nominal Diameter As String}'.
*
*
* @return the meta object for the attribute 'Longitudinal Bar Nominal Diameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarNominalDiameterAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_LongitudinalBarNominalDiameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameter Transverse Bar Nominal Diameter}'.
*
*
* @return the meta object for the attribute 'Transverse Bar Nominal Diameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameter()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_TransverseBarNominalDiameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameterAsString Transverse Bar Nominal Diameter As String}'.
*
*
* @return the meta object for the attribute 'Transverse Bar Nominal Diameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarNominalDiameterAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_TransverseBarNominalDiameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionArea Longitudinal Bar Cross Section Area}'.
*
*
* @return the meta object for the attribute 'Longitudinal Bar Cross Section Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionArea()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_LongitudinalBarCrossSectionArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionAreaAsString Longitudinal Bar Cross Section Area As String}'.
*
*
* @return the meta object for the attribute 'Longitudinal Bar Cross Section Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarCrossSectionAreaAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_LongitudinalBarCrossSectionAreaAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionArea Transverse Bar Cross Section Area}'.
*
*
* @return the meta object for the attribute 'Transverse Bar Cross Section Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionArea()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_TransverseBarCrossSectionArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionAreaAsString Transverse Bar Cross Section Area As String}'.
*
*
* @return the meta object for the attribute 'Transverse Bar Cross Section Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarCrossSectionAreaAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_TransverseBarCrossSectionAreaAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacing Longitudinal Bar Spacing}'.
*
*
* @return the meta object for the attribute 'Longitudinal Bar Spacing'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacing()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_LongitudinalBarSpacing();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacingAsString Longitudinal Bar Spacing As String}'.
*
*
* @return the meta object for the attribute 'Longitudinal Bar Spacing As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getLongitudinalBarSpacingAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_LongitudinalBarSpacingAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacing Transverse Bar Spacing}'.
*
*
* @return the meta object for the attribute 'Transverse Bar Spacing'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacing()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_TransverseBarSpacing();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacingAsString Transverse Bar Spacing As String}'.
*
*
* @return the meta object for the attribute 'Transverse Bar Spacing As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingMesh#getTransverseBarSpacingAsString()
* @see #getIfcReinforcingMesh()
* @generated
*/
EAttribute getIfcReinforcingMesh_TransverseBarSpacingAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAggregates Ifc Rel Aggregates}'.
*
*
* @return the meta object for class 'Ifc Rel Aggregates'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAggregates
* @generated
*/
EClass getIfcRelAggregates();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssigns Ifc Rel Assigns}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssigns
* @generated
*/
EClass getIfcRelAssigns();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssigns#getRelatedObjects Related Objects}'.
*
*
* @return the meta object for the reference list 'Related Objects'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssigns#getRelatedObjects()
* @see #getIfcRelAssigns()
* @generated
*/
EReference getIfcRelAssigns_RelatedObjects();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssigns#getRelatedObjectsType Related Objects Type}'.
*
*
* @return the meta object for the attribute 'Related Objects Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssigns#getRelatedObjectsType()
* @see #getIfcRelAssigns()
* @generated
*/
EAttribute getIfcRelAssigns_RelatedObjectsType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsTasks Ifc Rel Assigns Tasks}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns Tasks'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsTasks
* @generated
*/
EClass getIfcRelAssignsTasks();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsTasks#getTimeForTask Time For Task}'.
*
*
* @return the meta object for the reference 'Time For Task'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsTasks#getTimeForTask()
* @see #getIfcRelAssignsTasks()
* @generated
*/
EReference getIfcRelAssignsTasks_TimeForTask();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor Ifc Rel Assigns To Actor}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Actor'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor
* @generated
*/
EClass getIfcRelAssignsToActor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor#getRelatingActor Relating Actor}'.
*
*
* @return the meta object for the reference 'Relating Actor'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor#getRelatingActor()
* @see #getIfcRelAssignsToActor()
* @generated
*/
EReference getIfcRelAssignsToActor_RelatingActor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor#getActingRole Acting Role}'.
*
*
* @return the meta object for the reference 'Acting Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToActor#getActingRole()
* @see #getIfcRelAssignsToActor()
* @generated
*/
EReference getIfcRelAssignsToActor_ActingRole();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToControl Ifc Rel Assigns To Control}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Control'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToControl
* @generated
*/
EClass getIfcRelAssignsToControl();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToControl#getRelatingControl Relating Control}'.
*
*
* @return the meta object for the reference 'Relating Control'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToControl#getRelatingControl()
* @see #getIfcRelAssignsToControl()
* @generated
*/
EReference getIfcRelAssignsToControl_RelatingControl();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToGroup Ifc Rel Assigns To Group}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToGroup
* @generated
*/
EClass getIfcRelAssignsToGroup();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToGroup#getRelatingGroup Relating Group}'.
*
*
* @return the meta object for the reference 'Relating Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToGroup#getRelatingGroup()
* @see #getIfcRelAssignsToGroup()
* @generated
*/
EReference getIfcRelAssignsToGroup_RelatingGroup();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess Ifc Rel Assigns To Process}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Process'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess
* @generated
*/
EClass getIfcRelAssignsToProcess();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess#getRelatingProcess Relating Process}'.
*
*
* @return the meta object for the reference 'Relating Process'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess#getRelatingProcess()
* @see #getIfcRelAssignsToProcess()
* @generated
*/
EReference getIfcRelAssignsToProcess_RelatingProcess();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess#getQuantityInProcess Quantity In Process}'.
*
*
* @return the meta object for the reference 'Quantity In Process'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProcess#getQuantityInProcess()
* @see #getIfcRelAssignsToProcess()
* @generated
*/
EReference getIfcRelAssignsToProcess_QuantityInProcess();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProduct Ifc Rel Assigns To Product}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Product'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProduct
* @generated
*/
EClass getIfcRelAssignsToProduct();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProduct#getRelatingProduct Relating Product}'.
*
*
* @return the meta object for the reference 'Relating Product'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProduct#getRelatingProduct()
* @see #getIfcRelAssignsToProduct()
* @generated
*/
EReference getIfcRelAssignsToProduct_RelatingProduct();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProjectOrder Ifc Rel Assigns To Project Order}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Project Order'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToProjectOrder
* @generated
*/
EClass getIfcRelAssignsToProjectOrder();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToResource Ifc Rel Assigns To Resource}'.
*
*
* @return the meta object for class 'Ifc Rel Assigns To Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToResource
* @generated
*/
EClass getIfcRelAssignsToResource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssignsToResource#getRelatingResource Relating Resource}'.
*
*
* @return the meta object for the reference 'Relating Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssignsToResource#getRelatingResource()
* @see #getIfcRelAssignsToResource()
* @generated
*/
EReference getIfcRelAssignsToResource_RelatingResource();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociates Ifc Rel Associates}'.
*
*
* @return the meta object for class 'Ifc Rel Associates'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociates
* @generated
*/
EClass getIfcRelAssociates();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociates#getRelatedObjects Related Objects}'.
*
*
* @return the meta object for the reference list 'Related Objects'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociates#getRelatedObjects()
* @see #getIfcRelAssociates()
* @generated
*/
EReference getIfcRelAssociates_RelatedObjects();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesAppliedValue Ifc Rel Associates Applied Value}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Applied Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesAppliedValue
* @generated
*/
EClass getIfcRelAssociatesAppliedValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesAppliedValue#getRelatingAppliedValue Relating Applied Value}'.
*
*
* @return the meta object for the reference 'Relating Applied Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesAppliedValue#getRelatingAppliedValue()
* @see #getIfcRelAssociatesAppliedValue()
* @generated
*/
EReference getIfcRelAssociatesAppliedValue_RelatingAppliedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesApproval Ifc Rel Associates Approval}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesApproval
* @generated
*/
EClass getIfcRelAssociatesApproval();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesApproval#getRelatingApproval Relating Approval}'.
*
*
* @return the meta object for the reference 'Relating Approval'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesApproval#getRelatingApproval()
* @see #getIfcRelAssociatesApproval()
* @generated
*/
EReference getIfcRelAssociatesApproval_RelatingApproval();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesClassification Ifc Rel Associates Classification}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Classification'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesClassification
* @generated
*/
EClass getIfcRelAssociatesClassification();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesClassification#getRelatingClassification Relating Classification}'.
*
*
* @return the meta object for the reference 'Relating Classification'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesClassification#getRelatingClassification()
* @see #getIfcRelAssociatesClassification()
* @generated
*/
EReference getIfcRelAssociatesClassification_RelatingClassification();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint Ifc Rel Associates Constraint}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint
* @generated
*/
EClass getIfcRelAssociatesConstraint();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint#getIntent Intent}'.
*
*
* @return the meta object for the attribute 'Intent'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint#getIntent()
* @see #getIfcRelAssociatesConstraint()
* @generated
*/
EAttribute getIfcRelAssociatesConstraint_Intent();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint#getRelatingConstraint Relating Constraint}'.
*
*
* @return the meta object for the reference 'Relating Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesConstraint#getRelatingConstraint()
* @see #getIfcRelAssociatesConstraint()
* @generated
*/
EReference getIfcRelAssociatesConstraint_RelatingConstraint();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesDocument Ifc Rel Associates Document}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Document'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesDocument
* @generated
*/
EClass getIfcRelAssociatesDocument();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesDocument#getRelatingDocument Relating Document}'.
*
*
* @return the meta object for the reference 'Relating Document'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesDocument#getRelatingDocument()
* @see #getIfcRelAssociatesDocument()
* @generated
*/
EReference getIfcRelAssociatesDocument_RelatingDocument();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesLibrary Ifc Rel Associates Library}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Library'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesLibrary
* @generated
*/
EClass getIfcRelAssociatesLibrary();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesLibrary#getRelatingLibrary Relating Library}'.
*
*
* @return the meta object for the reference 'Relating Library'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesLibrary#getRelatingLibrary()
* @see #getIfcRelAssociatesLibrary()
* @generated
*/
EReference getIfcRelAssociatesLibrary_RelatingLibrary();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesMaterial Ifc Rel Associates Material}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesMaterial
* @generated
*/
EClass getIfcRelAssociatesMaterial();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesMaterial#getRelatingMaterial Relating Material}'.
*
*
* @return the meta object for the reference 'Relating Material'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesMaterial#getRelatingMaterial()
* @see #getIfcRelAssociatesMaterial()
* @generated
*/
EReference getIfcRelAssociatesMaterial_RelatingMaterial();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties Ifc Rel Associates Profile Properties}'.
*
*
* @return the meta object for class 'Ifc Rel Associates Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties
* @generated
*/
EClass getIfcRelAssociatesProfileProperties();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties#getRelatingProfileProperties Relating Profile Properties}'.
*
*
* @return the meta object for the reference 'Relating Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties#getRelatingProfileProperties()
* @see #getIfcRelAssociatesProfileProperties()
* @generated
*/
EReference getIfcRelAssociatesProfileProperties_RelatingProfileProperties();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties#getProfileSectionLocation Profile Section Location}'.
*
*
* @return the meta object for the reference 'Profile Section Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties#getProfileSectionLocation()
* @see #getIfcRelAssociatesProfileProperties()
* @generated
*/
EReference getIfcRelAssociatesProfileProperties_ProfileSectionLocation();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties#getProfileOrientation Profile Orientation}'.
*
*
* @return the meta object for the reference 'Profile Orientation'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties#getProfileOrientation()
* @see #getIfcRelAssociatesProfileProperties()
* @generated
*/
EReference getIfcRelAssociatesProfileProperties_ProfileOrientation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnects Ifc Rel Connects}'.
*
*
* @return the meta object for class 'Ifc Rel Connects'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnects
* @generated
*/
EClass getIfcRelConnects();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements Ifc Rel Connects Elements}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements
* @generated
*/
EClass getIfcRelConnectsElements();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements#getConnectionGeometry Connection Geometry}'.
*
*
* @return the meta object for the reference 'Connection Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements#getConnectionGeometry()
* @see #getIfcRelConnectsElements()
* @generated
*/
EReference getIfcRelConnectsElements_ConnectionGeometry();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements#getRelatingElement Relating Element}'.
*
*
* @return the meta object for the reference 'Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements#getRelatingElement()
* @see #getIfcRelConnectsElements()
* @generated
*/
EReference getIfcRelConnectsElements_RelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements#getRelatedElement Related Element}'.
*
*
* @return the meta object for the reference 'Related Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsElements#getRelatedElement()
* @see #getIfcRelConnectsElements()
* @generated
*/
EReference getIfcRelConnectsElements_RelatedElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements Ifc Rel Connects Path Elements}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Path Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements
* @generated
*/
EClass getIfcRelConnectsPathElements();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingPriorities Relating Priorities}'.
*
*
* @return the meta object for the attribute list 'Relating Priorities'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingPriorities()
* @see #getIfcRelConnectsPathElements()
* @generated
*/
EAttribute getIfcRelConnectsPathElements_RelatingPriorities();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedPriorities Related Priorities}'.
*
*
* @return the meta object for the attribute list 'Related Priorities'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedPriorities()
* @see #getIfcRelConnectsPathElements()
* @generated
*/
EAttribute getIfcRelConnectsPathElements_RelatedPriorities();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedConnectionType Related Connection Type}'.
*
*
* @return the meta object for the attribute 'Related Connection Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedConnectionType()
* @see #getIfcRelConnectsPathElements()
* @generated
*/
EAttribute getIfcRelConnectsPathElements_RelatedConnectionType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingConnectionType Relating Connection Type}'.
*
*
* @return the meta object for the attribute 'Relating Connection Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingConnectionType()
* @see #getIfcRelConnectsPathElements()
* @generated
*/
EAttribute getIfcRelConnectsPathElements_RelatingConnectionType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement Ifc Rel Connects Port To Element}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Port To Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement
* @generated
*/
EClass getIfcRelConnectsPortToElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement#getRelatingPort Relating Port}'.
*
*
* @return the meta object for the reference 'Relating Port'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement#getRelatingPort()
* @see #getIfcRelConnectsPortToElement()
* @generated
*/
EReference getIfcRelConnectsPortToElement_RelatingPort();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement#getRelatedElement Related Element}'.
*
*
* @return the meta object for the reference 'Related Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPortToElement#getRelatedElement()
* @see #getIfcRelConnectsPortToElement()
* @generated
*/
EReference getIfcRelConnectsPortToElement_RelatedElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts Ifc Rel Connects Ports}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Ports'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts
* @generated
*/
EClass getIfcRelConnectsPorts();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts#getRelatingPort Relating Port}'.
*
*
* @return the meta object for the reference 'Relating Port'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts#getRelatingPort()
* @see #getIfcRelConnectsPorts()
* @generated
*/
EReference getIfcRelConnectsPorts_RelatingPort();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts#getRelatedPort Related Port}'.
*
*
* @return the meta object for the reference 'Related Port'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts#getRelatedPort()
* @see #getIfcRelConnectsPorts()
* @generated
*/
EReference getIfcRelConnectsPorts_RelatedPort();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts#getRealizingElement Realizing Element}'.
*
*
* @return the meta object for the reference 'Realizing Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsPorts#getRealizingElement()
* @see #getIfcRelConnectsPorts()
* @generated
*/
EReference getIfcRelConnectsPorts_RealizingElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity Ifc Rel Connects Structural Activity}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Structural Activity'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity
* @generated
*/
EClass getIfcRelConnectsStructuralActivity();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity#getRelatingElement Relating Element}'.
*
*
* @return the meta object for the reference 'Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity#getRelatingElement()
* @see #getIfcRelConnectsStructuralActivity()
* @generated
*/
EReference getIfcRelConnectsStructuralActivity_RelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity#getRelatedStructuralActivity Related Structural Activity}'.
*
*
* @return the meta object for the reference 'Related Structural Activity'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralActivity#getRelatedStructuralActivity()
* @see #getIfcRelConnectsStructuralActivity()
* @generated
*/
EReference getIfcRelConnectsStructuralActivity_RelatedStructuralActivity();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement Ifc Rel Connects Structural Element}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Structural Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement
* @generated
*/
EClass getIfcRelConnectsStructuralElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement#getRelatingElement Relating Element}'.
*
*
* @return the meta object for the reference 'Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement#getRelatingElement()
* @see #getIfcRelConnectsStructuralElement()
* @generated
*/
EReference getIfcRelConnectsStructuralElement_RelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement#getRelatedStructuralMember Related Structural Member}'.
*
*
* @return the meta object for the reference 'Related Structural Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralElement#getRelatedStructuralMember()
* @see #getIfcRelConnectsStructuralElement()
* @generated
*/
EReference getIfcRelConnectsStructuralElement_RelatedStructuralMember();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember Ifc Rel Connects Structural Member}'.
*
*
* @return the meta object for class 'Ifc Rel Connects Structural Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember
* @generated
*/
EClass getIfcRelConnectsStructuralMember();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getRelatingStructuralMember Relating Structural Member}'.
*
*
* @return the meta object for the reference 'Relating Structural Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getRelatingStructuralMember()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EReference getIfcRelConnectsStructuralMember_RelatingStructuralMember();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getRelatedStructuralConnection Related Structural Connection}'.
*
*
* @return the meta object for the reference 'Related Structural Connection'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getRelatedStructuralConnection()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EReference getIfcRelConnectsStructuralMember_RelatedStructuralConnection();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getAppliedCondition Applied Condition}'.
*
*
* @return the meta object for the reference 'Applied Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getAppliedCondition()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EReference getIfcRelConnectsStructuralMember_AppliedCondition();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getAdditionalConditions Additional Conditions}'.
*
*
* @return the meta object for the reference 'Additional Conditions'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getAdditionalConditions()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EReference getIfcRelConnectsStructuralMember_AdditionalConditions();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getSupportedLength Supported Length}'.
*
*
* @return the meta object for the attribute 'Supported Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getSupportedLength()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EAttribute getIfcRelConnectsStructuralMember_SupportedLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getSupportedLengthAsString Supported Length As String}'.
*
*
* @return the meta object for the attribute 'Supported Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getSupportedLengthAsString()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EAttribute getIfcRelConnectsStructuralMember_SupportedLengthAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getConditionCoordinateSystem Condition Coordinate System}'.
*
*
* @return the meta object for the reference 'Condition Coordinate System'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsStructuralMember#getConditionCoordinateSystem()
* @see #getIfcRelConnectsStructuralMember()
* @generated
*/
EReference getIfcRelConnectsStructuralMember_ConditionCoordinateSystem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithEccentricity Ifc Rel Connects With Eccentricity}'.
*
*
* @return the meta object for class 'Ifc Rel Connects With Eccentricity'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithEccentricity
* @generated
*/
EClass getIfcRelConnectsWithEccentricity();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithEccentricity#getConnectionConstraint Connection Constraint}'.
*
*
* @return the meta object for the reference 'Connection Constraint'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithEccentricity#getConnectionConstraint()
* @see #getIfcRelConnectsWithEccentricity()
* @generated
*/
EReference getIfcRelConnectsWithEccentricity_ConnectionConstraint();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements Ifc Rel Connects With Realizing Elements}'.
*
*
* @return the meta object for class 'Ifc Rel Connects With Realizing Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements
* @generated
*/
EClass getIfcRelConnectsWithRealizingElements();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements#getRealizingElements Realizing Elements}'.
*
*
* @return the meta object for the reference list 'Realizing Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements#getRealizingElements()
* @see #getIfcRelConnectsWithRealizingElements()
* @generated
*/
EReference getIfcRelConnectsWithRealizingElements_RealizingElements();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements#getConnectionType Connection Type}'.
*
*
* @return the meta object for the attribute 'Connection Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelConnectsWithRealizingElements#getConnectionType()
* @see #getIfcRelConnectsWithRealizingElements()
* @generated
*/
EAttribute getIfcRelConnectsWithRealizingElements_ConnectionType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure Ifc Rel Contained In Spatial Structure}'.
*
*
* @return the meta object for class 'Ifc Rel Contained In Spatial Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure
* @generated
*/
EClass getIfcRelContainedInSpatialStructure();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure#getRelatedElements Related Elements}'.
*
*
* @return the meta object for the reference list 'Related Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure#getRelatedElements()
* @see #getIfcRelContainedInSpatialStructure()
* @generated
*/
EReference getIfcRelContainedInSpatialStructure_RelatedElements();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure#getRelatingStructure Relating Structure}'.
*
*
* @return the meta object for the reference 'Relating Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelContainedInSpatialStructure#getRelatingStructure()
* @see #getIfcRelContainedInSpatialStructure()
* @generated
*/
EReference getIfcRelContainedInSpatialStructure_RelatingStructure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements Ifc Rel Covers Bldg Elements}'.
*
*
* @return the meta object for class 'Ifc Rel Covers Bldg Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements
* @generated
*/
EClass getIfcRelCoversBldgElements();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements#getRelatingBuildingElement Relating Building Element}'.
*
*
* @return the meta object for the reference 'Relating Building Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements#getRelatingBuildingElement()
* @see #getIfcRelCoversBldgElements()
* @generated
*/
EReference getIfcRelCoversBldgElements_RelatingBuildingElement();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements#getRelatedCoverings Related Coverings}'.
*
*
* @return the meta object for the reference list 'Related Coverings'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversBldgElements#getRelatedCoverings()
* @see #getIfcRelCoversBldgElements()
* @generated
*/
EReference getIfcRelCoversBldgElements_RelatedCoverings();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces Ifc Rel Covers Spaces}'.
*
*
* @return the meta object for class 'Ifc Rel Covers Spaces'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces
* @generated
*/
EClass getIfcRelCoversSpaces();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces#getRelatedSpace Related Space}'.
*
*
* @return the meta object for the reference 'Related Space'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces#getRelatedSpace()
* @see #getIfcRelCoversSpaces()
* @generated
*/
EReference getIfcRelCoversSpaces_RelatedSpace();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces#getRelatedCoverings Related Coverings}'.
*
*
* @return the meta object for the reference list 'Related Coverings'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelCoversSpaces#getRelatedCoverings()
* @see #getIfcRelCoversSpaces()
* @generated
*/
EReference getIfcRelCoversSpaces_RelatedCoverings();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDecomposes Ifc Rel Decomposes}'.
*
*
* @return the meta object for class 'Ifc Rel Decomposes'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDecomposes
* @generated
*/
EClass getIfcRelDecomposes();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelDecomposes#getRelatingObject Relating Object}'.
*
*
* @return the meta object for the reference 'Relating Object'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDecomposes#getRelatingObject()
* @see #getIfcRelDecomposes()
* @generated
*/
EReference getIfcRelDecomposes_RelatingObject();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelDecomposes#getRelatedObjects Related Objects}'.
*
*
* @return the meta object for the reference list 'Related Objects'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDecomposes#getRelatedObjects()
* @see #getIfcRelDecomposes()
* @generated
*/
EReference getIfcRelDecomposes_RelatedObjects();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefines Ifc Rel Defines}'.
*
*
* @return the meta object for class 'Ifc Rel Defines'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefines
* @generated
*/
EClass getIfcRelDefines();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefines#getRelatedObjects Related Objects}'.
*
*
* @return the meta object for the reference list 'Related Objects'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefines#getRelatedObjects()
* @see #getIfcRelDefines()
* @generated
*/
EReference getIfcRelDefines_RelatedObjects();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefinesByProperties Ifc Rel Defines By Properties}'.
*
*
* @return the meta object for class 'Ifc Rel Defines By Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefinesByProperties
* @generated
*/
EClass getIfcRelDefinesByProperties();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefinesByProperties#getRelatingPropertyDefinition Relating Property Definition}'.
*
*
* @return the meta object for the reference 'Relating Property Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefinesByProperties#getRelatingPropertyDefinition()
* @see #getIfcRelDefinesByProperties()
* @generated
*/
EReference getIfcRelDefinesByProperties_RelatingPropertyDefinition();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefinesByType Ifc Rel Defines By Type}'.
*
*
* @return the meta object for class 'Ifc Rel Defines By Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefinesByType
* @generated
*/
EClass getIfcRelDefinesByType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelDefinesByType#getRelatingType Relating Type}'.
*
*
* @return the meta object for the reference 'Relating Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelDefinesByType#getRelatingType()
* @see #getIfcRelDefinesByType()
* @generated
*/
EReference getIfcRelDefinesByType_RelatingType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelFillsElement Ifc Rel Fills Element}'.
*
*
* @return the meta object for class 'Ifc Rel Fills Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFillsElement
* @generated
*/
EClass getIfcRelFillsElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelFillsElement#getRelatingOpeningElement Relating Opening Element}'.
*
*
* @return the meta object for the reference 'Relating Opening Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFillsElement#getRelatingOpeningElement()
* @see #getIfcRelFillsElement()
* @generated
*/
EReference getIfcRelFillsElement_RelatingOpeningElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelFillsElement#getRelatedBuildingElement Related Building Element}'.
*
*
* @return the meta object for the reference 'Related Building Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFillsElement#getRelatedBuildingElement()
* @see #getIfcRelFillsElement()
* @generated
*/
EReference getIfcRelFillsElement_RelatedBuildingElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements Ifc Rel Flow Control Elements}'.
*
*
* @return the meta object for class 'Ifc Rel Flow Control Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements
* @generated
*/
EClass getIfcRelFlowControlElements();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements#getRelatedControlElements Related Control Elements}'.
*
*
* @return the meta object for the reference list 'Related Control Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements#getRelatedControlElements()
* @see #getIfcRelFlowControlElements()
* @generated
*/
EReference getIfcRelFlowControlElements_RelatedControlElements();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements#getRelatingFlowElement Relating Flow Element}'.
*
*
* @return the meta object for the reference 'Relating Flow Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelFlowControlElements#getRelatingFlowElement()
* @see #getIfcRelFlowControlElements()
* @generated
*/
EReference getIfcRelFlowControlElements_RelatingFlowElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements Ifc Rel Interaction Requirements}'.
*
*
* @return the meta object for class 'Ifc Rel Interaction Requirements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements
* @generated
*/
EClass getIfcRelInteractionRequirements();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteraction Daily Interaction}'.
*
*
* @return the meta object for the attribute 'Daily Interaction'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteraction()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EAttribute getIfcRelInteractionRequirements_DailyInteraction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteractionAsString Daily Interaction As String}'.
*
*
* @return the meta object for the attribute 'Daily Interaction As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getDailyInteractionAsString()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EAttribute getIfcRelInteractionRequirements_DailyInteractionAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRating Importance Rating}'.
*
*
* @return the meta object for the attribute 'Importance Rating'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRating()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EAttribute getIfcRelInteractionRequirements_ImportanceRating();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRatingAsString Importance Rating As String}'.
*
*
* @return the meta object for the attribute 'Importance Rating As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getImportanceRatingAsString()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EAttribute getIfcRelInteractionRequirements_ImportanceRatingAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getLocationOfInteraction Location Of Interaction}'.
*
*
* @return the meta object for the reference 'Location Of Interaction'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getLocationOfInteraction()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EReference getIfcRelInteractionRequirements_LocationOfInteraction();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatedSpaceProgram Related Space Program}'.
*
*
* @return the meta object for the reference 'Related Space Program'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatedSpaceProgram()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EReference getIfcRelInteractionRequirements_RelatedSpaceProgram();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatingSpaceProgram Relating Space Program}'.
*
*
* @return the meta object for the reference 'Relating Space Program'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelInteractionRequirements#getRelatingSpaceProgram()
* @see #getIfcRelInteractionRequirements()
* @generated
*/
EReference getIfcRelInteractionRequirements_RelatingSpaceProgram();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelNests Ifc Rel Nests}'.
*
*
* @return the meta object for class 'Ifc Rel Nests'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelNests
* @generated
*/
EClass getIfcRelNests();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelOccupiesSpaces Ifc Rel Occupies Spaces}'.
*
*
* @return the meta object for class 'Ifc Rel Occupies Spaces'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelOccupiesSpaces
* @generated
*/
EClass getIfcRelOccupiesSpaces();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelOverridesProperties Ifc Rel Overrides Properties}'.
*
*
* @return the meta object for class 'Ifc Rel Overrides Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelOverridesProperties
* @generated
*/
EClass getIfcRelOverridesProperties();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelOverridesProperties#getOverridingProperties Overriding Properties}'.
*
*
* @return the meta object for the reference list 'Overriding Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelOverridesProperties#getOverridingProperties()
* @see #getIfcRelOverridesProperties()
* @generated
*/
EReference getIfcRelOverridesProperties_OverridingProperties();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement Ifc Rel Projects Element}'.
*
*
* @return the meta object for class 'Ifc Rel Projects Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement
* @generated
*/
EClass getIfcRelProjectsElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement#getRelatingElement Relating Element}'.
*
*
* @return the meta object for the reference 'Relating Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement#getRelatingElement()
* @see #getIfcRelProjectsElement()
* @generated
*/
EReference getIfcRelProjectsElement_RelatingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement#getRelatedFeatureElement Related Feature Element}'.
*
*
* @return the meta object for the reference 'Related Feature Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelProjectsElement#getRelatedFeatureElement()
* @see #getIfcRelProjectsElement()
* @generated
*/
EReference getIfcRelProjectsElement_RelatedFeatureElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure Ifc Rel Referenced In Spatial Structure}'.
*
*
* @return the meta object for class 'Ifc Rel Referenced In Spatial Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure
* @generated
*/
EClass getIfcRelReferencedInSpatialStructure();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure#getRelatedElements Related Elements}'.
*
*
* @return the meta object for the reference list 'Related Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure#getRelatedElements()
* @see #getIfcRelReferencedInSpatialStructure()
* @generated
*/
EReference getIfcRelReferencedInSpatialStructure_RelatedElements();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure#getRelatingStructure Relating Structure}'.
*
*
* @return the meta object for the reference 'Relating Structure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelReferencedInSpatialStructure#getRelatingStructure()
* @see #getIfcRelReferencedInSpatialStructure()
* @generated
*/
EReference getIfcRelReferencedInSpatialStructure_RelatingStructure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelSchedulesCostItems Ifc Rel Schedules Cost Items}'.
*
*
* @return the meta object for class 'Ifc Rel Schedules Cost Items'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSchedulesCostItems
* @generated
*/
EClass getIfcRelSchedulesCostItems();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence Ifc Rel Sequence}'.
*
*
* @return the meta object for class 'Ifc Rel Sequence'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence
* @generated
*/
EClass getIfcRelSequence();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatingProcess Relating Process}'.
*
*
* @return the meta object for the reference 'Relating Process'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatingProcess()
* @see #getIfcRelSequence()
* @generated
*/
EReference getIfcRelSequence_RelatingProcess();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatedProcess Related Process}'.
*
*
* @return the meta object for the reference 'Related Process'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getRelatedProcess()
* @see #getIfcRelSequence()
* @generated
*/
EReference getIfcRelSequence_RelatedProcess();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLag Time Lag}'.
*
*
* @return the meta object for the attribute 'Time Lag'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLag()
* @see #getIfcRelSequence()
* @generated
*/
EAttribute getIfcRelSequence_TimeLag();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLagAsString Time Lag As String}'.
*
*
* @return the meta object for the attribute 'Time Lag As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getTimeLagAsString()
* @see #getIfcRelSequence()
* @generated
*/
EAttribute getIfcRelSequence_TimeLagAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelSequence#getSequenceType Sequence Type}'.
*
*
* @return the meta object for the attribute 'Sequence Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSequence#getSequenceType()
* @see #getIfcRelSequence()
* @generated
*/
EAttribute getIfcRelSequence_SequenceType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings Ifc Rel Services Buildings}'.
*
*
* @return the meta object for class 'Ifc Rel Services Buildings'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings
* @generated
*/
EClass getIfcRelServicesBuildings();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings#getRelatingSystem Relating System}'.
*
*
* @return the meta object for the reference 'Relating System'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings#getRelatingSystem()
* @see #getIfcRelServicesBuildings()
* @generated
*/
EReference getIfcRelServicesBuildings_RelatingSystem();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings#getRelatedBuildings Related Buildings}'.
*
*
* @return the meta object for the reference list 'Related Buildings'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelServicesBuildings#getRelatedBuildings()
* @see #getIfcRelServicesBuildings()
* @generated
*/
EReference getIfcRelServicesBuildings_RelatedBuildings();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary Ifc Rel Space Boundary}'.
*
*
* @return the meta object for class 'Ifc Rel Space Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary
* @generated
*/
EClass getIfcRelSpaceBoundary();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getRelatingSpace Relating Space}'.
*
*
* @return the meta object for the reference 'Relating Space'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getRelatingSpace()
* @see #getIfcRelSpaceBoundary()
* @generated
*/
EReference getIfcRelSpaceBoundary_RelatingSpace();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getRelatedBuildingElement Related Building Element}'.
*
*
* @return the meta object for the reference 'Related Building Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getRelatedBuildingElement()
* @see #getIfcRelSpaceBoundary()
* @generated
*/
EReference getIfcRelSpaceBoundary_RelatedBuildingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getConnectionGeometry Connection Geometry}'.
*
*
* @return the meta object for the reference 'Connection Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getConnectionGeometry()
* @see #getIfcRelSpaceBoundary()
* @generated
*/
EReference getIfcRelSpaceBoundary_ConnectionGeometry();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getPhysicalOrVirtualBoundary Physical Or Virtual Boundary}'.
*
*
* @return the meta object for the attribute 'Physical Or Virtual Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getPhysicalOrVirtualBoundary()
* @see #getIfcRelSpaceBoundary()
* @generated
*/
EAttribute getIfcRelSpaceBoundary_PhysicalOrVirtualBoundary();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getInternalOrExternalBoundary Internal Or External Boundary}'.
*
*
* @return the meta object for the attribute 'Internal Or External Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelSpaceBoundary#getInternalOrExternalBoundary()
* @see #getIfcRelSpaceBoundary()
* @generated
*/
EAttribute getIfcRelSpaceBoundary_InternalOrExternalBoundary();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement Ifc Rel Voids Element}'.
*
*
* @return the meta object for class 'Ifc Rel Voids Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement
* @generated
*/
EClass getIfcRelVoidsElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement#getRelatingBuildingElement Relating Building Element}'.
*
*
* @return the meta object for the reference 'Relating Building Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement#getRelatingBuildingElement()
* @see #getIfcRelVoidsElement()
* @generated
*/
EReference getIfcRelVoidsElement_RelatingBuildingElement();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement#getRelatedOpeningElement Related Opening Element}'.
*
*
* @return the meta object for the reference 'Related Opening Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelVoidsElement#getRelatedOpeningElement()
* @see #getIfcRelVoidsElement()
* @generated
*/
EReference getIfcRelVoidsElement_RelatedOpeningElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelationship Ifc Relationship}'.
*
*
* @return the meta object for class 'Ifc Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelationship
* @generated
*/
EClass getIfcRelationship();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation Ifc Relaxation}'.
*
*
* @return the meta object for class 'Ifc Relaxation'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelaxation
* @generated
*/
EClass getIfcRelaxation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValue Relaxation Value}'.
*
*
* @return the meta object for the attribute 'Relaxation Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValue()
* @see #getIfcRelaxation()
* @generated
*/
EAttribute getIfcRelaxation_RelaxationValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValueAsString Relaxation Value As String}'.
*
*
* @return the meta object for the attribute 'Relaxation Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelaxation#getRelaxationValueAsString()
* @see #getIfcRelaxation()
* @generated
*/
EAttribute getIfcRelaxation_RelaxationValueAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStress Initial Stress}'.
*
*
* @return the meta object for the attribute 'Initial Stress'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStress()
* @see #getIfcRelaxation()
* @generated
*/
EAttribute getIfcRelaxation_InitialStress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStressAsString Initial Stress As String}'.
*
*
* @return the meta object for the attribute 'Initial Stress As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRelaxation#getInitialStressAsString()
* @see #getIfcRelaxation()
* @generated
*/
EAttribute getIfcRelaxation_InitialStressAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation Ifc Representation}'.
*
*
* @return the meta object for class 'Ifc Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation
* @generated
*/
EClass getIfcRepresentation();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getContextOfItems Context Of Items}'.
*
*
* @return the meta object for the reference 'Context Of Items'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getContextOfItems()
* @see #getIfcRepresentation()
* @generated
*/
EReference getIfcRepresentation_ContextOfItems();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getRepresentationIdentifier Representation Identifier}'.
*
*
* @return the meta object for the attribute 'Representation Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getRepresentationIdentifier()
* @see #getIfcRepresentation()
* @generated
*/
EAttribute getIfcRepresentation_RepresentationIdentifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getRepresentationType Representation Type}'.
*
*
* @return the meta object for the attribute 'Representation Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getRepresentationType()
* @see #getIfcRepresentation()
* @generated
*/
EAttribute getIfcRepresentation_RepresentationType();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getItems Items}'.
*
*
* @return the meta object for the reference list 'Items'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getItems()
* @see #getIfcRepresentation()
* @generated
*/
EReference getIfcRepresentation_Items();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getRepresentationMap Representation Map}'.
*
*
* @return the meta object for the reference list 'Representation Map'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getRepresentationMap()
* @see #getIfcRepresentation()
* @generated
*/
EReference getIfcRepresentation_RepresentationMap();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getLayerAssignments Layer Assignments}'.
*
*
* @return the meta object for the reference list 'Layer Assignments'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getLayerAssignments()
* @see #getIfcRepresentation()
* @generated
*/
EReference getIfcRepresentation_LayerAssignments();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentation#getOfProductRepresentation Of Product Representation}'.
*
*
* @return the meta object for the reference list 'Of Product Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentation#getOfProductRepresentation()
* @see #getIfcRepresentation()
* @generated
*/
EReference getIfcRepresentation_OfProductRepresentation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationContext Ifc Representation Context}'.
*
*
* @return the meta object for class 'Ifc Representation Context'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationContext
* @generated
*/
EClass getIfcRepresentationContext();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationContext#getContextIdentifier Context Identifier}'.
*
*
* @return the meta object for the attribute 'Context Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationContext#getContextIdentifier()
* @see #getIfcRepresentationContext()
* @generated
*/
EAttribute getIfcRepresentationContext_ContextIdentifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationContext#getContextType Context Type}'.
*
*
* @return the meta object for the attribute 'Context Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationContext#getContextType()
* @see #getIfcRepresentationContext()
* @generated
*/
EAttribute getIfcRepresentationContext_ContextType();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationContext#getRepresentationsInContext Representations In Context}'.
*
*
* @return the meta object for the reference list 'Representations In Context'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationContext#getRepresentationsInContext()
* @see #getIfcRepresentationContext()
* @generated
*/
EReference getIfcRepresentationContext_RepresentationsInContext();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationItem Ifc Representation Item}'.
*
*
* @return the meta object for class 'Ifc Representation Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationItem
* @generated
*/
EClass getIfcRepresentationItem();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationItem#getLayerAssignments Layer Assignments}'.
*
*
* @return the meta object for the reference list 'Layer Assignments'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationItem#getLayerAssignments()
* @see #getIfcRepresentationItem()
* @generated
*/
EReference getIfcRepresentationItem_LayerAssignments();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationItem#getStyledByItem Styled By Item}'.
*
*
* @return the meta object for the reference list 'Styled By Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationItem#getStyledByItem()
* @see #getIfcRepresentationItem()
* @generated
*/
EReference getIfcRepresentationItem_StyledByItem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationMap Ifc Representation Map}'.
*
*
* @return the meta object for class 'Ifc Representation Map'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationMap
* @generated
*/
EClass getIfcRepresentationMap();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationMap#getMappingOrigin Mapping Origin}'.
*
*
* @return the meta object for the reference 'Mapping Origin'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationMap#getMappingOrigin()
* @see #getIfcRepresentationMap()
* @generated
*/
EReference getIfcRepresentationMap_MappingOrigin();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationMap#getMappedRepresentation Mapped Representation}'.
*
*
* @return the meta object for the reference 'Mapped Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationMap#getMappedRepresentation()
* @see #getIfcRepresentationMap()
* @generated
*/
EReference getIfcRepresentationMap_MappedRepresentation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcRepresentationMap#getMapUsage Map Usage}'.
*
*
* @return the meta object for the reference list 'Map Usage'.
* @see org.bimserver.models.ifc2x3tc1.IfcRepresentationMap#getMapUsage()
* @see #getIfcRepresentationMap()
* @generated
*/
EReference getIfcRepresentationMap_MapUsage();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcResource Ifc Resource}'.
*
*
* @return the meta object for class 'Ifc Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcResource
* @generated
*/
EClass getIfcResource();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcResource#getResourceOf Resource Of}'.
*
*
* @return the meta object for the reference list 'Resource Of'.
* @see org.bimserver.models.ifc2x3tc1.IfcResource#getResourceOf()
* @see #getIfcResource()
* @generated
*/
EReference getIfcResource_ResourceOf();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid Ifc Revolved Area Solid}'.
*
*
* @return the meta object for class 'Ifc Revolved Area Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid
* @generated
*/
EClass getIfcRevolvedAreaSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid#getAxis Axis}'.
*
*
* @return the meta object for the reference 'Axis'.
* @see org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid#getAxis()
* @see #getIfcRevolvedAreaSolid()
* @generated
*/
EReference getIfcRevolvedAreaSolid_Axis();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid#getAngle Angle}'.
*
*
* @return the meta object for the attribute 'Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid#getAngle()
* @see #getIfcRevolvedAreaSolid()
* @generated
*/
EAttribute getIfcRevolvedAreaSolid_Angle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid#getAngleAsString Angle As String}'.
*
*
* @return the meta object for the attribute 'Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRevolvedAreaSolid#getAngleAsString()
* @see #getIfcRevolvedAreaSolid()
* @generated
*/
EAttribute getIfcRevolvedAreaSolid_AngleAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties Ifc Rib Plate Profile Properties}'.
*
*
* @return the meta object for class 'Ifc Rib Plate Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties
* @generated
*/
EClass getIfcRibPlateProfileProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThickness Thickness}'.
*
*
* @return the meta object for the attribute 'Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThickness()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_Thickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThicknessAsString Thickness As String}'.
*
*
* @return the meta object for the attribute 'Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getThicknessAsString()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_ThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeight Rib Height}'.
*
*
* @return the meta object for the attribute 'Rib Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeight()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_RibHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeightAsString Rib Height As String}'.
*
*
* @return the meta object for the attribute 'Rib Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibHeightAsString()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_RibHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidth Rib Width}'.
*
*
* @return the meta object for the attribute 'Rib Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidth()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_RibWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidthAsString Rib Width As String}'.
*
*
* @return the meta object for the attribute 'Rib Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibWidthAsString()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_RibWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacing Rib Spacing}'.
*
*
* @return the meta object for the attribute 'Rib Spacing'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacing()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_RibSpacing();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacingAsString Rib Spacing As String}'.
*
*
* @return the meta object for the attribute 'Rib Spacing As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getRibSpacingAsString()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_RibSpacingAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getDirection Direction}'.
*
*
* @return the meta object for the attribute 'Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateProfileProperties#getDirection()
* @see #getIfcRibPlateProfileProperties()
* @generated
*/
EAttribute getIfcRibPlateProfileProperties_Direction();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCone Ifc Right Circular Cone}'.
*
*
* @return the meta object for class 'Ifc Right Circular Cone'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCone
* @generated
*/
EClass getIfcRightCircularCone();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getHeight Height}'.
*
*
* @return the meta object for the attribute 'Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getHeight()
* @see #getIfcRightCircularCone()
* @generated
*/
EAttribute getIfcRightCircularCone_Height();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getHeightAsString Height As String}'.
*
*
* @return the meta object for the attribute 'Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getHeightAsString()
* @see #getIfcRightCircularCone()
* @generated
*/
EAttribute getIfcRightCircularCone_HeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getBottomRadius Bottom Radius}'.
*
*
* @return the meta object for the attribute 'Bottom Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getBottomRadius()
* @see #getIfcRightCircularCone()
* @generated
*/
EAttribute getIfcRightCircularCone_BottomRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getBottomRadiusAsString Bottom Radius As String}'.
*
*
* @return the meta object for the attribute 'Bottom Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCone#getBottomRadiusAsString()
* @see #getIfcRightCircularCone()
* @generated
*/
EAttribute getIfcRightCircularCone_BottomRadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder Ifc Right Circular Cylinder}'.
*
*
* @return the meta object for class 'Ifc Right Circular Cylinder'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder
* @generated
*/
EClass getIfcRightCircularCylinder();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getHeight Height}'.
*
*
* @return the meta object for the attribute 'Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getHeight()
* @see #getIfcRightCircularCylinder()
* @generated
*/
EAttribute getIfcRightCircularCylinder_Height();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getHeightAsString Height As String}'.
*
*
* @return the meta object for the attribute 'Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getHeightAsString()
* @see #getIfcRightCircularCylinder()
* @generated
*/
EAttribute getIfcRightCircularCylinder_HeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getRadius()
* @see #getIfcRightCircularCylinder()
* @generated
*/
EAttribute getIfcRightCircularCylinder_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRightCircularCylinder#getRadiusAsString()
* @see #getIfcRightCircularCylinder()
* @generated
*/
EAttribute getIfcRightCircularCylinder_RadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRoof Ifc Roof}'.
*
*
* @return the meta object for class 'Ifc Roof'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoof
* @generated
*/
EClass getIfcRoof();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoof#getShapeType Shape Type}'.
*
*
* @return the meta object for the attribute 'Shape Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoof#getShapeType()
* @see #getIfcRoof()
* @generated
*/
EAttribute getIfcRoof_ShapeType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRoot Ifc Root}'.
*
*
* @return the meta object for class 'Ifc Root'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoot
* @generated
*/
EClass getIfcRoot();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoot#getGlobalId Global Id}'.
*
*
* @return the meta object for the attribute 'Global Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoot#getGlobalId()
* @see #getIfcRoot()
* @generated
*/
EAttribute getIfcRoot_GlobalId();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcRoot#getOwnerHistory Owner History}'.
*
*
* @return the meta object for the reference 'Owner History'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoot#getOwnerHistory()
* @see #getIfcRoot()
* @generated
*/
EReference getIfcRoot_OwnerHistory();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoot#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoot#getName()
* @see #getIfcRoot()
* @generated
*/
EAttribute getIfcRoot_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoot#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoot#getDescription()
* @see #getIfcRoot()
* @generated
*/
EAttribute getIfcRoot_Description();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature Ifc Rounded Edge Feature}'.
*
*
* @return the meta object for class 'Ifc Rounded Edge Feature'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature
* @generated
*/
EClass getIfcRoundedEdgeFeature();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature#getRadius()
* @see #getIfcRoundedEdgeFeature()
* @generated
*/
EAttribute getIfcRoundedEdgeFeature_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedEdgeFeature#getRadiusAsString()
* @see #getIfcRoundedEdgeFeature()
* @generated
*/
EAttribute getIfcRoundedEdgeFeature_RadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef Ifc Rounded Rectangle Profile Def}'.
*
*
* @return the meta object for class 'Ifc Rounded Rectangle Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef
* @generated
*/
EClass getIfcRoundedRectangleProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef#getRoundingRadius Rounding Radius}'.
*
*
* @return the meta object for the attribute 'Rounding Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef#getRoundingRadius()
* @see #getIfcRoundedRectangleProfileDef()
* @generated
*/
EAttribute getIfcRoundedRectangleProfileDef_RoundingRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef#getRoundingRadiusAsString Rounding Radius As String}'.
*
*
* @return the meta object for the attribute 'Rounding Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoundedRectangleProfileDef#getRoundingRadiusAsString()
* @see #getIfcRoundedRectangleProfileDef()
* @generated
*/
EAttribute getIfcRoundedRectangleProfileDef_RoundingRadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnit Ifc SI Unit}'.
*
*
* @return the meta object for class 'Ifc SI Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnit
* @generated
*/
EClass getIfcSIUnit();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnit#getPrefix Prefix}'.
*
*
* @return the meta object for the attribute 'Prefix'.
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnit#getPrefix()
* @see #getIfcSIUnit()
* @generated
*/
EAttribute getIfcSIUnit_Prefix();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnit#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnit#getName()
* @see #getIfcSIUnit()
* @generated
*/
EAttribute getIfcSIUnit_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalType Ifc Sanitary Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Sanitary Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalType
* @generated
*/
EClass getIfcSanitaryTerminalType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalType#getPredefinedType()
* @see #getIfcSanitaryTerminalType()
* @generated
*/
EAttribute getIfcSanitaryTerminalType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl Ifc Schedule Time Control}'.
*
*
* @return the meta object for class 'Ifc Schedule Time Control'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl
* @generated
*/
EClass getIfcScheduleTimeControl();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualStart Actual Start}'.
*
*
* @return the meta object for the reference 'Actual Start'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualStart()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_ActualStart();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getEarlyStart Early Start}'.
*
*
* @return the meta object for the reference 'Early Start'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getEarlyStart()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_EarlyStart();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getLateStart Late Start}'.
*
*
* @return the meta object for the reference 'Late Start'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getLateStart()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_LateStart();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleStart Schedule Start}'.
*
*
* @return the meta object for the reference 'Schedule Start'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleStart()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_ScheduleStart();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualFinish Actual Finish}'.
*
*
* @return the meta object for the reference 'Actual Finish'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualFinish()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_ActualFinish();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getEarlyFinish Early Finish}'.
*
*
* @return the meta object for the reference 'Early Finish'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getEarlyFinish()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_EarlyFinish();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getLateFinish Late Finish}'.
*
*
* @return the meta object for the reference 'Late Finish'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getLateFinish()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_LateFinish();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleFinish Schedule Finish}'.
*
*
* @return the meta object for the reference 'Schedule Finish'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleFinish()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_ScheduleFinish();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleDuration Schedule Duration}'.
*
*
* @return the meta object for the attribute 'Schedule Duration'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleDuration()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_ScheduleDuration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleDurationAsString Schedule Duration As String}'.
*
*
* @return the meta object for the attribute 'Schedule Duration As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleDurationAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_ScheduleDurationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualDuration Actual Duration}'.
*
*
* @return the meta object for the attribute 'Actual Duration'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualDuration()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_ActualDuration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualDurationAsString Actual Duration As String}'.
*
*
* @return the meta object for the attribute 'Actual Duration As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getActualDurationAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_ActualDurationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getRemainingTime Remaining Time}'.
*
*
* @return the meta object for the attribute 'Remaining Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getRemainingTime()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_RemainingTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getRemainingTimeAsString Remaining Time As String}'.
*
*
* @return the meta object for the attribute 'Remaining Time As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getRemainingTimeAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_RemainingTimeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFreeFloat Free Float}'.
*
*
* @return the meta object for the attribute 'Free Float'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFreeFloat()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_FreeFloat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFreeFloatAsString Free Float As String}'.
*
*
* @return the meta object for the attribute 'Free Float As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFreeFloatAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_FreeFloatAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getTotalFloat Total Float}'.
*
*
* @return the meta object for the attribute 'Total Float'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getTotalFloat()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_TotalFloat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getTotalFloatAsString Total Float As String}'.
*
*
* @return the meta object for the attribute 'Total Float As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getTotalFloatAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_TotalFloatAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getIsCritical Is Critical}'.
*
*
* @return the meta object for the attribute 'Is Critical'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getIsCritical()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_IsCritical();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getStatusTime Status Time}'.
*
*
* @return the meta object for the reference 'Status Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getStatusTime()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_StatusTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getStartFloat Start Float}'.
*
*
* @return the meta object for the attribute 'Start Float'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getStartFloat()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_StartFloat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getStartFloatAsString Start Float As String}'.
*
*
* @return the meta object for the attribute 'Start Float As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getStartFloatAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_StartFloatAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFinishFloat Finish Float}'.
*
*
* @return the meta object for the attribute 'Finish Float'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFinishFloat()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_FinishFloat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFinishFloatAsString Finish Float As String}'.
*
*
* @return the meta object for the attribute 'Finish Float As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getFinishFloatAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_FinishFloatAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getCompletion Completion}'.
*
*
* @return the meta object for the attribute 'Completion'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getCompletion()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_Completion();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getCompletionAsString Completion As String}'.
*
*
* @return the meta object for the attribute 'Completion As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getCompletionAsString()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EAttribute getIfcScheduleTimeControl_CompletionAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleTimeControlAssigned Schedule Time Control Assigned}'.
*
*
* @return the meta object for the reference 'Schedule Time Control Assigned'.
* @see org.bimserver.models.ifc2x3tc1.IfcScheduleTimeControl#getScheduleTimeControlAssigned()
* @see #getIfcScheduleTimeControl()
* @generated
*/
EReference getIfcScheduleTimeControl_ScheduleTimeControlAssigned();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionProperties Ifc Section Properties}'.
*
*
* @return the meta object for class 'Ifc Section Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionProperties
* @generated
*/
EClass getIfcSectionProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionProperties#getSectionType Section Type}'.
*
*
* @return the meta object for the attribute 'Section Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionProperties#getSectionType()
* @see #getIfcSectionProperties()
* @generated
*/
EAttribute getIfcSectionProperties_SectionType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSectionProperties#getStartProfile Start Profile}'.
*
*
* @return the meta object for the reference 'Start Profile'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionProperties#getStartProfile()
* @see #getIfcSectionProperties()
* @generated
*/
EReference getIfcSectionProperties_StartProfile();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSectionProperties#getEndProfile End Profile}'.
*
*
* @return the meta object for the reference 'End Profile'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionProperties#getEndProfile()
* @see #getIfcSectionProperties()
* @generated
*/
EReference getIfcSectionProperties_EndProfile();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties Ifc Section Reinforcement Properties}'.
*
*
* @return the meta object for class 'Ifc Section Reinforcement Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties
* @generated
*/
EClass getIfcSectionReinforcementProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPosition Longitudinal Start Position}'.
*
*
* @return the meta object for the attribute 'Longitudinal Start Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPosition()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_LongitudinalStartPosition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPositionAsString Longitudinal Start Position As String}'.
*
*
* @return the meta object for the attribute 'Longitudinal Start Position As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalStartPositionAsString()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_LongitudinalStartPositionAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPosition Longitudinal End Position}'.
*
*
* @return the meta object for the attribute 'Longitudinal End Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPosition()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_LongitudinalEndPosition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPositionAsString Longitudinal End Position As String}'.
*
*
* @return the meta object for the attribute 'Longitudinal End Position As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getLongitudinalEndPositionAsString()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_LongitudinalEndPositionAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePosition Transverse Position}'.
*
*
* @return the meta object for the attribute 'Transverse Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePosition()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_TransversePosition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePositionAsString Transverse Position As String}'.
*
*
* @return the meta object for the attribute 'Transverse Position As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getTransversePositionAsString()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_TransversePositionAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getReinforcementRole Reinforcement Role}'.
*
*
* @return the meta object for the attribute 'Reinforcement Role'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getReinforcementRole()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EAttribute getIfcSectionReinforcementProperties_ReinforcementRole();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getSectionDefinition Section Definition}'.
*
*
* @return the meta object for the reference 'Section Definition'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getSectionDefinition()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EReference getIfcSectionReinforcementProperties_SectionDefinition();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getCrossSectionReinforcementDefinitions Cross Section Reinforcement Definitions}'.
*
*
* @return the meta object for the reference list 'Cross Section Reinforcement Definitions'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionReinforcementProperties#getCrossSectionReinforcementDefinitions()
* @see #getIfcSectionReinforcementProperties()
* @generated
*/
EReference getIfcSectionReinforcementProperties_CrossSectionReinforcementDefinitions();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionedSpine Ifc Sectioned Spine}'.
*
*
* @return the meta object for class 'Ifc Sectioned Spine'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionedSpine
* @generated
*/
EClass getIfcSectionedSpine();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getSpineCurve Spine Curve}'.
*
*
* @return the meta object for the reference 'Spine Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getSpineCurve()
* @see #getIfcSectionedSpine()
* @generated
*/
EReference getIfcSectionedSpine_SpineCurve();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getCrossSections Cross Sections}'.
*
*
* @return the meta object for the reference list 'Cross Sections'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getCrossSections()
* @see #getIfcSectionedSpine()
* @generated
*/
EReference getIfcSectionedSpine_CrossSections();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getCrossSectionPositions Cross Section Positions}'.
*
*
* @return the meta object for the reference list 'Cross Section Positions'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getCrossSectionPositions()
* @see #getIfcSectionedSpine()
* @generated
*/
EReference getIfcSectionedSpine_CrossSectionPositions();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionedSpine#getDim()
* @see #getIfcSectionedSpine()
* @generated
*/
EAttribute getIfcSectionedSpine_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSensorType Ifc Sensor Type}'.
*
*
* @return the meta object for class 'Ifc Sensor Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSensorType
* @generated
*/
EClass getIfcSensorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSensorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSensorType#getPredefinedType()
* @see #getIfcSensorType()
* @generated
*/
EAttribute getIfcSensorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLife Ifc Service Life}'.
*
*
* @return the meta object for class 'Ifc Service Life'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLife
* @generated
*/
EClass getIfcServiceLife();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLife#getServiceLifeType Service Life Type}'.
*
*
* @return the meta object for the attribute 'Service Life Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLife#getServiceLifeType()
* @see #getIfcServiceLife()
* @generated
*/
EAttribute getIfcServiceLife_ServiceLifeType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLife#getServiceLifeDuration Service Life Duration}'.
*
*
* @return the meta object for the attribute 'Service Life Duration'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLife#getServiceLifeDuration()
* @see #getIfcServiceLife()
* @generated
*/
EAttribute getIfcServiceLife_ServiceLifeDuration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLife#getServiceLifeDurationAsString Service Life Duration As String}'.
*
*
* @return the meta object for the attribute 'Service Life Duration As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLife#getServiceLifeDurationAsString()
* @see #getIfcServiceLife()
* @generated
*/
EAttribute getIfcServiceLife_ServiceLifeDurationAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor Ifc Service Life Factor}'.
*
*
* @return the meta object for class 'Ifc Service Life Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor
* @generated
*/
EClass getIfcServiceLifeFactor();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getPredefinedType()
* @see #getIfcServiceLifeFactor()
* @generated
*/
EAttribute getIfcServiceLifeFactor_PredefinedType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getUpperValue Upper Value}'.
*
*
* @return the meta object for the reference 'Upper Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getUpperValue()
* @see #getIfcServiceLifeFactor()
* @generated
*/
EReference getIfcServiceLifeFactor_UpperValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getMostUsedValue Most Used Value}'.
*
*
* @return the meta object for the reference 'Most Used Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getMostUsedValue()
* @see #getIfcServiceLifeFactor()
* @generated
*/
EReference getIfcServiceLifeFactor_MostUsedValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getLowerValue Lower Value}'.
*
*
* @return the meta object for the reference 'Lower Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactor#getLowerValue()
* @see #getIfcServiceLifeFactor()
* @generated
*/
EReference getIfcServiceLifeFactor_LowerValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect Ifc Shape Aspect}'.
*
*
* @return the meta object for class 'Ifc Shape Aspect'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect
* @generated
*/
EClass getIfcShapeAspect();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getShapeRepresentations Shape Representations}'.
*
*
* @return the meta object for the reference list 'Shape Representations'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getShapeRepresentations()
* @see #getIfcShapeAspect()
* @generated
*/
EReference getIfcShapeAspect_ShapeRepresentations();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getName()
* @see #getIfcShapeAspect()
* @generated
*/
EAttribute getIfcShapeAspect_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getDescription()
* @see #getIfcShapeAspect()
* @generated
*/
EAttribute getIfcShapeAspect_Description();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect#isProductDefinitional Product Definitional}'.
*
*
* @return the meta object for the attribute 'Product Definitional'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect#isProductDefinitional()
* @see #getIfcShapeAspect()
* @generated
*/
EAttribute getIfcShapeAspect_ProductDefinitional();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getPartOfProductDefinitionShape Part Of Product Definition Shape}'.
*
*
* @return the meta object for the reference 'Part Of Product Definition Shape'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeAspect#getPartOfProductDefinitionShape()
* @see #getIfcShapeAspect()
* @generated
*/
EReference getIfcShapeAspect_PartOfProductDefinitionShape();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcShapeModel Ifc Shape Model}'.
*
*
* @return the meta object for class 'Ifc Shape Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeModel
* @generated
*/
EClass getIfcShapeModel();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcShapeModel#getOfShapeAspect Of Shape Aspect}'.
*
*
* @return the meta object for the reference list 'Of Shape Aspect'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeModel#getOfShapeAspect()
* @see #getIfcShapeModel()
* @generated
*/
EReference getIfcShapeModel_OfShapeAspect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcShapeRepresentation Ifc Shape Representation}'.
*
*
* @return the meta object for class 'Ifc Shape Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcShapeRepresentation
* @generated
*/
EClass getIfcShapeRepresentation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel Ifc Shell Based Surface Model}'.
*
*
* @return the meta object for class 'Ifc Shell Based Surface Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel
* @generated
*/
EClass getIfcShellBasedSurfaceModel();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel#getSbsmBoundary Sbsm Boundary}'.
*
*
* @return the meta object for the reference list 'Sbsm Boundary'.
* @see org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel#getSbsmBoundary()
* @see #getIfcShellBasedSurfaceModel()
* @generated
*/
EReference getIfcShellBasedSurfaceModel_SbsmBoundary();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcShellBasedSurfaceModel#getDim()
* @see #getIfcShellBasedSurfaceModel()
* @generated
*/
EAttribute getIfcShellBasedSurfaceModel_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSimpleProperty Ifc Simple Property}'.
*
*
* @return the meta object for class 'Ifc Simple Property'.
* @see org.bimserver.models.ifc2x3tc1.IfcSimpleProperty
* @generated
*/
EClass getIfcSimpleProperty();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSite Ifc Site}'.
*
*
* @return the meta object for class 'Ifc Site'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite
* @generated
*/
EClass getIfcSite();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcSite#getRefLatitude Ref Latitude}'.
*
*
* @return the meta object for the attribute list 'Ref Latitude'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite#getRefLatitude()
* @see #getIfcSite()
* @generated
*/
EAttribute getIfcSite_RefLatitude();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcSite#getRefLongitude Ref Longitude}'.
*
*
* @return the meta object for the attribute list 'Ref Longitude'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite#getRefLongitude()
* @see #getIfcSite()
* @generated
*/
EAttribute getIfcSite_RefLongitude();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSite#getRefElevation Ref Elevation}'.
*
*
* @return the meta object for the attribute 'Ref Elevation'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite#getRefElevation()
* @see #getIfcSite()
* @generated
*/
EAttribute getIfcSite_RefElevation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSite#getRefElevationAsString Ref Elevation As String}'.
*
*
* @return the meta object for the attribute 'Ref Elevation As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite#getRefElevationAsString()
* @see #getIfcSite()
* @generated
*/
EAttribute getIfcSite_RefElevationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSite#getLandTitleNumber Land Title Number}'.
*
*
* @return the meta object for the attribute 'Land Title Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite#getLandTitleNumber()
* @see #getIfcSite()
* @generated
*/
EAttribute getIfcSite_LandTitleNumber();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSite#getSiteAddress Site Address}'.
*
*
* @return the meta object for the reference 'Site Address'.
* @see org.bimserver.models.ifc2x3tc1.IfcSite#getSiteAddress()
* @see #getIfcSite()
* @generated
*/
EReference getIfcSite_SiteAddress();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSlab Ifc Slab}'.
*
*
* @return the meta object for class 'Ifc Slab'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlab
* @generated
*/
EClass getIfcSlab();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlab#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlab#getPredefinedType()
* @see #getIfcSlab()
* @generated
*/
EAttribute getIfcSlab_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSlabType Ifc Slab Type}'.
*
*
* @return the meta object for class 'Ifc Slab Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlabType
* @generated
*/
EClass getIfcSlabType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlabType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlabType#getPredefinedType()
* @see #getIfcSlabType()
* @generated
*/
EAttribute getIfcSlabType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition Ifc Slippage Connection Condition}'.
*
*
* @return the meta object for class 'Ifc Slippage Connection Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition
* @generated
*/
EClass getIfcSlippageConnectionCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageX Slippage X}'.
*
*
* @return the meta object for the attribute 'Slippage X'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageX()
* @see #getIfcSlippageConnectionCondition()
* @generated
*/
EAttribute getIfcSlippageConnectionCondition_SlippageX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageXAsString Slippage XAs String}'.
*
*
* @return the meta object for the attribute 'Slippage XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageXAsString()
* @see #getIfcSlippageConnectionCondition()
* @generated
*/
EAttribute getIfcSlippageConnectionCondition_SlippageXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageY Slippage Y}'.
*
*
* @return the meta object for the attribute 'Slippage Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageY()
* @see #getIfcSlippageConnectionCondition()
* @generated
*/
EAttribute getIfcSlippageConnectionCondition_SlippageY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageYAsString Slippage YAs String}'.
*
*
* @return the meta object for the attribute 'Slippage YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageYAsString()
* @see #getIfcSlippageConnectionCondition()
* @generated
*/
EAttribute getIfcSlippageConnectionCondition_SlippageYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZ Slippage Z}'.
*
*
* @return the meta object for the attribute 'Slippage Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZ()
* @see #getIfcSlippageConnectionCondition()
* @generated
*/
EAttribute getIfcSlippageConnectionCondition_SlippageZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZAsString Slippage ZAs String}'.
*
*
* @return the meta object for the attribute 'Slippage ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlippageConnectionCondition#getSlippageZAsString()
* @see #getIfcSlippageConnectionCondition()
* @generated
*/
EAttribute getIfcSlippageConnectionCondition_SlippageZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSolidModel Ifc Solid Model}'.
*
*
* @return the meta object for class 'Ifc Solid Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidModel
* @generated
*/
EClass getIfcSolidModel();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSolidModel#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidModel#getDim()
* @see #getIfcSolidModel()
* @generated
*/
EAttribute getIfcSolidModel_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundProperties Ifc Sound Properties}'.
*
*
* @return the meta object for class 'Ifc Sound Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundProperties
* @generated
*/
EClass getIfcSoundProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundProperties#getIsAttenuating Is Attenuating}'.
*
*
* @return the meta object for the attribute 'Is Attenuating'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundProperties#getIsAttenuating()
* @see #getIfcSoundProperties()
* @generated
*/
EAttribute getIfcSoundProperties_IsAttenuating();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundProperties#getSoundScale Sound Scale}'.
*
*
* @return the meta object for the attribute 'Sound Scale'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundProperties#getSoundScale()
* @see #getIfcSoundProperties()
* @generated
*/
EAttribute getIfcSoundProperties_SoundScale();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSoundProperties#getSoundValues Sound Values}'.
*
*
* @return the meta object for the reference list 'Sound Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundProperties#getSoundValues()
* @see #getIfcSoundProperties()
* @generated
*/
EReference getIfcSoundProperties_SoundValues();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundValue Ifc Sound Value}'.
*
*
* @return the meta object for class 'Ifc Sound Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundValue
* @generated
*/
EClass getIfcSoundValue();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSoundValue#getSoundLevelTimeSeries Sound Level Time Series}'.
*
*
* @return the meta object for the reference 'Sound Level Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundValue#getSoundLevelTimeSeries()
* @see #getIfcSoundValue()
* @generated
*/
EReference getIfcSoundValue_SoundLevelTimeSeries();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundValue#getFrequency Frequency}'.
*
*
* @return the meta object for the attribute 'Frequency'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundValue#getFrequency()
* @see #getIfcSoundValue()
* @generated
*/
EAttribute getIfcSoundValue_Frequency();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundValue#getFrequencyAsString Frequency As String}'.
*
*
* @return the meta object for the attribute 'Frequency As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundValue#getFrequencyAsString()
* @see #getIfcSoundValue()
* @generated
*/
EAttribute getIfcSoundValue_FrequencyAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSoundValue#getSoundLevelSingleValue Sound Level Single Value}'.
*
*
* @return the meta object for the reference 'Sound Level Single Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundValue#getSoundLevelSingleValue()
* @see #getIfcSoundValue()
* @generated
*/
EReference getIfcSoundValue_SoundLevelSingleValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpace Ifc Space}'.
*
*
* @return the meta object for class 'Ifc Space'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace
* @generated
*/
EClass getIfcSpace();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpace#getInteriorOrExteriorSpace Interior Or Exterior Space}'.
*
*
* @return the meta object for the attribute 'Interior Or Exterior Space'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace#getInteriorOrExteriorSpace()
* @see #getIfcSpace()
* @generated
*/
EAttribute getIfcSpace_InteriorOrExteriorSpace();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpace#getElevationWithFlooring Elevation With Flooring}'.
*
*
* @return the meta object for the attribute 'Elevation With Flooring'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace#getElevationWithFlooring()
* @see #getIfcSpace()
* @generated
*/
EAttribute getIfcSpace_ElevationWithFlooring();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpace#getElevationWithFlooringAsString Elevation With Flooring As String}'.
*
*
* @return the meta object for the attribute 'Elevation With Flooring As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace#getElevationWithFlooringAsString()
* @see #getIfcSpace()
* @generated
*/
EAttribute getIfcSpace_ElevationWithFlooringAsString();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpace#getHasCoverings Has Coverings}'.
*
*
* @return the meta object for the reference list 'Has Coverings'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace#getHasCoverings()
* @see #getIfcSpace()
* @generated
*/
EReference getIfcSpace_HasCoverings();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpace#getBoundedBy Bounded By}'.
*
*
* @return the meta object for the reference list 'Bounded By'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpace#getBoundedBy()
* @see #getIfcSpace()
* @generated
*/
EReference getIfcSpace_BoundedBy();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterType Ifc Space Heater Type}'.
*
*
* @return the meta object for class 'Ifc Space Heater Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterType
* @generated
*/
EClass getIfcSpaceHeaterType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterType#getPredefinedType()
* @see #getIfcSpaceHeaterType()
* @generated
*/
EAttribute getIfcSpaceHeaterType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram Ifc Space Program}'.
*
*
* @return the meta object for class 'Ifc Space Program'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram
* @generated
*/
EClass getIfcSpaceProgram();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getSpaceProgramIdentifier Space Program Identifier}'.
*
*
* @return the meta object for the attribute 'Space Program Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getSpaceProgramIdentifier()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_SpaceProgramIdentifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMaxRequiredArea Max Required Area}'.
*
*
* @return the meta object for the attribute 'Max Required Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMaxRequiredArea()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_MaxRequiredArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMaxRequiredAreaAsString Max Required Area As String}'.
*
*
* @return the meta object for the attribute 'Max Required Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMaxRequiredAreaAsString()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_MaxRequiredAreaAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMinRequiredArea Min Required Area}'.
*
*
* @return the meta object for the attribute 'Min Required Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMinRequiredArea()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_MinRequiredArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMinRequiredAreaAsString Min Required Area As String}'.
*
*
* @return the meta object for the attribute 'Min Required Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getMinRequiredAreaAsString()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_MinRequiredAreaAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getRequestedLocation Requested Location}'.
*
*
* @return the meta object for the reference 'Requested Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getRequestedLocation()
* @see #getIfcSpaceProgram()
* @generated
*/
EReference getIfcSpaceProgram_RequestedLocation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getStandardRequiredArea Standard Required Area}'.
*
*
* @return the meta object for the attribute 'Standard Required Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getStandardRequiredArea()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_StandardRequiredArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getStandardRequiredAreaAsString Standard Required Area As String}'.
*
*
* @return the meta object for the attribute 'Standard Required Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getStandardRequiredAreaAsString()
* @see #getIfcSpaceProgram()
* @generated
*/
EAttribute getIfcSpaceProgram_StandardRequiredAreaAsString();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsFrom Has Interaction Reqs From}'.
*
*
* @return the meta object for the reference list 'Has Interaction Reqs From'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsFrom()
* @see #getIfcSpaceProgram()
* @generated
*/
EReference getIfcSpaceProgram_HasInteractionReqsFrom();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsTo Has Interaction Reqs To}'.
*
*
* @return the meta object for the reference list 'Has Interaction Reqs To'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceProgram#getHasInteractionReqsTo()
* @see #getIfcSpaceProgram()
* @generated
*/
EReference getIfcSpaceProgram_HasInteractionReqsTo();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties Ifc Space Thermal Load Properties}'.
*
*
* @return the meta object for class 'Ifc Space Thermal Load Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties
* @generated
*/
EClass getIfcSpaceThermalLoadProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getApplicableValueRatio Applicable Value Ratio}'.
*
*
* @return the meta object for the attribute 'Applicable Value Ratio'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getApplicableValueRatio()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_ApplicableValueRatio();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getApplicableValueRatioAsString Applicable Value Ratio As String}'.
*
*
* @return the meta object for the attribute 'Applicable Value Ratio As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getApplicableValueRatioAsString()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_ApplicableValueRatioAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getThermalLoadSource Thermal Load Source}'.
*
*
* @return the meta object for the attribute 'Thermal Load Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getThermalLoadSource()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_ThermalLoadSource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getPropertySource Property Source}'.
*
*
* @return the meta object for the attribute 'Property Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getPropertySource()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_PropertySource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getSourceDescription Source Description}'.
*
*
* @return the meta object for the attribute 'Source Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getSourceDescription()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_SourceDescription();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMaximumValue Maximum Value}'.
*
*
* @return the meta object for the attribute 'Maximum Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMaximumValue()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_MaximumValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMaximumValueAsString Maximum Value As String}'.
*
*
* @return the meta object for the attribute 'Maximum Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMaximumValueAsString()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_MaximumValueAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMinimumValue Minimum Value}'.
*
*
* @return the meta object for the attribute 'Minimum Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMinimumValue()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_MinimumValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMinimumValueAsString Minimum Value As String}'.
*
*
* @return the meta object for the attribute 'Minimum Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getMinimumValueAsString()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_MinimumValueAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getThermalLoadTimeSeriesValues Thermal Load Time Series Values}'.
*
*
* @return the meta object for the reference 'Thermal Load Time Series Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getThermalLoadTimeSeriesValues()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EReference getIfcSpaceThermalLoadProperties_ThermalLoadTimeSeriesValues();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getUserDefinedThermalLoadSource User Defined Thermal Load Source}'.
*
*
* @return the meta object for the attribute 'User Defined Thermal Load Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getUserDefinedThermalLoadSource()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_UserDefinedThermalLoadSource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getUserDefinedPropertySource User Defined Property Source}'.
*
*
* @return the meta object for the attribute 'User Defined Property Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getUserDefinedPropertySource()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_UserDefinedPropertySource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getThermalLoadType Thermal Load Type}'.
*
*
* @return the meta object for the attribute 'Thermal Load Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceThermalLoadProperties#getThermalLoadType()
* @see #getIfcSpaceThermalLoadProperties()
* @generated
*/
EAttribute getIfcSpaceThermalLoadProperties_ThermalLoadType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceType Ifc Space Type}'.
*
*
* @return the meta object for class 'Ifc Space Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceType
* @generated
*/
EClass getIfcSpaceType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceType#getPredefinedType()
* @see #getIfcSpaceType()
* @generated
*/
EAttribute getIfcSpaceType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement Ifc Spatial Structure Element}'.
*
*
* @return the meta object for class 'Ifc Spatial Structure Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement
* @generated
*/
EClass getIfcSpatialStructureElement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getLongName Long Name}'.
*
*
* @return the meta object for the attribute 'Long Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getLongName()
* @see #getIfcSpatialStructureElement()
* @generated
*/
EAttribute getIfcSpatialStructureElement_LongName();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getCompositionType Composition Type}'.
*
*
* @return the meta object for the attribute 'Composition Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getCompositionType()
* @see #getIfcSpatialStructureElement()
* @generated
*/
EAttribute getIfcSpatialStructureElement_CompositionType();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getReferencesElements References Elements}'.
*
*
* @return the meta object for the reference list 'References Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getReferencesElements()
* @see #getIfcSpatialStructureElement()
* @generated
*/
EReference getIfcSpatialStructureElement_ReferencesElements();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getServicedBySystems Serviced By Systems}'.
*
*
* @return the meta object for the reference list 'Serviced By Systems'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getServicedBySystems()
* @see #getIfcSpatialStructureElement()
* @generated
*/
EReference getIfcSpatialStructureElement_ServicedBySystems();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getContainsElements Contains Elements}'.
*
*
* @return the meta object for the reference list 'Contains Elements'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement#getContainsElements()
* @see #getIfcSpatialStructureElement()
* @generated
*/
EReference getIfcSpatialStructureElement_ContainsElements();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElementType Ifc Spatial Structure Element Type}'.
*
*
* @return the meta object for class 'Ifc Spatial Structure Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElementType
* @generated
*/
EClass getIfcSpatialStructureElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSphere Ifc Sphere}'.
*
*
* @return the meta object for class 'Ifc Sphere'.
* @see org.bimserver.models.ifc2x3tc1.IfcSphere
* @generated
*/
EClass getIfcSphere();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSphere#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcSphere#getRadius()
* @see #getIfcSphere()
* @generated
*/
EAttribute getIfcSphere_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSphere#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSphere#getRadiusAsString()
* @see #getIfcSphere()
* @generated
*/
EAttribute getIfcSphere_RadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStackTerminalType Ifc Stack Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Stack Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStackTerminalType
* @generated
*/
EClass getIfcStackTerminalType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStackTerminalType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStackTerminalType#getPredefinedType()
* @see #getIfcStackTerminalType()
* @generated
*/
EAttribute getIfcStackTerminalType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStair Ifc Stair}'.
*
*
* @return the meta object for class 'Ifc Stair'.
* @see org.bimserver.models.ifc2x3tc1.IfcStair
* @generated
*/
EClass getIfcStair();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStair#getShapeType Shape Type}'.
*
*
* @return the meta object for the attribute 'Shape Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStair#getShapeType()
* @see #getIfcStair()
* @generated
*/
EAttribute getIfcStair_ShapeType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight Ifc Stair Flight}'.
*
*
* @return the meta object for class 'Ifc Stair Flight'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight
* @generated
*/
EClass getIfcStairFlight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight#getNumberOfRiser Number Of Riser}'.
*
*
* @return the meta object for the attribute 'Number Of Riser'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight#getNumberOfRiser()
* @see #getIfcStairFlight()
* @generated
*/
EAttribute getIfcStairFlight_NumberOfRiser();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight#getNumberOfTreads Number Of Treads}'.
*
*
* @return the meta object for the attribute 'Number Of Treads'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight#getNumberOfTreads()
* @see #getIfcStairFlight()
* @generated
*/
EAttribute getIfcStairFlight_NumberOfTreads();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight#getRiserHeight Riser Height}'.
*
*
* @return the meta object for the attribute 'Riser Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight#getRiserHeight()
* @see #getIfcStairFlight()
* @generated
*/
EAttribute getIfcStairFlight_RiserHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight#getRiserHeightAsString Riser Height As String}'.
*
*
* @return the meta object for the attribute 'Riser Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight#getRiserHeightAsString()
* @see #getIfcStairFlight()
* @generated
*/
EAttribute getIfcStairFlight_RiserHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight#getTreadLength Tread Length}'.
*
*
* @return the meta object for the attribute 'Tread Length'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight#getTreadLength()
* @see #getIfcStairFlight()
* @generated
*/
EAttribute getIfcStairFlight_TreadLength();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlight#getTreadLengthAsString Tread Length As String}'.
*
*
* @return the meta object for the attribute 'Tread Length As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlight#getTreadLengthAsString()
* @see #getIfcStairFlight()
* @generated
*/
EAttribute getIfcStairFlight_TreadLengthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlightType Ifc Stair Flight Type}'.
*
*
* @return the meta object for class 'Ifc Stair Flight Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlightType
* @generated
*/
EClass getIfcStairFlightType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlightType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlightType#getPredefinedType()
* @see #getIfcStairFlightType()
* @generated
*/
EAttribute getIfcStairFlightType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction Ifc Structural Action}'.
*
*
* @return the meta object for class 'Ifc Structural Action'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAction
* @generated
*/
EClass getIfcStructuralAction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getDestabilizingLoad Destabilizing Load}'.
*
*
* @return the meta object for the attribute 'Destabilizing Load'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getDestabilizingLoad()
* @see #getIfcStructuralAction()
* @generated
*/
EAttribute getIfcStructuralAction_DestabilizingLoad();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getCausedBy Caused By}'.
*
*
* @return the meta object for the reference 'Caused By'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAction#getCausedBy()
* @see #getIfcStructuralAction()
* @generated
*/
EReference getIfcStructuralAction_CausedBy();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivity Ifc Structural Activity}'.
*
*
* @return the meta object for class 'Ifc Structural Activity'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivity
* @generated
*/
EClass getIfcStructuralActivity();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivity#getAppliedLoad Applied Load}'.
*
*
* @return the meta object for the reference 'Applied Load'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivity#getAppliedLoad()
* @see #getIfcStructuralActivity()
* @generated
*/
EReference getIfcStructuralActivity_AppliedLoad();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivity#getGlobalOrLocal Global Or Local}'.
*
*
* @return the meta object for the attribute 'Global Or Local'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivity#getGlobalOrLocal()
* @see #getIfcStructuralActivity()
* @generated
*/
EAttribute getIfcStructuralActivity_GlobalOrLocal();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivity#getAssignedToStructuralItem Assigned To Structural Item}'.
*
*
* @return the meta object for the reference 'Assigned To Structural Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivity#getAssignedToStructuralItem()
* @see #getIfcStructuralActivity()
* @generated
*/
EReference getIfcStructuralActivity_AssignedToStructuralItem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel Ifc Structural Analysis Model}'.
*
*
* @return the meta object for class 'Ifc Structural Analysis Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel
* @generated
*/
EClass getIfcStructuralAnalysisModel();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getPredefinedType()
* @see #getIfcStructuralAnalysisModel()
* @generated
*/
EAttribute getIfcStructuralAnalysisModel_PredefinedType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getOrientationOf2DPlane Orientation Of2 DPlane}'.
*
*
* @return the meta object for the reference 'Orientation Of2 DPlane'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getOrientationOf2DPlane()
* @see #getIfcStructuralAnalysisModel()
* @generated
*/
EReference getIfcStructuralAnalysisModel_OrientationOf2DPlane();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getLoadedBy Loaded By}'.
*
*
* @return the meta object for the reference list 'Loaded By'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getLoadedBy()
* @see #getIfcStructuralAnalysisModel()
* @generated
*/
EReference getIfcStructuralAnalysisModel_LoadedBy();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getHasResults Has Results}'.
*
*
* @return the meta object for the reference list 'Has Results'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralAnalysisModel#getHasResults()
* @see #getIfcStructuralAnalysisModel()
* @generated
*/
EReference getIfcStructuralAnalysisModel_HasResults();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnection Ifc Structural Connection}'.
*
*
* @return the meta object for class 'Ifc Structural Connection'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnection
* @generated
*/
EClass getIfcStructuralConnection();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnection#getAppliedCondition Applied Condition}'.
*
*
* @return the meta object for the reference 'Applied Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnection#getAppliedCondition()
* @see #getIfcStructuralConnection()
* @generated
*/
EReference getIfcStructuralConnection_AppliedCondition();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnection#getConnectsStructuralMembers Connects Structural Members}'.
*
*
* @return the meta object for the reference list 'Connects Structural Members'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnection#getConnectsStructuralMembers()
* @see #getIfcStructuralConnection()
* @generated
*/
EReference getIfcStructuralConnection_ConnectsStructuralMembers();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnectionCondition Ifc Structural Connection Condition}'.
*
*
* @return the meta object for class 'Ifc Structural Connection Condition'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnectionCondition
* @generated
*/
EClass getIfcStructuralConnectionCondition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralConnectionCondition#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralConnectionCondition#getName()
* @see #getIfcStructuralConnectionCondition()
* @generated
*/
EAttribute getIfcStructuralConnectionCondition_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveConnection Ifc Structural Curve Connection}'.
*
*
* @return the meta object for class 'Ifc Structural Curve Connection'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveConnection
* @generated
*/
EClass getIfcStructuralCurveConnection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMember Ifc Structural Curve Member}'.
*
*
* @return the meta object for class 'Ifc Structural Curve Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMember
* @generated
*/
EClass getIfcStructuralCurveMember();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMember#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMember#getPredefinedType()
* @see #getIfcStructuralCurveMember()
* @generated
*/
EAttribute getIfcStructuralCurveMember_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMemberVarying Ifc Structural Curve Member Varying}'.
*
*
* @return the meta object for class 'Ifc Structural Curve Member Varying'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveMemberVarying
* @generated
*/
EClass getIfcStructuralCurveMemberVarying();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralItem Ifc Structural Item}'.
*
*
* @return the meta object for class 'Ifc Structural Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralItem
* @generated
*/
EClass getIfcStructuralItem();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralItem#getAssignedStructuralActivity Assigned Structural Activity}'.
*
*
* @return the meta object for the reference list 'Assigned Structural Activity'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralItem#getAssignedStructuralActivity()
* @see #getIfcStructuralItem()
* @generated
*/
EReference getIfcStructuralItem_AssignedStructuralActivity();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearAction Ifc Structural Linear Action}'.
*
*
* @return the meta object for class 'Ifc Structural Linear Action'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearAction
* @generated
*/
EClass getIfcStructuralLinearAction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearAction#getProjectedOrTrue Projected Or True}'.
*
*
* @return the meta object for the attribute 'Projected Or True'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearAction#getProjectedOrTrue()
* @see #getIfcStructuralLinearAction()
* @generated
*/
EAttribute getIfcStructuralLinearAction_ProjectedOrTrue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying Ifc Structural Linear Action Varying}'.
*
*
* @return the meta object for class 'Ifc Structural Linear Action Varying'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying
* @generated
*/
EClass getIfcStructuralLinearActionVarying();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying#getVaryingAppliedLoadLocation Varying Applied Load Location}'.
*
*
* @return the meta object for the reference 'Varying Applied Load Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying#getVaryingAppliedLoadLocation()
* @see #getIfcStructuralLinearActionVarying()
* @generated
*/
EReference getIfcStructuralLinearActionVarying_VaryingAppliedLoadLocation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying#getSubsequentAppliedLoads Subsequent Applied Loads}'.
*
*
* @return the meta object for the reference list 'Subsequent Applied Loads'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLinearActionVarying#getSubsequentAppliedLoads()
* @see #getIfcStructuralLinearActionVarying()
* @generated
*/
EReference getIfcStructuralLinearActionVarying_SubsequentAppliedLoads();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoad Ifc Structural Load}'.
*
*
* @return the meta object for class 'Ifc Structural Load'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoad
* @generated
*/
EClass getIfcStructuralLoad();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoad#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoad#getName()
* @see #getIfcStructuralLoad()
* @generated
*/
EAttribute getIfcStructuralLoad_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup Ifc Structural Load Group}'.
*
*
* @return the meta object for class 'Ifc Structural Load Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup
* @generated
*/
EClass getIfcStructuralLoadGroup();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getPredefinedType()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EAttribute getIfcStructuralLoadGroup_PredefinedType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getActionType Action Type}'.
*
*
* @return the meta object for the attribute 'Action Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getActionType()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EAttribute getIfcStructuralLoadGroup_ActionType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getActionSource Action Source}'.
*
*
* @return the meta object for the attribute 'Action Source'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getActionSource()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EAttribute getIfcStructuralLoadGroup_ActionSource();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getCoefficient Coefficient}'.
*
*
* @return the meta object for the attribute 'Coefficient'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getCoefficient()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EAttribute getIfcStructuralLoadGroup_Coefficient();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getCoefficientAsString Coefficient As String}'.
*
*
* @return the meta object for the attribute 'Coefficient As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getCoefficientAsString()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EAttribute getIfcStructuralLoadGroup_CoefficientAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getPurpose Purpose}'.
*
*
* @return the meta object for the attribute 'Purpose'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getPurpose()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EAttribute getIfcStructuralLoadGroup_Purpose();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getSourceOfResultGroup Source Of Result Group}'.
*
*
* @return the meta object for the reference list 'Source Of Result Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getSourceOfResultGroup()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EReference getIfcStructuralLoadGroup_SourceOfResultGroup();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getLoadGroupFor Load Group For}'.
*
*
* @return the meta object for the reference list 'Load Group For'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadGroup#getLoadGroupFor()
* @see #getIfcStructuralLoadGroup()
* @generated
*/
EReference getIfcStructuralLoadGroup_LoadGroupFor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce Ifc Structural Load Linear Force}'.
*
*
* @return the meta object for class 'Ifc Structural Load Linear Force'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce
* @generated
*/
EClass getIfcStructuralLoadLinearForce();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceX Linear Force X}'.
*
*
* @return the meta object for the attribute 'Linear Force X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceX()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearForceX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceXAsString Linear Force XAs String}'.
*
*
* @return the meta object for the attribute 'Linear Force XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceXAsString()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearForceXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceY Linear Force Y}'.
*
*
* @return the meta object for the attribute 'Linear Force Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceY()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearForceY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceYAsString Linear Force YAs String}'.
*
*
* @return the meta object for the attribute 'Linear Force YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceYAsString()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearForceYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceZ Linear Force Z}'.
*
*
* @return the meta object for the attribute 'Linear Force Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceZ()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearForceZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceZAsString Linear Force ZAs String}'.
*
*
* @return the meta object for the attribute 'Linear Force ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearForceZAsString()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearForceZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentX Linear Moment X}'.
*
*
* @return the meta object for the attribute 'Linear Moment X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentX()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearMomentX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentXAsString Linear Moment XAs String}'.
*
*
* @return the meta object for the attribute 'Linear Moment XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentXAsString()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearMomentXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentY Linear Moment Y}'.
*
*
* @return the meta object for the attribute 'Linear Moment Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentY()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearMomentY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentYAsString Linear Moment YAs String}'.
*
*
* @return the meta object for the attribute 'Linear Moment YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentYAsString()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearMomentYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentZ Linear Moment Z}'.
*
*
* @return the meta object for the attribute 'Linear Moment Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentZ()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearMomentZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentZAsString Linear Moment ZAs String}'.
*
*
* @return the meta object for the attribute 'Linear Moment ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadLinearForce#getLinearMomentZAsString()
* @see #getIfcStructuralLoadLinearForce()
* @generated
*/
EAttribute getIfcStructuralLoadLinearForce_LinearMomentZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce Ifc Structural Load Planar Force}'.
*
*
* @return the meta object for class 'Ifc Structural Load Planar Force'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce
* @generated
*/
EClass getIfcStructuralLoadPlanarForce();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceX Planar Force X}'.
*
*
* @return the meta object for the attribute 'Planar Force X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceX()
* @see #getIfcStructuralLoadPlanarForce()
* @generated
*/
EAttribute getIfcStructuralLoadPlanarForce_PlanarForceX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceXAsString Planar Force XAs String}'.
*
*
* @return the meta object for the attribute 'Planar Force XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceXAsString()
* @see #getIfcStructuralLoadPlanarForce()
* @generated
*/
EAttribute getIfcStructuralLoadPlanarForce_PlanarForceXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceY Planar Force Y}'.
*
*
* @return the meta object for the attribute 'Planar Force Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceY()
* @see #getIfcStructuralLoadPlanarForce()
* @generated
*/
EAttribute getIfcStructuralLoadPlanarForce_PlanarForceY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceYAsString Planar Force YAs String}'.
*
*
* @return the meta object for the attribute 'Planar Force YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceYAsString()
* @see #getIfcStructuralLoadPlanarForce()
* @generated
*/
EAttribute getIfcStructuralLoadPlanarForce_PlanarForceYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZ Planar Force Z}'.
*
*
* @return the meta object for the attribute 'Planar Force Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZ()
* @see #getIfcStructuralLoadPlanarForce()
* @generated
*/
EAttribute getIfcStructuralLoadPlanarForce_PlanarForceZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZAsString Planar Force ZAs String}'.
*
*
* @return the meta object for the attribute 'Planar Force ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadPlanarForce#getPlanarForceZAsString()
* @see #getIfcStructuralLoadPlanarForce()
* @generated
*/
EAttribute getIfcStructuralLoadPlanarForce_PlanarForceZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement Ifc Structural Load Single Displacement}'.
*
*
* @return the meta object for class 'Ifc Structural Load Single Displacement'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement
* @generated
*/
EClass getIfcStructuralLoadSingleDisplacement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementX Displacement X}'.
*
*
* @return the meta object for the attribute 'Displacement X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementX()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_DisplacementX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementXAsString Displacement XAs String}'.
*
*
* @return the meta object for the attribute 'Displacement XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementXAsString()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_DisplacementXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementY Displacement Y}'.
*
*
* @return the meta object for the attribute 'Displacement Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementY()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_DisplacementY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementYAsString Displacement YAs String}'.
*
*
* @return the meta object for the attribute 'Displacement YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementYAsString()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_DisplacementYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementZ Displacement Z}'.
*
*
* @return the meta object for the attribute 'Displacement Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementZ()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_DisplacementZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementZAsString Displacement ZAs String}'.
*
*
* @return the meta object for the attribute 'Displacement ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getDisplacementZAsString()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_DisplacementZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRX Rotational Displacement RX}'.
*
*
* @return the meta object for the attribute 'Rotational Displacement RX'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRX()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRXAsString Rotational Displacement RX As String}'.
*
*
* @return the meta object for the attribute 'Rotational Displacement RX As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRXAsString()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRY Rotational Displacement RY}'.
*
*
* @return the meta object for the attribute 'Rotational Displacement RY'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRY()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRYAsString Rotational Displacement RY As String}'.
*
*
* @return the meta object for the attribute 'Rotational Displacement RY As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRYAsString()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZ Rotational Displacement RZ}'.
*
*
* @return the meta object for the attribute 'Rotational Displacement RZ'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZ()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZAsString Rotational Displacement RZ As String}'.
*
*
* @return the meta object for the attribute 'Rotational Displacement RZ As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacement#getRotationalDisplacementRZAsString()
* @see #getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion Ifc Structural Load Single Displacement Distortion}'.
*
*
* @return the meta object for class 'Ifc Structural Load Single Displacement Distortion'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion
* @generated
*/
EClass getIfcStructuralLoadSingleDisplacementDistortion();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion#getDistortion Distortion}'.
*
*
* @return the meta object for the attribute 'Distortion'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion#getDistortion()
* @see #getIfcStructuralLoadSingleDisplacementDistortion()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacementDistortion_Distortion();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion#getDistortionAsString Distortion As String}'.
*
*
* @return the meta object for the attribute 'Distortion As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleDisplacementDistortion#getDistortionAsString()
* @see #getIfcStructuralLoadSingleDisplacementDistortion()
* @generated
*/
EAttribute getIfcStructuralLoadSingleDisplacementDistortion_DistortionAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce Ifc Structural Load Single Force}'.
*
*
* @return the meta object for class 'Ifc Structural Load Single Force'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce
* @generated
*/
EClass getIfcStructuralLoadSingleForce();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceX Force X}'.
*
*
* @return the meta object for the attribute 'Force X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceX()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_ForceX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceXAsString Force XAs String}'.
*
*
* @return the meta object for the attribute 'Force XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceXAsString()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_ForceXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceY Force Y}'.
*
*
* @return the meta object for the attribute 'Force Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceY()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_ForceY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceYAsString Force YAs String}'.
*
*
* @return the meta object for the attribute 'Force YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceYAsString()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_ForceYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceZ Force Z}'.
*
*
* @return the meta object for the attribute 'Force Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceZ()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_ForceZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceZAsString Force ZAs String}'.
*
*
* @return the meta object for the attribute 'Force ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getForceZAsString()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_ForceZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentX Moment X}'.
*
*
* @return the meta object for the attribute 'Moment X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentX()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_MomentX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentXAsString Moment XAs String}'.
*
*
* @return the meta object for the attribute 'Moment XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentXAsString()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_MomentXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentY Moment Y}'.
*
*
* @return the meta object for the attribute 'Moment Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentY()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_MomentY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentYAsString Moment YAs String}'.
*
*
* @return the meta object for the attribute 'Moment YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentYAsString()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_MomentYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentZ Moment Z}'.
*
*
* @return the meta object for the attribute 'Moment Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentZ()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_MomentZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentZAsString Moment ZAs String}'.
*
*
* @return the meta object for the attribute 'Moment ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForce#getMomentZAsString()
* @see #getIfcStructuralLoadSingleForce()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForce_MomentZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping Ifc Structural Load Single Force Warping}'.
*
*
* @return the meta object for class 'Ifc Structural Load Single Force Warping'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping
* @generated
*/
EClass getIfcStructuralLoadSingleForceWarping();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping#getWarpingMoment Warping Moment}'.
*
*
* @return the meta object for the attribute 'Warping Moment'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping#getWarpingMoment()
* @see #getIfcStructuralLoadSingleForceWarping()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForceWarping_WarpingMoment();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping#getWarpingMomentAsString Warping Moment As String}'.
*
*
* @return the meta object for the attribute 'Warping Moment As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadSingleForceWarping#getWarpingMomentAsString()
* @see #getIfcStructuralLoadSingleForceWarping()
* @generated
*/
EAttribute getIfcStructuralLoadSingleForceWarping_WarpingMomentAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadStatic Ifc Structural Load Static}'.
*
*
* @return the meta object for class 'Ifc Structural Load Static'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadStatic
* @generated
*/
EClass getIfcStructuralLoadStatic();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature Ifc Structural Load Temperature}'.
*
*
* @return the meta object for class 'Ifc Structural Load Temperature'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature
* @generated
*/
EClass getIfcStructuralLoadTemperature();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Constant Delta TConstant}'.
*
*
* @return the meta object for the attribute 'Delta TConstant'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Constant()
* @see #getIfcStructuralLoadTemperature()
* @generated
*/
EAttribute getIfcStructuralLoadTemperature_DeltaT_Constant();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ConstantAsString Delta TConstant As String}'.
*
*
* @return the meta object for the attribute 'Delta TConstant As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ConstantAsString()
* @see #getIfcStructuralLoadTemperature()
* @generated
*/
EAttribute getIfcStructuralLoadTemperature_DeltaT_ConstantAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Y Delta TY}'.
*
*
* @return the meta object for the attribute 'Delta TY'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Y()
* @see #getIfcStructuralLoadTemperature()
* @generated
*/
EAttribute getIfcStructuralLoadTemperature_DeltaT_Y();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_YAsString Delta TYAs String}'.
*
*
* @return the meta object for the attribute 'Delta TYAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_YAsString()
* @see #getIfcStructuralLoadTemperature()
* @generated
*/
EAttribute getIfcStructuralLoadTemperature_DeltaT_YAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Z Delta TZ}'.
*
*
* @return the meta object for the attribute 'Delta TZ'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_Z()
* @see #getIfcStructuralLoadTemperature()
* @generated
*/
EAttribute getIfcStructuralLoadTemperature_DeltaT_Z();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ZAsString Delta TZAs String}'.
*
*
* @return the meta object for the attribute 'Delta TZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralLoadTemperature#getDeltaT_ZAsString()
* @see #getIfcStructuralLoadTemperature()
* @generated
*/
EAttribute getIfcStructuralLoadTemperature_DeltaT_ZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralMember Ifc Structural Member}'.
*
*
* @return the meta object for class 'Ifc Structural Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralMember
* @generated
*/
EClass getIfcStructuralMember();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralMember#getReferencesElement References Element}'.
*
*
* @return the meta object for the reference list 'References Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralMember#getReferencesElement()
* @see #getIfcStructuralMember()
* @generated
*/
EReference getIfcStructuralMember_ReferencesElement();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralMember#getConnectedBy Connected By}'.
*
*
* @return the meta object for the reference list 'Connected By'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralMember#getConnectedBy()
* @see #getIfcStructuralMember()
* @generated
*/
EReference getIfcStructuralMember_ConnectedBy();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarAction Ifc Structural Planar Action}'.
*
*
* @return the meta object for class 'Ifc Structural Planar Action'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarAction
* @generated
*/
EClass getIfcStructuralPlanarAction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarAction#getProjectedOrTrue Projected Or True}'.
*
*
* @return the meta object for the attribute 'Projected Or True'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarAction#getProjectedOrTrue()
* @see #getIfcStructuralPlanarAction()
* @generated
*/
EAttribute getIfcStructuralPlanarAction_ProjectedOrTrue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying Ifc Structural Planar Action Varying}'.
*
*
* @return the meta object for class 'Ifc Structural Planar Action Varying'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying
* @generated
*/
EClass getIfcStructuralPlanarActionVarying();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying#getVaryingAppliedLoadLocation Varying Applied Load Location}'.
*
*
* @return the meta object for the reference 'Varying Applied Load Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying#getVaryingAppliedLoadLocation()
* @see #getIfcStructuralPlanarActionVarying()
* @generated
*/
EReference getIfcStructuralPlanarActionVarying_VaryingAppliedLoadLocation();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying#getSubsequentAppliedLoads Subsequent Applied Loads}'.
*
*
* @return the meta object for the reference list 'Subsequent Applied Loads'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPlanarActionVarying#getSubsequentAppliedLoads()
* @see #getIfcStructuralPlanarActionVarying()
* @generated
*/
EReference getIfcStructuralPlanarActionVarying_SubsequentAppliedLoads();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPointAction Ifc Structural Point Action}'.
*
*
* @return the meta object for class 'Ifc Structural Point Action'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPointAction
* @generated
*/
EClass getIfcStructuralPointAction();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPointConnection Ifc Structural Point Connection}'.
*
*
* @return the meta object for class 'Ifc Structural Point Connection'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPointConnection
* @generated
*/
EClass getIfcStructuralPointConnection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralPointReaction Ifc Structural Point Reaction}'.
*
*
* @return the meta object for class 'Ifc Structural Point Reaction'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralPointReaction
* @generated
*/
EClass getIfcStructuralPointReaction();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties Ifc Structural Profile Properties}'.
*
*
* @return the meta object for class 'Ifc Structural Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties
* @generated
*/
EClass getIfcStructuralProfileProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalConstantX Torsional Constant X}'.
*
*
* @return the meta object for the attribute 'Torsional Constant X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalConstantX()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_TorsionalConstantX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalConstantXAsString Torsional Constant XAs String}'.
*
*
* @return the meta object for the attribute 'Torsional Constant XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalConstantXAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_TorsionalConstantXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaYZ Moment Of Inertia YZ}'.
*
*
* @return the meta object for the attribute 'Moment Of Inertia YZ'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaYZ()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MomentOfInertiaYZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaYZAsString Moment Of Inertia YZ As String}'.
*
*
* @return the meta object for the attribute 'Moment Of Inertia YZ As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaYZAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MomentOfInertiaYZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaY Moment Of Inertia Y}'.
*
*
* @return the meta object for the attribute 'Moment Of Inertia Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaY()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MomentOfInertiaY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaYAsString Moment Of Inertia YAs String}'.
*
*
* @return the meta object for the attribute 'Moment Of Inertia YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaYAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MomentOfInertiaYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaZ Moment Of Inertia Z}'.
*
*
* @return the meta object for the attribute 'Moment Of Inertia Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaZ()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MomentOfInertiaZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaZAsString Moment Of Inertia ZAs String}'.
*
*
* @return the meta object for the attribute 'Moment Of Inertia ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMomentOfInertiaZAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MomentOfInertiaZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getWarpingConstant Warping Constant}'.
*
*
* @return the meta object for the attribute 'Warping Constant'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getWarpingConstant()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_WarpingConstant();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getWarpingConstantAsString Warping Constant As String}'.
*
*
* @return the meta object for the attribute 'Warping Constant As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getWarpingConstantAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_WarpingConstantAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreZ Shear Centre Z}'.
*
*
* @return the meta object for the attribute 'Shear Centre Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreZ()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearCentreZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreZAsString Shear Centre ZAs String}'.
*
*
* @return the meta object for the attribute 'Shear Centre ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreZAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearCentreZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreY Shear Centre Y}'.
*
*
* @return the meta object for the attribute 'Shear Centre Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreY()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearCentreY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreYAsString Shear Centre YAs String}'.
*
*
* @return the meta object for the attribute 'Shear Centre YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearCentreYAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearCentreYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaZ Shear Deformation Area Z}'.
*
*
* @return the meta object for the attribute 'Shear Deformation Area Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaZ()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearDeformationAreaZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaZAsString Shear Deformation Area ZAs String}'.
*
*
* @return the meta object for the attribute 'Shear Deformation Area ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaZAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearDeformationAreaZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaY Shear Deformation Area Y}'.
*
*
* @return the meta object for the attribute 'Shear Deformation Area Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaY()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearDeformationAreaY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaYAsString Shear Deformation Area YAs String}'.
*
*
* @return the meta object for the attribute 'Shear Deformation Area YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getShearDeformationAreaYAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_ShearDeformationAreaYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusY Maximum Section Modulus Y}'.
*
*
* @return the meta object for the attribute 'Maximum Section Modulus Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusY()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MaximumSectionModulusY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusYAsString Maximum Section Modulus YAs String}'.
*
*
* @return the meta object for the attribute 'Maximum Section Modulus YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusYAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MaximumSectionModulusYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusY Minimum Section Modulus Y}'.
*
*
* @return the meta object for the attribute 'Minimum Section Modulus Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusY()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MinimumSectionModulusY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusYAsString Minimum Section Modulus YAs String}'.
*
*
* @return the meta object for the attribute 'Minimum Section Modulus YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusYAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MinimumSectionModulusYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusZ Maximum Section Modulus Z}'.
*
*
* @return the meta object for the attribute 'Maximum Section Modulus Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusZ()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MaximumSectionModulusZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusZAsString Maximum Section Modulus ZAs String}'.
*
*
* @return the meta object for the attribute 'Maximum Section Modulus ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMaximumSectionModulusZAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MaximumSectionModulusZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusZ Minimum Section Modulus Z}'.
*
*
* @return the meta object for the attribute 'Minimum Section Modulus Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusZ()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MinimumSectionModulusZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusZAsString Minimum Section Modulus ZAs String}'.
*
*
* @return the meta object for the attribute 'Minimum Section Modulus ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getMinimumSectionModulusZAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_MinimumSectionModulusZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalSectionModulus Torsional Section Modulus}'.
*
*
* @return the meta object for the attribute 'Torsional Section Modulus'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalSectionModulus()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_TorsionalSectionModulus();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalSectionModulusAsString Torsional Section Modulus As String}'.
*
*
* @return the meta object for the attribute 'Torsional Section Modulus As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getTorsionalSectionModulusAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_TorsionalSectionModulusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInX Centre Of Gravity In X}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In X'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInX()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_CentreOfGravityInX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInXAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_CentreOfGravityInXAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInY Centre Of Gravity In Y}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInY()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_CentreOfGravityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralProfileProperties#getCentreOfGravityInYAsString()
* @see #getIfcStructuralProfileProperties()
* @generated
*/
EAttribute getIfcStructuralProfileProperties_CentreOfGravityInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralReaction Ifc Structural Reaction}'.
*
*
* @return the meta object for class 'Ifc Structural Reaction'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralReaction
* @generated
*/
EClass getIfcStructuralReaction();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralReaction#getCauses Causes}'.
*
*
* @return the meta object for the reference list 'Causes'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralReaction#getCauses()
* @see #getIfcStructuralReaction()
* @generated
*/
EReference getIfcStructuralReaction_Causes();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup Ifc Structural Result Group}'.
*
*
* @return the meta object for class 'Ifc Structural Result Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup
* @generated
*/
EClass getIfcStructuralResultGroup();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getTheoryType Theory Type}'.
*
*
* @return the meta object for the attribute 'Theory Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getTheoryType()
* @see #getIfcStructuralResultGroup()
* @generated
*/
EAttribute getIfcStructuralResultGroup_TheoryType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getResultForLoadGroup Result For Load Group}'.
*
*
* @return the meta object for the reference 'Result For Load Group'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getResultForLoadGroup()
* @see #getIfcStructuralResultGroup()
* @generated
*/
EReference getIfcStructuralResultGroup_ResultForLoadGroup();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getIsLinear Is Linear}'.
*
*
* @return the meta object for the attribute 'Is Linear'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getIsLinear()
* @see #getIfcStructuralResultGroup()
* @generated
*/
EAttribute getIfcStructuralResultGroup_IsLinear();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getResultGroupFor Result Group For}'.
*
*
* @return the meta object for the reference list 'Result Group For'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralResultGroup#getResultGroupFor()
* @see #getIfcStructuralResultGroup()
* @generated
*/
EReference getIfcStructuralResultGroup_ResultGroupFor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties Ifc Structural Steel Profile Properties}'.
*
*
* @return the meta object for class 'Ifc Structural Steel Profile Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties
* @generated
*/
EClass getIfcStructuralSteelProfileProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZ Shear Area Z}'.
*
*
* @return the meta object for the attribute 'Shear Area Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZ()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_ShearAreaZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZAsString Shear Area ZAs String}'.
*
*
* @return the meta object for the attribute 'Shear Area ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaZAsString()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_ShearAreaZAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaY Shear Area Y}'.
*
*
* @return the meta object for the attribute 'Shear Area Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaY()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_ShearAreaY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaYAsString Shear Area YAs String}'.
*
*
* @return the meta object for the attribute 'Shear Area YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getShearAreaYAsString()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_ShearAreaYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorY Plastic Shape Factor Y}'.
*
*
* @return the meta object for the attribute 'Plastic Shape Factor Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorY()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_PlasticShapeFactorY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorYAsString Plastic Shape Factor YAs String}'.
*
*
* @return the meta object for the attribute 'Plastic Shape Factor YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorYAsString()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_PlasticShapeFactorYAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZ Plastic Shape Factor Z}'.
*
*
* @return the meta object for the attribute 'Plastic Shape Factor Z'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZ()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_PlasticShapeFactorZ();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZAsString Plastic Shape Factor ZAs String}'.
*
*
* @return the meta object for the attribute 'Plastic Shape Factor ZAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSteelProfileProperties#getPlasticShapeFactorZAsString()
* @see #getIfcStructuralSteelProfileProperties()
* @generated
*/
EAttribute getIfcStructuralSteelProfileProperties_PlasticShapeFactorZAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceConnection Ifc Structural Surface Connection}'.
*
*
* @return the meta object for class 'Ifc Structural Surface Connection'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceConnection
* @generated
*/
EClass getIfcStructuralSurfaceConnection();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember Ifc Structural Surface Member}'.
*
*
* @return the meta object for class 'Ifc Structural Surface Member'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember
* @generated
*/
EClass getIfcStructuralSurfaceMember();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember#getPredefinedType()
* @see #getIfcStructuralSurfaceMember()
* @generated
*/
EAttribute getIfcStructuralSurfaceMember_PredefinedType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember#getThickness Thickness}'.
*
*
* @return the meta object for the attribute 'Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember#getThickness()
* @see #getIfcStructuralSurfaceMember()
* @generated
*/
EAttribute getIfcStructuralSurfaceMember_Thickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember#getThicknessAsString Thickness As String}'.
*
*
* @return the meta object for the attribute 'Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMember#getThicknessAsString()
* @see #getIfcStructuralSurfaceMember()
* @generated
*/
EAttribute getIfcStructuralSurfaceMember_ThicknessAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying Ifc Structural Surface Member Varying}'.
*
*
* @return the meta object for class 'Ifc Structural Surface Member Varying'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying
* @generated
*/
EClass getIfcStructuralSurfaceMemberVarying();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getSubsequentThickness Subsequent Thickness}'.
*
*
* @return the meta object for the attribute list 'Subsequent Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getSubsequentThickness()
* @see #getIfcStructuralSurfaceMemberVarying()
* @generated
*/
EAttribute getIfcStructuralSurfaceMemberVarying_SubsequentThickness();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getSubsequentThicknessAsString Subsequent Thickness As String}'.
*
*
* @return the meta object for the attribute list 'Subsequent Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getSubsequentThicknessAsString()
* @see #getIfcStructuralSurfaceMemberVarying()
* @generated
*/
EAttribute getIfcStructuralSurfaceMemberVarying_SubsequentThicknessAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessLocation Varying Thickness Location}'.
*
*
* @return the meta object for the reference 'Varying Thickness Location'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessLocation()
* @see #getIfcStructuralSurfaceMemberVarying()
* @generated
*/
EReference getIfcStructuralSurfaceMemberVarying_VaryingThicknessLocation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThickness Varying Thickness}'.
*
*
* @return the meta object for the attribute 'Varying Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThickness()
* @see #getIfcStructuralSurfaceMemberVarying()
* @generated
*/
EAttribute getIfcStructuralSurfaceMemberVarying_VaryingThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessAsString Varying Thickness As String}'.
*
*
* @return the meta object for the attribute 'Varying Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceMemberVarying#getVaryingThicknessAsString()
* @see #getIfcStructuralSurfaceMemberVarying()
* @generated
*/
EAttribute getIfcStructuralSurfaceMemberVarying_VaryingThicknessAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuredDimensionCallout Ifc Structured Dimension Callout}'.
*
*
* @return the meta object for class 'Ifc Structured Dimension Callout'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuredDimensionCallout
* @generated
*/
EClass getIfcStructuredDimensionCallout();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStyleModel Ifc Style Model}'.
*
*
* @return the meta object for class 'Ifc Style Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcStyleModel
* @generated
*/
EClass getIfcStyleModel();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStyledItem Ifc Styled Item}'.
*
*
* @return the meta object for class 'Ifc Styled Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledItem
* @generated
*/
EClass getIfcStyledItem();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcStyledItem#getItem Item}'.
*
*
* @return the meta object for the reference 'Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledItem#getItem()
* @see #getIfcStyledItem()
* @generated
*/
EReference getIfcStyledItem_Item();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcStyledItem#getStyles Styles}'.
*
*
* @return the meta object for the reference list 'Styles'.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledItem#getStyles()
* @see #getIfcStyledItem()
* @generated
*/
EReference getIfcStyledItem_Styles();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcStyledItem#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledItem#getName()
* @see #getIfcStyledItem()
* @generated
*/
EAttribute getIfcStyledItem_Name();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStyledRepresentation Ifc Styled Representation}'.
*
*
* @return the meta object for class 'Ifc Styled Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcStyledRepresentation
* @generated
*/
EClass getIfcStyledRepresentation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSubContractResource Ifc Sub Contract Resource}'.
*
*
* @return the meta object for class 'Ifc Sub Contract Resource'.
* @see org.bimserver.models.ifc2x3tc1.IfcSubContractResource
* @generated
*/
EClass getIfcSubContractResource();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSubContractResource#getSubContractor Sub Contractor}'.
*
*
* @return the meta object for the reference 'Sub Contractor'.
* @see org.bimserver.models.ifc2x3tc1.IfcSubContractResource#getSubContractor()
* @see #getIfcSubContractResource()
* @generated
*/
EReference getIfcSubContractResource_SubContractor();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSubContractResource#getJobDescription Job Description}'.
*
*
* @return the meta object for the attribute 'Job Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcSubContractResource#getJobDescription()
* @see #getIfcSubContractResource()
* @generated
*/
EAttribute getIfcSubContractResource_JobDescription();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSubedge Ifc Subedge}'.
*
*
* @return the meta object for class 'Ifc Subedge'.
* @see org.bimserver.models.ifc2x3tc1.IfcSubedge
* @generated
*/
EClass getIfcSubedge();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSubedge#getParentEdge Parent Edge}'.
*
*
* @return the meta object for the reference 'Parent Edge'.
* @see org.bimserver.models.ifc2x3tc1.IfcSubedge#getParentEdge()
* @see #getIfcSubedge()
* @generated
*/
EReference getIfcSubedge_ParentEdge();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurface Ifc Surface}'.
*
*
* @return the meta object for class 'Ifc Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurface
* @generated
*/
EClass getIfcSurface();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid Ifc Surface Curve Swept Area Solid}'.
*
*
* @return the meta object for class 'Ifc Surface Curve Swept Area Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid
* @generated
*/
EClass getIfcSurfaceCurveSweptAreaSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getDirectrix Directrix}'.
*
*
* @return the meta object for the reference 'Directrix'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getDirectrix()
* @see #getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EReference getIfcSurfaceCurveSweptAreaSolid_Directrix();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParam Start Param}'.
*
*
* @return the meta object for the attribute 'Start Param'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParam()
* @see #getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EAttribute getIfcSurfaceCurveSweptAreaSolid_StartParam();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParamAsString Start Param As String}'.
*
*
* @return the meta object for the attribute 'Start Param As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getStartParamAsString()
* @see #getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EAttribute getIfcSurfaceCurveSweptAreaSolid_StartParamAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParam End Param}'.
*
*
* @return the meta object for the attribute 'End Param'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParam()
* @see #getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EAttribute getIfcSurfaceCurveSweptAreaSolid_EndParam();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParamAsString End Param As String}'.
*
*
* @return the meta object for the attribute 'End Param As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getEndParamAsString()
* @see #getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EAttribute getIfcSurfaceCurveSweptAreaSolid_EndParamAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getReferenceSurface Reference Surface}'.
*
*
* @return the meta object for the reference 'Reference Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceCurveSweptAreaSolid#getReferenceSurface()
* @see #getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EReference getIfcSurfaceCurveSweptAreaSolid_ReferenceSurface();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion Ifc Surface Of Linear Extrusion}'.
*
*
* @return the meta object for class 'Ifc Surface Of Linear Extrusion'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion
* @generated
*/
EClass getIfcSurfaceOfLinearExtrusion();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion#getExtrudedDirection Extruded Direction}'.
*
*
* @return the meta object for the reference 'Extruded Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion#getExtrudedDirection()
* @see #getIfcSurfaceOfLinearExtrusion()
* @generated
*/
EReference getIfcSurfaceOfLinearExtrusion_ExtrudedDirection();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion#getDepth()
* @see #getIfcSurfaceOfLinearExtrusion()
* @generated
*/
EAttribute getIfcSurfaceOfLinearExtrusion_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfLinearExtrusion#getDepthAsString()
* @see #getIfcSurfaceOfLinearExtrusion()
* @generated
*/
EAttribute getIfcSurfaceOfLinearExtrusion_DepthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfRevolution Ifc Surface Of Revolution}'.
*
*
* @return the meta object for class 'Ifc Surface Of Revolution'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfRevolution
* @generated
*/
EClass getIfcSurfaceOfRevolution();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOfRevolution#getAxisPosition Axis Position}'.
*
*
* @return the meta object for the reference 'Axis Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOfRevolution#getAxisPosition()
* @see #getIfcSurfaceOfRevolution()
* @generated
*/
EReference getIfcSurfaceOfRevolution_AxisPosition();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle Ifc Surface Style}'.
*
*
* @return the meta object for class 'Ifc Surface Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle
* @generated
*/
EClass getIfcSurfaceStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle#getSide Side}'.
*
*
* @return the meta object for the attribute 'Side'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle#getSide()
* @see #getIfcSurfaceStyle()
* @generated
*/
EAttribute getIfcSurfaceStyle_Side();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle#getStyles Styles}'.
*
*
* @return the meta object for the reference list 'Styles'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyle#getStyles()
* @see #getIfcSurfaceStyle()
* @generated
*/
EReference getIfcSurfaceStyle_Styles();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting Ifc Surface Style Lighting}'.
*
*
* @return the meta object for class 'Ifc Surface Style Lighting'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting
* @generated
*/
EClass getIfcSurfaceStyleLighting();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getDiffuseTransmissionColour Diffuse Transmission Colour}'.
*
*
* @return the meta object for the reference 'Diffuse Transmission Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getDiffuseTransmissionColour()
* @see #getIfcSurfaceStyleLighting()
* @generated
*/
EReference getIfcSurfaceStyleLighting_DiffuseTransmissionColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getDiffuseReflectionColour Diffuse Reflection Colour}'.
*
*
* @return the meta object for the reference 'Diffuse Reflection Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getDiffuseReflectionColour()
* @see #getIfcSurfaceStyleLighting()
* @generated
*/
EReference getIfcSurfaceStyleLighting_DiffuseReflectionColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getTransmissionColour Transmission Colour}'.
*
*
* @return the meta object for the reference 'Transmission Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getTransmissionColour()
* @see #getIfcSurfaceStyleLighting()
* @generated
*/
EReference getIfcSurfaceStyleLighting_TransmissionColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getReflectanceColour Reflectance Colour}'.
*
*
* @return the meta object for the reference 'Reflectance Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleLighting#getReflectanceColour()
* @see #getIfcSurfaceStyleLighting()
* @generated
*/
EReference getIfcSurfaceStyleLighting_ReflectanceColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction Ifc Surface Style Refraction}'.
*
*
* @return the meta object for class 'Ifc Surface Style Refraction'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction
* @generated
*/
EClass getIfcSurfaceStyleRefraction();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getRefractionIndex Refraction Index}'.
*
*
* @return the meta object for the attribute 'Refraction Index'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getRefractionIndex()
* @see #getIfcSurfaceStyleRefraction()
* @generated
*/
EAttribute getIfcSurfaceStyleRefraction_RefractionIndex();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getRefractionIndexAsString Refraction Index As String}'.
*
*
* @return the meta object for the attribute 'Refraction Index As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getRefractionIndexAsString()
* @see #getIfcSurfaceStyleRefraction()
* @generated
*/
EAttribute getIfcSurfaceStyleRefraction_RefractionIndexAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getDispersionFactor Dispersion Factor}'.
*
*
* @return the meta object for the attribute 'Dispersion Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getDispersionFactor()
* @see #getIfcSurfaceStyleRefraction()
* @generated
*/
EAttribute getIfcSurfaceStyleRefraction_DispersionFactor();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getDispersionFactorAsString Dispersion Factor As String}'.
*
*
* @return the meta object for the attribute 'Dispersion Factor As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRefraction#getDispersionFactorAsString()
* @see #getIfcSurfaceStyleRefraction()
* @generated
*/
EAttribute getIfcSurfaceStyleRefraction_DispersionFactorAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering Ifc Surface Style Rendering}'.
*
*
* @return the meta object for class 'Ifc Surface Style Rendering'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering
* @generated
*/
EClass getIfcSurfaceStyleRendering();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getTransparency Transparency}'.
*
*
* @return the meta object for the attribute 'Transparency'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getTransparency()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EAttribute getIfcSurfaceStyleRendering_Transparency();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getTransparencyAsString Transparency As String}'.
*
*
* @return the meta object for the attribute 'Transparency As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getTransparencyAsString()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EAttribute getIfcSurfaceStyleRendering_TransparencyAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getDiffuseColour Diffuse Colour}'.
*
*
* @return the meta object for the reference 'Diffuse Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getDiffuseColour()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EReference getIfcSurfaceStyleRendering_DiffuseColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getTransmissionColour Transmission Colour}'.
*
*
* @return the meta object for the reference 'Transmission Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getTransmissionColour()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EReference getIfcSurfaceStyleRendering_TransmissionColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getDiffuseTransmissionColour Diffuse Transmission Colour}'.
*
*
* @return the meta object for the reference 'Diffuse Transmission Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getDiffuseTransmissionColour()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EReference getIfcSurfaceStyleRendering_DiffuseTransmissionColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getReflectionColour Reflection Colour}'.
*
*
* @return the meta object for the reference 'Reflection Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getReflectionColour()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EReference getIfcSurfaceStyleRendering_ReflectionColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getSpecularColour Specular Colour}'.
*
*
* @return the meta object for the reference 'Specular Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getSpecularColour()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EReference getIfcSurfaceStyleRendering_SpecularColour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getSpecularHighlight Specular Highlight}'.
*
*
* @return the meta object for the reference 'Specular Highlight'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getSpecularHighlight()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EReference getIfcSurfaceStyleRendering_SpecularHighlight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getReflectanceMethod Reflectance Method}'.
*
*
* @return the meta object for the attribute 'Reflectance Method'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleRendering#getReflectanceMethod()
* @see #getIfcSurfaceStyleRendering()
* @generated
*/
EAttribute getIfcSurfaceStyleRendering_ReflectanceMethod();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleShading Ifc Surface Style Shading}'.
*
*
* @return the meta object for class 'Ifc Surface Style Shading'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleShading
* @generated
*/
EClass getIfcSurfaceStyleShading();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleShading#getSurfaceColour Surface Colour}'.
*
*
* @return the meta object for the reference 'Surface Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleShading#getSurfaceColour()
* @see #getIfcSurfaceStyleShading()
* @generated
*/
EReference getIfcSurfaceStyleShading_SurfaceColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleWithTextures Ifc Surface Style With Textures}'.
*
*
* @return the meta object for class 'Ifc Surface Style With Textures'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleWithTextures
* @generated
*/
EClass getIfcSurfaceStyleWithTextures();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleWithTextures#getTextures Textures}'.
*
*
* @return the meta object for the reference list 'Textures'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleWithTextures#getTextures()
* @see #getIfcSurfaceStyleWithTextures()
* @generated
*/
EReference getIfcSurfaceStyleWithTextures_Textures();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture Ifc Surface Texture}'.
*
*
* @return the meta object for class 'Ifc Surface Texture'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture
* @generated
*/
EClass getIfcSurfaceTexture();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatS Repeat S}'.
*
*
* @return the meta object for the attribute 'Repeat S'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatS()
* @see #getIfcSurfaceTexture()
* @generated
*/
EAttribute getIfcSurfaceTexture_RepeatS();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatT Repeat T}'.
*
*
* @return the meta object for the attribute 'Repeat T'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getRepeatT()
* @see #getIfcSurfaceTexture()
* @generated
*/
EAttribute getIfcSurfaceTexture_RepeatT();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureType Texture Type}'.
*
*
* @return the meta object for the attribute 'Texture Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureType()
* @see #getIfcSurfaceTexture()
* @generated
*/
EAttribute getIfcSurfaceTexture_TextureType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureTransform Texture Transform}'.
*
*
* @return the meta object for the reference 'Texture Transform'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTexture#getTextureTransform()
* @see #getIfcSurfaceTexture()
* @generated
*/
EReference getIfcSurfaceTexture_TextureTransform();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid Ifc Swept Area Solid}'.
*
*
* @return the meta object for class 'Ifc Swept Area Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid
* @generated
*/
EClass getIfcSweptAreaSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid#getSweptArea Swept Area}'.
*
*
* @return the meta object for the reference 'Swept Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid#getSweptArea()
* @see #getIfcSweptAreaSolid()
* @generated
*/
EReference getIfcSweptAreaSolid_SweptArea();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptAreaSolid#getPosition()
* @see #getIfcSweptAreaSolid()
* @generated
*/
EReference getIfcSweptAreaSolid_Position();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid Ifc Swept Disk Solid}'.
*
*
* @return the meta object for class 'Ifc Swept Disk Solid'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid
* @generated
*/
EClass getIfcSweptDiskSolid();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getDirectrix Directrix}'.
*
*
* @return the meta object for the reference 'Directrix'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getDirectrix()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EReference getIfcSweptDiskSolid_Directrix();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadius Radius}'.
*
*
* @return the meta object for the attribute 'Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadius()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_Radius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadiusAsString Radius As String}'.
*
*
* @return the meta object for the attribute 'Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getRadiusAsString()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_RadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadius Inner Radius}'.
*
*
* @return the meta object for the attribute 'Inner Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadius()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_InnerRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadiusAsString Inner Radius As String}'.
*
*
* @return the meta object for the attribute 'Inner Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getInnerRadiusAsString()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_InnerRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParam Start Param}'.
*
*
* @return the meta object for the attribute 'Start Param'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParam()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_StartParam();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParamAsString Start Param As String}'.
*
*
* @return the meta object for the attribute 'Start Param As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getStartParamAsString()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_StartParamAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParam End Param}'.
*
*
* @return the meta object for the attribute 'End Param'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParam()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_EndParam();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParamAsString End Param As String}'.
*
*
* @return the meta object for the attribute 'End Param As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptDiskSolid#getEndParamAsString()
* @see #getIfcSweptDiskSolid()
* @generated
*/
EAttribute getIfcSweptDiskSolid_EndParamAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSweptSurface Ifc Swept Surface}'.
*
*
* @return the meta object for class 'Ifc Swept Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptSurface
* @generated
*/
EClass getIfcSweptSurface();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSweptSurface#getSweptCurve Swept Curve}'.
*
*
* @return the meta object for the reference 'Swept Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptSurface#getSweptCurve()
* @see #getIfcSweptSurface()
* @generated
*/
EReference getIfcSweptSurface_SweptCurve();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSweptSurface#getPosition Position}'.
*
*
* @return the meta object for the reference 'Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptSurface#getPosition()
* @see #getIfcSweptSurface()
* @generated
*/
EReference getIfcSweptSurface_Position();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSweptSurface#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcSweptSurface#getDim()
* @see #getIfcSweptSurface()
* @generated
*/
EAttribute getIfcSweptSurface_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceType Ifc Switching Device Type}'.
*
*
* @return the meta object for class 'Ifc Switching Device Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceType
* @generated
*/
EClass getIfcSwitchingDeviceType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceType#getPredefinedType()
* @see #getIfcSwitchingDeviceType()
* @generated
*/
EAttribute getIfcSwitchingDeviceType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyle Ifc Symbol Style}'.
*
*
* @return the meta object for class 'Ifc Symbol Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyle
* @generated
*/
EClass getIfcSymbolStyle();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyle#getStyleOfSymbol Style Of Symbol}'.
*
*
* @return the meta object for the reference 'Style Of Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyle#getStyleOfSymbol()
* @see #getIfcSymbolStyle()
* @generated
*/
EReference getIfcSymbolStyle_StyleOfSymbol();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSystem Ifc System}'.
*
*
* @return the meta object for class 'Ifc System'.
* @see org.bimserver.models.ifc2x3tc1.IfcSystem
* @generated
*/
EClass getIfcSystem();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcSystem#getServicesBuildings Services Buildings}'.
*
*
* @return the meta object for the reference list 'Services Buildings'.
* @see org.bimserver.models.ifc2x3tc1.IfcSystem#getServicesBuildings()
* @see #getIfcSystem()
* @generated
*/
EReference getIfcSystem_ServicesBuildings();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSystemFurnitureElementType Ifc System Furniture Element Type}'.
*
*
* @return the meta object for class 'Ifc System Furniture Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcSystemFurnitureElementType
* @generated
*/
EClass getIfcSystemFurnitureElementType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef Ifc TShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc TShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef
* @generated
*/
EClass getIfcTShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getDepth()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getDepthAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_DepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeWidth Flange Width}'.
*
*
* @return the meta object for the attribute 'Flange Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeWidth()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeWidthAsString Flange Width As String}'.
*
*
* @return the meta object for the attribute 'Flange Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeWidthAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebThickness Web Thickness}'.
*
*
* @return the meta object for the attribute 'Web Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebThickness()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_WebThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebThicknessAsString Web Thickness As String}'.
*
*
* @return the meta object for the attribute 'Web Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebThicknessAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_WebThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeThickness Flange Thickness}'.
*
*
* @return the meta object for the attribute 'Flange Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeThickness()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}'.
*
*
* @return the meta object for the attribute 'Flange Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeThicknessAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFilletRadius Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFilletRadius()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFilletRadiusAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeEdgeRadius Flange Edge Radius}'.
*
*
* @return the meta object for the attribute 'Flange Edge Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeEdgeRadius()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeEdgeRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeEdgeRadiusAsString Flange Edge Radius As String}'.
*
*
* @return the meta object for the attribute 'Flange Edge Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeEdgeRadiusAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeEdgeRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebEdgeRadius Web Edge Radius}'.
*
*
* @return the meta object for the attribute 'Web Edge Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebEdgeRadius()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_WebEdgeRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebEdgeRadiusAsString Web Edge Radius As String}'.
*
*
* @return the meta object for the attribute 'Web Edge Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebEdgeRadiusAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_WebEdgeRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebSlope Web Slope}'.
*
*
* @return the meta object for the attribute 'Web Slope'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebSlope()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_WebSlope();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebSlopeAsString Web Slope As String}'.
*
*
* @return the meta object for the attribute 'Web Slope As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getWebSlopeAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_WebSlopeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeSlope Flange Slope}'.
*
*
* @return the meta object for the attribute 'Flange Slope'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeSlope()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeSlope();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeSlopeAsString Flange Slope As String}'.
*
*
* @return the meta object for the attribute 'Flange Slope As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getFlangeSlopeAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_FlangeSlopeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getCentreOfGravityInY Centre Of Gravity In Y}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In Y'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getCentreOfGravityInY()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_CentreOfGravityInY();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getCentreOfGravityInYAsString Centre Of Gravity In YAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In YAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTShapeProfileDef#getCentreOfGravityInYAsString()
* @see #getIfcTShapeProfileDef()
* @generated
*/
EAttribute getIfcTShapeProfileDef_CentreOfGravityInYAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTable Ifc Table}'.
*
*
* @return the meta object for class 'Ifc Table'.
* @see org.bimserver.models.ifc2x3tc1.IfcTable
* @generated
*/
EClass getIfcTable();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTable#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcTable#getName()
* @see #getIfcTable()
* @generated
*/
EAttribute getIfcTable_Name();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTable#getRows Rows}'.
*
*
* @return the meta object for the reference list 'Rows'.
* @see org.bimserver.models.ifc2x3tc1.IfcTable#getRows()
* @see #getIfcTable()
* @generated
*/
EReference getIfcTable_Rows();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTableRow Ifc Table Row}'.
*
*
* @return the meta object for class 'Ifc Table Row'.
* @see org.bimserver.models.ifc2x3tc1.IfcTableRow
* @generated
*/
EClass getIfcTableRow();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTableRow#getRowCells Row Cells}'.
*
*
* @return the meta object for the reference list 'Row Cells'.
* @see org.bimserver.models.ifc2x3tc1.IfcTableRow#getRowCells()
* @see #getIfcTableRow()
* @generated
*/
EReference getIfcTableRow_RowCells();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTableRow#getIsHeading Is Heading}'.
*
*
* @return the meta object for the attribute 'Is Heading'.
* @see org.bimserver.models.ifc2x3tc1.IfcTableRow#getIsHeading()
* @see #getIfcTableRow()
* @generated
*/
EAttribute getIfcTableRow_IsHeading();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTableRow#getOfTable Of Table}'.
*
*
* @return the meta object for the reference 'Of Table'.
* @see org.bimserver.models.ifc2x3tc1.IfcTableRow#getOfTable()
* @see #getIfcTableRow()
* @generated
*/
EReference getIfcTableRow_OfTable();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTankType Ifc Tank Type}'.
*
*
* @return the meta object for class 'Ifc Tank Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTankType
* @generated
*/
EClass getIfcTankType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTankType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTankType#getPredefinedType()
* @see #getIfcTankType()
* @generated
*/
EAttribute getIfcTankType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTask Ifc Task}'.
*
*
* @return the meta object for class 'Ifc Task'.
* @see org.bimserver.models.ifc2x3tc1.IfcTask
* @generated
*/
EClass getIfcTask();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getTaskId Task Id}'.
*
*
* @return the meta object for the attribute 'Task Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcTask#getTaskId()
* @see #getIfcTask()
* @generated
*/
EAttribute getIfcTask_TaskId();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getStatus Status}'.
*
*
* @return the meta object for the attribute 'Status'.
* @see org.bimserver.models.ifc2x3tc1.IfcTask#getStatus()
* @see #getIfcTask()
* @generated
*/
EAttribute getIfcTask_Status();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod Work Method}'.
*
*
* @return the meta object for the attribute 'Work Method'.
* @see org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod()
* @see #getIfcTask()
* @generated
*/
EAttribute getIfcTask_WorkMethod();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getIsMilestone Is Milestone}'.
*
*
* @return the meta object for the attribute 'Is Milestone'.
* @see org.bimserver.models.ifc2x3tc1.IfcTask#getIsMilestone()
* @see #getIfcTask()
* @generated
*/
EAttribute getIfcTask_IsMilestone();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority Priority}'.
*
*
* @return the meta object for the attribute 'Priority'.
* @see org.bimserver.models.ifc2x3tc1.IfcTask#getPriority()
* @see #getIfcTask()
* @generated
*/
EAttribute getIfcTask_Priority();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress Ifc Telecom Address}'.
*
*
* @return the meta object for class 'Ifc Telecom Address'.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress
* @generated
*/
EClass getIfcTelecomAddress();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getTelephoneNumbers Telephone Numbers}'.
*
*
* @return the meta object for the attribute list 'Telephone Numbers'.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getTelephoneNumbers()
* @see #getIfcTelecomAddress()
* @generated
*/
EAttribute getIfcTelecomAddress_TelephoneNumbers();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getFacsimileNumbers Facsimile Numbers}'.
*
*
* @return the meta object for the attribute list 'Facsimile Numbers'.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getFacsimileNumbers()
* @see #getIfcTelecomAddress()
* @generated
*/
EAttribute getIfcTelecomAddress_FacsimileNumbers();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getPagerNumber Pager Number}'.
*
*
* @return the meta object for the attribute 'Pager Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getPagerNumber()
* @see #getIfcTelecomAddress()
* @generated
*/
EAttribute getIfcTelecomAddress_PagerNumber();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getElectronicMailAddresses Electronic Mail Addresses}'.
*
*
* @return the meta object for the attribute list 'Electronic Mail Addresses'.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getElectronicMailAddresses()
* @see #getIfcTelecomAddress()
* @generated
*/
EAttribute getIfcTelecomAddress_ElectronicMailAddresses();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getWWWHomePageURL WWW Home Page URL}'.
*
*
* @return the meta object for the attribute 'WWW Home Page URL'.
* @see org.bimserver.models.ifc2x3tc1.IfcTelecomAddress#getWWWHomePageURL()
* @see #getIfcTelecomAddress()
* @generated
*/
EAttribute getIfcTelecomAddress_WWWHomePageURL();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTendon Ifc Tendon}'.
*
*
* @return the meta object for class 'Ifc Tendon'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon
* @generated
*/
EClass getIfcTendon();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getPredefinedType()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_PredefinedType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameter Nominal Diameter}'.
*
*
* @return the meta object for the attribute 'Nominal Diameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameter()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_NominalDiameter();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameterAsString Nominal Diameter As String}'.
*
*
* @return the meta object for the attribute 'Nominal Diameter As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getNominalDiameterAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_NominalDiameterAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionArea Cross Section Area}'.
*
*
* @return the meta object for the attribute 'Cross Section Area'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionArea()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_CrossSectionArea();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionAreaAsString Cross Section Area As String}'.
*
*
* @return the meta object for the attribute 'Cross Section Area As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getCrossSectionAreaAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_CrossSectionAreaAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForce Tension Force}'.
*
*
* @return the meta object for the attribute 'Tension Force'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForce()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_TensionForce();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForceAsString Tension Force As String}'.
*
*
* @return the meta object for the attribute 'Tension Force As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getTensionForceAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_TensionForceAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStress Pre Stress}'.
*
*
* @return the meta object for the attribute 'Pre Stress'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStress()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_PreStress();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStressAsString Pre Stress As String}'.
*
*
* @return the meta object for the attribute 'Pre Stress As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getPreStressAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_PreStressAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficient Friction Coefficient}'.
*
*
* @return the meta object for the attribute 'Friction Coefficient'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficient()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_FrictionCoefficient();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficientAsString Friction Coefficient As String}'.
*
*
* @return the meta object for the attribute 'Friction Coefficient As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getFrictionCoefficientAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_FrictionCoefficientAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlip Anchorage Slip}'.
*
*
* @return the meta object for the attribute 'Anchorage Slip'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlip()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_AnchorageSlip();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlipAsString Anchorage Slip As String}'.
*
*
* @return the meta object for the attribute 'Anchorage Slip As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getAnchorageSlipAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_AnchorageSlipAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadius Min Curvature Radius}'.
*
*
* @return the meta object for the attribute 'Min Curvature Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadius()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_MinCurvatureRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadiusAsString Min Curvature Radius As String}'.
*
*
* @return the meta object for the attribute 'Min Curvature Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendon#getMinCurvatureRadiusAsString()
* @see #getIfcTendon()
* @generated
*/
EAttribute getIfcTendon_MinCurvatureRadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTendonAnchor Ifc Tendon Anchor}'.
*
*
* @return the meta object for class 'Ifc Tendon Anchor'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendonAnchor
* @generated
*/
EClass getIfcTendonAnchor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTerminatorSymbol Ifc Terminator Symbol}'.
*
*
* @return the meta object for class 'Ifc Terminator Symbol'.
* @see org.bimserver.models.ifc2x3tc1.IfcTerminatorSymbol
* @generated
*/
EClass getIfcTerminatorSymbol();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTerminatorSymbol#getAnnotatedCurve Annotated Curve}'.
*
*
* @return the meta object for the reference 'Annotated Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcTerminatorSymbol#getAnnotatedCurve()
* @see #getIfcTerminatorSymbol()
* @generated
*/
EReference getIfcTerminatorSymbol_AnnotatedCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteral Ifc Text Literal}'.
*
*
* @return the meta object for class 'Ifc Text Literal'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteral
* @generated
*/
EClass getIfcTextLiteral();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteral#getLiteral Literal}'.
*
*
* @return the meta object for the attribute 'Literal'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteral#getLiteral()
* @see #getIfcTextLiteral()
* @generated
*/
EAttribute getIfcTextLiteral_Literal();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteral#getPlacement Placement}'.
*
*
* @return the meta object for the reference 'Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteral#getPlacement()
* @see #getIfcTextLiteral()
* @generated
*/
EReference getIfcTextLiteral_Placement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteral#getPath Path}'.
*
*
* @return the meta object for the attribute 'Path'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteral#getPath()
* @see #getIfcTextLiteral()
* @generated
*/
EAttribute getIfcTextLiteral_Path();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent Ifc Text Literal With Extent}'.
*
*
* @return the meta object for class 'Ifc Text Literal With Extent'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent
* @generated
*/
EClass getIfcTextLiteralWithExtent();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent#getExtent Extent}'.
*
*
* @return the meta object for the reference 'Extent'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent#getExtent()
* @see #getIfcTextLiteralWithExtent()
* @generated
*/
EReference getIfcTextLiteralWithExtent_Extent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent#getBoxAlignment Box Alignment}'.
*
*
* @return the meta object for the attribute 'Box Alignment'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextLiteralWithExtent#getBoxAlignment()
* @see #getIfcTextLiteralWithExtent()
* @generated
*/
EAttribute getIfcTextLiteralWithExtent_BoxAlignment();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle Ifc Text Style}'.
*
*
* @return the meta object for class 'Ifc Text Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyle
* @generated
*/
EClass getIfcTextStyle();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextCharacterAppearance Text Character Appearance}'.
*
*
* @return the meta object for the reference 'Text Character Appearance'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextCharacterAppearance()
* @see #getIfcTextStyle()
* @generated
*/
EReference getIfcTextStyle_TextCharacterAppearance();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextStyle Text Style}'.
*
*
* @return the meta object for the reference 'Text Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextStyle()
* @see #getIfcTextStyle()
* @generated
*/
EReference getIfcTextStyle_TextStyle();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextFontStyle Text Font Style}'.
*
*
* @return the meta object for the reference 'Text Font Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyle#getTextFontStyle()
* @see #getIfcTextStyle()
* @generated
*/
EReference getIfcTextStyle_TextFontStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel Ifc Text Style Font Model}'.
*
*
* @return the meta object for class 'Ifc Text Style Font Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel
* @generated
*/
EClass getIfcTextStyleFontModel();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontFamily Font Family}'.
*
*
* @return the meta object for the attribute list 'Font Family'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontFamily()
* @see #getIfcTextStyleFontModel()
* @generated
*/
EAttribute getIfcTextStyleFontModel_FontFamily();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontStyle Font Style}'.
*
*
* @return the meta object for the attribute 'Font Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontStyle()
* @see #getIfcTextStyleFontModel()
* @generated
*/
EAttribute getIfcTextStyleFontModel_FontStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontVariant Font Variant}'.
*
*
* @return the meta object for the attribute 'Font Variant'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontVariant()
* @see #getIfcTextStyleFontModel()
* @generated
*/
EAttribute getIfcTextStyleFontModel_FontVariant();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontWeight Font Weight}'.
*
*
* @return the meta object for the attribute 'Font Weight'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontWeight()
* @see #getIfcTextStyleFontModel()
* @generated
*/
EAttribute getIfcTextStyleFontModel_FontWeight();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontSize Font Size}'.
*
*
* @return the meta object for the reference 'Font Size'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleFontModel#getFontSize()
* @see #getIfcTextStyleFontModel()
* @generated
*/
EReference getIfcTextStyleFontModel_FontSize();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont Ifc Text Style For Defined Font}'.
*
*
* @return the meta object for class 'Ifc Text Style For Defined Font'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont
* @generated
*/
EClass getIfcTextStyleForDefinedFont();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont#getColour Colour}'.
*
*
* @return the meta object for the reference 'Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont#getColour()
* @see #getIfcTextStyleForDefinedFont()
* @generated
*/
EReference getIfcTextStyleForDefinedFont_Colour();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont#getBackgroundColour Background Colour}'.
*
*
* @return the meta object for the reference 'Background Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleForDefinedFont#getBackgroundColour()
* @see #getIfcTextStyleForDefinedFont()
* @generated
*/
EReference getIfcTextStyleForDefinedFont_BackgroundColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel Ifc Text Style Text Model}'.
*
*
* @return the meta object for class 'Ifc Text Style Text Model'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel
* @generated
*/
EClass getIfcTextStyleTextModel();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextIndent Text Indent}'.
*
*
* @return the meta object for the reference 'Text Indent'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextIndent()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EReference getIfcTextStyleTextModel_TextIndent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextAlign Text Align}'.
*
*
* @return the meta object for the attribute 'Text Align'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextAlign()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EAttribute getIfcTextStyleTextModel_TextAlign();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextDecoration Text Decoration}'.
*
*
* @return the meta object for the attribute 'Text Decoration'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextDecoration()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EAttribute getIfcTextStyleTextModel_TextDecoration();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getLetterSpacing Letter Spacing}'.
*
*
* @return the meta object for the reference 'Letter Spacing'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getLetterSpacing()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EReference getIfcTextStyleTextModel_LetterSpacing();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getWordSpacing Word Spacing}'.
*
*
* @return the meta object for the reference 'Word Spacing'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getWordSpacing()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EReference getIfcTextStyleTextModel_WordSpacing();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextTransform Text Transform}'.
*
*
* @return the meta object for the attribute 'Text Transform'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getTextTransform()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EAttribute getIfcTextStyleTextModel_TextTransform();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getLineHeight Line Height}'.
*
*
* @return the meta object for the reference 'Line Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleTextModel#getLineHeight()
* @see #getIfcTextStyleTextModel()
* @generated
*/
EReference getIfcTextStyleTextModel_LineHeight();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics Ifc Text Style With Box Characteristics}'.
*
*
* @return the meta object for class 'Ifc Text Style With Box Characteristics'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics
* @generated
*/
EClass getIfcTextStyleWithBoxCharacteristics();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeight Box Height}'.
*
*
* @return the meta object for the attribute 'Box Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeight()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeightAsString Box Height As String}'.
*
*
* @return the meta object for the attribute 'Box Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxHeightAsString()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidth Box Width}'.
*
*
* @return the meta object for the attribute 'Box Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidth()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidthAsString Box Width As String}'.
*
*
* @return the meta object for the attribute 'Box Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxWidthAsString()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngle Box Slant Angle}'.
*
*
* @return the meta object for the attribute 'Box Slant Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngle()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxSlantAngle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngleAsString Box Slant Angle As String}'.
*
*
* @return the meta object for the attribute 'Box Slant Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxSlantAngleAsString()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxSlantAngleAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngle Box Rotate Angle}'.
*
*
* @return the meta object for the attribute 'Box Rotate Angle'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngle()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxRotateAngle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngleAsString Box Rotate Angle As String}'.
*
*
* @return the meta object for the attribute 'Box Rotate Angle As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getBoxRotateAngleAsString()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EAttribute getIfcTextStyleWithBoxCharacteristics_BoxRotateAngleAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getCharacterSpacing Character Spacing}'.
*
*
* @return the meta object for the reference 'Character Spacing'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleWithBoxCharacteristics#getCharacterSpacing()
* @see #getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EReference getIfcTextStyleWithBoxCharacteristics_CharacterSpacing();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinate Ifc Texture Coordinate}'.
*
*
* @return the meta object for class 'Ifc Texture Coordinate'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinate
* @generated
*/
EClass getIfcTextureCoordinate();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinate#getAnnotatedSurface Annotated Surface}'.
*
*
* @return the meta object for the reference list 'Annotated Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinate#getAnnotatedSurface()
* @see #getIfcTextureCoordinate()
* @generated
*/
EReference getIfcTextureCoordinate_AnnotatedSurface();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator Ifc Texture Coordinate Generator}'.
*
*
* @return the meta object for class 'Ifc Texture Coordinate Generator'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator
* @generated
*/
EClass getIfcTextureCoordinateGenerator();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator#getMode Mode}'.
*
*
* @return the meta object for the attribute 'Mode'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator#getMode()
* @see #getIfcTextureCoordinateGenerator()
* @generated
*/
EAttribute getIfcTextureCoordinateGenerator_Mode();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator#getParameter Parameter}'.
*
*
* @return the meta object for the reference list 'Parameter'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureCoordinateGenerator#getParameter()
* @see #getIfcTextureCoordinateGenerator()
* @generated
*/
EReference getIfcTextureCoordinateGenerator_Parameter();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureMap Ifc Texture Map}'.
*
*
* @return the meta object for class 'Ifc Texture Map'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureMap
* @generated
*/
EClass getIfcTextureMap();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTextureMap#getTextureMaps Texture Maps}'.
*
*
* @return the meta object for the reference list 'Texture Maps'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureMap#getTextureMaps()
* @see #getIfcTextureMap()
* @generated
*/
EReference getIfcTextureMap_TextureMaps();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextureVertex Ifc Texture Vertex}'.
*
*
* @return the meta object for class 'Ifc Texture Vertex'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureVertex
* @generated
*/
EClass getIfcTextureVertex();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcTextureVertex#getCoordinates Coordinates}'.
*
*
* @return the meta object for the attribute list 'Coordinates'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureVertex#getCoordinates()
* @see #getIfcTextureVertex()
* @generated
*/
EAttribute getIfcTextureVertex_Coordinates();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcTextureVertex#getCoordinatesAsString Coordinates As String}'.
*
*
* @return the meta object for the attribute list 'Coordinates As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextureVertex#getCoordinatesAsString()
* @see #getIfcTextureVertex()
* @generated
*/
EAttribute getIfcTextureVertex_CoordinatesAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties Ifc Thermal Material Properties}'.
*
*
* @return the meta object for class 'Ifc Thermal Material Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties
* @generated
*/
EClass getIfcThermalMaterialProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getSpecificHeatCapacity Specific Heat Capacity}'.
*
*
* @return the meta object for the attribute 'Specific Heat Capacity'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getSpecificHeatCapacity()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_SpecificHeatCapacity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getSpecificHeatCapacityAsString Specific Heat Capacity As String}'.
*
*
* @return the meta object for the attribute 'Specific Heat Capacity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getSpecificHeatCapacityAsString()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_SpecificHeatCapacityAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getBoilingPoint Boiling Point}'.
*
*
* @return the meta object for the attribute 'Boiling Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getBoilingPoint()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_BoilingPoint();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getBoilingPointAsString Boiling Point As String}'.
*
*
* @return the meta object for the attribute 'Boiling Point As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getBoilingPointAsString()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_BoilingPointAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getFreezingPoint Freezing Point}'.
*
*
* @return the meta object for the attribute 'Freezing Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getFreezingPoint()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_FreezingPoint();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getFreezingPointAsString Freezing Point As String}'.
*
*
* @return the meta object for the attribute 'Freezing Point As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getFreezingPointAsString()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_FreezingPointAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getThermalConductivity Thermal Conductivity}'.
*
*
* @return the meta object for the attribute 'Thermal Conductivity'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getThermalConductivity()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_ThermalConductivity();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getThermalConductivityAsString Thermal Conductivity As String}'.
*
*
* @return the meta object for the attribute 'Thermal Conductivity As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalMaterialProperties#getThermalConductivityAsString()
* @see #getIfcThermalMaterialProperties()
* @generated
*/
EAttribute getIfcThermalMaterialProperties_ThermalConductivityAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries Ifc Time Series}'.
*
*
* @return the meta object for class 'Ifc Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries
* @generated
*/
EClass getIfcTimeSeries();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getName Name}'.
*
*
* @return the meta object for the attribute 'Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getName()
* @see #getIfcTimeSeries()
* @generated
*/
EAttribute getIfcTimeSeries_Name();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getDescription Description}'.
*
*
* @return the meta object for the attribute 'Description'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getDescription()
* @see #getIfcTimeSeries()
* @generated
*/
EAttribute getIfcTimeSeries_Description();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getStartTime Start Time}'.
*
*
* @return the meta object for the reference 'Start Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getStartTime()
* @see #getIfcTimeSeries()
* @generated
*/
EReference getIfcTimeSeries_StartTime();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getEndTime End Time}'.
*
*
* @return the meta object for the reference 'End Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getEndTime()
* @see #getIfcTimeSeries()
* @generated
*/
EReference getIfcTimeSeries_EndTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getTimeSeriesDataType Time Series Data Type}'.
*
*
* @return the meta object for the attribute 'Time Series Data Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getTimeSeriesDataType()
* @see #getIfcTimeSeries()
* @generated
*/
EAttribute getIfcTimeSeries_TimeSeriesDataType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getDataOrigin Data Origin}'.
*
*
* @return the meta object for the attribute 'Data Origin'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getDataOrigin()
* @see #getIfcTimeSeries()
* @generated
*/
EAttribute getIfcTimeSeries_DataOrigin();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getUserDefinedDataOrigin User Defined Data Origin}'.
*
*
* @return the meta object for the attribute 'User Defined Data Origin'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getUserDefinedDataOrigin()
* @see #getIfcTimeSeries()
* @generated
*/
EAttribute getIfcTimeSeries_UserDefinedDataOrigin();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getUnit Unit}'.
*
*
* @return the meta object for the reference 'Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getUnit()
* @see #getIfcTimeSeries()
* @generated
*/
EReference getIfcTimeSeries_Unit();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getDocumentedBy Documented By}'.
*
*
* @return the meta object for the reference list 'Documented By'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeries#getDocumentedBy()
* @see #getIfcTimeSeries()
* @generated
*/
EReference getIfcTimeSeries_DocumentedBy();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship Ifc Time Series Reference Relationship}'.
*
*
* @return the meta object for class 'Ifc Time Series Reference Relationship'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship
* @generated
*/
EClass getIfcTimeSeriesReferenceRelationship();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship#getReferencedTimeSeries Referenced Time Series}'.
*
*
* @return the meta object for the reference 'Referenced Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship#getReferencedTimeSeries()
* @see #getIfcTimeSeriesReferenceRelationship()
* @generated
*/
EReference getIfcTimeSeriesReferenceRelationship_ReferencedTimeSeries();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship#getTimeSeriesReferences Time Series References}'.
*
*
* @return the meta object for the reference list 'Time Series References'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesReferenceRelationship#getTimeSeriesReferences()
* @see #getIfcTimeSeriesReferenceRelationship()
* @generated
*/
EReference getIfcTimeSeriesReferenceRelationship_TimeSeriesReferences();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule Ifc Time Series Schedule}'.
*
*
* @return the meta object for class 'Ifc Time Series Schedule'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule
* @generated
*/
EClass getIfcTimeSeriesSchedule();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getApplicableDates Applicable Dates}'.
*
*
* @return the meta object for the reference list 'Applicable Dates'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getApplicableDates()
* @see #getIfcTimeSeriesSchedule()
* @generated
*/
EReference getIfcTimeSeriesSchedule_ApplicableDates();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeriesScheduleType Time Series Schedule Type}'.
*
*
* @return the meta object for the attribute 'Time Series Schedule Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeriesScheduleType()
* @see #getIfcTimeSeriesSchedule()
* @generated
*/
EAttribute getIfcTimeSeriesSchedule_TimeSeriesScheduleType();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeries Time Series}'.
*
*
* @return the meta object for the reference 'Time Series'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesSchedule#getTimeSeries()
* @see #getIfcTimeSeriesSchedule()
* @generated
*/
EReference getIfcTimeSeriesSchedule_TimeSeries();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesValue Ifc Time Series Value}'.
*
*
* @return the meta object for class 'Ifc Time Series Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesValue
* @generated
*/
EClass getIfcTimeSeriesValue();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesValue#getListValues List Values}'.
*
*
* @return the meta object for the reference list 'List Values'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesValue#getListValues()
* @see #getIfcTimeSeriesValue()
* @generated
*/
EReference getIfcTimeSeriesValue_ListValues();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTopologicalRepresentationItem Ifc Topological Representation Item}'.
*
*
* @return the meta object for class 'Ifc Topological Representation Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcTopologicalRepresentationItem
* @generated
*/
EClass getIfcTopologicalRepresentationItem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTopologyRepresentation Ifc Topology Representation}'.
*
*
* @return the meta object for class 'Ifc Topology Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcTopologyRepresentation
* @generated
*/
EClass getIfcTopologyRepresentation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTransformerType Ifc Transformer Type}'.
*
*
* @return the meta object for class 'Ifc Transformer Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransformerType
* @generated
*/
EClass getIfcTransformerType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransformerType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransformerType#getPredefinedType()
* @see #getIfcTransformerType()
* @generated
*/
EAttribute getIfcTransformerType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement Ifc Transport Element}'.
*
*
* @return the meta object for class 'Ifc Transport Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement
* @generated
*/
EClass getIfcTransportElement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement#getOperationType Operation Type}'.
*
*
* @return the meta object for the attribute 'Operation Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement#getOperationType()
* @see #getIfcTransportElement()
* @generated
*/
EAttribute getIfcTransportElement_OperationType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByWeight Capacity By Weight}'.
*
*
* @return the meta object for the attribute 'Capacity By Weight'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByWeight()
* @see #getIfcTransportElement()
* @generated
*/
EAttribute getIfcTransportElement_CapacityByWeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByWeightAsString Capacity By Weight As String}'.
*
*
* @return the meta object for the attribute 'Capacity By Weight As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByWeightAsString()
* @see #getIfcTransportElement()
* @generated
*/
EAttribute getIfcTransportElement_CapacityByWeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByNumber Capacity By Number}'.
*
*
* @return the meta object for the attribute 'Capacity By Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByNumber()
* @see #getIfcTransportElement()
* @generated
*/
EAttribute getIfcTransportElement_CapacityByNumber();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByNumberAsString Capacity By Number As String}'.
*
*
* @return the meta object for the attribute 'Capacity By Number As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElement#getCapacityByNumberAsString()
* @see #getIfcTransportElement()
* @generated
*/
EAttribute getIfcTransportElement_CapacityByNumberAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElementType Ifc Transport Element Type}'.
*
*
* @return the meta object for class 'Ifc Transport Element Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElementType
* @generated
*/
EClass getIfcTransportElementType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElementType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElementType#getPredefinedType()
* @see #getIfcTransportElementType()
* @generated
*/
EAttribute getIfcTransportElementType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef Ifc Trapezium Profile Def}'.
*
*
* @return the meta object for class 'Ifc Trapezium Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef
* @generated
*/
EClass getIfcTrapeziumProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDim Bottom XDim}'.
*
*
* @return the meta object for the attribute 'Bottom XDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDim()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_BottomXDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDimAsString Bottom XDim As String}'.
*
*
* @return the meta object for the attribute 'Bottom XDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getBottomXDimAsString()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_BottomXDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDim Top XDim}'.
*
*
* @return the meta object for the attribute 'Top XDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDim()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_TopXDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDimAsString Top XDim As String}'.
*
*
* @return the meta object for the attribute 'Top XDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXDimAsString()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_TopXDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDim YDim}'.
*
*
* @return the meta object for the attribute 'YDim'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDim()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_YDim();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDimAsString YDim As String}'.
*
*
* @return the meta object for the attribute 'YDim As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getYDimAsString()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_YDimAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffset Top XOffset}'.
*
*
* @return the meta object for the attribute 'Top XOffset'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffset()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_TopXOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffsetAsString Top XOffset As String}'.
*
*
* @return the meta object for the attribute 'Top XOffset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrapeziumProfileDef#getTopXOffsetAsString()
* @see #getIfcTrapeziumProfileDef()
* @generated
*/
EAttribute getIfcTrapeziumProfileDef_TopXOffsetAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve Ifc Trimmed Curve}'.
*
*
* @return the meta object for class 'Ifc Trimmed Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve
* @generated
*/
EClass getIfcTrimmedCurve();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getBasisCurve Basis Curve}'.
*
*
* @return the meta object for the reference 'Basis Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getBasisCurve()
* @see #getIfcTrimmedCurve()
* @generated
*/
EReference getIfcTrimmedCurve_BasisCurve();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getTrim1 Trim1}'.
*
*
* @return the meta object for the reference list 'Trim1'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getTrim1()
* @see #getIfcTrimmedCurve()
* @generated
*/
EReference getIfcTrimmedCurve_Trim1();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getTrim2 Trim2}'.
*
*
* @return the meta object for the reference list 'Trim2'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getTrim2()
* @see #getIfcTrimmedCurve()
* @generated
*/
EReference getIfcTrimmedCurve_Trim2();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getSenseAgreement Sense Agreement}'.
*
*
* @return the meta object for the attribute 'Sense Agreement'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getSenseAgreement()
* @see #getIfcTrimmedCurve()
* @generated
*/
EAttribute getIfcTrimmedCurve_SenseAgreement();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getMasterRepresentation Master Representation}'.
*
*
* @return the meta object for the attribute 'Master Representation'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmedCurve#getMasterRepresentation()
* @see #getIfcTrimmedCurve()
* @generated
*/
EAttribute getIfcTrimmedCurve_MasterRepresentation();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTubeBundleType Ifc Tube Bundle Type}'.
*
*
* @return the meta object for class 'Ifc Tube Bundle Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTubeBundleType
* @generated
*/
EClass getIfcTubeBundleType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTubeBundleType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcTubeBundleType#getPredefinedType()
* @see #getIfcTubeBundleType()
* @generated
*/
EAttribute getIfcTubeBundleType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTwoDirectionRepeatFactor Ifc Two Direction Repeat Factor}'.
*
*
* @return the meta object for class 'Ifc Two Direction Repeat Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcTwoDirectionRepeatFactor
* @generated
*/
EClass getIfcTwoDirectionRepeatFactor();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcTwoDirectionRepeatFactor#getSecondRepeatFactor Second Repeat Factor}'.
*
*
* @return the meta object for the reference 'Second Repeat Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcTwoDirectionRepeatFactor#getSecondRepeatFactor()
* @see #getIfcTwoDirectionRepeatFactor()
* @generated
*/
EReference getIfcTwoDirectionRepeatFactor_SecondRepeatFactor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTypeObject Ifc Type Object}'.
*
*
* @return the meta object for class 'Ifc Type Object'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeObject
* @generated
*/
EClass getIfcTypeObject();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTypeObject#getApplicableOccurrence Applicable Occurrence}'.
*
*
* @return the meta object for the attribute 'Applicable Occurrence'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeObject#getApplicableOccurrence()
* @see #getIfcTypeObject()
* @generated
*/
EAttribute getIfcTypeObject_ApplicableOccurrence();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTypeObject#getHasPropertySets Has Property Sets}'.
*
*
* @return the meta object for the reference list 'Has Property Sets'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeObject#getHasPropertySets()
* @see #getIfcTypeObject()
* @generated
*/
EReference getIfcTypeObject_HasPropertySets();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTypeObject#getObjectTypeOf Object Type Of}'.
*
*
* @return the meta object for the reference list 'Object Type Of'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeObject#getObjectTypeOf()
* @see #getIfcTypeObject()
* @generated
*/
EReference getIfcTypeObject_ObjectTypeOf();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTypeProduct Ifc Type Product}'.
*
*
* @return the meta object for class 'Ifc Type Product'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeProduct
* @generated
*/
EClass getIfcTypeProduct();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcTypeProduct#getRepresentationMaps Representation Maps}'.
*
*
* @return the meta object for the reference list 'Representation Maps'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeProduct#getRepresentationMaps()
* @see #getIfcTypeProduct()
* @generated
*/
EReference getIfcTypeProduct_RepresentationMaps();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTypeProduct#getTag Tag}'.
*
*
* @return the meta object for the attribute 'Tag'.
* @see org.bimserver.models.ifc2x3tc1.IfcTypeProduct#getTag()
* @see #getIfcTypeProduct()
* @generated
*/
EAttribute getIfcTypeProduct_Tag();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef Ifc UShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc UShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef
* @generated
*/
EClass getIfcUShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getDepth()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getDepthAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_DepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeWidth Flange Width}'.
*
*
* @return the meta object for the attribute 'Flange Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeWidth()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FlangeWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeWidthAsString Flange Width As String}'.
*
*
* @return the meta object for the attribute 'Flange Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeWidthAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FlangeWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getWebThickness Web Thickness}'.
*
*
* @return the meta object for the attribute 'Web Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getWebThickness()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_WebThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getWebThicknessAsString Web Thickness As String}'.
*
*
* @return the meta object for the attribute 'Web Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getWebThicknessAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_WebThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeThickness Flange Thickness}'.
*
*
* @return the meta object for the attribute 'Flange Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeThickness()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FlangeThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}'.
*
*
* @return the meta object for the attribute 'Flange Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeThicknessAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FlangeThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFilletRadius Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFilletRadius()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFilletRadiusAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getEdgeRadius Edge Radius}'.
*
*
* @return the meta object for the attribute 'Edge Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getEdgeRadius()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_EdgeRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}'.
*
*
* @return the meta object for the attribute 'Edge Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getEdgeRadiusAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_EdgeRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeSlope Flange Slope}'.
*
*
* @return the meta object for the attribute 'Flange Slope'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeSlope()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FlangeSlope();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeSlopeAsString Flange Slope As String}'.
*
*
* @return the meta object for the attribute 'Flange Slope As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getFlangeSlopeAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_FlangeSlopeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getCentreOfGravityInX Centre Of Gravity In X}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In X'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getCentreOfGravityInX()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_CentreOfGravityInX();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getCentreOfGravityInXAsString Centre Of Gravity In XAs String}'.
*
*
* @return the meta object for the attribute 'Centre Of Gravity In XAs String'.
* @see org.bimserver.models.ifc2x3tc1.IfcUShapeProfileDef#getCentreOfGravityInXAsString()
* @see #getIfcUShapeProfileDef()
* @generated
*/
EAttribute getIfcUShapeProfileDef_CentreOfGravityInXAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcUnitAssignment Ifc Unit Assignment}'.
*
*
* @return the meta object for class 'Ifc Unit Assignment'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitAssignment
* @generated
*/
EClass getIfcUnitAssignment();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcUnitAssignment#getUnits Units}'.
*
*
* @return the meta object for the reference list 'Units'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitAssignment#getUnits()
* @see #getIfcUnitAssignment()
* @generated
*/
EReference getIfcUnitAssignment_Units();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentType Ifc Unitary Equipment Type}'.
*
*
* @return the meta object for class 'Ifc Unitary Equipment Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentType
* @generated
*/
EClass getIfcUnitaryEquipmentType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentType#getPredefinedType()
* @see #getIfcUnitaryEquipmentType()
* @generated
*/
EAttribute getIfcUnitaryEquipmentType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcValveType Ifc Valve Type}'.
*
*
* @return the meta object for class 'Ifc Valve Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcValveType
* @generated
*/
EClass getIfcValveType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcValveType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcValveType#getPredefinedType()
* @see #getIfcValveType()
* @generated
*/
EAttribute getIfcValveType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVector Ifc Vector}'.
*
*
* @return the meta object for class 'Ifc Vector'.
* @see org.bimserver.models.ifc2x3tc1.IfcVector
* @generated
*/
EClass getIfcVector();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcVector#getOrientation Orientation}'.
*
*
* @return the meta object for the reference 'Orientation'.
* @see org.bimserver.models.ifc2x3tc1.IfcVector#getOrientation()
* @see #getIfcVector()
* @generated
*/
EReference getIfcVector_Orientation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVector#getMagnitude Magnitude}'.
*
*
* @return the meta object for the attribute 'Magnitude'.
* @see org.bimserver.models.ifc2x3tc1.IfcVector#getMagnitude()
* @see #getIfcVector()
* @generated
*/
EAttribute getIfcVector_Magnitude();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVector#getMagnitudeAsString Magnitude As String}'.
*
*
* @return the meta object for the attribute 'Magnitude As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcVector#getMagnitudeAsString()
* @see #getIfcVector()
* @generated
*/
EAttribute getIfcVector_MagnitudeAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVector#getDim Dim}'.
*
*
* @return the meta object for the attribute 'Dim'.
* @see org.bimserver.models.ifc2x3tc1.IfcVector#getDim()
* @see #getIfcVector()
* @generated
*/
EAttribute getIfcVector_Dim();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVertex Ifc Vertex}'.
*
*
* @return the meta object for class 'Ifc Vertex'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertex
* @generated
*/
EClass getIfcVertex();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap Ifc Vertex Based Texture Map}'.
*
*
* @return the meta object for class 'Ifc Vertex Based Texture Map'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap
* @generated
*/
EClass getIfcVertexBasedTextureMap();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap#getTextureVertices Texture Vertices}'.
*
*
* @return the meta object for the reference list 'Texture Vertices'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap#getTextureVertices()
* @see #getIfcVertexBasedTextureMap()
* @generated
*/
EReference getIfcVertexBasedTextureMap_TextureVertices();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap#getTexturePoints Texture Points}'.
*
*
* @return the meta object for the reference list 'Texture Points'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexBasedTextureMap#getTexturePoints()
* @see #getIfcVertexBasedTextureMap()
* @generated
*/
EReference getIfcVertexBasedTextureMap_TexturePoints();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVertexLoop Ifc Vertex Loop}'.
*
*
* @return the meta object for class 'Ifc Vertex Loop'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexLoop
* @generated
*/
EClass getIfcVertexLoop();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcVertexLoop#getLoopVertex Loop Vertex}'.
*
*
* @return the meta object for the reference 'Loop Vertex'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexLoop#getLoopVertex()
* @see #getIfcVertexLoop()
* @generated
*/
EReference getIfcVertexLoop_LoopVertex();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVertexPoint Ifc Vertex Point}'.
*
*
* @return the meta object for class 'Ifc Vertex Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexPoint
* @generated
*/
EClass getIfcVertexPoint();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcVertexPoint#getVertexGeometry Vertex Geometry}'.
*
*
* @return the meta object for the reference 'Vertex Geometry'.
* @see org.bimserver.models.ifc2x3tc1.IfcVertexPoint#getVertexGeometry()
* @see #getIfcVertexPoint()
* @generated
*/
EReference getIfcVertexPoint_VertexGeometry();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorType Ifc Vibration Isolator Type}'.
*
*
* @return the meta object for class 'Ifc Vibration Isolator Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorType
* @generated
*/
EClass getIfcVibrationIsolatorType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorType#getPredefinedType()
* @see #getIfcVibrationIsolatorType()
* @generated
*/
EAttribute getIfcVibrationIsolatorType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualElement Ifc Virtual Element}'.
*
*
* @return the meta object for class 'Ifc Virtual Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualElement
* @generated
*/
EClass getIfcVirtualElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection Ifc Virtual Grid Intersection}'.
*
*
* @return the meta object for class 'Ifc Virtual Grid Intersection'.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection
* @generated
*/
EClass getIfcVirtualGridIntersection();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection#getIntersectingAxes Intersecting Axes}'.
*
*
* @return the meta object for the reference list 'Intersecting Axes'.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection#getIntersectingAxes()
* @see #getIfcVirtualGridIntersection()
* @generated
*/
EReference getIfcVirtualGridIntersection_IntersectingAxes();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection#getOffsetDistances Offset Distances}'.
*
*
* @return the meta object for the attribute list 'Offset Distances'.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection#getOffsetDistances()
* @see #getIfcVirtualGridIntersection()
* @generated
*/
EAttribute getIfcVirtualGridIntersection_OffsetDistances();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection#getOffsetDistancesAsString Offset Distances As String}'.
*
*
* @return the meta object for the attribute list 'Offset Distances As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcVirtualGridIntersection#getOffsetDistancesAsString()
* @see #getIfcVirtualGridIntersection()
* @generated
*/
EAttribute getIfcVirtualGridIntersection_OffsetDistancesAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWall Ifc Wall}'.
*
*
* @return the meta object for class 'Ifc Wall'.
* @see org.bimserver.models.ifc2x3tc1.IfcWall
* @generated
*/
EClass getIfcWall();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWallStandardCase Ifc Wall Standard Case}'.
*
*
* @return the meta object for class 'Ifc Wall Standard Case'.
* @see org.bimserver.models.ifc2x3tc1.IfcWallStandardCase
* @generated
*/
EClass getIfcWallStandardCase();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWallType Ifc Wall Type}'.
*
*
* @return the meta object for class 'Ifc Wall Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWallType
* @generated
*/
EClass getIfcWallType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWallType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWallType#getPredefinedType()
* @see #getIfcWallType()
* @generated
*/
EAttribute getIfcWallType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWasteTerminalType Ifc Waste Terminal Type}'.
*
*
* @return the meta object for class 'Ifc Waste Terminal Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWasteTerminalType
* @generated
*/
EClass getIfcWasteTerminalType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWasteTerminalType#getPredefinedType Predefined Type}'.
*
*
* @return the meta object for the attribute 'Predefined Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWasteTerminalType#getPredefinedType()
* @see #getIfcWasteTerminalType()
* @generated
*/
EAttribute getIfcWasteTerminalType_PredefinedType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties Ifc Water Properties}'.
*
*
* @return the meta object for class 'Ifc Water Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties
* @generated
*/
EClass getIfcWaterProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getIsPotable Is Potable}'.
*
*
* @return the meta object for the attribute 'Is Potable'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getIsPotable()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_IsPotable();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardness Hardness}'.
*
*
* @return the meta object for the attribute 'Hardness'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardness()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_Hardness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardnessAsString Hardness As String}'.
*
*
* @return the meta object for the attribute 'Hardness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getHardnessAsString()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_HardnessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentration Alkalinity Concentration}'.
*
*
* @return the meta object for the attribute 'Alkalinity Concentration'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentration()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_AlkalinityConcentration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentrationAsString Alkalinity Concentration As String}'.
*
*
* @return the meta object for the attribute 'Alkalinity Concentration As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAlkalinityConcentrationAsString()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_AlkalinityConcentrationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentration Acidity Concentration}'.
*
*
* @return the meta object for the attribute 'Acidity Concentration'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentration()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_AcidityConcentration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentrationAsString Acidity Concentration As String}'.
*
*
* @return the meta object for the attribute 'Acidity Concentration As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getAcidityConcentrationAsString()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_AcidityConcentrationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContent Impurities Content}'.
*
*
* @return the meta object for the attribute 'Impurities Content'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContent()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_ImpuritiesContent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContentAsString Impurities Content As String}'.
*
*
* @return the meta object for the attribute 'Impurities Content As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getImpuritiesContentAsString()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_ImpuritiesContentAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevel PH Level}'.
*
*
* @return the meta object for the attribute 'PH Level'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevel()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_PHLevel();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevelAsString PH Level As String}'.
*
*
* @return the meta object for the attribute 'PH Level As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getPHLevelAsString()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_PHLevelAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContent Dissolved Solids Content}'.
*
*
* @return the meta object for the attribute 'Dissolved Solids Content'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContent()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_DissolvedSolidsContent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContentAsString Dissolved Solids Content As String}'.
*
*
* @return the meta object for the attribute 'Dissolved Solids Content As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWaterProperties#getDissolvedSolidsContentAsString()
* @see #getIfcWaterProperties()
* @generated
*/
EAttribute getIfcWaterProperties_DissolvedSolidsContentAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWindow Ifc Window}'.
*
*
* @return the meta object for class 'Ifc Window'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindow
* @generated
*/
EClass getIfcWindow();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeight Overall Height}'.
*
*
* @return the meta object for the attribute 'Overall Height'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeight()
* @see #getIfcWindow()
* @generated
*/
EAttribute getIfcWindow_OverallHeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeightAsString Overall Height As String}'.
*
*
* @return the meta object for the attribute 'Overall Height As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallHeightAsString()
* @see #getIfcWindow()
* @generated
*/
EAttribute getIfcWindow_OverallHeightAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidth Overall Width}'.
*
*
* @return the meta object for the attribute 'Overall Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidth()
* @see #getIfcWindow()
* @generated
*/
EAttribute getIfcWindow_OverallWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidthAsString Overall Width As String}'.
*
*
* @return the meta object for the attribute 'Overall Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindow#getOverallWidthAsString()
* @see #getIfcWindow()
* @generated
*/
EAttribute getIfcWindow_OverallWidthAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties Ifc Window Lining Properties}'.
*
*
* @return the meta object for class 'Ifc Window Lining Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties
* @generated
*/
EClass getIfcWindowLiningProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningDepth Lining Depth}'.
*
*
* @return the meta object for the attribute 'Lining Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningDepth()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_LiningDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningDepthAsString Lining Depth As String}'.
*
*
* @return the meta object for the attribute 'Lining Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningDepthAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_LiningDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningThickness Lining Thickness}'.
*
*
* @return the meta object for the attribute 'Lining Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningThickness()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_LiningThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningThicknessAsString Lining Thickness As String}'.
*
*
* @return the meta object for the attribute 'Lining Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getLiningThicknessAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_LiningThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getTransomThickness Transom Thickness}'.
*
*
* @return the meta object for the attribute 'Transom Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getTransomThickness()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_TransomThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getTransomThicknessAsString Transom Thickness As String}'.
*
*
* @return the meta object for the attribute 'Transom Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getTransomThicknessAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_TransomThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getMullionThickness Mullion Thickness}'.
*
*
* @return the meta object for the attribute 'Mullion Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getMullionThickness()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_MullionThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getMullionThicknessAsString Mullion Thickness As String}'.
*
*
* @return the meta object for the attribute 'Mullion Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getMullionThicknessAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_MullionThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstTransomOffset First Transom Offset}'.
*
*
* @return the meta object for the attribute 'First Transom Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstTransomOffset()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_FirstTransomOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstTransomOffsetAsString First Transom Offset As String}'.
*
*
* @return the meta object for the attribute 'First Transom Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstTransomOffsetAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_FirstTransomOffsetAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondTransomOffset Second Transom Offset}'.
*
*
* @return the meta object for the attribute 'Second Transom Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondTransomOffset()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_SecondTransomOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondTransomOffsetAsString Second Transom Offset As String}'.
*
*
* @return the meta object for the attribute 'Second Transom Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondTransomOffsetAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_SecondTransomOffsetAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstMullionOffset First Mullion Offset}'.
*
*
* @return the meta object for the attribute 'First Mullion Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstMullionOffset()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_FirstMullionOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstMullionOffsetAsString First Mullion Offset As String}'.
*
*
* @return the meta object for the attribute 'First Mullion Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getFirstMullionOffsetAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_FirstMullionOffsetAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondMullionOffset Second Mullion Offset}'.
*
*
* @return the meta object for the attribute 'Second Mullion Offset'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondMullionOffset()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_SecondMullionOffset();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondMullionOffsetAsString Second Mullion Offset As String}'.
*
*
* @return the meta object for the attribute 'Second Mullion Offset As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getSecondMullionOffsetAsString()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EAttribute getIfcWindowLiningProperties_SecondMullionOffsetAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getShapeAspectStyle Shape Aspect Style}'.
*
*
* @return the meta object for the reference 'Shape Aspect Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowLiningProperties#getShapeAspectStyle()
* @see #getIfcWindowLiningProperties()
* @generated
*/
EReference getIfcWindowLiningProperties_ShapeAspectStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties Ifc Window Panel Properties}'.
*
*
* @return the meta object for class 'Ifc Window Panel Properties'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties
* @generated
*/
EClass getIfcWindowPanelProperties();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getOperationType Operation Type}'.
*
*
* @return the meta object for the attribute 'Operation Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getOperationType()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EAttribute getIfcWindowPanelProperties_OperationType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getPanelPosition Panel Position}'.
*
*
* @return the meta object for the attribute 'Panel Position'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getPanelPosition()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EAttribute getIfcWindowPanelProperties_PanelPosition();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameDepth Frame Depth}'.
*
*
* @return the meta object for the attribute 'Frame Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameDepth()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EAttribute getIfcWindowPanelProperties_FrameDepth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameDepthAsString Frame Depth As String}'.
*
*
* @return the meta object for the attribute 'Frame Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameDepthAsString()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EAttribute getIfcWindowPanelProperties_FrameDepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameThickness Frame Thickness}'.
*
*
* @return the meta object for the attribute 'Frame Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameThickness()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EAttribute getIfcWindowPanelProperties_FrameThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameThicknessAsString Frame Thickness As String}'.
*
*
* @return the meta object for the attribute 'Frame Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getFrameThicknessAsString()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EAttribute getIfcWindowPanelProperties_FrameThicknessAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getShapeAspectStyle Shape Aspect Style}'.
*
*
* @return the meta object for the reference 'Shape Aspect Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelProperties#getShapeAspectStyle()
* @see #getIfcWindowPanelProperties()
* @generated
*/
EReference getIfcWindowPanelProperties_ShapeAspectStyle();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle Ifc Window Style}'.
*
*
* @return the meta object for class 'Ifc Window Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyle
* @generated
*/
EClass getIfcWindowStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getConstructionType Construction Type}'.
*
*
* @return the meta object for the attribute 'Construction Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getConstructionType()
* @see #getIfcWindowStyle()
* @generated
*/
EAttribute getIfcWindowStyle_ConstructionType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getOperationType Operation Type}'.
*
*
* @return the meta object for the attribute 'Operation Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getOperationType()
* @see #getIfcWindowStyle()
* @generated
*/
EAttribute getIfcWindowStyle_OperationType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getParameterTakesPrecedence Parameter Takes Precedence}'.
*
*
* @return the meta object for the attribute 'Parameter Takes Precedence'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getParameterTakesPrecedence()
* @see #getIfcWindowStyle()
* @generated
*/
EAttribute getIfcWindowStyle_ParameterTakesPrecedence();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getSizeable Sizeable}'.
*
*
* @return the meta object for the attribute 'Sizeable'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyle#getSizeable()
* @see #getIfcWindowStyle()
* @generated
*/
EAttribute getIfcWindowStyle_Sizeable();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl Ifc Work Control}'.
*
*
* @return the meta object for class 'Ifc Work Control'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl
* @generated
*/
EClass getIfcWorkControl();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getIdentifier Identifier}'.
*
*
* @return the meta object for the attribute 'Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getIdentifier()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_Identifier();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreationDate Creation Date}'.
*
*
* @return the meta object for the reference 'Creation Date'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreationDate()
* @see #getIfcWorkControl()
* @generated
*/
EReference getIfcWorkControl_CreationDate();
/**
* Returns the meta object for the reference list '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreators Creators}'.
*
*
* @return the meta object for the reference list 'Creators'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreators()
* @see #getIfcWorkControl()
* @generated
*/
EReference getIfcWorkControl_Creators();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getPurpose Purpose}'.
*
*
* @return the meta object for the attribute 'Purpose'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getPurpose()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_Purpose();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDuration Duration}'.
*
*
* @return the meta object for the attribute 'Duration'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDuration()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_Duration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDurationAsString Duration As String}'.
*
*
* @return the meta object for the attribute 'Duration As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDurationAsString()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_DurationAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloat Total Float}'.
*
*
* @return the meta object for the attribute 'Total Float'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloat()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_TotalFloat();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloatAsString Total Float As String}'.
*
*
* @return the meta object for the attribute 'Total Float As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloatAsString()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_TotalFloatAsString();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getStartTime Start Time}'.
*
*
* @return the meta object for the reference 'Start Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getStartTime()
* @see #getIfcWorkControl()
* @generated
*/
EReference getIfcWorkControl_StartTime();
/**
* Returns the meta object for the reference '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getFinishTime Finish Time}'.
*
*
* @return the meta object for the reference 'Finish Time'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getFinishTime()
* @see #getIfcWorkControl()
* @generated
*/
EReference getIfcWorkControl_FinishTime();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getWorkControlType Work Control Type}'.
*
*
* @return the meta object for the attribute 'Work Control Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getWorkControlType()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_WorkControlType();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getUserDefinedControlType User Defined Control Type}'.
*
*
* @return the meta object for the attribute 'User Defined Control Type'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControl#getUserDefinedControlType()
* @see #getIfcWorkControl()
* @generated
*/
EAttribute getIfcWorkControl_UserDefinedControlType();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWorkPlan Ifc Work Plan}'.
*
*
* @return the meta object for class 'Ifc Work Plan'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkPlan
* @generated
*/
EClass getIfcWorkPlan();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWorkSchedule Ifc Work Schedule}'.
*
*
* @return the meta object for class 'Ifc Work Schedule'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkSchedule
* @generated
*/
EClass getIfcWorkSchedule();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef Ifc ZShape Profile Def}'.
*
*
* @return the meta object for class 'Ifc ZShape Profile Def'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef
* @generated
*/
EClass getIfcZShapeProfileDef();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepth Depth}'.
*
*
* @return the meta object for the attribute 'Depth'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepth()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_Depth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepthAsString Depth As String}'.
*
*
* @return the meta object for the attribute 'Depth As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getDepthAsString()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_DepthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidth Flange Width}'.
*
*
* @return the meta object for the attribute 'Flange Width'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidth()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_FlangeWidth();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidthAsString Flange Width As String}'.
*
*
* @return the meta object for the attribute 'Flange Width As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeWidthAsString()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_FlangeWidthAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThickness Web Thickness}'.
*
*
* @return the meta object for the attribute 'Web Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThickness()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_WebThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThicknessAsString Web Thickness As String}'.
*
*
* @return the meta object for the attribute 'Web Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getWebThicknessAsString()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_WebThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThickness Flange Thickness}'.
*
*
* @return the meta object for the attribute 'Flange Thickness'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThickness()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_FlangeThickness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThicknessAsString Flange Thickness As String}'.
*
*
* @return the meta object for the attribute 'Flange Thickness As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFlangeThicknessAsString()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_FlangeThicknessAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadius Fillet Radius}'.
*
*
* @return the meta object for the attribute 'Fillet Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadius()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_FilletRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadiusAsString Fillet Radius As String}'.
*
*
* @return the meta object for the attribute 'Fillet Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getFilletRadiusAsString()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_FilletRadiusAsString();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadius Edge Radius}'.
*
*
* @return the meta object for the attribute 'Edge Radius'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadius()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_EdgeRadius();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadiusAsString Edge Radius As String}'.
*
*
* @return the meta object for the attribute 'Edge Radius As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcZShapeProfileDef#getEdgeRadiusAsString()
* @see #getIfcZShapeProfileDef()
* @generated
*/
EAttribute getIfcZShapeProfileDef_EdgeRadiusAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcZone Ifc Zone}'.
*
*
* @return the meta object for class 'Ifc Zone'.
* @see org.bimserver.models.ifc2x3tc1.IfcZone
* @generated
*/
EClass getIfcZone();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure Ifc Absorbed Dose Measure}'.
*
*
* @return the meta object for class 'Ifc Absorbed Dose Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure
* @generated
*/
EClass getIfcAbsorbedDoseMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure#getWrappedValue()
* @see #getIfcAbsorbedDoseMeasure()
* @generated
*/
EAttribute getIfcAbsorbedDoseMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAbsorbedDoseMeasure#getWrappedValueAsString()
* @see #getIfcAbsorbedDoseMeasure()
* @generated
*/
EAttribute getIfcAbsorbedDoseMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure Ifc Acceleration Measure}'.
*
*
* @return the meta object for class 'Ifc Acceleration Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure
* @generated
*/
EClass getIfcAccelerationMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure#getWrappedValue()
* @see #getIfcAccelerationMeasure()
* @generated
*/
EAttribute getIfcAccelerationMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAccelerationMeasure#getWrappedValueAsString()
* @see #getIfcAccelerationMeasure()
* @generated
*/
EAttribute getIfcAccelerationMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure Ifc Amount Of Substance Measure}'.
*
*
* @return the meta object for class 'Ifc Amount Of Substance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure
* @generated
*/
EClass getIfcAmountOfSubstanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure#getWrappedValue()
* @see #getIfcAmountOfSubstanceMeasure()
* @generated
*/
EAttribute getIfcAmountOfSubstanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAmountOfSubstanceMeasure#getWrappedValueAsString()
* @see #getIfcAmountOfSubstanceMeasure()
* @generated
*/
EAttribute getIfcAmountOfSubstanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure Ifc Angular Velocity Measure}'.
*
*
* @return the meta object for class 'Ifc Angular Velocity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure
* @generated
*/
EClass getIfcAngularVelocityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure#getWrappedValue()
* @see #getIfcAngularVelocityMeasure()
* @generated
*/
EAttribute getIfcAngularVelocityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAngularVelocityMeasure#getWrappedValueAsString()
* @see #getIfcAngularVelocityMeasure()
* @generated
*/
EAttribute getIfcAngularVelocityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAreaMeasure Ifc Area Measure}'.
*
*
* @return the meta object for class 'Ifc Area Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcAreaMeasure
* @generated
*/
EClass getIfcAreaMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAreaMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcAreaMeasure#getWrappedValue()
* @see #getIfcAreaMeasure()
* @generated
*/
EAttribute getIfcAreaMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcAreaMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcAreaMeasure#getWrappedValueAsString()
* @see #getIfcAreaMeasure()
* @generated
*/
EAttribute getIfcAreaMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoolean Ifc Boolean}'.
*
*
* @return the meta object for class 'Ifc Boolean'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoolean
* @generated
*/
EClass getIfcBoolean();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcBoolean#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoolean#getWrappedValue()
* @see #getIfcBoolean()
* @generated
*/
EAttribute getIfcBoolean_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure Ifc Context Dependent Measure}'.
*
*
* @return the meta object for class 'Ifc Context Dependent Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure
* @generated
*/
EClass getIfcContextDependentMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure#getWrappedValue()
* @see #getIfcContextDependentMeasure()
* @generated
*/
EAttribute getIfcContextDependentMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcContextDependentMeasure#getWrappedValueAsString()
* @see #getIfcContextDependentMeasure()
* @generated
*/
EAttribute getIfcContextDependentMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCountMeasure Ifc Count Measure}'.
*
*
* @return the meta object for class 'Ifc Count Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcCountMeasure
* @generated
*/
EClass getIfcCountMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCountMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcCountMeasure#getWrappedValue()
* @see #getIfcCountMeasure()
* @generated
*/
EAttribute getIfcCountMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCountMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCountMeasure#getWrappedValueAsString()
* @see #getIfcCountMeasure()
* @generated
*/
EAttribute getIfcCountMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure Ifc Curvature Measure}'.
*
*
* @return the meta object for class 'Ifc Curvature Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure
* @generated
*/
EClass getIfcCurvatureMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure#getWrappedValue()
* @see #getIfcCurvatureMeasure()
* @generated
*/
EAttribute getIfcCurvatureMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurvatureMeasure#getWrappedValueAsString()
* @see #getIfcCurvatureMeasure()
* @generated
*/
EAttribute getIfcCurvatureMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDayInMonthNumber Ifc Day In Month Number}'.
*
*
* @return the meta object for class 'Ifc Day In Month Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcDayInMonthNumber
* @generated
*/
EClass getIfcDayInMonthNumber();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDayInMonthNumber#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDayInMonthNumber#getWrappedValue()
* @see #getIfcDayInMonthNumber()
* @generated
*/
EAttribute getIfcDayInMonthNumber_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDaylightSavingHour Ifc Daylight Saving Hour}'.
*
*
* @return the meta object for class 'Ifc Daylight Saving Hour'.
* @see org.bimserver.models.ifc2x3tc1.IfcDaylightSavingHour
* @generated
*/
EClass getIfcDaylightSavingHour();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDaylightSavingHour#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDaylightSavingHour#getWrappedValue()
* @see #getIfcDaylightSavingHour()
* @generated
*/
EAttribute getIfcDaylightSavingHour_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDescriptiveMeasure Ifc Descriptive Measure}'.
*
*
* @return the meta object for class 'Ifc Descriptive Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcDescriptiveMeasure
* @generated
*/
EClass getIfcDescriptiveMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDescriptiveMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDescriptiveMeasure#getWrappedValue()
* @see #getIfcDescriptiveMeasure()
* @generated
*/
EAttribute getIfcDescriptiveMeasure_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCount Ifc Dimension Count}'.
*
*
* @return the meta object for class 'Ifc Dimension Count'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCount
* @generated
*/
EClass getIfcDimensionCount();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionCount#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionCount#getWrappedValue()
* @see #getIfcDimensionCount()
* @generated
*/
EAttribute getIfcDimensionCount_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure Ifc Dose Equivalent Measure}'.
*
*
* @return the meta object for class 'Ifc Dose Equivalent Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure
* @generated
*/
EClass getIfcDoseEquivalentMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure#getWrappedValue()
* @see #getIfcDoseEquivalentMeasure()
* @generated
*/
EAttribute getIfcDoseEquivalentMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoseEquivalentMeasure#getWrappedValueAsString()
* @see #getIfcDoseEquivalentMeasure()
* @generated
*/
EAttribute getIfcDoseEquivalentMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure Ifc Dynamic Viscosity Measure}'.
*
*
* @return the meta object for class 'Ifc Dynamic Viscosity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure
* @generated
*/
EClass getIfcDynamicViscosityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure#getWrappedValue()
* @see #getIfcDynamicViscosityMeasure()
* @generated
*/
EAttribute getIfcDynamicViscosityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcDynamicViscosityMeasure#getWrappedValueAsString()
* @see #getIfcDynamicViscosityMeasure()
* @generated
*/
EAttribute getIfcDynamicViscosityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure Ifc Electric Capacitance Measure}'.
*
*
* @return the meta object for class 'Ifc Electric Capacitance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure
* @generated
*/
EClass getIfcElectricCapacitanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure#getWrappedValue()
* @see #getIfcElectricCapacitanceMeasure()
* @generated
*/
EAttribute getIfcElectricCapacitanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCapacitanceMeasure#getWrappedValueAsString()
* @see #getIfcElectricCapacitanceMeasure()
* @generated
*/
EAttribute getIfcElectricCapacitanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure Ifc Electric Charge Measure}'.
*
*
* @return the meta object for class 'Ifc Electric Charge Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure
* @generated
*/
EClass getIfcElectricChargeMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure#getWrappedValue()
* @see #getIfcElectricChargeMeasure()
* @generated
*/
EAttribute getIfcElectricChargeMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricChargeMeasure#getWrappedValueAsString()
* @see #getIfcElectricChargeMeasure()
* @generated
*/
EAttribute getIfcElectricChargeMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure Ifc Electric Conductance Measure}'.
*
*
* @return the meta object for class 'Ifc Electric Conductance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure
* @generated
*/
EClass getIfcElectricConductanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure#getWrappedValue()
* @see #getIfcElectricConductanceMeasure()
* @generated
*/
EAttribute getIfcElectricConductanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricConductanceMeasure#getWrappedValueAsString()
* @see #getIfcElectricConductanceMeasure()
* @generated
*/
EAttribute getIfcElectricConductanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure Ifc Electric Current Measure}'.
*
*
* @return the meta object for class 'Ifc Electric Current Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure
* @generated
*/
EClass getIfcElectricCurrentMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure#getWrappedValue()
* @see #getIfcElectricCurrentMeasure()
* @generated
*/
EAttribute getIfcElectricCurrentMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentMeasure#getWrappedValueAsString()
* @see #getIfcElectricCurrentMeasure()
* @generated
*/
EAttribute getIfcElectricCurrentMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure Ifc Electric Resistance Measure}'.
*
*
* @return the meta object for class 'Ifc Electric Resistance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure
* @generated
*/
EClass getIfcElectricResistanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure#getWrappedValue()
* @see #getIfcElectricResistanceMeasure()
* @generated
*/
EAttribute getIfcElectricResistanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricResistanceMeasure#getWrappedValueAsString()
* @see #getIfcElectricResistanceMeasure()
* @generated
*/
EAttribute getIfcElectricResistanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure Ifc Electric Voltage Measure}'.
*
*
* @return the meta object for class 'Ifc Electric Voltage Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure
* @generated
*/
EClass getIfcElectricVoltageMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure#getWrappedValue()
* @see #getIfcElectricVoltageMeasure()
* @generated
*/
EAttribute getIfcElectricVoltageMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricVoltageMeasure#getWrappedValueAsString()
* @see #getIfcElectricVoltageMeasure()
* @generated
*/
EAttribute getIfcElectricVoltageMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure Ifc Energy Measure}'.
*
*
* @return the meta object for class 'Ifc Energy Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure
* @generated
*/
EClass getIfcEnergyMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure#getWrappedValue()
* @see #getIfcEnergyMeasure()
* @generated
*/
EAttribute getIfcEnergyMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergyMeasure#getWrappedValueAsString()
* @see #getIfcEnergyMeasure()
* @generated
*/
EAttribute getIfcEnergyMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFontStyle Ifc Font Style}'.
*
*
* @return the meta object for class 'Ifc Font Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcFontStyle
* @generated
*/
EClass getIfcFontStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFontStyle#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFontStyle#getWrappedValue()
* @see #getIfcFontStyle()
* @generated
*/
EAttribute getIfcFontStyle_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFontVariant Ifc Font Variant}'.
*
*
* @return the meta object for class 'Ifc Font Variant'.
* @see org.bimserver.models.ifc2x3tc1.IfcFontVariant
* @generated
*/
EClass getIfcFontVariant();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFontVariant#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFontVariant#getWrappedValue()
* @see #getIfcFontVariant()
* @generated
*/
EAttribute getIfcFontVariant_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFontWeight Ifc Font Weight}'.
*
*
* @return the meta object for class 'Ifc Font Weight'.
* @see org.bimserver.models.ifc2x3tc1.IfcFontWeight
* @generated
*/
EClass getIfcFontWeight();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFontWeight#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFontWeight#getWrappedValue()
* @see #getIfcFontWeight()
* @generated
*/
EAttribute getIfcFontWeight_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcForceMeasure Ifc Force Measure}'.
*
*
* @return the meta object for class 'Ifc Force Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcForceMeasure
* @generated
*/
EClass getIfcForceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcForceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcForceMeasure#getWrappedValue()
* @see #getIfcForceMeasure()
* @generated
*/
EAttribute getIfcForceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcForceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcForceMeasure#getWrappedValueAsString()
* @see #getIfcForceMeasure()
* @generated
*/
EAttribute getIfcForceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure Ifc Frequency Measure}'.
*
*
* @return the meta object for class 'Ifc Frequency Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure
* @generated
*/
EClass getIfcFrequencyMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure#getWrappedValue()
* @see #getIfcFrequencyMeasure()
* @generated
*/
EAttribute getIfcFrequencyMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcFrequencyMeasure#getWrappedValueAsString()
* @see #getIfcFrequencyMeasure()
* @generated
*/
EAttribute getIfcFrequencyMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGloballyUniqueId Ifc Globally Unique Id}'.
*
*
* @return the meta object for class 'Ifc Globally Unique Id'.
* @see org.bimserver.models.ifc2x3tc1.IfcGloballyUniqueId
* @generated
*/
EClass getIfcGloballyUniqueId();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcGloballyUniqueId#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcGloballyUniqueId#getWrappedValue()
* @see #getIfcGloballyUniqueId()
* @generated
*/
EAttribute getIfcGloballyUniqueId_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure Ifc Heat Flux Density Measure}'.
*
*
* @return the meta object for class 'Ifc Heat Flux Density Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure
* @generated
*/
EClass getIfcHeatFluxDensityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure#getWrappedValue()
* @see #getIfcHeatFluxDensityMeasure()
* @generated
*/
EAttribute getIfcHeatFluxDensityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatFluxDensityMeasure#getWrappedValueAsString()
* @see #getIfcHeatFluxDensityMeasure()
* @generated
*/
EAttribute getIfcHeatFluxDensityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure Ifc Heating Value Measure}'.
*
*
* @return the meta object for class 'Ifc Heating Value Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure
* @generated
*/
EClass getIfcHeatingValueMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure#getWrappedValue()
* @see #getIfcHeatingValueMeasure()
* @generated
*/
EAttribute getIfcHeatingValueMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatingValueMeasure#getWrappedValueAsString()
* @see #getIfcHeatingValueMeasure()
* @generated
*/
EAttribute getIfcHeatingValueMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHourInDay Ifc Hour In Day}'.
*
*
* @return the meta object for class 'Ifc Hour In Day'.
* @see org.bimserver.models.ifc2x3tc1.IfcHourInDay
* @generated
*/
EClass getIfcHourInDay();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcHourInDay#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcHourInDay#getWrappedValue()
* @see #getIfcHourInDay()
* @generated
*/
EAttribute getIfcHourInDay_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIdentifier Ifc Identifier}'.
*
*
* @return the meta object for class 'Ifc Identifier'.
* @see org.bimserver.models.ifc2x3tc1.IfcIdentifier
* @generated
*/
EClass getIfcIdentifier();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIdentifier#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcIdentifier#getWrappedValue()
* @see #getIfcIdentifier()
* @generated
*/
EAttribute getIfcIdentifier_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure Ifc Illuminance Measure}'.
*
*
* @return the meta object for class 'Ifc Illuminance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure
* @generated
*/
EClass getIfcIlluminanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure#getWrappedValue()
* @see #getIfcIlluminanceMeasure()
* @generated
*/
EAttribute getIfcIlluminanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIlluminanceMeasure#getWrappedValueAsString()
* @see #getIfcIlluminanceMeasure()
* @generated
*/
EAttribute getIfcIlluminanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure Ifc Inductance Measure}'.
*
*
* @return the meta object for class 'Ifc Inductance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure
* @generated
*/
EClass getIfcInductanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure#getWrappedValue()
* @see #getIfcInductanceMeasure()
* @generated
*/
EAttribute getIfcInductanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcInductanceMeasure#getWrappedValueAsString()
* @see #getIfcInductanceMeasure()
* @generated
*/
EAttribute getIfcInductanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcInteger Ifc Integer}'.
*
*
* @return the meta object for class 'Ifc Integer'.
* @see org.bimserver.models.ifc2x3tc1.IfcInteger
* @generated
*/
EClass getIfcInteger();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcInteger#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcInteger#getWrappedValue()
* @see #getIfcInteger()
* @generated
*/
EAttribute getIfcInteger_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIntegerCountRateMeasure Ifc Integer Count Rate Measure}'.
*
*
* @return the meta object for class 'Ifc Integer Count Rate Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcIntegerCountRateMeasure
* @generated
*/
EClass getIfcIntegerCountRateMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIntegerCountRateMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcIntegerCountRateMeasure#getWrappedValue()
* @see #getIfcIntegerCountRateMeasure()
* @generated
*/
EAttribute getIfcIntegerCountRateMeasure_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure Ifc Ion Concentration Measure}'.
*
*
* @return the meta object for class 'Ifc Ion Concentration Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure
* @generated
*/
EClass getIfcIonConcentrationMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure#getWrappedValue()
* @see #getIfcIonConcentrationMeasure()
* @generated
*/
EAttribute getIfcIonConcentrationMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIonConcentrationMeasure#getWrappedValueAsString()
* @see #getIfcIonConcentrationMeasure()
* @generated
*/
EAttribute getIfcIonConcentrationMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure Ifc Isothermal Moisture Capacity Measure}'.
*
*
* @return the meta object for class 'Ifc Isothermal Moisture Capacity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure
* @generated
*/
EClass getIfcIsothermalMoistureCapacityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure#getWrappedValue()
* @see #getIfcIsothermalMoistureCapacityMeasure()
* @generated
*/
EAttribute getIfcIsothermalMoistureCapacityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcIsothermalMoistureCapacityMeasure#getWrappedValueAsString()
* @see #getIfcIsothermalMoistureCapacityMeasure()
* @generated
*/
EAttribute getIfcIsothermalMoistureCapacityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure Ifc Kinematic Viscosity Measure}'.
*
*
* @return the meta object for class 'Ifc Kinematic Viscosity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure
* @generated
*/
EClass getIfcKinematicViscosityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure#getWrappedValue()
* @see #getIfcKinematicViscosityMeasure()
* @generated
*/
EAttribute getIfcKinematicViscosityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcKinematicViscosityMeasure#getWrappedValueAsString()
* @see #getIfcKinematicViscosityMeasure()
* @generated
*/
EAttribute getIfcKinematicViscosityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLabel Ifc Label}'.
*
*
* @return the meta object for class 'Ifc Label'.
* @see org.bimserver.models.ifc2x3tc1.IfcLabel
* @generated
*/
EClass getIfcLabel();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLabel#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLabel#getWrappedValue()
* @see #getIfcLabel()
* @generated
*/
EAttribute getIfcLabel_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLengthMeasure Ifc Length Measure}'.
*
*
* @return the meta object for class 'Ifc Length Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLengthMeasure
* @generated
*/
EClass getIfcLengthMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLengthMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLengthMeasure#getWrappedValue()
* @see #getIfcLengthMeasure()
* @generated
*/
EAttribute getIfcLengthMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLengthMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLengthMeasure#getWrappedValueAsString()
* @see #getIfcLengthMeasure()
* @generated
*/
EAttribute getIfcLengthMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure Ifc Linear Force Measure}'.
*
*
* @return the meta object for class 'Ifc Linear Force Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure
* @generated
*/
EClass getIfcLinearForceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure#getWrappedValue()
* @see #getIfcLinearForceMeasure()
* @generated
*/
EAttribute getIfcLinearForceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearForceMeasure#getWrappedValueAsString()
* @see #getIfcLinearForceMeasure()
* @generated
*/
EAttribute getIfcLinearForceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure Ifc Linear Moment Measure}'.
*
*
* @return the meta object for class 'Ifc Linear Moment Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure
* @generated
*/
EClass getIfcLinearMomentMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure#getWrappedValue()
* @see #getIfcLinearMomentMeasure()
* @generated
*/
EAttribute getIfcLinearMomentMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearMomentMeasure#getWrappedValueAsString()
* @see #getIfcLinearMomentMeasure()
* @generated
*/
EAttribute getIfcLinearMomentMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure Ifc Linear Stiffness Measure}'.
*
*
* @return the meta object for class 'Ifc Linear Stiffness Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure
* @generated
*/
EClass getIfcLinearStiffnessMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure#getWrappedValue()
* @see #getIfcLinearStiffnessMeasure()
* @generated
*/
EAttribute getIfcLinearStiffnessMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearStiffnessMeasure#getWrappedValueAsString()
* @see #getIfcLinearStiffnessMeasure()
* @generated
*/
EAttribute getIfcLinearStiffnessMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure Ifc Linear Velocity Measure}'.
*
*
* @return the meta object for class 'Ifc Linear Velocity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure
* @generated
*/
EClass getIfcLinearVelocityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure#getWrappedValue()
* @see #getIfcLinearVelocityMeasure()
* @generated
*/
EAttribute getIfcLinearVelocityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLinearVelocityMeasure#getWrappedValueAsString()
* @see #getIfcLinearVelocityMeasure()
* @generated
*/
EAttribute getIfcLinearVelocityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLogical Ifc Logical}'.
*
*
* @return the meta object for class 'Ifc Logical'.
* @see org.bimserver.models.ifc2x3tc1.IfcLogical
* @generated
*/
EClass getIfcLogical();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLogical#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLogical#getWrappedValue()
* @see #getIfcLogical()
* @generated
*/
EAttribute getIfcLogical_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure Ifc Luminous Flux Measure}'.
*
*
* @return the meta object for class 'Ifc Luminous Flux Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure
* @generated
*/
EClass getIfcLuminousFluxMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure#getWrappedValue()
* @see #getIfcLuminousFluxMeasure()
* @generated
*/
EAttribute getIfcLuminousFluxMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousFluxMeasure#getWrappedValueAsString()
* @see #getIfcLuminousFluxMeasure()
* @generated
*/
EAttribute getIfcLuminousFluxMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure Ifc Luminous Intensity Distribution Measure}'.
*
*
* @return the meta object for class 'Ifc Luminous Intensity Distribution Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure
* @generated
*/
EClass getIfcLuminousIntensityDistributionMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure#getWrappedValue()
* @see #getIfcLuminousIntensityDistributionMeasure()
* @generated
*/
EAttribute getIfcLuminousIntensityDistributionMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityDistributionMeasure#getWrappedValueAsString()
* @see #getIfcLuminousIntensityDistributionMeasure()
* @generated
*/
EAttribute getIfcLuminousIntensityDistributionMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure Ifc Luminous Intensity Measure}'.
*
*
* @return the meta object for class 'Ifc Luminous Intensity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure
* @generated
*/
EClass getIfcLuminousIntensityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure#getWrappedValue()
* @see #getIfcLuminousIntensityMeasure()
* @generated
*/
EAttribute getIfcLuminousIntensityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcLuminousIntensityMeasure#getWrappedValueAsString()
* @see #getIfcLuminousIntensityMeasure()
* @generated
*/
EAttribute getIfcLuminousIntensityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure Ifc Magnetic Flux Density Measure}'.
*
*
* @return the meta object for class 'Ifc Magnetic Flux Density Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure
* @generated
*/
EClass getIfcMagneticFluxDensityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure#getWrappedValue()
* @see #getIfcMagneticFluxDensityMeasure()
* @generated
*/
EAttribute getIfcMagneticFluxDensityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxDensityMeasure#getWrappedValueAsString()
* @see #getIfcMagneticFluxDensityMeasure()
* @generated
*/
EAttribute getIfcMagneticFluxDensityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure Ifc Magnetic Flux Measure}'.
*
*
* @return the meta object for class 'Ifc Magnetic Flux Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure
* @generated
*/
EClass getIfcMagneticFluxMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure#getWrappedValue()
* @see #getIfcMagneticFluxMeasure()
* @generated
*/
EAttribute getIfcMagneticFluxMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMagneticFluxMeasure#getWrappedValueAsString()
* @see #getIfcMagneticFluxMeasure()
* @generated
*/
EAttribute getIfcMagneticFluxMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure Ifc Mass Density Measure}'.
*
*
* @return the meta object for class 'Ifc Mass Density Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure
* @generated
*/
EClass getIfcMassDensityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure#getWrappedValue()
* @see #getIfcMassDensityMeasure()
* @generated
*/
EAttribute getIfcMassDensityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassDensityMeasure#getWrappedValueAsString()
* @see #getIfcMassDensityMeasure()
* @generated
*/
EAttribute getIfcMassDensityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure Ifc Mass Flow Rate Measure}'.
*
*
* @return the meta object for class 'Ifc Mass Flow Rate Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure
* @generated
*/
EClass getIfcMassFlowRateMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure#getWrappedValue()
* @see #getIfcMassFlowRateMeasure()
* @generated
*/
EAttribute getIfcMassFlowRateMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassFlowRateMeasure#getWrappedValueAsString()
* @see #getIfcMassFlowRateMeasure()
* @generated
*/
EAttribute getIfcMassFlowRateMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMassMeasure Ifc Mass Measure}'.
*
*
* @return the meta object for class 'Ifc Mass Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassMeasure
* @generated
*/
EClass getIfcMassMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassMeasure#getWrappedValue()
* @see #getIfcMassMeasure()
* @generated
*/
EAttribute getIfcMassMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassMeasure#getWrappedValueAsString()
* @see #getIfcMassMeasure()
* @generated
*/
EAttribute getIfcMassMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure Ifc Mass Per Length Measure}'.
*
*
* @return the meta object for class 'Ifc Mass Per Length Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure
* @generated
*/
EClass getIfcMassPerLengthMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure#getWrappedValue()
* @see #getIfcMassPerLengthMeasure()
* @generated
*/
EAttribute getIfcMassPerLengthMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMassPerLengthMeasure#getWrappedValueAsString()
* @see #getIfcMassPerLengthMeasure()
* @generated
*/
EAttribute getIfcMassPerLengthMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMinuteInHour Ifc Minute In Hour}'.
*
*
* @return the meta object for class 'Ifc Minute In Hour'.
* @see org.bimserver.models.ifc2x3tc1.IfcMinuteInHour
* @generated
*/
EClass getIfcMinuteInHour();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMinuteInHour#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMinuteInHour#getWrappedValue()
* @see #getIfcMinuteInHour()
* @generated
*/
EAttribute getIfcMinuteInHour_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure Ifc Modulus Of Elasticity Measure}'.
*
*
* @return the meta object for class 'Ifc Modulus Of Elasticity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure
* @generated
*/
EClass getIfcModulusOfElasticityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure#getWrappedValue()
* @see #getIfcModulusOfElasticityMeasure()
* @generated
*/
EAttribute getIfcModulusOfElasticityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfElasticityMeasure#getWrappedValueAsString()
* @see #getIfcModulusOfElasticityMeasure()
* @generated
*/
EAttribute getIfcModulusOfElasticityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure Ifc Modulus Of Linear Subgrade Reaction Measure}'.
*
*
* @return the meta object for class 'Ifc Modulus Of Linear Subgrade Reaction Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure
* @generated
*/
EClass getIfcModulusOfLinearSubgradeReactionMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure#getWrappedValue()
* @see #getIfcModulusOfLinearSubgradeReactionMeasure()
* @generated
*/
EAttribute getIfcModulusOfLinearSubgradeReactionMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfLinearSubgradeReactionMeasure#getWrappedValueAsString()
* @see #getIfcModulusOfLinearSubgradeReactionMeasure()
* @generated
*/
EAttribute getIfcModulusOfLinearSubgradeReactionMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure Ifc Modulus Of Rotational Subgrade Reaction Measure}'.
*
*
* @return the meta object for class 'Ifc Modulus Of Rotational Subgrade Reaction Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure
* @generated
*/
EClass getIfcModulusOfRotationalSubgradeReactionMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure#getWrappedValue()
* @see #getIfcModulusOfRotationalSubgradeReactionMeasure()
* @generated
*/
EAttribute getIfcModulusOfRotationalSubgradeReactionMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfRotationalSubgradeReactionMeasure#getWrappedValueAsString()
* @see #getIfcModulusOfRotationalSubgradeReactionMeasure()
* @generated
*/
EAttribute getIfcModulusOfRotationalSubgradeReactionMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure Ifc Modulus Of Subgrade Reaction Measure}'.
*
*
* @return the meta object for class 'Ifc Modulus Of Subgrade Reaction Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure
* @generated
*/
EClass getIfcModulusOfSubgradeReactionMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure#getWrappedValue()
* @see #getIfcModulusOfSubgradeReactionMeasure()
* @generated
*/
EAttribute getIfcModulusOfSubgradeReactionMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcModulusOfSubgradeReactionMeasure#getWrappedValueAsString()
* @see #getIfcModulusOfSubgradeReactionMeasure()
* @generated
*/
EAttribute getIfcModulusOfSubgradeReactionMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure Ifc Moisture Diffusivity Measure}'.
*
*
* @return the meta object for class 'Ifc Moisture Diffusivity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure
* @generated
*/
EClass getIfcMoistureDiffusivityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure#getWrappedValue()
* @see #getIfcMoistureDiffusivityMeasure()
* @generated
*/
EAttribute getIfcMoistureDiffusivityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMoistureDiffusivityMeasure#getWrappedValueAsString()
* @see #getIfcMoistureDiffusivityMeasure()
* @generated
*/
EAttribute getIfcMoistureDiffusivityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure Ifc Molecular Weight Measure}'.
*
*
* @return the meta object for class 'Ifc Molecular Weight Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure
* @generated
*/
EClass getIfcMolecularWeightMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure#getWrappedValue()
* @see #getIfcMolecularWeightMeasure()
* @generated
*/
EAttribute getIfcMolecularWeightMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMolecularWeightMeasure#getWrappedValueAsString()
* @see #getIfcMolecularWeightMeasure()
* @generated
*/
EAttribute getIfcMolecularWeightMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure Ifc Moment Of Inertia Measure}'.
*
*
* @return the meta object for class 'Ifc Moment Of Inertia Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure
* @generated
*/
EClass getIfcMomentOfInertiaMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure#getWrappedValue()
* @see #getIfcMomentOfInertiaMeasure()
* @generated
*/
EAttribute getIfcMomentOfInertiaMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMomentOfInertiaMeasure#getWrappedValueAsString()
* @see #getIfcMomentOfInertiaMeasure()
* @generated
*/
EAttribute getIfcMomentOfInertiaMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure Ifc Monetary Measure}'.
*
*
* @return the meta object for class 'Ifc Monetary Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure
* @generated
*/
EClass getIfcMonetaryMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure#getWrappedValue()
* @see #getIfcMonetaryMeasure()
* @generated
*/
EAttribute getIfcMonetaryMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonetaryMeasure#getWrappedValueAsString()
* @see #getIfcMonetaryMeasure()
* @generated
*/
EAttribute getIfcMonetaryMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMonthInYearNumber Ifc Month In Year Number}'.
*
*
* @return the meta object for class 'Ifc Month In Year Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonthInYearNumber
* @generated
*/
EClass getIfcMonthInYearNumber();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcMonthInYearNumber#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMonthInYearNumber#getWrappedValue()
* @see #getIfcMonthInYearNumber()
* @generated
*/
EAttribute getIfcMonthInYearNumber_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcNumericMeasure Ifc Numeric Measure}'.
*
*
* @return the meta object for class 'Ifc Numeric Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcNumericMeasure
* @generated
*/
EClass getIfcNumericMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcNumericMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcNumericMeasure#getWrappedValue()
* @see #getIfcNumericMeasure()
* @generated
*/
EAttribute getIfcNumericMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcNumericMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcNumericMeasure#getWrappedValueAsString()
* @see #getIfcNumericMeasure()
* @generated
*/
EAttribute getIfcNumericMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPHMeasure Ifc PH Measure}'.
*
*
* @return the meta object for class 'Ifc PH Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPHMeasure
* @generated
*/
EClass getIfcPHMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPHMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPHMeasure#getWrappedValue()
* @see #getIfcPHMeasure()
* @generated
*/
EAttribute getIfcPHMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPHMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPHMeasure#getWrappedValueAsString()
* @see #getIfcPHMeasure()
* @generated
*/
EAttribute getIfcPHMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcParameterValue Ifc Parameter Value}'.
*
*
* @return the meta object for class 'Ifc Parameter Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterValue
* @generated
*/
EClass getIfcParameterValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcParameterValue#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterValue#getWrappedValue()
* @see #getIfcParameterValue()
* @generated
*/
EAttribute getIfcParameterValue_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcParameterValue#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcParameterValue#getWrappedValueAsString()
* @see #getIfcParameterValue()
* @generated
*/
EAttribute getIfcParameterValue_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure Ifc Planar Force Measure}'.
*
*
* @return the meta object for class 'Ifc Planar Force Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure
* @generated
*/
EClass getIfcPlanarForceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure#getWrappedValue()
* @see #getIfcPlanarForceMeasure()
* @generated
*/
EAttribute getIfcPlanarForceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlanarForceMeasure#getWrappedValueAsString()
* @see #getIfcPlanarForceMeasure()
* @generated
*/
EAttribute getIfcPlanarForceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure Ifc Plane Angle Measure}'.
*
*
* @return the meta object for class 'Ifc Plane Angle Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure
* @generated
*/
EClass getIfcPlaneAngleMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure#getWrappedValue()
* @see #getIfcPlaneAngleMeasure()
* @generated
*/
EAttribute getIfcPlaneAngleMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlaneAngleMeasure#getWrappedValueAsString()
* @see #getIfcPlaneAngleMeasure()
* @generated
*/
EAttribute getIfcPlaneAngleMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPowerMeasure Ifc Power Measure}'.
*
*
* @return the meta object for class 'Ifc Power Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPowerMeasure
* @generated
*/
EClass getIfcPowerMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPowerMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPowerMeasure#getWrappedValue()
* @see #getIfcPowerMeasure()
* @generated
*/
EAttribute getIfcPowerMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPowerMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPowerMeasure#getWrappedValueAsString()
* @see #getIfcPowerMeasure()
* @generated
*/
EAttribute getIfcPowerMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentableText Ifc Presentable Text}'.
*
*
* @return the meta object for class 'Ifc Presentable Text'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentableText
* @generated
*/
EClass getIfcPresentableText();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPresentableText#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentableText#getWrappedValue()
* @see #getIfcPresentableText()
* @generated
*/
EAttribute getIfcPresentableText_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPressureMeasure Ifc Pressure Measure}'.
*
*
* @return the meta object for class 'Ifc Pressure Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPressureMeasure
* @generated
*/
EClass getIfcPressureMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPressureMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcPressureMeasure#getWrappedValue()
* @see #getIfcPressureMeasure()
* @generated
*/
EAttribute getIfcPressureMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcPressureMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcPressureMeasure#getWrappedValueAsString()
* @see #getIfcPressureMeasure()
* @generated
*/
EAttribute getIfcPressureMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure Ifc Radio Activity Measure}'.
*
*
* @return the meta object for class 'Ifc Radio Activity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure
* @generated
*/
EClass getIfcRadioActivityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure#getWrappedValue()
* @see #getIfcRadioActivityMeasure()
* @generated
*/
EAttribute getIfcRadioActivityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRadioActivityMeasure#getWrappedValueAsString()
* @see #getIfcRadioActivityMeasure()
* @generated
*/
EAttribute getIfcRadioActivityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRatioMeasure Ifc Ratio Measure}'.
*
*
* @return the meta object for class 'Ifc Ratio Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRatioMeasure
* @generated
*/
EClass getIfcRatioMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRatioMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRatioMeasure#getWrappedValue()
* @see #getIfcRatioMeasure()
* @generated
*/
EAttribute getIfcRatioMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRatioMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRatioMeasure#getWrappedValueAsString()
* @see #getIfcRatioMeasure()
* @generated
*/
EAttribute getIfcRatioMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcReal Ifc Real}'.
*
*
* @return the meta object for class 'Ifc Real'.
* @see org.bimserver.models.ifc2x3tc1.IfcReal
* @generated
*/
EClass getIfcReal();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReal#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcReal#getWrappedValue()
* @see #getIfcReal()
* @generated
*/
EAttribute getIfcReal_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcReal#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcReal#getWrappedValueAsString()
* @see #getIfcReal()
* @generated
*/
EAttribute getIfcReal_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure Ifc Rotational Frequency Measure}'.
*
*
* @return the meta object for class 'Ifc Rotational Frequency Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure
* @generated
*/
EClass getIfcRotationalFrequencyMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure#getWrappedValue()
* @see #getIfcRotationalFrequencyMeasure()
* @generated
*/
EAttribute getIfcRotationalFrequencyMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalFrequencyMeasure#getWrappedValueAsString()
* @see #getIfcRotationalFrequencyMeasure()
* @generated
*/
EAttribute getIfcRotationalFrequencyMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure Ifc Rotational Mass Measure}'.
*
*
* @return the meta object for class 'Ifc Rotational Mass Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure
* @generated
*/
EClass getIfcRotationalMassMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure#getWrappedValue()
* @see #getIfcRotationalMassMeasure()
* @generated
*/
EAttribute getIfcRotationalMassMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalMassMeasure#getWrappedValueAsString()
* @see #getIfcRotationalMassMeasure()
* @generated
*/
EAttribute getIfcRotationalMassMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure Ifc Rotational Stiffness Measure}'.
*
*
* @return the meta object for class 'Ifc Rotational Stiffness Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure
* @generated
*/
EClass getIfcRotationalStiffnessMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure#getWrappedValue()
* @see #getIfcRotationalStiffnessMeasure()
* @generated
*/
EAttribute getIfcRotationalStiffnessMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcRotationalStiffnessMeasure#getWrappedValueAsString()
* @see #getIfcRotationalStiffnessMeasure()
* @generated
*/
EAttribute getIfcRotationalStiffnessMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSecondInMinute Ifc Second In Minute}'.
*
*
* @return the meta object for class 'Ifc Second In Minute'.
* @see org.bimserver.models.ifc2x3tc1.IfcSecondInMinute
* @generated
*/
EClass getIfcSecondInMinute();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSecondInMinute#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSecondInMinute#getWrappedValue()
* @see #getIfcSecondInMinute()
* @generated
*/
EAttribute getIfcSecondInMinute_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSecondInMinute#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSecondInMinute#getWrappedValueAsString()
* @see #getIfcSecondInMinute()
* @generated
*/
EAttribute getIfcSecondInMinute_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure Ifc Section Modulus Measure}'.
*
*
* @return the meta object for class 'Ifc Section Modulus Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure
* @generated
*/
EClass getIfcSectionModulusMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure#getWrappedValue()
* @see #getIfcSectionModulusMeasure()
* @generated
*/
EAttribute getIfcSectionModulusMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionModulusMeasure#getWrappedValueAsString()
* @see #getIfcSectionModulusMeasure()
* @generated
*/
EAttribute getIfcSectionModulusMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure Ifc Sectional Area Integral Measure}'.
*
*
* @return the meta object for class 'Ifc Sectional Area Integral Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure
* @generated
*/
EClass getIfcSectionalAreaIntegralMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure#getWrappedValue()
* @see #getIfcSectionalAreaIntegralMeasure()
* @generated
*/
EAttribute getIfcSectionalAreaIntegralMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionalAreaIntegralMeasure#getWrappedValueAsString()
* @see #getIfcSectionalAreaIntegralMeasure()
* @generated
*/
EAttribute getIfcSectionalAreaIntegralMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure Ifc Shear Modulus Measure}'.
*
*
* @return the meta object for class 'Ifc Shear Modulus Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure
* @generated
*/
EClass getIfcShearModulusMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure#getWrappedValue()
* @see #getIfcShearModulusMeasure()
* @generated
*/
EAttribute getIfcShearModulusMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcShearModulusMeasure#getWrappedValueAsString()
* @see #getIfcShearModulusMeasure()
* @generated
*/
EAttribute getIfcShearModulusMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure Ifc Solid Angle Measure}'.
*
*
* @return the meta object for class 'Ifc Solid Angle Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure
* @generated
*/
EClass getIfcSolidAngleMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure#getWrappedValue()
* @see #getIfcSolidAngleMeasure()
* @generated
*/
EAttribute getIfcSolidAngleMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSolidAngleMeasure#getWrappedValueAsString()
* @see #getIfcSolidAngleMeasure()
* @generated
*/
EAttribute getIfcSolidAngleMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure Ifc Sound Power Measure}'.
*
*
* @return the meta object for class 'Ifc Sound Power Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure
* @generated
*/
EClass getIfcSoundPowerMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure#getWrappedValue()
* @see #getIfcSoundPowerMeasure()
* @generated
*/
EAttribute getIfcSoundPowerMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPowerMeasure#getWrappedValueAsString()
* @see #getIfcSoundPowerMeasure()
* @generated
*/
EAttribute getIfcSoundPowerMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure Ifc Sound Pressure Measure}'.
*
*
* @return the meta object for class 'Ifc Sound Pressure Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure
* @generated
*/
EClass getIfcSoundPressureMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure#getWrappedValue()
* @see #getIfcSoundPressureMeasure()
* @generated
*/
EAttribute getIfcSoundPressureMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundPressureMeasure#getWrappedValueAsString()
* @see #getIfcSoundPressureMeasure()
* @generated
*/
EAttribute getIfcSoundPressureMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure Ifc Specific Heat Capacity Measure}'.
*
*
* @return the meta object for class 'Ifc Specific Heat Capacity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure
* @generated
*/
EClass getIfcSpecificHeatCapacityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure#getWrappedValue()
* @see #getIfcSpecificHeatCapacityMeasure()
* @generated
*/
EAttribute getIfcSpecificHeatCapacityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecificHeatCapacityMeasure#getWrappedValueAsString()
* @see #getIfcSpecificHeatCapacityMeasure()
* @generated
*/
EAttribute getIfcSpecificHeatCapacityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularExponent Ifc Specular Exponent}'.
*
*
* @return the meta object for class 'Ifc Specular Exponent'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularExponent
* @generated
*/
EClass getIfcSpecularExponent();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularExponent#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularExponent#getWrappedValue()
* @see #getIfcSpecularExponent()
* @generated
*/
EAttribute getIfcSpecularExponent_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularExponent#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularExponent#getWrappedValueAsString()
* @see #getIfcSpecularExponent()
* @generated
*/
EAttribute getIfcSpecularExponent_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness Ifc Specular Roughness}'.
*
*
* @return the meta object for class 'Ifc Specular Roughness'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness
* @generated
*/
EClass getIfcSpecularRoughness();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness#getWrappedValue()
* @see #getIfcSpecularRoughness()
* @generated
*/
EAttribute getIfcSpecularRoughness_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularRoughness#getWrappedValueAsString()
* @see #getIfcSpecularRoughness()
* @generated
*/
EAttribute getIfcSpecularRoughness_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure Ifc Temperature Gradient Measure}'.
*
*
* @return the meta object for class 'Ifc Temperature Gradient Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure
* @generated
*/
EClass getIfcTemperatureGradientMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure#getWrappedValue()
* @see #getIfcTemperatureGradientMeasure()
* @generated
*/
EAttribute getIfcTemperatureGradientMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTemperatureGradientMeasure#getWrappedValueAsString()
* @see #getIfcTemperatureGradientMeasure()
* @generated
*/
EAttribute getIfcTemperatureGradientMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcText Ifc Text}'.
*
*
* @return the meta object for class 'Ifc Text'.
* @see org.bimserver.models.ifc2x3tc1.IfcText
* @generated
*/
EClass getIfcText();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcText#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcText#getWrappedValue()
* @see #getIfcText()
* @generated
*/
EAttribute getIfcText_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextAlignment Ifc Text Alignment}'.
*
*
* @return the meta object for class 'Ifc Text Alignment'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextAlignment
* @generated
*/
EClass getIfcTextAlignment();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextAlignment#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextAlignment#getWrappedValue()
* @see #getIfcTextAlignment()
* @generated
*/
EAttribute getIfcTextAlignment_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextDecoration Ifc Text Decoration}'.
*
*
* @return the meta object for class 'Ifc Text Decoration'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextDecoration
* @generated
*/
EClass getIfcTextDecoration();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextDecoration#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextDecoration#getWrappedValue()
* @see #getIfcTextDecoration()
* @generated
*/
EAttribute getIfcTextDecoration_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontName Ifc Text Font Name}'.
*
*
* @return the meta object for class 'Ifc Text Font Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontName
* @generated
*/
EClass getIfcTextFontName();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontName#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontName#getWrappedValue()
* @see #getIfcTextFontName()
* @generated
*/
EAttribute getIfcTextFontName_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextTransformation Ifc Text Transformation}'.
*
*
* @return the meta object for class 'Ifc Text Transformation'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextTransformation
* @generated
*/
EClass getIfcTextTransformation();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTextTransformation#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextTransformation#getWrappedValue()
* @see #getIfcTextTransformation()
* @generated
*/
EAttribute getIfcTextTransformation_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure Ifc Thermal Admittance Measure}'.
*
*
* @return the meta object for class 'Ifc Thermal Admittance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure
* @generated
*/
EClass getIfcThermalAdmittanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure#getWrappedValue()
* @see #getIfcThermalAdmittanceMeasure()
* @generated
*/
EAttribute getIfcThermalAdmittanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalAdmittanceMeasure#getWrappedValueAsString()
* @see #getIfcThermalAdmittanceMeasure()
* @generated
*/
EAttribute getIfcThermalAdmittanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure Ifc Thermal Conductivity Measure}'.
*
*
* @return the meta object for class 'Ifc Thermal Conductivity Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure
* @generated
*/
EClass getIfcThermalConductivityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure#getWrappedValue()
* @see #getIfcThermalConductivityMeasure()
* @generated
*/
EAttribute getIfcThermalConductivityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalConductivityMeasure#getWrappedValueAsString()
* @see #getIfcThermalConductivityMeasure()
* @generated
*/
EAttribute getIfcThermalConductivityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure Ifc Thermal Expansion Coefficient Measure}'.
*
*
* @return the meta object for class 'Ifc Thermal Expansion Coefficient Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure
* @generated
*/
EClass getIfcThermalExpansionCoefficientMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure#getWrappedValue()
* @see #getIfcThermalExpansionCoefficientMeasure()
* @generated
*/
EAttribute getIfcThermalExpansionCoefficientMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalExpansionCoefficientMeasure#getWrappedValueAsString()
* @see #getIfcThermalExpansionCoefficientMeasure()
* @generated
*/
EAttribute getIfcThermalExpansionCoefficientMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure Ifc Thermal Resistance Measure}'.
*
*
* @return the meta object for class 'Ifc Thermal Resistance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure
* @generated
*/
EClass getIfcThermalResistanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure#getWrappedValue()
* @see #getIfcThermalResistanceMeasure()
* @generated
*/
EAttribute getIfcThermalResistanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalResistanceMeasure#getWrappedValueAsString()
* @see #getIfcThermalResistanceMeasure()
* @generated
*/
EAttribute getIfcThermalResistanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure Ifc Thermal Transmittance Measure}'.
*
*
* @return the meta object for class 'Ifc Thermal Transmittance Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure
* @generated
*/
EClass getIfcThermalTransmittanceMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure#getWrappedValue()
* @see #getIfcThermalTransmittanceMeasure()
* @generated
*/
EAttribute getIfcThermalTransmittanceMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalTransmittanceMeasure#getWrappedValueAsString()
* @see #getIfcThermalTransmittanceMeasure()
* @generated
*/
EAttribute getIfcThermalTransmittanceMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure Ifc Thermodynamic Temperature Measure}'.
*
*
* @return the meta object for class 'Ifc Thermodynamic Temperature Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure
* @generated
*/
EClass getIfcThermodynamicTemperatureMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure#getWrappedValue()
* @see #getIfcThermodynamicTemperatureMeasure()
* @generated
*/
EAttribute getIfcThermodynamicTemperatureMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermodynamicTemperatureMeasure#getWrappedValueAsString()
* @see #getIfcThermodynamicTemperatureMeasure()
* @generated
*/
EAttribute getIfcThermodynamicTemperatureMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeMeasure Ifc Time Measure}'.
*
*
* @return the meta object for class 'Ifc Time Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeMeasure
* @generated
*/
EClass getIfcTimeMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeMeasure#getWrappedValue()
* @see #getIfcTimeMeasure()
* @generated
*/
EAttribute getIfcTimeMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeMeasure#getWrappedValueAsString()
* @see #getIfcTimeMeasure()
* @generated
*/
EAttribute getIfcTimeMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTimeStamp Ifc Time Stamp}'.
*
*
* @return the meta object for class 'Ifc Time Stamp'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeStamp
* @generated
*/
EClass getIfcTimeStamp();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTimeStamp#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeStamp#getWrappedValue()
* @see #getIfcTimeStamp()
* @generated
*/
EAttribute getIfcTimeStamp_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure Ifc Torque Measure}'.
*
*
* @return the meta object for class 'Ifc Torque Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure
* @generated
*/
EClass getIfcTorqueMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure#getWrappedValue()
* @see #getIfcTorqueMeasure()
* @generated
*/
EAttribute getIfcTorqueMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcTorqueMeasure#getWrappedValueAsString()
* @see #getIfcTorqueMeasure()
* @generated
*/
EAttribute getIfcTorqueMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure Ifc Vapor Permeability Measure}'.
*
*
* @return the meta object for class 'Ifc Vapor Permeability Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure
* @generated
*/
EClass getIfcVaporPermeabilityMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure#getWrappedValue()
* @see #getIfcVaporPermeabilityMeasure()
* @generated
*/
EAttribute getIfcVaporPermeabilityMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcVaporPermeabilityMeasure#getWrappedValueAsString()
* @see #getIfcVaporPermeabilityMeasure()
* @generated
*/
EAttribute getIfcVaporPermeabilityMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure Ifc Volume Measure}'.
*
*
* @return the meta object for class 'Ifc Volume Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure
* @generated
*/
EClass getIfcVolumeMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure#getWrappedValue()
* @see #getIfcVolumeMeasure()
* @generated
*/
EAttribute getIfcVolumeMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumeMeasure#getWrappedValueAsString()
* @see #getIfcVolumeMeasure()
* @generated
*/
EAttribute getIfcVolumeMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure Ifc Volumetric Flow Rate Measure}'.
*
*
* @return the meta object for class 'Ifc Volumetric Flow Rate Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure
* @generated
*/
EClass getIfcVolumetricFlowRateMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure#getWrappedValue()
* @see #getIfcVolumetricFlowRateMeasure()
* @generated
*/
EAttribute getIfcVolumetricFlowRateMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcVolumetricFlowRateMeasure#getWrappedValueAsString()
* @see #getIfcVolumetricFlowRateMeasure()
* @generated
*/
EAttribute getIfcVolumetricFlowRateMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure Ifc Warping Constant Measure}'.
*
*
* @return the meta object for class 'Ifc Warping Constant Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure
* @generated
*/
EClass getIfcWarpingConstantMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure#getWrappedValue()
* @see #getIfcWarpingConstantMeasure()
* @generated
*/
EAttribute getIfcWarpingConstantMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingConstantMeasure#getWrappedValueAsString()
* @see #getIfcWarpingConstantMeasure()
* @generated
*/
EAttribute getIfcWarpingConstantMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure Ifc Warping Moment Measure}'.
*
*
* @return the meta object for class 'Ifc Warping Moment Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure
* @generated
*/
EClass getIfcWarpingMomentMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure#getWrappedValue()
* @see #getIfcWarpingMomentMeasure()
* @generated
*/
EAttribute getIfcWarpingMomentMeasure_WrappedValue();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcWarpingMomentMeasure#getWrappedValueAsString()
* @see #getIfcWarpingMomentMeasure()
* @generated
*/
EAttribute getIfcWarpingMomentMeasure_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcYearNumber Ifc Year Number}'.
*
*
* @return the meta object for class 'Ifc Year Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcYearNumber
* @generated
*/
EClass getIfcYearNumber();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcYearNumber#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcYearNumber#getWrappedValue()
* @see #getIfcYearNumber()
* @generated
*/
EAttribute getIfcYearNumber_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBoxAlignment Ifc Box Alignment}'.
*
*
* @return the meta object for class 'Ifc Box Alignment'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoxAlignment
* @generated
*/
EClass getIfcBoxAlignment();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCompoundPlaneAngleMeasure Ifc Compound Plane Angle Measure}'.
*
*
* @return the meta object for class 'Ifc Compound Plane Angle Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompoundPlaneAngleMeasure
* @generated
*/
EClass getIfcCompoundPlaneAngleMeasure();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcCompoundPlaneAngleMeasure#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompoundPlaneAngleMeasure#getWrappedValue()
* @see #getIfcCompoundPlaneAngleMeasure()
* @generated
*/
EAttribute getIfcCompoundPlaneAngleMeasure_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcNormalisedRatioMeasure Ifc Normalised Ratio Measure}'.
*
*
* @return the meta object for class 'Ifc Normalised Ratio Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcNormalisedRatioMeasure
* @generated
*/
EClass getIfcNormalisedRatioMeasure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPositiveLengthMeasure Ifc Positive Length Measure}'.
*
*
* @return the meta object for class 'Ifc Positive Length Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPositiveLengthMeasure
* @generated
*/
EClass getIfcPositiveLengthMeasure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPositivePlaneAngleMeasure Ifc Positive Plane Angle Measure}'.
*
*
* @return the meta object for class 'Ifc Positive Plane Angle Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPositivePlaneAngleMeasure
* @generated
*/
EClass getIfcPositivePlaneAngleMeasure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPositiveRatioMeasure Ifc Positive Ratio Measure}'.
*
*
* @return the meta object for class 'Ifc Positive Ratio Measure'.
* @see org.bimserver.models.ifc2x3tc1.IfcPositiveRatioMeasure
* @generated
*/
EClass getIfcPositiveRatioMeasure();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcComplexNumber Ifc Complex Number}'.
*
*
* @return the meta object for class 'Ifc Complex Number'.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexNumber
* @generated
*/
EClass getIfcComplexNumber();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcComplexNumber#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute list 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexNumber#getWrappedValue()
* @see #getIfcComplexNumber()
* @generated
*/
EAttribute getIfcComplexNumber_WrappedValue();
/**
* Returns the meta object for the attribute list '{@link org.bimserver.models.ifc2x3tc1.IfcComplexNumber#getWrappedValueAsString Wrapped Value As String}'.
*
*
* @return the meta object for the attribute list 'Wrapped Value As String'.
* @see org.bimserver.models.ifc2x3tc1.IfcComplexNumber#getWrappedValueAsString()
* @see #getIfcComplexNumber()
* @generated
*/
EAttribute getIfcComplexNumber_WrappedValueAsString();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcNullStyle Ifc Null Style}'.
*
*
* @return the meta object for class 'Ifc Null Style'.
* @see org.bimserver.models.ifc2x3tc1.IfcNullStyle
* @generated
*/
EClass getIfcNullStyle();
/**
* Returns the meta object for the attribute '{@link org.bimserver.models.ifc2x3tc1.IfcNullStyle#getWrappedValue Wrapped Value}'.
*
*
* @return the meta object for the attribute 'Wrapped Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcNullStyle#getWrappedValue()
* @see #getIfcNullStyle()
* @generated
*/
EAttribute getIfcNullStyle_WrappedValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcActorSelect Ifc Actor Select}'.
*
*
* @return the meta object for class 'Ifc Actor Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcActorSelect
* @generated
*/
EClass getIfcActorSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect Ifc Applied Value Select}'.
*
*
* @return the meta object for class 'Ifc Applied Value Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect
* @generated
*/
EClass getIfcAppliedValueSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement Ifc Axis2 Placement}'.
*
*
* @return the meta object for class 'Ifc Axis2 Placement'.
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement
* @generated
*/
EClass getIfcAxis2Placement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperand Ifc Boolean Operand}'.
*
*
* @return the meta object for class 'Ifc Boolean Operand'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperand
* @generated
*/
EClass getIfcBooleanOperand();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect Ifc Character Style Select}'.
*
*
* @return the meta object for class 'Ifc Character Style Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect
* @generated
*/
EClass getIfcCharacterStyleSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect Ifc Classification Notation Select}'.
*
*
* @return the meta object for class 'Ifc Classification Notation Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect
* @generated
*/
EClass getIfcClassificationNotationSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcColour Ifc Colour}'.
*
*
* @return the meta object for class 'Ifc Colour'.
* @see org.bimserver.models.ifc2x3tc1.IfcColour
* @generated
*/
EClass getIfcColour();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcColourOrFactor Ifc Colour Or Factor}'.
*
*
* @return the meta object for class 'Ifc Colour Or Factor'.
* @see org.bimserver.models.ifc2x3tc1.IfcColourOrFactor
* @generated
*/
EClass getIfcColourOrFactor();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect Ifc Condition Criterion Select}'.
*
*
* @return the meta object for class 'Ifc Condition Criterion Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect
* @generated
*/
EClass getIfcConditionCriterionSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSelect Ifc Csg Select}'.
*
*
* @return the meta object for class 'Ifc Csg Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSelect
* @generated
*/
EClass getIfcCsgSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect Ifc Curve Font Or Scaled Curve Font Select}'.
*
*
* @return the meta object for class 'Ifc Curve Font Or Scaled Curve Font Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect
* @generated
*/
EClass getIfcCurveFontOrScaledCurveFontSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve Ifc Curve Or Edge Curve}'.
*
*
* @return the meta object for class 'Ifc Curve Or Edge Curve'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve
* @generated
*/
EClass getIfcCurveOrEdgeCurve();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect Ifc Curve Style Font Select}'.
*
*
* @return the meta object for class 'Ifc Curve Style Font Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect
* @generated
*/
EClass getIfcCurveStyleFontSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect Ifc Date Time Select}'.
*
*
* @return the meta object for class 'Ifc Date Time Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect
* @generated
*/
EClass getIfcDateTimeSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect Ifc Defined Symbol Select}'.
*
*
* @return the meta object for class 'Ifc Defined Symbol Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect
* @generated
*/
EClass getIfcDefinedSymbolSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue Ifc Derived Measure Value}'.
*
*
* @return the meta object for class 'Ifc Derived Measure Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue
* @generated
*/
EClass getIfcDerivedMeasureValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentSelect Ifc Document Select}'.
*
*
* @return the meta object for class 'Ifc Document Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentSelect
* @generated
*/
EClass getIfcDocumentSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement Ifc Draughting Callout Element}'.
*
*
* @return the meta object for class 'Ifc Draughting Callout Element'.
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement
* @generated
*/
EClass getIfcDraughtingCalloutElement();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect Ifc Fill Area Style Tile Shape Select}'.
*
*
* @return the meta object for class 'Ifc Fill Area Style Tile Shape Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect
* @generated
*/
EClass getIfcFillAreaStyleTileShapeSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect Ifc Fill Style Select}'.
*
*
* @return the meta object for class 'Ifc Fill Style Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect
* @generated
*/
EClass getIfcFillStyleSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect Ifc Geometric Set Select}'.
*
*
* @return the meta object for class 'Ifc Geometric Set Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect
* @generated
*/
EClass getIfcGeometricSetSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect Ifc Hatch Line Distance Select}'.
*
*
* @return the meta object for class 'Ifc Hatch Line Distance Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect
* @generated
*/
EClass getIfcHatchLineDistanceSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLayeredItem Ifc Layered Item}'.
*
*
* @return the meta object for class 'Ifc Layered Item'.
* @see org.bimserver.models.ifc2x3tc1.IfcLayeredItem
* @generated
*/
EClass getIfcLayeredItem();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLibrarySelect Ifc Library Select}'.
*
*
* @return the meta object for class 'Ifc Library Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcLibrarySelect
* @generated
*/
EClass getIfcLibrarySelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect Ifc Light Distribution Data Source Select}'.
*
*
* @return the meta object for class 'Ifc Light Distribution Data Source Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect
* @generated
*/
EClass getIfcLightDistributionDataSourceSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialSelect Ifc Material Select}'.
*
*
* @return the meta object for class 'Ifc Material Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialSelect
* @generated
*/
EClass getIfcMaterialSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureValue Ifc Measure Value}'.
*
*
* @return the meta object for class 'Ifc Measure Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureValue
* @generated
*/
EClass getIfcMeasureValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect Ifc Metric Value Select}'.
*
*
* @return the meta object for class 'Ifc Metric Value Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect
* @generated
*/
EClass getIfcMetricValueSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect Ifc Object Reference Select}'.
*
*
* @return the meta object for class 'Ifc Object Reference Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect
* @generated
*/
EClass getIfcObjectReferenceSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcOrientationSelect Ifc Orientation Select}'.
*
*
* @return the meta object for class 'Ifc Orientation Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcOrientationSelect
* @generated
*/
EClass getIfcOrientationSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint Ifc Point Or Vertex Point}'.
*
*
* @return the meta object for class 'Ifc Point Or Vertex Point'.
* @see org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint
* @generated
*/
EClass getIfcPointOrVertexPoint();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect Ifc Presentation Style Select}'.
*
*
* @return the meta object for class 'Ifc Presentation Style Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect
* @generated
*/
EClass getIfcPresentationStyleSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcShell Ifc Shell}'.
*
*
* @return the meta object for class 'Ifc Shell'.
* @see org.bimserver.models.ifc2x3tc1.IfcShell
* @generated
*/
EClass getIfcShell();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSimpleValue Ifc Simple Value}'.
*
*
* @return the meta object for class 'Ifc Simple Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcSimpleValue
* @generated
*/
EClass getIfcSimpleValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSizeSelect Ifc Size Select}'.
*
*
* @return the meta object for class 'Ifc Size Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcSizeSelect
* @generated
*/
EClass getIfcSizeSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect Ifc Specular Highlight Select}'.
*
*
* @return the meta object for class 'Ifc Specular Highlight Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect
* @generated
*/
EClass getIfcSpecularHighlightSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect Ifc Structural Activity Assignment Select}'.
*
*
* @return the meta object for class 'Ifc Structural Activity Assignment Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect
* @generated
*/
EClass getIfcStructuralActivityAssignmentSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface Ifc Surface Or Face Surface}'.
*
*
* @return the meta object for class 'Ifc Surface Or Face Surface'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface
* @generated
*/
EClass getIfcSurfaceOrFaceSurface();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect Ifc Surface Style Element Select}'.
*
*
* @return the meta object for class 'Ifc Surface Style Element Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect
* @generated
*/
EClass getIfcSurfaceStyleElementSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect Ifc Symbol Style Select}'.
*
*
* @return the meta object for class 'Ifc Symbol Style Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect
* @generated
*/
EClass getIfcSymbolStyleSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontSelect Ifc Text Font Select}'.
*
*
* @return the meta object for class 'Ifc Text Font Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontSelect
* @generated
*/
EClass getIfcTextFontSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect Ifc Text Style Select}'.
*
*
* @return the meta object for class 'Ifc Text Style Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect
* @generated
*/
EClass getIfcTextStyleSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect Ifc Trimming Select}'.
*
*
* @return the meta object for class 'Ifc Trimming Select'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect
* @generated
*/
EClass getIfcTrimmingSelect();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcUnit Ifc Unit}'.
*
*
* @return the meta object for class 'Ifc Unit'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnit
* @generated
*/
EClass getIfcUnit();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcValue Ifc Value}'.
*
*
* @return the meta object for class 'Ifc Value'.
* @see org.bimserver.models.ifc2x3tc1.IfcValue
* @generated
*/
EClass getIfcValue();
/**
* Returns the meta object for class '{@link org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection Ifc Vector Or Direction}'.
*
*
* @return the meta object for class 'Ifc Vector Or Direction'.
* @see org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection
* @generated
*/
EClass getIfcVectorOrDirection();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.Tristate Tristate}'.
*
*
* @return the meta object for enum 'Tristate'.
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @generated
*/
EEnum getTristate();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcActionSourceTypeEnum Ifc Action Source Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Action Source Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcActionSourceTypeEnum
* @generated
*/
EEnum getIfcActionSourceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcActionTypeEnum Ifc Action Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Action Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcActionTypeEnum
* @generated
*/
EEnum getIfcActionTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcActuatorTypeEnum Ifc Actuator Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Actuator Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcActuatorTypeEnum
* @generated
*/
EEnum getIfcActuatorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAddressTypeEnum Ifc Address Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Address Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAddressTypeEnum
* @generated
*/
EEnum getIfcAddressTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind Ifc Ahead Or Behind}'.
*
*
* @return the meta object for enum 'Ifc Ahead Or Behind'.
* @see org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind
* @generated
*/
EEnum getIfcAheadOrBehind();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxTypeEnum Ifc Air Terminal Box Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Air Terminal Box Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxTypeEnum
* @generated
*/
EEnum getIfcAirTerminalBoxTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalTypeEnum Ifc Air Terminal Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Air Terminal Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalTypeEnum
* @generated
*/
EEnum getIfcAirTerminalTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryTypeEnum Ifc Air To Air Heat Recovery Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Air To Air Heat Recovery Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryTypeEnum
* @generated
*/
EEnum getIfcAirToAirHeatRecoveryTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAlarmTypeEnum Ifc Alarm Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Alarm Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAlarmTypeEnum
* @generated
*/
EEnum getIfcAlarmTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum Ifc Analysis Model Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Analysis Model Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum
* @generated
*/
EEnum getIfcAnalysisModelTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAnalysisTheoryTypeEnum Ifc Analysis Theory Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Analysis Theory Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAnalysisTheoryTypeEnum
* @generated
*/
EEnum getIfcAnalysisTheoryTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcArithmeticOperatorEnum Ifc Arithmetic Operator Enum}'.
*
*
* @return the meta object for enum 'Ifc Arithmetic Operator Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcArithmeticOperatorEnum
* @generated
*/
EEnum getIfcArithmeticOperatorEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcAssemblyPlaceEnum Ifc Assembly Place Enum}'.
*
*
* @return the meta object for enum 'Ifc Assembly Place Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcAssemblyPlaceEnum
* @generated
*/
EEnum getIfcAssemblyPlaceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurveForm Ifc BSpline Curve Form}'.
*
*
* @return the meta object for enum 'Ifc BSpline Curve Form'.
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurveForm
* @generated
*/
EEnum getIfcBSplineCurveForm();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcBeamTypeEnum Ifc Beam Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Beam Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcBeamTypeEnum
* @generated
*/
EEnum getIfcBeamTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcBenchmarkEnum Ifc Benchmark Enum}'.
*
*
* @return the meta object for enum 'Ifc Benchmark Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcBenchmarkEnum
* @generated
*/
EEnum getIfcBenchmarkEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcBoilerTypeEnum Ifc Boiler Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Boiler Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcBoilerTypeEnum
* @generated
*/
EEnum getIfcBoilerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperator Ifc Boolean Operator}'.
*
*
* @return the meta object for enum 'Ifc Boolean Operator'.
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperator
* @generated
*/
EEnum getIfcBooleanOperator();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyTypeEnum Ifc Building Element Proxy Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Building Element Proxy Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyTypeEnum
* @generated
*/
EEnum getIfcBuildingElementProxyTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingTypeEnum Ifc Cable Carrier Fitting Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Cable Carrier Fitting Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingTypeEnum
* @generated
*/
EEnum getIfcCableCarrierFittingTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentTypeEnum Ifc Cable Carrier Segment Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Cable Carrier Segment Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentTypeEnum
* @generated
*/
EEnum getIfcCableCarrierSegmentTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCableSegmentTypeEnum Ifc Cable Segment Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Cable Segment Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCableSegmentTypeEnum
* @generated
*/
EEnum getIfcCableSegmentTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcChangeActionEnum Ifc Change Action Enum}'.
*
*
* @return the meta object for enum 'Ifc Change Action Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcChangeActionEnum
* @generated
*/
EEnum getIfcChangeActionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcChillerTypeEnum Ifc Chiller Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Chiller Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcChillerTypeEnum
* @generated
*/
EEnum getIfcChillerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCoilTypeEnum Ifc Coil Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Coil Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoilTypeEnum
* @generated
*/
EEnum getIfcCoilTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcColumnTypeEnum Ifc Column Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Column Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcColumnTypeEnum
* @generated
*/
EEnum getIfcColumnTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCompressorTypeEnum Ifc Compressor Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Compressor Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCompressorTypeEnum
* @generated
*/
EEnum getIfcCompressorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCondenserTypeEnum Ifc Condenser Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Condenser Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCondenserTypeEnum
* @generated
*/
EEnum getIfcCondenserTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum Ifc Connection Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Connection Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum
* @generated
*/
EEnum getIfcConnectionTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintEnum Ifc Constraint Enum}'.
*
*
* @return the meta object for enum 'Ifc Constraint Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintEnum
* @generated
*/
EEnum getIfcConstraintEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcControllerTypeEnum Ifc Controller Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Controller Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcControllerTypeEnum
* @generated
*/
EEnum getIfcControllerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCooledBeamTypeEnum Ifc Cooled Beam Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Cooled Beam Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCooledBeamTypeEnum
* @generated
*/
EEnum getIfcCooledBeamTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCoolingTowerTypeEnum Ifc Cooling Tower Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Cooling Tower Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoolingTowerTypeEnum
* @generated
*/
EEnum getIfcCoolingTowerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum Ifc Cost Schedule Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Cost Schedule Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum
* @generated
*/
EEnum getIfcCostScheduleTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCoveringTypeEnum Ifc Covering Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Covering Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCoveringTypeEnum
* @generated
*/
EEnum getIfcCoveringTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyEnum Ifc Currency Enum}'.
*
*
* @return the meta object for enum 'Ifc Currency Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyEnum
* @generated
*/
EEnum getIfcCurrencyEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWallTypeEnum Ifc Curtain Wall Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Curtain Wall Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWallTypeEnum
* @generated
*/
EEnum getIfcCurtainWallTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDamperTypeEnum Ifc Damper Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Damper Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDamperTypeEnum
* @generated
*/
EEnum getIfcDamperTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDataOriginEnum Ifc Data Origin Enum}'.
*
*
* @return the meta object for enum 'Ifc Data Origin Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDataOriginEnum
* @generated
*/
EEnum getIfcDataOriginEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitEnum Ifc Derived Unit Enum}'.
*
*
* @return the meta object for enum 'Ifc Derived Unit Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitEnum
* @generated
*/
EEnum getIfcDerivedUnitEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionExtentUsage Ifc Dimension Extent Usage}'.
*
*
* @return the meta object for enum 'Ifc Dimension Extent Usage'.
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionExtentUsage
* @generated
*/
EEnum getIfcDimensionExtentUsage();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum Ifc Direction Sense Enum}'.
*
*
* @return the meta object for enum 'Ifc Direction Sense Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum
* @generated
*/
EEnum getIfcDirectionSenseEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementTypeEnum Ifc Distribution Chamber Element Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Distribution Chamber Element Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementTypeEnum
* @generated
*/
EEnum getIfcDistributionChamberElementTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentConfidentialityEnum Ifc Document Confidentiality Enum}'.
*
*
* @return the meta object for enum 'Ifc Document Confidentiality Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentConfidentialityEnum
* @generated
*/
EEnum getIfcDocumentConfidentialityEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentStatusEnum Ifc Document Status Enum}'.
*
*
* @return the meta object for enum 'Ifc Document Status Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentStatusEnum
* @generated
*/
EEnum getIfcDocumentStatusEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum Ifc Door Panel Operation Enum}'.
*
*
* @return the meta object for enum 'Ifc Door Panel Operation Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum
* @generated
*/
EEnum getIfcDoorPanelOperationEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum Ifc Door Panel Position Enum}'.
*
*
* @return the meta object for enum 'Ifc Door Panel Position Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum
* @generated
*/
EEnum getIfcDoorPanelPositionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyleConstructionEnum Ifc Door Style Construction Enum}'.
*
*
* @return the meta object for enum 'Ifc Door Style Construction Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyleConstructionEnum
* @generated
*/
EEnum getIfcDoorStyleConstructionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyleOperationEnum Ifc Door Style Operation Enum}'.
*
*
* @return the meta object for enum 'Ifc Door Style Operation Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyleOperationEnum
* @generated
*/
EEnum getIfcDoorStyleOperationEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDuctFittingTypeEnum Ifc Duct Fitting Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Duct Fitting Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctFittingTypeEnum
* @generated
*/
EEnum getIfcDuctFittingTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSegmentTypeEnum Ifc Duct Segment Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Duct Segment Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSegmentTypeEnum
* @generated
*/
EEnum getIfcDuctSegmentTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSilencerTypeEnum Ifc Duct Silencer Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Duct Silencer Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSilencerTypeEnum
* @generated
*/
EEnum getIfcDuctSilencerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricApplianceTypeEnum Ifc Electric Appliance Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Appliance Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricApplianceTypeEnum
* @generated
*/
EEnum getIfcElectricApplianceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum Ifc Electric Current Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Current Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum
* @generated
*/
EEnum getIfcElectricCurrentEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPointFunctionEnum Ifc Electric Distribution Point Function Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Distribution Point Function Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPointFunctionEnum
* @generated
*/
EEnum getIfcElectricDistributionPointFunctionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceTypeEnum Ifc Electric Flow Storage Device Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Flow Storage Device Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceTypeEnum
* @generated
*/
EEnum getIfcElectricFlowStorageDeviceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorTypeEnum Ifc Electric Generator Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Generator Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorTypeEnum
* @generated
*/
EEnum getIfcElectricGeneratorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricHeaterTypeEnum Ifc Electric Heater Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Heater Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricHeaterTypeEnum
* @generated
*/
EEnum getIfcElectricHeaterTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricMotorTypeEnum Ifc Electric Motor Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Motor Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricMotorTypeEnum
* @generated
*/
EEnum getIfcElectricMotorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlTypeEnum Ifc Electric Time Control Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Electric Time Control Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlTypeEnum
* @generated
*/
EEnum getIfcElectricTimeControlTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssemblyTypeEnum Ifc Element Assembly Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Element Assembly Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssemblyTypeEnum
* @generated
*/
EEnum getIfcElementAssemblyTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcElementCompositionEnum Ifc Element Composition Enum}'.
*
*
* @return the meta object for enum 'Ifc Element Composition Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcElementCompositionEnum
* @generated
*/
EEnum getIfcElementCompositionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcEnergySequenceEnum Ifc Energy Sequence Enum}'.
*
*
* @return the meta object for enum 'Ifc Energy Sequence Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnergySequenceEnum
* @generated
*/
EEnum getIfcEnergySequenceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactCategoryEnum Ifc Environmental Impact Category Enum}'.
*
*
* @return the meta object for enum 'Ifc Environmental Impact Category Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactCategoryEnum
* @generated
*/
EEnum getIfcEnvironmentalImpactCategoryEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerTypeEnum Ifc Evaporative Cooler Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Evaporative Cooler Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerTypeEnum
* @generated
*/
EEnum getIfcEvaporativeCoolerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporatorTypeEnum Ifc Evaporator Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Evaporator Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporatorTypeEnum
* @generated
*/
EEnum getIfcEvaporatorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFanTypeEnum Ifc Fan Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Fan Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFanTypeEnum
* @generated
*/
EEnum getIfcFanTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFilterTypeEnum Ifc Filter Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Filter Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFilterTypeEnum
* @generated
*/
EEnum getIfcFilterTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalTypeEnum Ifc Fire Suppression Terminal Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Fire Suppression Terminal Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalTypeEnum
* @generated
*/
EEnum getIfcFireSuppressionTerminalTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFlowDirectionEnum Ifc Flow Direction Enum}'.
*
*
* @return the meta object for enum 'Ifc Flow Direction Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowDirectionEnum
* @generated
*/
EEnum getIfcFlowDirectionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentTypeEnum Ifc Flow Instrument Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Flow Instrument Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentTypeEnum
* @generated
*/
EEnum getIfcFlowInstrumentTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMeterTypeEnum Ifc Flow Meter Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Flow Meter Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMeterTypeEnum
* @generated
*/
EEnum getIfcFlowMeterTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcFootingTypeEnum Ifc Footing Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Footing Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcFootingTypeEnum
* @generated
*/
EEnum getIfcFootingTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcGasTerminalTypeEnum Ifc Gas Terminal Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Gas Terminal Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcGasTerminalTypeEnum
* @generated
*/
EEnum getIfcGasTerminalTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum Ifc Geometric Projection Enum}'.
*
*
* @return the meta object for enum 'Ifc Geometric Projection Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum
* @generated
*/
EEnum getIfcGeometricProjectionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcGlobalOrLocalEnum Ifc Global Or Local Enum}'.
*
*
* @return the meta object for enum 'Ifc Global Or Local Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcGlobalOrLocalEnum
* @generated
*/
EEnum getIfcGlobalOrLocalEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcHeatExchangerTypeEnum Ifc Heat Exchanger Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Heat Exchanger Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcHeatExchangerTypeEnum
* @generated
*/
EEnum getIfcHeatExchangerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcHumidifierTypeEnum Ifc Humidifier Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Humidifier Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcHumidifierTypeEnum
* @generated
*/
EEnum getIfcHumidifierTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcInternalOrExternalEnum Ifc Internal Or External Enum}'.
*
*
* @return the meta object for enum 'Ifc Internal Or External Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcInternalOrExternalEnum
* @generated
*/
EEnum getIfcInternalOrExternalEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcInventoryTypeEnum Ifc Inventory Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Inventory Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcInventoryTypeEnum
* @generated
*/
EEnum getIfcInventoryTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcJunctionBoxTypeEnum Ifc Junction Box Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Junction Box Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcJunctionBoxTypeEnum
* @generated
*/
EEnum getIfcJunctionBoxTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLampTypeEnum Ifc Lamp Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Lamp Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLampTypeEnum
* @generated
*/
EEnum getIfcLampTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum Ifc Layer Set Direction Enum}'.
*
*
* @return the meta object for enum 'Ifc Layer Set Direction Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum
* @generated
*/
EEnum getIfcLayerSetDirectionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionCurveEnum Ifc Light Distribution Curve Enum}'.
*
*
* @return the meta object for enum 'Ifc Light Distribution Curve Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionCurveEnum
* @generated
*/
EEnum getIfcLightDistributionCurveEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum Ifc Light Emission Source Enum}'.
*
*
* @return the meta object for enum 'Ifc Light Emission Source Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum
* @generated
*/
EEnum getIfcLightEmissionSourceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLightFixtureTypeEnum Ifc Light Fixture Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Light Fixture Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLightFixtureTypeEnum
* @generated
*/
EEnum getIfcLightFixtureTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLoadGroupTypeEnum Ifc Load Group Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Load Group Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLoadGroupTypeEnum
* @generated
*/
EEnum getIfcLoadGroupTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcLogicalOperatorEnum Ifc Logical Operator Enum}'.
*
*
* @return the meta object for enum 'Ifc Logical Operator Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcLogicalOperatorEnum
* @generated
*/
EEnum getIfcLogicalOperatorEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcMemberTypeEnum Ifc Member Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Member Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcMemberTypeEnum
* @generated
*/
EEnum getIfcMemberTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcMotorConnectionTypeEnum Ifc Motor Connection Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Motor Connection Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcMotorConnectionTypeEnum
* @generated
*/
EEnum getIfcMotorConnectionTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcNullStyleEnum Ifc Null Style Enum}'.
*
*
* @return the meta object for enum 'Ifc Null Style Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcNullStyleEnum
* @generated
*/
EEnum getIfcNullStyleEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcObjectTypeEnum Ifc Object Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Object Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectTypeEnum
* @generated
*/
EEnum getIfcObjectTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcObjectiveEnum Ifc Objective Enum}'.
*
*
* @return the meta object for enum 'Ifc Objective Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcObjectiveEnum
* @generated
*/
EEnum getIfcObjectiveEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcOccupantTypeEnum Ifc Occupant Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Occupant Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcOccupantTypeEnum
* @generated
*/
EEnum getIfcOccupantTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcOutletTypeEnum Ifc Outlet Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Outlet Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcOutletTypeEnum
* @generated
*/
EEnum getIfcOutletTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringOperationEnum Ifc Permeable Covering Operation Enum}'.
*
*
* @return the meta object for enum 'Ifc Permeable Covering Operation Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringOperationEnum
* @generated
*/
EEnum getIfcPermeableCoveringOperationEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalOrVirtualEnum Ifc Physical Or Virtual Enum}'.
*
*
* @return the meta object for enum 'Ifc Physical Or Virtual Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalOrVirtualEnum
* @generated
*/
EEnum getIfcPhysicalOrVirtualEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPileConstructionEnum Ifc Pile Construction Enum}'.
*
*
* @return the meta object for enum 'Ifc Pile Construction Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPileConstructionEnum
* @generated
*/
EEnum getIfcPileConstructionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPileTypeEnum Ifc Pile Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Pile Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPileTypeEnum
* @generated
*/
EEnum getIfcPileTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPipeFittingTypeEnum Ifc Pipe Fitting Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Pipe Fitting Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeFittingTypeEnum
* @generated
*/
EEnum getIfcPipeFittingTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPipeSegmentTypeEnum Ifc Pipe Segment Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Pipe Segment Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPipeSegmentTypeEnum
* @generated
*/
EEnum getIfcPipeSegmentTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPlateTypeEnum Ifc Plate Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Plate Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPlateTypeEnum
* @generated
*/
EEnum getIfcPlateTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcProcedureTypeEnum Ifc Procedure Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Procedure Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcProcedureTypeEnum
* @generated
*/
EEnum getIfcProcedureTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcProfileTypeEnum Ifc Profile Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Profile Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcProfileTypeEnum
* @generated
*/
EEnum getIfcProfileTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecordTypeEnum Ifc Project Order Record Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Project Order Record Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecordTypeEnum
* @generated
*/
EEnum getIfcProjectOrderRecordTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderTypeEnum Ifc Project Order Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Project Order Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderTypeEnum
* @generated
*/
EEnum getIfcProjectOrderTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcProjectedOrTrueLengthEnum Ifc Projected Or True Length Enum}'.
*
*
* @return the meta object for enum 'Ifc Projected Or True Length Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcProjectedOrTrueLengthEnum
* @generated
*/
EEnum getIfcProjectedOrTrueLengthEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum Ifc Property Source Enum}'.
*
*
* @return the meta object for enum 'Ifc Property Source Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum
* @generated
*/
EEnum getIfcPropertySourceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceTypeEnum Ifc Protective Device Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Protective Device Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceTypeEnum
* @generated
*/
EEnum getIfcProtectiveDeviceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcPumpTypeEnum Ifc Pump Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Pump Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcPumpTypeEnum
* @generated
*/
EEnum getIfcPumpTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcRailingTypeEnum Ifc Railing Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Railing Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcRailingTypeEnum
* @generated
*/
EEnum getIfcRailingTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlightTypeEnum Ifc Ramp Flight Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Ramp Flight Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlightTypeEnum
* @generated
*/
EEnum getIfcRampFlightTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcRampTypeEnum Ifc Ramp Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Ramp Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcRampTypeEnum
* @generated
*/
EEnum getIfcRampTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcReflectanceMethodEnum Ifc Reflectance Method Enum}'.
*
*
* @return the meta object for enum 'Ifc Reflectance Method Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcReflectanceMethodEnum
* @generated
*/
EEnum getIfcReflectanceMethodEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum Ifc Reinforcing Bar Role Enum}'.
*
*
* @return the meta object for enum 'Ifc Reinforcing Bar Role Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum
* @generated
*/
EEnum getIfcReinforcingBarRoleEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarSurfaceEnum Ifc Reinforcing Bar Surface Enum}'.
*
*
* @return the meta object for enum 'Ifc Reinforcing Bar Surface Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarSurfaceEnum
* @generated
*/
EEnum getIfcReinforcingBarSurfaceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcResourceConsumptionEnum Ifc Resource Consumption Enum}'.
*
*
* @return the meta object for enum 'Ifc Resource Consumption Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcResourceConsumptionEnum
* @generated
*/
EEnum getIfcResourceConsumptionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum Ifc Rib Plate Direction Enum}'.
*
*
* @return the meta object for enum 'Ifc Rib Plate Direction Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum
* @generated
*/
EEnum getIfcRibPlateDirectionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcRoleEnum Ifc Role Enum}'.
*
*
* @return the meta object for enum 'Ifc Role Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoleEnum
* @generated
*/
EEnum getIfcRoleEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcRoofTypeEnum Ifc Roof Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Roof Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcRoofTypeEnum
* @generated
*/
EEnum getIfcRoofTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSIPrefix Ifc SI Prefix}'.
*
*
* @return the meta object for enum 'Ifc SI Prefix'.
* @see org.bimserver.models.ifc2x3tc1.IfcSIPrefix
* @generated
*/
EEnum getIfcSIPrefix();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnitName Ifc SI Unit Name}'.
*
*
* @return the meta object for enum 'Ifc SI Unit Name'.
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnitName
* @generated
*/
EEnum getIfcSIUnitName();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalTypeEnum Ifc Sanitary Terminal Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Sanitary Terminal Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalTypeEnum
* @generated
*/
EEnum getIfcSanitaryTerminalTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSectionTypeEnum Ifc Section Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Section Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSectionTypeEnum
* @generated
*/
EEnum getIfcSectionTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSensorTypeEnum Ifc Sensor Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Sensor Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSensorTypeEnum
* @generated
*/
EEnum getIfcSensorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSequenceEnum Ifc Sequence Enum}'.
*
*
* @return the meta object for enum 'Ifc Sequence Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSequenceEnum
* @generated
*/
EEnum getIfcSequenceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum Ifc Service Life Factor Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Service Life Factor Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum
* @generated
*/
EEnum getIfcServiceLifeFactorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeTypeEnum Ifc Service Life Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Service Life Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeTypeEnum
* @generated
*/
EEnum getIfcServiceLifeTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSlabTypeEnum Ifc Slab Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Slab Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSlabTypeEnum
* @generated
*/
EEnum getIfcSlabTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSoundScaleEnum Ifc Sound Scale Enum}'.
*
*
* @return the meta object for enum 'Ifc Sound Scale Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSoundScaleEnum
* @generated
*/
EEnum getIfcSoundScaleEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterTypeEnum Ifc Space Heater Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Space Heater Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterTypeEnum
* @generated
*/
EEnum getIfcSpaceHeaterTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceTypeEnum Ifc Space Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Space Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceTypeEnum
* @generated
*/
EEnum getIfcSpaceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcStackTerminalTypeEnum Ifc Stack Terminal Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Stack Terminal Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcStackTerminalTypeEnum
* @generated
*/
EEnum getIfcStackTerminalTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlightTypeEnum Ifc Stair Flight Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Stair Flight Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlightTypeEnum
* @generated
*/
EEnum getIfcStairFlightTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcStairTypeEnum Ifc Stair Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Stair Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcStairTypeEnum
* @generated
*/
EEnum getIfcStairTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcStateEnum Ifc State Enum}'.
*
*
* @return the meta object for enum 'Ifc State Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcStateEnum
* @generated
*/
EEnum getIfcStateEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveTypeEnum Ifc Structural Curve Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Structural Curve Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveTypeEnum
* @generated
*/
EEnum getIfcStructuralCurveTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceTypeEnum Ifc Structural Surface Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Structural Surface Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceTypeEnum
* @generated
*/
EEnum getIfcStructuralSurfaceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceSide Ifc Surface Side}'.
*
*
* @return the meta object for enum 'Ifc Surface Side'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceSide
* @generated
*/
EEnum getIfcSurfaceSide();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum Ifc Surface Texture Enum}'.
*
*
* @return the meta object for enum 'Ifc Surface Texture Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum
* @generated
*/
EEnum getIfcSurfaceTextureEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceTypeEnum Ifc Switching Device Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Switching Device Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceTypeEnum
* @generated
*/
EEnum getIfcSwitchingDeviceTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTankTypeEnum Ifc Tank Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Tank Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTankTypeEnum
* @generated
*/
EEnum getIfcTankTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum Ifc Tendon Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Tendon Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum
* @generated
*/
EEnum getIfcTendonTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTextPath Ifc Text Path}'.
*
*
* @return the meta object for enum 'Ifc Text Path'.
* @see org.bimserver.models.ifc2x3tc1.IfcTextPath
* @generated
*/
EEnum getIfcTextPath();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcThermalLoadSourceEnum Ifc Thermal Load Source Enum}'.
*
*
* @return the meta object for enum 'Ifc Thermal Load Source Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalLoadSourceEnum
* @generated
*/
EEnum getIfcThermalLoadSourceEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcThermalLoadTypeEnum Ifc Thermal Load Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Thermal Load Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcThermalLoadTypeEnum
* @generated
*/
EEnum getIfcThermalLoadTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesDataTypeEnum Ifc Time Series Data Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Time Series Data Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesDataTypeEnum
* @generated
*/
EEnum getIfcTimeSeriesDataTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum Ifc Time Series Schedule Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Time Series Schedule Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum
* @generated
*/
EEnum getIfcTimeSeriesScheduleTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTransformerTypeEnum Ifc Transformer Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Transformer Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransformerTypeEnum
* @generated
*/
EEnum getIfcTransformerTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTransitionCode Ifc Transition Code}'.
*
*
* @return the meta object for enum 'Ifc Transition Code'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransitionCode
* @generated
*/
EEnum getIfcTransitionCode();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElementTypeEnum Ifc Transport Element Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Transport Element Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElementTypeEnum
* @generated
*/
EEnum getIfcTransportElementTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingPreference Ifc Trimming Preference}'.
*
*
* @return the meta object for enum 'Ifc Trimming Preference'.
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingPreference
* @generated
*/
EEnum getIfcTrimmingPreference();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcTubeBundleTypeEnum Ifc Tube Bundle Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Tube Bundle Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcTubeBundleTypeEnum
* @generated
*/
EEnum getIfcTubeBundleTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcUnitEnum Ifc Unit Enum}'.
*
*
* @return the meta object for enum 'Ifc Unit Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitEnum
* @generated
*/
EEnum getIfcUnitEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentTypeEnum Ifc Unitary Equipment Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Unitary Equipment Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentTypeEnum
* @generated
*/
EEnum getIfcUnitaryEquipmentTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcValveTypeEnum Ifc Valve Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Valve Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcValveTypeEnum
* @generated
*/
EEnum getIfcValveTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorTypeEnum Ifc Vibration Isolator Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Vibration Isolator Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorTypeEnum
* @generated
*/
EEnum getIfcVibrationIsolatorTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWallTypeEnum Ifc Wall Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Wall Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWallTypeEnum
* @generated
*/
EEnum getIfcWallTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWasteTerminalTypeEnum Ifc Waste Terminal Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Waste Terminal Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWasteTerminalTypeEnum
* @generated
*/
EEnum getIfcWasteTerminalTypeEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelOperationEnum Ifc Window Panel Operation Enum}'.
*
*
* @return the meta object for enum 'Ifc Window Panel Operation Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelOperationEnum
* @generated
*/
EEnum getIfcWindowPanelOperationEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelPositionEnum Ifc Window Panel Position Enum}'.
*
*
* @return the meta object for enum 'Ifc Window Panel Position Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelPositionEnum
* @generated
*/
EEnum getIfcWindowPanelPositionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum Ifc Window Style Construction Enum}'.
*
*
* @return the meta object for enum 'Ifc Window Style Construction Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum
* @generated
*/
EEnum getIfcWindowStyleConstructionEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum Ifc Window Style Operation Enum}'.
*
*
* @return the meta object for enum 'Ifc Window Style Operation Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum
* @generated
*/
EEnum getIfcWindowStyleOperationEnum();
/**
* Returns the meta object for enum '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum Ifc Work Control Type Enum}'.
*
*
* @return the meta object for enum 'Ifc Work Control Type Enum'.
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum
* @generated
*/
EEnum getIfcWorkControlTypeEnum();
/**
* Returns the factory that creates the instances of the model.
*
*
* @return the factory that creates the instances of the model.
* @generated
*/
Ifc2x3tc1Factory getIfc2x3tc1Factory();
/**
*
* Defines literals for the meta objects that represent
*
* - each class,
* - each feature of each class,
* - each enum,
* - and each data type
*
*
* @generated
*/
interface Literals {
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.Ifc2DCompositeCurveImpl Ifc2 DComposite Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2DCompositeCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfc2DCompositeCurve()
* @generated
*/
EClass IFC2_DCOMPOSITE_CURVE = eINSTANCE.getIfc2DCompositeCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActionRequestImpl Ifc Action Request}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActionRequestImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActionRequest()
* @generated
*/
EClass IFC_ACTION_REQUEST = eINSTANCE.getIfcActionRequest();
/**
* The meta object literal for the 'Request ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACTION_REQUEST__REQUEST_ID = eINSTANCE.getIfcActionRequest_RequestID();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActorImpl Ifc Actor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActor()
* @generated
*/
EClass IFC_ACTOR = eINSTANCE.getIfcActor();
/**
* The meta object literal for the 'The Actor' reference feature.
*
*
* @generated
*/
EReference IFC_ACTOR__THE_ACTOR = eINSTANCE.getIfcActor_TheActor();
/**
* The meta object literal for the 'Is Acting Upon' reference list feature.
*
*
* @generated
*/
EReference IFC_ACTOR__IS_ACTING_UPON = eINSTANCE.getIfcActor_IsActingUpon();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActorRoleImpl Ifc Actor Role}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActorRoleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActorRole()
* @generated
*/
EClass IFC_ACTOR_ROLE = eINSTANCE.getIfcActorRole();
/**
* The meta object literal for the 'Role' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACTOR_ROLE__ROLE = eINSTANCE.getIfcActorRole_Role();
/**
* The meta object literal for the 'User Defined Role' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACTOR_ROLE__USER_DEFINED_ROLE = eINSTANCE.getIfcActorRole_UserDefinedRole();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACTOR_ROLE__DESCRIPTION = eINSTANCE.getIfcActorRole_Description();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcActuatorTypeImpl Ifc Actuator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcActuatorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActuatorType()
* @generated
*/
EClass IFC_ACTUATOR_TYPE = eINSTANCE.getIfcActuatorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACTUATOR_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcActuatorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAddressImpl Ifc Address}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAddressImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAddress()
* @generated
*/
EClass IFC_ADDRESS = eINSTANCE.getIfcAddress();
/**
* The meta object literal for the 'Purpose' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ADDRESS__PURPOSE = eINSTANCE.getIfcAddress_Purpose();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ADDRESS__DESCRIPTION = eINSTANCE.getIfcAddress_Description();
/**
* The meta object literal for the 'User Defined Purpose' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ADDRESS__USER_DEFINED_PURPOSE = eINSTANCE.getIfcAddress_UserDefinedPurpose();
/**
* The meta object literal for the 'Of Person' reference list feature.
*
*
* @generated
*/
EReference IFC_ADDRESS__OF_PERSON = eINSTANCE.getIfcAddress_OfPerson();
/**
* The meta object literal for the 'Of Organization' reference list feature.
*
*
* @generated
*/
EReference IFC_ADDRESS__OF_ORGANIZATION = eINSTANCE.getIfcAddress_OfOrganization();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalBoxTypeImpl Ifc Air Terminal Box Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalBoxTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalBoxType()
* @generated
*/
EClass IFC_AIR_TERMINAL_BOX_TYPE = eINSTANCE.getIfcAirTerminalBoxType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AIR_TERMINAL_BOX_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcAirTerminalBoxType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalTypeImpl Ifc Air Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAirTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalType()
* @generated
*/
EClass IFC_AIR_TERMINAL_TYPE = eINSTANCE.getIfcAirTerminalType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AIR_TERMINAL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcAirTerminalType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAirToAirHeatRecoveryTypeImpl Ifc Air To Air Heat Recovery Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAirToAirHeatRecoveryTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirToAirHeatRecoveryType()
* @generated
*/
EClass IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE = eINSTANCE.getIfcAirToAirHeatRecoveryType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcAirToAirHeatRecoveryType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAlarmTypeImpl Ifc Alarm Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAlarmTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAlarmType()
* @generated
*/
EClass IFC_ALARM_TYPE = eINSTANCE.getIfcAlarmType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ALARM_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcAlarmType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAngularDimensionImpl Ifc Angular Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAngularDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAngularDimension()
* @generated
*/
EClass IFC_ANGULAR_DIMENSION = eINSTANCE.getIfcAngularDimension();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationImpl Ifc Annotation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotation()
* @generated
*/
EClass IFC_ANNOTATION = eINSTANCE.getIfcAnnotation();
/**
* The meta object literal for the 'Contained In Structure' reference list feature.
*
*
* @generated
*/
EReference IFC_ANNOTATION__CONTAINED_IN_STRUCTURE = eINSTANCE.getIfcAnnotation_ContainedInStructure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationCurveOccurrenceImpl Ifc Annotation Curve Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationCurveOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationCurveOccurrence()
* @generated
*/
EClass IFC_ANNOTATION_CURVE_OCCURRENCE = eINSTANCE.getIfcAnnotationCurveOccurrence();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaImpl Ifc Annotation Fill Area}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationFillArea()
* @generated
*/
EClass IFC_ANNOTATION_FILL_AREA = eINSTANCE.getIfcAnnotationFillArea();
/**
* The meta object literal for the 'Outer Boundary' reference feature.
*
*
* @generated
*/
EReference IFC_ANNOTATION_FILL_AREA__OUTER_BOUNDARY = eINSTANCE.getIfcAnnotationFillArea_OuterBoundary();
/**
* The meta object literal for the 'Inner Boundaries' reference list feature.
*
*
* @generated
*/
EReference IFC_ANNOTATION_FILL_AREA__INNER_BOUNDARIES = eINSTANCE.getIfcAnnotationFillArea_InnerBoundaries();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaOccurrenceImpl Ifc Annotation Fill Area Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationFillAreaOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationFillAreaOccurrence()
* @generated
*/
EClass IFC_ANNOTATION_FILL_AREA_OCCURRENCE = eINSTANCE.getIfcAnnotationFillAreaOccurrence();
/**
* The meta object literal for the 'Fill Style Target' reference feature.
*
*
* @generated
*/
EReference IFC_ANNOTATION_FILL_AREA_OCCURRENCE__FILL_STYLE_TARGET = eINSTANCE
.getIfcAnnotationFillAreaOccurrence_FillStyleTarget();
/**
* The meta object literal for the 'Global Or Local' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ANNOTATION_FILL_AREA_OCCURRENCE__GLOBAL_OR_LOCAL = eINSTANCE
.getIfcAnnotationFillAreaOccurrence_GlobalOrLocal();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationOccurrenceImpl Ifc Annotation Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationOccurrence()
* @generated
*/
EClass IFC_ANNOTATION_OCCURRENCE = eINSTANCE.getIfcAnnotationOccurrence();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceImpl Ifc Annotation Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationSurface()
* @generated
*/
EClass IFC_ANNOTATION_SURFACE = eINSTANCE.getIfcAnnotationSurface();
/**
* The meta object literal for the 'Item' reference feature.
*
*
* @generated
*/
EReference IFC_ANNOTATION_SURFACE__ITEM = eINSTANCE.getIfcAnnotationSurface_Item();
/**
* The meta object literal for the 'Texture Coordinates' reference feature.
*
*
* @generated
*/
EReference IFC_ANNOTATION_SURFACE__TEXTURE_COORDINATES = eINSTANCE.getIfcAnnotationSurface_TextureCoordinates();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceOccurrenceImpl Ifc Annotation Surface Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSurfaceOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationSurfaceOccurrence()
* @generated
*/
EClass IFC_ANNOTATION_SURFACE_OCCURRENCE = eINSTANCE.getIfcAnnotationSurfaceOccurrence();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSymbolOccurrenceImpl Ifc Annotation Symbol Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationSymbolOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationSymbolOccurrence()
* @generated
*/
EClass IFC_ANNOTATION_SYMBOL_OCCURRENCE = eINSTANCE.getIfcAnnotationSymbolOccurrence();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationTextOccurrenceImpl Ifc Annotation Text Occurrence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAnnotationTextOccurrenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnnotationTextOccurrence()
* @generated
*/
EClass IFC_ANNOTATION_TEXT_OCCURRENCE = eINSTANCE.getIfcAnnotationTextOccurrence();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApplicationImpl Ifc Application}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApplicationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApplication()
* @generated
*/
EClass IFC_APPLICATION = eINSTANCE.getIfcApplication();
/**
* The meta object literal for the 'Application Developer' reference feature.
*
*
* @generated
*/
EReference IFC_APPLICATION__APPLICATION_DEVELOPER = eINSTANCE.getIfcApplication_ApplicationDeveloper();
/**
* The meta object literal for the 'Version' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLICATION__VERSION = eINSTANCE.getIfcApplication_Version();
/**
* The meta object literal for the 'Application Full Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLICATION__APPLICATION_FULL_NAME = eINSTANCE.getIfcApplication_ApplicationFullName();
/**
* The meta object literal for the 'Application Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLICATION__APPLICATION_IDENTIFIER = eINSTANCE.getIfcApplication_ApplicationIdentifier();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueImpl Ifc Applied Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAppliedValue()
* @generated
*/
EClass IFC_APPLIED_VALUE = eINSTANCE.getIfcAppliedValue();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLIED_VALUE__NAME = eINSTANCE.getIfcAppliedValue_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLIED_VALUE__DESCRIPTION = eINSTANCE.getIfcAppliedValue_Description();
/**
* The meta object literal for the 'Applied Value' reference feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__APPLIED_VALUE = eINSTANCE.getIfcAppliedValue_AppliedValue();
/**
* The meta object literal for the 'Unit Basis' reference feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__UNIT_BASIS = eINSTANCE.getIfcAppliedValue_UnitBasis();
/**
* The meta object literal for the 'Applicable Date' reference feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__APPLICABLE_DATE = eINSTANCE.getIfcAppliedValue_ApplicableDate();
/**
* The meta object literal for the 'Fixed Until Date' reference feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__FIXED_UNTIL_DATE = eINSTANCE.getIfcAppliedValue_FixedUntilDate();
/**
* The meta object literal for the 'Values Referenced' reference list feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__VALUES_REFERENCED = eINSTANCE.getIfcAppliedValue_ValuesReferenced();
/**
* The meta object literal for the 'Value Of Components' reference list feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__VALUE_OF_COMPONENTS = eINSTANCE.getIfcAppliedValue_ValueOfComponents();
/**
* The meta object literal for the 'Is Component In' reference list feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE__IS_COMPONENT_IN = eINSTANCE.getIfcAppliedValue_IsComponentIn();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueRelationshipImpl Ifc Applied Value Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAppliedValueRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAppliedValueRelationship()
* @generated
*/
EClass IFC_APPLIED_VALUE_RELATIONSHIP = eINSTANCE.getIfcAppliedValueRelationship();
/**
* The meta object literal for the 'Component Of Total' reference feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE_RELATIONSHIP__COMPONENT_OF_TOTAL = eINSTANCE
.getIfcAppliedValueRelationship_ComponentOfTotal();
/**
* The meta object literal for the 'Components' reference list feature.
*
*
* @generated
*/
EReference IFC_APPLIED_VALUE_RELATIONSHIP__COMPONENTS = eINSTANCE.getIfcAppliedValueRelationship_Components();
/**
* The meta object literal for the 'Arithmetic Operator' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLIED_VALUE_RELATIONSHIP__ARITHMETIC_OPERATOR = eINSTANCE
.getIfcAppliedValueRelationship_ArithmeticOperator();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLIED_VALUE_RELATIONSHIP__NAME = eINSTANCE.getIfcAppliedValueRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPLIED_VALUE_RELATIONSHIP__DESCRIPTION = eINSTANCE.getIfcAppliedValueRelationship_Description();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl Ifc Approval}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApproval()
* @generated
*/
EClass IFC_APPROVAL = eINSTANCE.getIfcApproval();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL__DESCRIPTION = eINSTANCE.getIfcApproval_Description();
/**
* The meta object literal for the 'Approval Date Time' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL__APPROVAL_DATE_TIME = eINSTANCE.getIfcApproval_ApprovalDateTime();
/**
* The meta object literal for the 'Approval Status' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL__APPROVAL_STATUS = eINSTANCE.getIfcApproval_ApprovalStatus();
/**
* The meta object literal for the 'Approval Level' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL__APPROVAL_LEVEL = eINSTANCE.getIfcApproval_ApprovalLevel();
/**
* The meta object literal for the 'Approval Qualifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL__APPROVAL_QUALIFIER = eINSTANCE.getIfcApproval_ApprovalQualifier();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL__NAME = eINSTANCE.getIfcApproval_Name();
/**
* The meta object literal for the 'Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL__IDENTIFIER = eINSTANCE.getIfcApproval_Identifier();
/**
* The meta object literal for the 'Actors' reference list feature.
*
*
* @generated
*/
EReference IFC_APPROVAL__ACTORS = eINSTANCE.getIfcApproval_Actors();
/**
* The meta object literal for the 'Is Related With' reference list feature.
*
*
* @generated
*/
EReference IFC_APPROVAL__IS_RELATED_WITH = eINSTANCE.getIfcApproval_IsRelatedWith();
/**
* The meta object literal for the 'Relates' reference list feature.
*
*
* @generated
*/
EReference IFC_APPROVAL__RELATES = eINSTANCE.getIfcApproval_Relates();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalActorRelationshipImpl Ifc Approval Actor Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalActorRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApprovalActorRelationship()
* @generated
*/
EClass IFC_APPROVAL_ACTOR_RELATIONSHIP = eINSTANCE.getIfcApprovalActorRelationship();
/**
* The meta object literal for the 'Actor' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_ACTOR_RELATIONSHIP__ACTOR = eINSTANCE.getIfcApprovalActorRelationship_Actor();
/**
* The meta object literal for the 'Approval' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_ACTOR_RELATIONSHIP__APPROVAL = eINSTANCE.getIfcApprovalActorRelationship_Approval();
/**
* The meta object literal for the 'Role' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_ACTOR_RELATIONSHIP__ROLE = eINSTANCE.getIfcApprovalActorRelationship_Role();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalPropertyRelationshipImpl Ifc Approval Property Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalPropertyRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApprovalPropertyRelationship()
* @generated
*/
EClass IFC_APPROVAL_PROPERTY_RELATIONSHIP = eINSTANCE.getIfcApprovalPropertyRelationship();
/**
* The meta object literal for the 'Approved Properties' reference list feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_PROPERTY_RELATIONSHIP__APPROVED_PROPERTIES = eINSTANCE
.getIfcApprovalPropertyRelationship_ApprovedProperties();
/**
* The meta object literal for the 'Approval' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_PROPERTY_RELATIONSHIP__APPROVAL = eINSTANCE
.getIfcApprovalPropertyRelationship_Approval();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalRelationshipImpl Ifc Approval Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcApprovalRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcApprovalRelationship()
* @generated
*/
EClass IFC_APPROVAL_RELATIONSHIP = eINSTANCE.getIfcApprovalRelationship();
/**
* The meta object literal for the 'Related Approval' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_RELATIONSHIP__RELATED_APPROVAL = eINSTANCE.getIfcApprovalRelationship_RelatedApproval();
/**
* The meta object literal for the 'Relating Approval' reference feature.
*
*
* @generated
*/
EReference IFC_APPROVAL_RELATIONSHIP__RELATING_APPROVAL = eINSTANCE
.getIfcApprovalRelationship_RelatingApproval();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL_RELATIONSHIP__DESCRIPTION = eINSTANCE.getIfcApprovalRelationship_Description();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_APPROVAL_RELATIONSHIP__NAME = eINSTANCE.getIfcApprovalRelationship_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryClosedProfileDefImpl Ifc Arbitrary Closed Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryClosedProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArbitraryClosedProfileDef()
* @generated
*/
EClass IFC_ARBITRARY_CLOSED_PROFILE_DEF = eINSTANCE.getIfcArbitraryClosedProfileDef();
/**
* The meta object literal for the 'Outer Curve' reference feature.
*
*
* @generated
*/
EReference IFC_ARBITRARY_CLOSED_PROFILE_DEF__OUTER_CURVE = eINSTANCE
.getIfcArbitraryClosedProfileDef_OuterCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryOpenProfileDefImpl Ifc Arbitrary Open Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryOpenProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArbitraryOpenProfileDef()
* @generated
*/
EClass IFC_ARBITRARY_OPEN_PROFILE_DEF = eINSTANCE.getIfcArbitraryOpenProfileDef();
/**
* The meta object literal for the 'Curve' reference feature.
*
*
* @generated
*/
EReference IFC_ARBITRARY_OPEN_PROFILE_DEF__CURVE = eINSTANCE.getIfcArbitraryOpenProfileDef_Curve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryProfileDefWithVoidsImpl Ifc Arbitrary Profile Def With Voids}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcArbitraryProfileDefWithVoidsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArbitraryProfileDefWithVoids()
* @generated
*/
EClass IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS = eINSTANCE.getIfcArbitraryProfileDefWithVoids();
/**
* The meta object literal for the 'Inner Curves' reference list feature.
*
*
* @generated
*/
EReference IFC_ARBITRARY_PROFILE_DEF_WITH_VOIDS__INNER_CURVES = eINSTANCE
.getIfcArbitraryProfileDefWithVoids_InnerCurves();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAssetImpl Ifc Asset}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAssetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAsset()
* @generated
*/
EClass IFC_ASSET = eINSTANCE.getIfcAsset();
/**
* The meta object literal for the 'Asset ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASSET__ASSET_ID = eINSTANCE.getIfcAsset_AssetID();
/**
* The meta object literal for the 'Original Value' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__ORIGINAL_VALUE = eINSTANCE.getIfcAsset_OriginalValue();
/**
* The meta object literal for the 'Current Value' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__CURRENT_VALUE = eINSTANCE.getIfcAsset_CurrentValue();
/**
* The meta object literal for the 'Total Replacement Cost' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__TOTAL_REPLACEMENT_COST = eINSTANCE.getIfcAsset_TotalReplacementCost();
/**
* The meta object literal for the 'Owner' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__OWNER = eINSTANCE.getIfcAsset_Owner();
/**
* The meta object literal for the 'User' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__USER = eINSTANCE.getIfcAsset_User();
/**
* The meta object literal for the 'Responsible Person' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__RESPONSIBLE_PERSON = eINSTANCE.getIfcAsset_ResponsiblePerson();
/**
* The meta object literal for the 'Incorporation Date' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__INCORPORATION_DATE = eINSTANCE.getIfcAsset_IncorporationDate();
/**
* The meta object literal for the 'Depreciated Value' reference feature.
*
*
* @generated
*/
EReference IFC_ASSET__DEPRECIATED_VALUE = eINSTANCE.getIfcAsset_DepreciatedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAsymmetricIShapeProfileDefImpl Ifc Asymmetric IShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAsymmetricIShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAsymmetricIShapeProfileDef()
* @generated
*/
EClass IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF = eINSTANCE.getIfcAsymmetricIShapeProfileDef();
/**
* The meta object literal for the 'Top Flange Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_WIDTH = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_TopFlangeWidth();
/**
* The meta object literal for the 'Top Flange Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_WIDTH_AS_STRING = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_TopFlangeWidthAsString();
/**
* The meta object literal for the 'Top Flange Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_THICKNESS = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_TopFlangeThickness();
/**
* The meta object literal for the 'Top Flange Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_THICKNESS_AS_STRING = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_TopFlangeThicknessAsString();
/**
* The meta object literal for the 'Top Flange Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_FILLET_RADIUS = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadius();
/**
* The meta object literal for the 'Top Flange Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__TOP_FLANGE_FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_TopFlangeFilletRadiusAsString();
/**
* The meta object literal for the 'Centre Of Gravity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_CentreOfGravityInY();
/**
* The meta object literal for the 'Centre Of Gravity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ASYMMETRIC_ISHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = eINSTANCE
.getIfcAsymmetricIShapeProfileDef_CentreOfGravityInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAxis1PlacementImpl Ifc Axis1 Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAxis1PlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis1Placement()
* @generated
*/
EClass IFC_AXIS1_PLACEMENT = eINSTANCE.getIfcAxis1Placement();
/**
* The meta object literal for the 'Axis' reference feature.
*
*
* @generated
*/
EReference IFC_AXIS1_PLACEMENT__AXIS = eINSTANCE.getIfcAxis1Placement_Axis();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement2DImpl Ifc Axis2 Placement2 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement2DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis2Placement2D()
* @generated
*/
EClass IFC_AXIS2_PLACEMENT2_D = eINSTANCE.getIfcAxis2Placement2D();
/**
* The meta object literal for the 'Ref Direction' reference feature.
*
*
* @generated
*/
EReference IFC_AXIS2_PLACEMENT2_D__REF_DIRECTION = eINSTANCE.getIfcAxis2Placement2D_RefDirection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement3DImpl Ifc Axis2 Placement3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAxis2Placement3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis2Placement3D()
* @generated
*/
EClass IFC_AXIS2_PLACEMENT3_D = eINSTANCE.getIfcAxis2Placement3D();
/**
* The meta object literal for the 'Axis' reference feature.
*
*
* @generated
*/
EReference IFC_AXIS2_PLACEMENT3_D__AXIS = eINSTANCE.getIfcAxis2Placement3D_Axis();
/**
* The meta object literal for the 'Ref Direction' reference feature.
*
*
* @generated
*/
EReference IFC_AXIS2_PLACEMENT3_D__REF_DIRECTION = eINSTANCE.getIfcAxis2Placement3D_RefDirection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBSplineCurveImpl Ifc BSpline Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBSplineCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBSplineCurve()
* @generated
*/
EClass IFC_BSPLINE_CURVE = eINSTANCE.getIfcBSplineCurve();
/**
* The meta object literal for the 'Degree' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BSPLINE_CURVE__DEGREE = eINSTANCE.getIfcBSplineCurve_Degree();
/**
* The meta object literal for the 'Control Points List' reference list feature.
*
*
* @generated
*/
EReference IFC_BSPLINE_CURVE__CONTROL_POINTS_LIST = eINSTANCE.getIfcBSplineCurve_ControlPointsList();
/**
* The meta object literal for the 'Curve Form' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BSPLINE_CURVE__CURVE_FORM = eINSTANCE.getIfcBSplineCurve_CurveForm();
/**
* The meta object literal for the 'Closed Curve' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BSPLINE_CURVE__CLOSED_CURVE = eINSTANCE.getIfcBSplineCurve_ClosedCurve();
/**
* The meta object literal for the 'Self Intersect' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BSPLINE_CURVE__SELF_INTERSECT = eINSTANCE.getIfcBSplineCurve_SelfIntersect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBeamImpl Ifc Beam}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBeamImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBeam()
* @generated
*/
EClass IFC_BEAM = eINSTANCE.getIfcBeam();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBeamTypeImpl Ifc Beam Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBeamTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBeamType()
* @generated
*/
EClass IFC_BEAM_TYPE = eINSTANCE.getIfcBeamType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BEAM_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcBeamType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBezierCurveImpl Ifc Bezier Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBezierCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBezierCurve()
* @generated
*/
EClass IFC_BEZIER_CURVE = eINSTANCE.getIfcBezierCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBlobTextureImpl Ifc Blob Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBlobTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBlobTexture()
* @generated
*/
EClass IFC_BLOB_TEXTURE = eINSTANCE.getIfcBlobTexture();
/**
* The meta object literal for the 'Raster Format' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOB_TEXTURE__RASTER_FORMAT = eINSTANCE.getIfcBlobTexture_RasterFormat();
/**
* The meta object literal for the 'Raster Code' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOB_TEXTURE__RASTER_CODE = eINSTANCE.getIfcBlobTexture_RasterCode();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBlockImpl Ifc Block}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBlockImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBlock()
* @generated
*/
EClass IFC_BLOCK = eINSTANCE.getIfcBlock();
/**
* The meta object literal for the 'XLength' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOCK__XLENGTH = eINSTANCE.getIfcBlock_XLength();
/**
* The meta object literal for the 'XLength As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOCK__XLENGTH_AS_STRING = eINSTANCE.getIfcBlock_XLengthAsString();
/**
* The meta object literal for the 'YLength' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOCK__YLENGTH = eINSTANCE.getIfcBlock_YLength();
/**
* The meta object literal for the 'YLength As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOCK__YLENGTH_AS_STRING = eINSTANCE.getIfcBlock_YLengthAsString();
/**
* The meta object literal for the 'ZLength' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOCK__ZLENGTH = eINSTANCE.getIfcBlock_ZLength();
/**
* The meta object literal for the 'ZLength As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BLOCK__ZLENGTH_AS_STRING = eINSTANCE.getIfcBlock_ZLengthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoilerTypeImpl Ifc Boiler Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoilerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoilerType()
* @generated
*/
EClass IFC_BOILER_TYPE = eINSTANCE.getIfcBoilerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOILER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcBoilerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBooleanClippingResultImpl Ifc Boolean Clipping Result}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBooleanClippingResultImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanClippingResult()
* @generated
*/
EClass IFC_BOOLEAN_CLIPPING_RESULT = eINSTANCE.getIfcBooleanClippingResult();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBooleanResultImpl Ifc Boolean Result}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBooleanResultImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanResult()
* @generated
*/
EClass IFC_BOOLEAN_RESULT = eINSTANCE.getIfcBooleanResult();
/**
* The meta object literal for the 'Operator' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOOLEAN_RESULT__OPERATOR = eINSTANCE.getIfcBooleanResult_Operator();
/**
* The meta object literal for the 'First Operand' reference feature.
*
*
* @generated
*/
EReference IFC_BOOLEAN_RESULT__FIRST_OPERAND = eINSTANCE.getIfcBooleanResult_FirstOperand();
/**
* The meta object literal for the 'Second Operand' reference feature.
*
*
* @generated
*/
EReference IFC_BOOLEAN_RESULT__SECOND_OPERAND = eINSTANCE.getIfcBooleanResult_SecondOperand();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOOLEAN_RESULT__DIM = eINSTANCE.getIfcBooleanResult_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryConditionImpl Ifc Boundary Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryCondition()
* @generated
*/
EClass IFC_BOUNDARY_CONDITION = eINSTANCE.getIfcBoundaryCondition();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_CONDITION__NAME = eINSTANCE.getIfcBoundaryCondition_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryEdgeConditionImpl Ifc Boundary Edge Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryEdgeConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryEdgeCondition()
* @generated
*/
EClass IFC_BOUNDARY_EDGE_CONDITION = eINSTANCE.getIfcBoundaryEdgeCondition();
/**
* The meta object literal for the 'Linear Stiffness By Length X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_X = eINSTANCE
.getIfcBoundaryEdgeCondition_LinearStiffnessByLengthX();
/**
* The meta object literal for the 'Linear Stiffness By Length XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_XAS_STRING = eINSTANCE
.getIfcBoundaryEdgeCondition_LinearStiffnessByLengthXAsString();
/**
* The meta object literal for the 'Linear Stiffness By Length Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_Y = eINSTANCE
.getIfcBoundaryEdgeCondition_LinearStiffnessByLengthY();
/**
* The meta object literal for the 'Linear Stiffness By Length YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_YAS_STRING = eINSTANCE
.getIfcBoundaryEdgeCondition_LinearStiffnessByLengthYAsString();
/**
* The meta object literal for the 'Linear Stiffness By Length Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_Z = eINSTANCE
.getIfcBoundaryEdgeCondition_LinearStiffnessByLengthZ();
/**
* The meta object literal for the 'Linear Stiffness By Length ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__LINEAR_STIFFNESS_BY_LENGTH_ZAS_STRING = eINSTANCE
.getIfcBoundaryEdgeCondition_LinearStiffnessByLengthZAsString();
/**
* The meta object literal for the 'Rotational Stiffness By Length X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_X = eINSTANCE
.getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthX();
/**
* The meta object literal for the 'Rotational Stiffness By Length XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_XAS_STRING = eINSTANCE
.getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthXAsString();
/**
* The meta object literal for the 'Rotational Stiffness By Length Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_Y = eINSTANCE
.getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthY();
/**
* The meta object literal for the 'Rotational Stiffness By Length YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_YAS_STRING = eINSTANCE
.getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthYAsString();
/**
* The meta object literal for the 'Rotational Stiffness By Length Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_Z = eINSTANCE
.getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZ();
/**
* The meta object literal for the 'Rotational Stiffness By Length ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_EDGE_CONDITION__ROTATIONAL_STIFFNESS_BY_LENGTH_ZAS_STRING = eINSTANCE
.getIfcBoundaryEdgeCondition_RotationalStiffnessByLengthZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryFaceConditionImpl Ifc Boundary Face Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryFaceConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryFaceCondition()
* @generated
*/
EClass IFC_BOUNDARY_FACE_CONDITION = eINSTANCE.getIfcBoundaryFaceCondition();
/**
* The meta object literal for the 'Linear Stiffness By Area X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_X = eINSTANCE
.getIfcBoundaryFaceCondition_LinearStiffnessByAreaX();
/**
* The meta object literal for the 'Linear Stiffness By Area XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_XAS_STRING = eINSTANCE
.getIfcBoundaryFaceCondition_LinearStiffnessByAreaXAsString();
/**
* The meta object literal for the 'Linear Stiffness By Area Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_Y = eINSTANCE
.getIfcBoundaryFaceCondition_LinearStiffnessByAreaY();
/**
* The meta object literal for the 'Linear Stiffness By Area YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_YAS_STRING = eINSTANCE
.getIfcBoundaryFaceCondition_LinearStiffnessByAreaYAsString();
/**
* The meta object literal for the 'Linear Stiffness By Area Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_Z = eINSTANCE
.getIfcBoundaryFaceCondition_LinearStiffnessByAreaZ();
/**
* The meta object literal for the 'Linear Stiffness By Area ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_FACE_CONDITION__LINEAR_STIFFNESS_BY_AREA_ZAS_STRING = eINSTANCE
.getIfcBoundaryFaceCondition_LinearStiffnessByAreaZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionImpl Ifc Boundary Node Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryNodeCondition()
* @generated
*/
EClass IFC_BOUNDARY_NODE_CONDITION = eINSTANCE.getIfcBoundaryNodeCondition();
/**
* The meta object literal for the 'Linear Stiffness X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_X = eINSTANCE
.getIfcBoundaryNodeCondition_LinearStiffnessX();
/**
* The meta object literal for the 'Linear Stiffness XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_XAS_STRING = eINSTANCE
.getIfcBoundaryNodeCondition_LinearStiffnessXAsString();
/**
* The meta object literal for the 'Linear Stiffness Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_Y = eINSTANCE
.getIfcBoundaryNodeCondition_LinearStiffnessY();
/**
* The meta object literal for the 'Linear Stiffness YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_YAS_STRING = eINSTANCE
.getIfcBoundaryNodeCondition_LinearStiffnessYAsString();
/**
* The meta object literal for the 'Linear Stiffness Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_Z = eINSTANCE
.getIfcBoundaryNodeCondition_LinearStiffnessZ();
/**
* The meta object literal for the 'Linear Stiffness ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__LINEAR_STIFFNESS_ZAS_STRING = eINSTANCE
.getIfcBoundaryNodeCondition_LinearStiffnessZAsString();
/**
* The meta object literal for the 'Rotational Stiffness X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_X = eINSTANCE
.getIfcBoundaryNodeCondition_RotationalStiffnessX();
/**
* The meta object literal for the 'Rotational Stiffness XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_XAS_STRING = eINSTANCE
.getIfcBoundaryNodeCondition_RotationalStiffnessXAsString();
/**
* The meta object literal for the 'Rotational Stiffness Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_Y = eINSTANCE
.getIfcBoundaryNodeCondition_RotationalStiffnessY();
/**
* The meta object literal for the 'Rotational Stiffness YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_YAS_STRING = eINSTANCE
.getIfcBoundaryNodeCondition_RotationalStiffnessYAsString();
/**
* The meta object literal for the 'Rotational Stiffness Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_Z = eINSTANCE
.getIfcBoundaryNodeCondition_RotationalStiffnessZ();
/**
* The meta object literal for the 'Rotational Stiffness ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION__ROTATIONAL_STIFFNESS_ZAS_STRING = eINSTANCE
.getIfcBoundaryNodeCondition_RotationalStiffnessZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionWarpingImpl Ifc Boundary Node Condition Warping}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundaryNodeConditionWarpingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundaryNodeConditionWarping()
* @generated
*/
EClass IFC_BOUNDARY_NODE_CONDITION_WARPING = eINSTANCE.getIfcBoundaryNodeConditionWarping();
/**
* The meta object literal for the 'Warping Stiffness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION_WARPING__WARPING_STIFFNESS = eINSTANCE
.getIfcBoundaryNodeConditionWarping_WarpingStiffness();
/**
* The meta object literal for the 'Warping Stiffness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDARY_NODE_CONDITION_WARPING__WARPING_STIFFNESS_AS_STRING = eINSTANCE
.getIfcBoundaryNodeConditionWarping_WarpingStiffnessAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundedCurveImpl Ifc Bounded Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundedCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundedCurve()
* @generated
*/
EClass IFC_BOUNDED_CURVE = eINSTANCE.getIfcBoundedCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundedSurfaceImpl Ifc Bounded Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundedSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundedSurface()
* @generated
*/
EClass IFC_BOUNDED_SURFACE = eINSTANCE.getIfcBoundedSurface();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoundingBoxImpl Ifc Bounding Box}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoundingBoxImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoundingBox()
* @generated
*/
EClass IFC_BOUNDING_BOX = eINSTANCE.getIfcBoundingBox();
/**
* The meta object literal for the 'Corner' reference feature.
*
*
* @generated
*/
EReference IFC_BOUNDING_BOX__CORNER = eINSTANCE.getIfcBoundingBox_Corner();
/**
* The meta object literal for the 'XDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__XDIM = eINSTANCE.getIfcBoundingBox_XDim();
/**
* The meta object literal for the 'XDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__XDIM_AS_STRING = eINSTANCE.getIfcBoundingBox_XDimAsString();
/**
* The meta object literal for the 'YDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__YDIM = eINSTANCE.getIfcBoundingBox_YDim();
/**
* The meta object literal for the 'YDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__YDIM_AS_STRING = eINSTANCE.getIfcBoundingBox_YDimAsString();
/**
* The meta object literal for the 'ZDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__ZDIM = eINSTANCE.getIfcBoundingBox_ZDim();
/**
* The meta object literal for the 'ZDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__ZDIM_AS_STRING = eINSTANCE.getIfcBoundingBox_ZDimAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOUNDING_BOX__DIM = eINSTANCE.getIfcBoundingBox_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoxedHalfSpaceImpl Ifc Boxed Half Space}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoxedHalfSpaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoxedHalfSpace()
* @generated
*/
EClass IFC_BOXED_HALF_SPACE = eINSTANCE.getIfcBoxedHalfSpace();
/**
* The meta object literal for the 'Enclosure' reference feature.
*
*
* @generated
*/
EReference IFC_BOXED_HALF_SPACE__ENCLOSURE = eINSTANCE.getIfcBoxedHalfSpace_Enclosure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingImpl Ifc Building}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuilding()
* @generated
*/
EClass IFC_BUILDING = eINSTANCE.getIfcBuilding();
/**
* The meta object literal for the 'Elevation Of Ref Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING__ELEVATION_OF_REF_HEIGHT = eINSTANCE.getIfcBuilding_ElevationOfRefHeight();
/**
* The meta object literal for the 'Elevation Of Ref Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING__ELEVATION_OF_REF_HEIGHT_AS_STRING = eINSTANCE
.getIfcBuilding_ElevationOfRefHeightAsString();
/**
* The meta object literal for the 'Elevation Of Terrain' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING__ELEVATION_OF_TERRAIN = eINSTANCE.getIfcBuilding_ElevationOfTerrain();
/**
* The meta object literal for the 'Elevation Of Terrain As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING__ELEVATION_OF_TERRAIN_AS_STRING = eINSTANCE.getIfcBuilding_ElevationOfTerrainAsString();
/**
* The meta object literal for the 'Building Address' reference feature.
*
*
* @generated
*/
EReference IFC_BUILDING__BUILDING_ADDRESS = eINSTANCE.getIfcBuilding_BuildingAddress();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementImpl Ifc Building Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElement()
* @generated
*/
EClass IFC_BUILDING_ELEMENT = eINSTANCE.getIfcBuildingElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementComponentImpl Ifc Building Element Component}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementComponentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementComponent()
* @generated
*/
EClass IFC_BUILDING_ELEMENT_COMPONENT = eINSTANCE.getIfcBuildingElementComponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementPartImpl Ifc Building Element Part}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementPartImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementPart()
* @generated
*/
EClass IFC_BUILDING_ELEMENT_PART = eINSTANCE.getIfcBuildingElementPart();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyImpl Ifc Building Element Proxy}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementProxy()
* @generated
*/
EClass IFC_BUILDING_ELEMENT_PROXY = eINSTANCE.getIfcBuildingElementProxy();
/**
* The meta object literal for the 'Composition Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING_ELEMENT_PROXY__COMPOSITION_TYPE = eINSTANCE
.getIfcBuildingElementProxy_CompositionType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyTypeImpl Ifc Building Element Proxy Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementProxyTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementProxyType()
* @generated
*/
EClass IFC_BUILDING_ELEMENT_PROXY_TYPE = eINSTANCE.getIfcBuildingElementProxyType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING_ELEMENT_PROXY_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcBuildingElementProxyType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementTypeImpl Ifc Building Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementType()
* @generated
*/
EClass IFC_BUILDING_ELEMENT_TYPE = eINSTANCE.getIfcBuildingElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBuildingStoreyImpl Ifc Building Storey}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBuildingStoreyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingStorey()
* @generated
*/
EClass IFC_BUILDING_STOREY = eINSTANCE.getIfcBuildingStorey();
/**
* The meta object literal for the 'Elevation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING_STOREY__ELEVATION = eINSTANCE.getIfcBuildingStorey_Elevation();
/**
* The meta object literal for the 'Elevation As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BUILDING_STOREY__ELEVATION_AS_STRING = eINSTANCE.getIfcBuildingStorey_ElevationAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCShapeProfileDefImpl Ifc CShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCShapeProfileDef()
* @generated
*/
EClass IFC_CSHAPE_PROFILE_DEF = eINSTANCE.getIfcCShapeProfileDef();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__DEPTH = eINSTANCE.getIfcCShapeProfileDef_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__DEPTH_AS_STRING = eINSTANCE.getIfcCShapeProfileDef_DepthAsString();
/**
* The meta object literal for the 'Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__WIDTH = eINSTANCE.getIfcCShapeProfileDef_Width();
/**
* The meta object literal for the 'Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__WIDTH_AS_STRING = eINSTANCE.getIfcCShapeProfileDef_WidthAsString();
/**
* The meta object literal for the 'Wall Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__WALL_THICKNESS = eINSTANCE.getIfcCShapeProfileDef_WallThickness();
/**
* The meta object literal for the 'Wall Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__WALL_THICKNESS_AS_STRING = eINSTANCE
.getIfcCShapeProfileDef_WallThicknessAsString();
/**
* The meta object literal for the 'Girth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__GIRTH = eINSTANCE.getIfcCShapeProfileDef_Girth();
/**
* The meta object literal for the 'Girth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__GIRTH_AS_STRING = eINSTANCE.getIfcCShapeProfileDef_GirthAsString();
/**
* The meta object literal for the 'Internal Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__INTERNAL_FILLET_RADIUS = eINSTANCE
.getIfcCShapeProfileDef_InternalFilletRadius();
/**
* The meta object literal for the 'Internal Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__INTERNAL_FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcCShapeProfileDef_InternalFilletRadiusAsString();
/**
* The meta object literal for the 'Centre Of Gravity In X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_X = eINSTANCE
.getIfcCShapeProfileDef_CentreOfGravityInX();
/**
* The meta object literal for the 'Centre Of Gravity In XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_XAS_STRING = eINSTANCE
.getIfcCShapeProfileDef_CentreOfGravityInXAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierFittingTypeImpl Ifc Cable Carrier Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierFittingType()
* @generated
*/
EClass IFC_CABLE_CARRIER_FITTING_TYPE = eINSTANCE.getIfcCableCarrierFittingType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CABLE_CARRIER_FITTING_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcCableCarrierFittingType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierSegmentTypeImpl Ifc Cable Carrier Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCableCarrierSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierSegmentType()
* @generated
*/
EClass IFC_CABLE_CARRIER_SEGMENT_TYPE = eINSTANCE.getIfcCableCarrierSegmentType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CABLE_CARRIER_SEGMENT_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcCableCarrierSegmentType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCableSegmentTypeImpl Ifc Cable Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCableSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableSegmentType()
* @generated
*/
EClass IFC_CABLE_SEGMENT_TYPE = eINSTANCE.getIfcCableSegmentType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CABLE_SEGMENT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCableSegmentType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCalendarDateImpl Ifc Calendar Date}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCalendarDateImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCalendarDate()
* @generated
*/
EClass IFC_CALENDAR_DATE = eINSTANCE.getIfcCalendarDate();
/**
* The meta object literal for the 'Day Component' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CALENDAR_DATE__DAY_COMPONENT = eINSTANCE.getIfcCalendarDate_DayComponent();
/**
* The meta object literal for the 'Month Component' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CALENDAR_DATE__MONTH_COMPONENT = eINSTANCE.getIfcCalendarDate_MonthComponent();
/**
* The meta object literal for the 'Year Component' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CALENDAR_DATE__YEAR_COMPONENT = eINSTANCE.getIfcCalendarDate_YearComponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianPointImpl Ifc Cartesian Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianPoint()
* @generated
*/
EClass IFC_CARTESIAN_POINT = eINSTANCE.getIfcCartesianPoint();
/**
* The meta object literal for the 'Coordinates' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_POINT__COORDINATES = eINSTANCE.getIfcCartesianPoint_Coordinates();
/**
* The meta object literal for the 'Coordinates As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_POINT__COORDINATES_AS_STRING = eINSTANCE.getIfcCartesianPoint_CoordinatesAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_POINT__DIM = eINSTANCE.getIfcCartesianPoint_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperatorImpl Ifc Cartesian Transformation Operator}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperatorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator()
* @generated
*/
EClass IFC_CARTESIAN_TRANSFORMATION_OPERATOR = eINSTANCE.getIfcCartesianTransformationOperator();
/**
* The meta object literal for the 'Axis1' reference feature.
*
*
* @generated
*/
EReference IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS1 = eINSTANCE
.getIfcCartesianTransformationOperator_Axis1();
/**
* The meta object literal for the 'Axis2' reference feature.
*
*
* @generated
*/
EReference IFC_CARTESIAN_TRANSFORMATION_OPERATOR__AXIS2 = eINSTANCE
.getIfcCartesianTransformationOperator_Axis2();
/**
* The meta object literal for the 'Local Origin' reference feature.
*
*
* @generated
*/
EReference IFC_CARTESIAN_TRANSFORMATION_OPERATOR__LOCAL_ORIGIN = eINSTANCE
.getIfcCartesianTransformationOperator_LocalOrigin();
/**
* The meta object literal for the 'Scale' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE = eINSTANCE
.getIfcCartesianTransformationOperator_Scale();
/**
* The meta object literal for the 'Scale As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR__SCALE_AS_STRING = eINSTANCE
.getIfcCartesianTransformationOperator_ScaleAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR__DIM = eINSTANCE.getIfcCartesianTransformationOperator_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DImpl Ifc Cartesian Transformation Operator2 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator2D()
* @generated
*/
EClass IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_D = eINSTANCE.getIfcCartesianTransformationOperator2D();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DnonUniformImpl Ifc Cartesian Transformation Operator2 Dnon Uniform}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator2DnonUniformImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator2DnonUniform()
* @generated
*/
EClass IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM = eINSTANCE
.getIfcCartesianTransformationOperator2DnonUniform();
/**
* The meta object literal for the 'Scale2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__SCALE2 = eINSTANCE
.getIfcCartesianTransformationOperator2DnonUniform_Scale2();
/**
* The meta object literal for the 'Scale2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR2_DNON_UNIFORM__SCALE2_AS_STRING = eINSTANCE
.getIfcCartesianTransformationOperator2DnonUniform_Scale2AsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DImpl Ifc Cartesian Transformation Operator3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator3D()
* @generated
*/
EClass IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D = eINSTANCE.getIfcCartesianTransformationOperator3D();
/**
* The meta object literal for the 'Axis3' reference feature.
*
*
* @generated
*/
EReference IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_D__AXIS3 = eINSTANCE
.getIfcCartesianTransformationOperator3D_Axis3();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DnonUniformImpl Ifc Cartesian Transformation Operator3 Dnon Uniform}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCartesianTransformationOperator3DnonUniformImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCartesianTransformationOperator3DnonUniform()
* @generated
*/
EClass IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM = eINSTANCE
.getIfcCartesianTransformationOperator3DnonUniform();
/**
* The meta object literal for the 'Scale2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE2 = eINSTANCE
.getIfcCartesianTransformationOperator3DnonUniform_Scale2();
/**
* The meta object literal for the 'Scale2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE2_AS_STRING = eINSTANCE
.getIfcCartesianTransformationOperator3DnonUniform_Scale2AsString();
/**
* The meta object literal for the 'Scale3' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE3 = eINSTANCE
.getIfcCartesianTransformationOperator3DnonUniform_Scale3();
/**
* The meta object literal for the 'Scale3 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CARTESIAN_TRANSFORMATION_OPERATOR3_DNON_UNIFORM__SCALE3_AS_STRING = eINSTANCE
.getIfcCartesianTransformationOperator3DnonUniform_Scale3AsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCenterLineProfileDefImpl Ifc Center Line Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCenterLineProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCenterLineProfileDef()
* @generated
*/
EClass IFC_CENTER_LINE_PROFILE_DEF = eINSTANCE.getIfcCenterLineProfileDef();
/**
* The meta object literal for the 'Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CENTER_LINE_PROFILE_DEF__THICKNESS = eINSTANCE.getIfcCenterLineProfileDef_Thickness();
/**
* The meta object literal for the 'Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CENTER_LINE_PROFILE_DEF__THICKNESS_AS_STRING = eINSTANCE
.getIfcCenterLineProfileDef_ThicknessAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl Ifc Chamfer Edge Feature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcChamferEdgeFeatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChamferEdgeFeature()
* @generated
*/
EClass IFC_CHAMFER_EDGE_FEATURE = eINSTANCE.getIfcChamferEdgeFeature();
/**
* The meta object literal for the 'Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CHAMFER_EDGE_FEATURE__WIDTH = eINSTANCE.getIfcChamferEdgeFeature_Width();
/**
* The meta object literal for the 'Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CHAMFER_EDGE_FEATURE__WIDTH_AS_STRING = eINSTANCE.getIfcChamferEdgeFeature_WidthAsString();
/**
* The meta object literal for the 'Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CHAMFER_EDGE_FEATURE__HEIGHT = eINSTANCE.getIfcChamferEdgeFeature_Height();
/**
* The meta object literal for the 'Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CHAMFER_EDGE_FEATURE__HEIGHT_AS_STRING = eINSTANCE.getIfcChamferEdgeFeature_HeightAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcChillerTypeImpl Ifc Chiller Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcChillerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChillerType()
* @generated
*/
EClass IFC_CHILLER_TYPE = eINSTANCE.getIfcChillerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CHILLER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcChillerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCircleImpl Ifc Circle}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCircleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCircle()
* @generated
*/
EClass IFC_CIRCLE = eINSTANCE.getIfcCircle();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CIRCLE__RADIUS = eINSTANCE.getIfcCircle_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CIRCLE__RADIUS_AS_STRING = eINSTANCE.getIfcCircle_RadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCircleHollowProfileDefImpl Ifc Circle Hollow Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCircleHollowProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCircleHollowProfileDef()
* @generated
*/
EClass IFC_CIRCLE_HOLLOW_PROFILE_DEF = eINSTANCE.getIfcCircleHollowProfileDef();
/**
* The meta object literal for the 'Wall Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CIRCLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS = eINSTANCE
.getIfcCircleHollowProfileDef_WallThickness();
/**
* The meta object literal for the 'Wall Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CIRCLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS_AS_STRING = eINSTANCE
.getIfcCircleHollowProfileDef_WallThicknessAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCircleProfileDefImpl Ifc Circle Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCircleProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCircleProfileDef()
* @generated
*/
EClass IFC_CIRCLE_PROFILE_DEF = eINSTANCE.getIfcCircleProfileDef();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CIRCLE_PROFILE_DEF__RADIUS = eINSTANCE.getIfcCircleProfileDef_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CIRCLE_PROFILE_DEF__RADIUS_AS_STRING = eINSTANCE.getIfcCircleProfileDef_RadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl Ifc Classification}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassification()
* @generated
*/
EClass IFC_CLASSIFICATION = eINSTANCE.getIfcClassification();
/**
* The meta object literal for the 'Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CLASSIFICATION__SOURCE = eINSTANCE.getIfcClassification_Source();
/**
* The meta object literal for the 'Edition' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CLASSIFICATION__EDITION = eINSTANCE.getIfcClassification_Edition();
/**
* The meta object literal for the 'Edition Date' reference feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION__EDITION_DATE = eINSTANCE.getIfcClassification_EditionDate();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CLASSIFICATION__NAME = eINSTANCE.getIfcClassification_Name();
/**
* The meta object literal for the 'Contains' reference list feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION__CONTAINS = eINSTANCE.getIfcClassification_Contains();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl Ifc Classification Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationItem()
* @generated
*/
EClass IFC_CLASSIFICATION_ITEM = eINSTANCE.getIfcClassificationItem();
/**
* The meta object literal for the 'Notation' reference feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_ITEM__NOTATION = eINSTANCE.getIfcClassificationItem_Notation();
/**
* The meta object literal for the 'Item Of' reference feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_ITEM__ITEM_OF = eINSTANCE.getIfcClassificationItem_ItemOf();
/**
* The meta object literal for the 'Title' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CLASSIFICATION_ITEM__TITLE = eINSTANCE.getIfcClassificationItem_Title();
/**
* The meta object literal for the 'Is Classified Item In' reference list feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_ITEM__IS_CLASSIFIED_ITEM_IN = eINSTANCE
.getIfcClassificationItem_IsClassifiedItemIn();
/**
* The meta object literal for the 'Is Classifying Item In' reference list feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_ITEM__IS_CLASSIFYING_ITEM_IN = eINSTANCE
.getIfcClassificationItem_IsClassifyingItemIn();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemRelationshipImpl Ifc Classification Item Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationItemRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationItemRelationship()
* @generated
*/
EClass IFC_CLASSIFICATION_ITEM_RELATIONSHIP = eINSTANCE.getIfcClassificationItemRelationship();
/**
* The meta object literal for the 'Relating Item' reference feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_ITEM_RELATIONSHIP__RELATING_ITEM = eINSTANCE
.getIfcClassificationItemRelationship_RelatingItem();
/**
* The meta object literal for the 'Related Items' reference list feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_ITEM_RELATIONSHIP__RELATED_ITEMS = eINSTANCE
.getIfcClassificationItemRelationship_RelatedItems();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationImpl Ifc Classification Notation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationNotation()
* @generated
*/
EClass IFC_CLASSIFICATION_NOTATION = eINSTANCE.getIfcClassificationNotation();
/**
* The meta object literal for the 'Notation Facets' reference list feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_NOTATION__NOTATION_FACETS = eINSTANCE
.getIfcClassificationNotation_NotationFacets();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationFacetImpl Ifc Classification Notation Facet}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationNotationFacetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationNotationFacet()
* @generated
*/
EClass IFC_CLASSIFICATION_NOTATION_FACET = eINSTANCE.getIfcClassificationNotationFacet();
/**
* The meta object literal for the 'Notation Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CLASSIFICATION_NOTATION_FACET__NOTATION_VALUE = eINSTANCE
.getIfcClassificationNotationFacet_NotationValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationReferenceImpl Ifc Classification Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClassificationReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationReference()
* @generated
*/
EClass IFC_CLASSIFICATION_REFERENCE = eINSTANCE.getIfcClassificationReference();
/**
* The meta object literal for the 'Referenced Source' reference feature.
*
*
* @generated
*/
EReference IFC_CLASSIFICATION_REFERENCE__REFERENCED_SOURCE = eINSTANCE
.getIfcClassificationReference_ReferencedSource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcClosedShellImpl Ifc Closed Shell}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcClosedShellImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClosedShell()
* @generated
*/
EClass IFC_CLOSED_SHELL = eINSTANCE.getIfcClosedShell();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoilTypeImpl Ifc Coil Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoilTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoilType()
* @generated
*/
EClass IFC_COIL_TYPE = eINSTANCE.getIfcCoilType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COIL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCoilType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColourRgbImpl Ifc Colour Rgb}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColourRgbImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColourRgb()
* @generated
*/
EClass IFC_COLOUR_RGB = eINSTANCE.getIfcColourRgb();
/**
* The meta object literal for the 'Red' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_RGB__RED = eINSTANCE.getIfcColourRgb_Red();
/**
* The meta object literal for the 'Red As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_RGB__RED_AS_STRING = eINSTANCE.getIfcColourRgb_RedAsString();
/**
* The meta object literal for the 'Green' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_RGB__GREEN = eINSTANCE.getIfcColourRgb_Green();
/**
* The meta object literal for the 'Green As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_RGB__GREEN_AS_STRING = eINSTANCE.getIfcColourRgb_GreenAsString();
/**
* The meta object literal for the 'Blue' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_RGB__BLUE = eINSTANCE.getIfcColourRgb_Blue();
/**
* The meta object literal for the 'Blue As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_RGB__BLUE_AS_STRING = eINSTANCE.getIfcColourRgb_BlueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColourSpecificationImpl Ifc Colour Specification}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColourSpecificationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColourSpecification()
* @generated
*/
EClass IFC_COLOUR_SPECIFICATION = eINSTANCE.getIfcColourSpecification();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLOUR_SPECIFICATION__NAME = eINSTANCE.getIfcColourSpecification_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColumnImpl Ifc Column}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColumnImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColumn()
* @generated
*/
EClass IFC_COLUMN = eINSTANCE.getIfcColumn();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcColumnTypeImpl Ifc Column Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcColumnTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColumnType()
* @generated
*/
EClass IFC_COLUMN_TYPE = eINSTANCE.getIfcColumnType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COLUMN_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcColumnType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcComplexPropertyImpl Ifc Complex Property}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcComplexPropertyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcComplexProperty()
* @generated
*/
EClass IFC_COMPLEX_PROPERTY = eINSTANCE.getIfcComplexProperty();
/**
* The meta object literal for the 'Usage Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPLEX_PROPERTY__USAGE_NAME = eINSTANCE.getIfcComplexProperty_UsageName();
/**
* The meta object literal for the 'Has Properties' reference list feature.
*
*
* @generated
*/
EReference IFC_COMPLEX_PROPERTY__HAS_PROPERTIES = eINSTANCE.getIfcComplexProperty_HasProperties();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveImpl Ifc Composite Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompositeCurve()
* @generated
*/
EClass IFC_COMPOSITE_CURVE = eINSTANCE.getIfcCompositeCurve();
/**
* The meta object literal for the 'Segments' reference list feature.
*
*
* @generated
*/
EReference IFC_COMPOSITE_CURVE__SEGMENTS = eINSTANCE.getIfcCompositeCurve_Segments();
/**
* The meta object literal for the 'Self Intersect' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPOSITE_CURVE__SELF_INTERSECT = eINSTANCE.getIfcCompositeCurve_SelfIntersect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveSegmentImpl Ifc Composite Curve Segment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompositeCurveSegmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompositeCurveSegment()
* @generated
*/
EClass IFC_COMPOSITE_CURVE_SEGMENT = eINSTANCE.getIfcCompositeCurveSegment();
/**
* The meta object literal for the 'Transition' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPOSITE_CURVE_SEGMENT__TRANSITION = eINSTANCE.getIfcCompositeCurveSegment_Transition();
/**
* The meta object literal for the 'Same Sense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPOSITE_CURVE_SEGMENT__SAME_SENSE = eINSTANCE.getIfcCompositeCurveSegment_SameSense();
/**
* The meta object literal for the 'Parent Curve' reference feature.
*
*
* @generated
*/
EReference IFC_COMPOSITE_CURVE_SEGMENT__PARENT_CURVE = eINSTANCE.getIfcCompositeCurveSegment_ParentCurve();
/**
* The meta object literal for the 'Using Curves' reference list feature.
*
*
* @generated
*/
EReference IFC_COMPOSITE_CURVE_SEGMENT__USING_CURVES = eINSTANCE.getIfcCompositeCurveSegment_UsingCurves();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPOSITE_CURVE_SEGMENT__DIM = eINSTANCE.getIfcCompositeCurveSegment_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompositeProfileDefImpl Ifc Composite Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompositeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompositeProfileDef()
* @generated
*/
EClass IFC_COMPOSITE_PROFILE_DEF = eINSTANCE.getIfcCompositeProfileDef();
/**
* The meta object literal for the 'Profiles' reference list feature.
*
*
* @generated
*/
EReference IFC_COMPOSITE_PROFILE_DEF__PROFILES = eINSTANCE.getIfcCompositeProfileDef_Profiles();
/**
* The meta object literal for the 'Label' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPOSITE_PROFILE_DEF__LABEL = eINSTANCE.getIfcCompositeProfileDef_Label();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompressorTypeImpl Ifc Compressor Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompressorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompressorType()
* @generated
*/
EClass IFC_COMPRESSOR_TYPE = eINSTANCE.getIfcCompressorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPRESSOR_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCompressorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCondenserTypeImpl Ifc Condenser Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCondenserTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCondenserType()
* @generated
*/
EClass IFC_CONDENSER_TYPE = eINSTANCE.getIfcCondenserType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONDENSER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCondenserType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConditionImpl Ifc Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCondition()
* @generated
*/
EClass IFC_CONDITION = eINSTANCE.getIfcCondition();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConditionCriterionImpl Ifc Condition Criterion}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConditionCriterionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConditionCriterion()
* @generated
*/
EClass IFC_CONDITION_CRITERION = eINSTANCE.getIfcConditionCriterion();
/**
* The meta object literal for the 'Criterion' reference feature.
*
*
* @generated
*/
EReference IFC_CONDITION_CRITERION__CRITERION = eINSTANCE.getIfcConditionCriterion_Criterion();
/**
* The meta object literal for the 'Criterion Date Time' reference feature.
*
*
* @generated
*/
EReference IFC_CONDITION_CRITERION__CRITERION_DATE_TIME = eINSTANCE
.getIfcConditionCriterion_CriterionDateTime();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConicImpl Ifc Conic}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConicImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConic()
* @generated
*/
EClass IFC_CONIC = eINSTANCE.getIfcConic();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_CONIC__POSITION = eINSTANCE.getIfcConic_Position();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectedFaceSetImpl Ifc Connected Face Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectedFaceSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectedFaceSet()
* @generated
*/
EClass IFC_CONNECTED_FACE_SET = eINSTANCE.getIfcConnectedFaceSet();
/**
* The meta object literal for the 'Cfs Faces' reference list feature.
*
*
* @generated
*/
EReference IFC_CONNECTED_FACE_SET__CFS_FACES = eINSTANCE.getIfcConnectedFaceSet_CfsFaces();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionCurveGeometryImpl Ifc Connection Curve Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionCurveGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionCurveGeometry()
* @generated
*/
EClass IFC_CONNECTION_CURVE_GEOMETRY = eINSTANCE.getIfcConnectionCurveGeometry();
/**
* The meta object literal for the 'Curve On Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_CURVE_GEOMETRY__CURVE_ON_RELATING_ELEMENT = eINSTANCE
.getIfcConnectionCurveGeometry_CurveOnRelatingElement();
/**
* The meta object literal for the 'Curve On Related Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_CURVE_GEOMETRY__CURVE_ON_RELATED_ELEMENT = eINSTANCE
.getIfcConnectionCurveGeometry_CurveOnRelatedElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionGeometryImpl Ifc Connection Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionGeometry()
* @generated
*/
EClass IFC_CONNECTION_GEOMETRY = eINSTANCE.getIfcConnectionGeometry();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointEccentricityImpl Ifc Connection Point Eccentricity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointEccentricityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionPointEccentricity()
* @generated
*/
EClass IFC_CONNECTION_POINT_ECCENTRICITY = eINSTANCE.getIfcConnectionPointEccentricity();
/**
* The meta object literal for the 'Eccentricity In X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_X = eINSTANCE
.getIfcConnectionPointEccentricity_EccentricityInX();
/**
* The meta object literal for the 'Eccentricity In XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_XAS_STRING = eINSTANCE
.getIfcConnectionPointEccentricity_EccentricityInXAsString();
/**
* The meta object literal for the 'Eccentricity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_Y = eINSTANCE
.getIfcConnectionPointEccentricity_EccentricityInY();
/**
* The meta object literal for the 'Eccentricity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_YAS_STRING = eINSTANCE
.getIfcConnectionPointEccentricity_EccentricityInYAsString();
/**
* The meta object literal for the 'Eccentricity In Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_Z = eINSTANCE
.getIfcConnectionPointEccentricity_EccentricityInZ();
/**
* The meta object literal for the 'Eccentricity In ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONNECTION_POINT_ECCENTRICITY__ECCENTRICITY_IN_ZAS_STRING = eINSTANCE
.getIfcConnectionPointEccentricity_EccentricityInZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointGeometryImpl Ifc Connection Point Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPointGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionPointGeometry()
* @generated
*/
EClass IFC_CONNECTION_POINT_GEOMETRY = eINSTANCE.getIfcConnectionPointGeometry();
/**
* The meta object literal for the 'Point On Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_POINT_GEOMETRY__POINT_ON_RELATING_ELEMENT = eINSTANCE
.getIfcConnectionPointGeometry_PointOnRelatingElement();
/**
* The meta object literal for the 'Point On Related Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_POINT_GEOMETRY__POINT_ON_RELATED_ELEMENT = eINSTANCE
.getIfcConnectionPointGeometry_PointOnRelatedElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPortGeometryImpl Ifc Connection Port Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionPortGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionPortGeometry()
* @generated
*/
EClass IFC_CONNECTION_PORT_GEOMETRY = eINSTANCE.getIfcConnectionPortGeometry();
/**
* The meta object literal for the 'Location At Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_PORT_GEOMETRY__LOCATION_AT_RELATING_ELEMENT = eINSTANCE
.getIfcConnectionPortGeometry_LocationAtRelatingElement();
/**
* The meta object literal for the 'Location At Related Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_PORT_GEOMETRY__LOCATION_AT_RELATED_ELEMENT = eINSTANCE
.getIfcConnectionPortGeometry_LocationAtRelatedElement();
/**
* The meta object literal for the 'Profile Of Port' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_PORT_GEOMETRY__PROFILE_OF_PORT = eINSTANCE
.getIfcConnectionPortGeometry_ProfileOfPort();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConnectionSurfaceGeometryImpl Ifc Connection Surface Geometry}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConnectionSurfaceGeometryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionSurfaceGeometry()
* @generated
*/
EClass IFC_CONNECTION_SURFACE_GEOMETRY = eINSTANCE.getIfcConnectionSurfaceGeometry();
/**
* The meta object literal for the 'Surface On Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_SURFACE_GEOMETRY__SURFACE_ON_RELATING_ELEMENT = eINSTANCE
.getIfcConnectionSurfaceGeometry_SurfaceOnRelatingElement();
/**
* The meta object literal for the 'Surface On Related Element' reference feature.
*
*
* @generated
*/
EReference IFC_CONNECTION_SURFACE_GEOMETRY__SURFACE_ON_RELATED_ELEMENT = eINSTANCE
.getIfcConnectionSurfaceGeometry_SurfaceOnRelatedElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintImpl Ifc Constraint}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraint()
* @generated
*/
EClass IFC_CONSTRAINT = eINSTANCE.getIfcConstraint();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT__NAME = eINSTANCE.getIfcConstraint_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT__DESCRIPTION = eINSTANCE.getIfcConstraint_Description();
/**
* The meta object literal for the 'Constraint Grade' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT__CONSTRAINT_GRADE = eINSTANCE.getIfcConstraint_ConstraintGrade();
/**
* The meta object literal for the 'Constraint Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT__CONSTRAINT_SOURCE = eINSTANCE.getIfcConstraint_ConstraintSource();
/**
* The meta object literal for the 'Creating Actor' reference feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__CREATING_ACTOR = eINSTANCE.getIfcConstraint_CreatingActor();
/**
* The meta object literal for the 'Creation Time' reference feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__CREATION_TIME = eINSTANCE.getIfcConstraint_CreationTime();
/**
* The meta object literal for the 'User Defined Grade' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT__USER_DEFINED_GRADE = eINSTANCE.getIfcConstraint_UserDefinedGrade();
/**
* The meta object literal for the 'Classified As' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__CLASSIFIED_AS = eINSTANCE.getIfcConstraint_ClassifiedAs();
/**
* The meta object literal for the 'Relates Constraints' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__RELATES_CONSTRAINTS = eINSTANCE.getIfcConstraint_RelatesConstraints();
/**
* The meta object literal for the 'Is Related With' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__IS_RELATED_WITH = eINSTANCE.getIfcConstraint_IsRelatedWith();
/**
* The meta object literal for the 'Properties For Constraint' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__PROPERTIES_FOR_CONSTRAINT = eINSTANCE.getIfcConstraint_PropertiesForConstraint();
/**
* The meta object literal for the 'Aggregates' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__AGGREGATES = eINSTANCE.getIfcConstraint_Aggregates();
/**
* The meta object literal for the 'Is Aggregated In' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT__IS_AGGREGATED_IN = eINSTANCE.getIfcConstraint_IsAggregatedIn();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintAggregationRelationshipImpl Ifc Constraint Aggregation Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintAggregationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintAggregationRelationship()
* @generated
*/
EClass IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP = eINSTANCE.getIfcConstraintAggregationRelationship();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__NAME = eINSTANCE
.getIfcConstraintAggregationRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__DESCRIPTION = eINSTANCE
.getIfcConstraintAggregationRelationship_Description();
/**
* The meta object literal for the 'Relating Constraint' reference feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__RELATING_CONSTRAINT = eINSTANCE
.getIfcConstraintAggregationRelationship_RelatingConstraint();
/**
* The meta object literal for the 'Related Constraints' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__RELATED_CONSTRAINTS = eINSTANCE
.getIfcConstraintAggregationRelationship_RelatedConstraints();
/**
* The meta object literal for the 'Logical Aggregator' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT_AGGREGATION_RELATIONSHIP__LOGICAL_AGGREGATOR = eINSTANCE
.getIfcConstraintAggregationRelationship_LogicalAggregator();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintClassificationRelationshipImpl Ifc Constraint Classification Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintClassificationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintClassificationRelationship()
* @generated
*/
EClass IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP = eINSTANCE.getIfcConstraintClassificationRelationship();
/**
* The meta object literal for the 'Classified Constraint' reference feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP__CLASSIFIED_CONSTRAINT = eINSTANCE
.getIfcConstraintClassificationRelationship_ClassifiedConstraint();
/**
* The meta object literal for the 'Related Classifications' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT_CLASSIFICATION_RELATIONSHIP__RELATED_CLASSIFICATIONS = eINSTANCE
.getIfcConstraintClassificationRelationship_RelatedClassifications();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstraintRelationshipImpl Ifc Constraint Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstraintRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintRelationship()
* @generated
*/
EClass IFC_CONSTRAINT_RELATIONSHIP = eINSTANCE.getIfcConstraintRelationship();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT_RELATIONSHIP__NAME = eINSTANCE.getIfcConstraintRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRAINT_RELATIONSHIP__DESCRIPTION = eINSTANCE.getIfcConstraintRelationship_Description();
/**
* The meta object literal for the 'Relating Constraint' reference feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT_RELATIONSHIP__RELATING_CONSTRAINT = eINSTANCE
.getIfcConstraintRelationship_RelatingConstraint();
/**
* The meta object literal for the 'Related Constraints' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRAINT_RELATIONSHIP__RELATED_CONSTRAINTS = eINSTANCE
.getIfcConstraintRelationship_RelatedConstraints();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionEquipmentResourceImpl Ifc Construction Equipment Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionEquipmentResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionEquipmentResource()
* @generated
*/
EClass IFC_CONSTRUCTION_EQUIPMENT_RESOURCE = eINSTANCE.getIfcConstructionEquipmentResource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionMaterialResourceImpl Ifc Construction Material Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionMaterialResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionMaterialResource()
* @generated
*/
EClass IFC_CONSTRUCTION_MATERIAL_RESOURCE = eINSTANCE.getIfcConstructionMaterialResource();
/**
* The meta object literal for the 'Suppliers' reference list feature.
*
*
* @generated
*/
EReference IFC_CONSTRUCTION_MATERIAL_RESOURCE__SUPPLIERS = eINSTANCE
.getIfcConstructionMaterialResource_Suppliers();
/**
* The meta object literal for the 'Usage Ratio' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRUCTION_MATERIAL_RESOURCE__USAGE_RATIO = eINSTANCE
.getIfcConstructionMaterialResource_UsageRatio();
/**
* The meta object literal for the 'Usage Ratio As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRUCTION_MATERIAL_RESOURCE__USAGE_RATIO_AS_STRING = eINSTANCE
.getIfcConstructionMaterialResource_UsageRatioAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionProductResourceImpl Ifc Construction Product Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionProductResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionProductResource()
* @generated
*/
EClass IFC_CONSTRUCTION_PRODUCT_RESOURCE = eINSTANCE.getIfcConstructionProductResource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConstructionResourceImpl Ifc Construction Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConstructionResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstructionResource()
* @generated
*/
EClass IFC_CONSTRUCTION_RESOURCE = eINSTANCE.getIfcConstructionResource();
/**
* The meta object literal for the 'Resource Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRUCTION_RESOURCE__RESOURCE_IDENTIFIER = eINSTANCE
.getIfcConstructionResource_ResourceIdentifier();
/**
* The meta object literal for the 'Resource Group' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRUCTION_RESOURCE__RESOURCE_GROUP = eINSTANCE.getIfcConstructionResource_ResourceGroup();
/**
* The meta object literal for the 'Resource Consumption' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONSTRUCTION_RESOURCE__RESOURCE_CONSUMPTION = eINSTANCE
.getIfcConstructionResource_ResourceConsumption();
/**
* The meta object literal for the 'Base Quantity' reference feature.
*
*
* @generated
*/
EReference IFC_CONSTRUCTION_RESOURCE__BASE_QUANTITY = eINSTANCE.getIfcConstructionResource_BaseQuantity();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentUnitImpl Ifc Context Dependent Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcContextDependentUnit()
* @generated
*/
EClass IFC_CONTEXT_DEPENDENT_UNIT = eINSTANCE.getIfcContextDependentUnit();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONTEXT_DEPENDENT_UNIT__NAME = eINSTANCE.getIfcContextDependentUnit_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcControlImpl Ifc Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcControl()
* @generated
*/
EClass IFC_CONTROL = eINSTANCE.getIfcControl();
/**
* The meta object literal for the 'Controls' reference list feature.
*
*
* @generated
*/
EReference IFC_CONTROL__CONTROLS = eINSTANCE.getIfcControl_Controls();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcControllerTypeImpl Ifc Controller Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcControllerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcControllerType()
* @generated
*/
EClass IFC_CONTROLLER_TYPE = eINSTANCE.getIfcControllerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONTROLLER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcControllerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcConversionBasedUnitImpl Ifc Conversion Based Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcConversionBasedUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConversionBasedUnit()
* @generated
*/
EClass IFC_CONVERSION_BASED_UNIT = eINSTANCE.getIfcConversionBasedUnit();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONVERSION_BASED_UNIT__NAME = eINSTANCE.getIfcConversionBasedUnit_Name();
/**
* The meta object literal for the 'Conversion Factor' reference feature.
*
*
* @generated
*/
EReference IFC_CONVERSION_BASED_UNIT__CONVERSION_FACTOR = eINSTANCE
.getIfcConversionBasedUnit_ConversionFactor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCooledBeamTypeImpl Ifc Cooled Beam Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCooledBeamTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCooledBeamType()
* @generated
*/
EClass IFC_COOLED_BEAM_TYPE = eINSTANCE.getIfcCooledBeamType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COOLED_BEAM_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCooledBeamType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoolingTowerTypeImpl Ifc Cooling Tower Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoolingTowerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoolingTowerType()
* @generated
*/
EClass IFC_COOLING_TOWER_TYPE = eINSTANCE.getIfcCoolingTowerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COOLING_TOWER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCoolingTowerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoordinatedUniversalTimeOffsetImpl Ifc Coordinated Universal Time Offset}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoordinatedUniversalTimeOffsetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoordinatedUniversalTimeOffset()
* @generated
*/
EClass IFC_COORDINATED_UNIVERSAL_TIME_OFFSET = eINSTANCE.getIfcCoordinatedUniversalTimeOffset();
/**
* The meta object literal for the 'Hour Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COORDINATED_UNIVERSAL_TIME_OFFSET__HOUR_OFFSET = eINSTANCE
.getIfcCoordinatedUniversalTimeOffset_HourOffset();
/**
* The meta object literal for the 'Minute Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COORDINATED_UNIVERSAL_TIME_OFFSET__MINUTE_OFFSET = eINSTANCE
.getIfcCoordinatedUniversalTimeOffset_MinuteOffset();
/**
* The meta object literal for the 'Sense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COORDINATED_UNIVERSAL_TIME_OFFSET__SENSE = eINSTANCE
.getIfcCoordinatedUniversalTimeOffset_Sense();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCostItemImpl Ifc Cost Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCostItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostItem()
* @generated
*/
EClass IFC_COST_ITEM = eINSTANCE.getIfcCostItem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCostScheduleImpl Ifc Cost Schedule}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCostScheduleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostSchedule()
* @generated
*/
EClass IFC_COST_SCHEDULE = eINSTANCE.getIfcCostSchedule();
/**
* The meta object literal for the 'Submitted By' reference feature.
*
*
* @generated
*/
EReference IFC_COST_SCHEDULE__SUBMITTED_BY = eINSTANCE.getIfcCostSchedule_SubmittedBy();
/**
* The meta object literal for the 'Prepared By' reference feature.
*
*
* @generated
*/
EReference IFC_COST_SCHEDULE__PREPARED_BY = eINSTANCE.getIfcCostSchedule_PreparedBy();
/**
* The meta object literal for the 'Submitted On' reference feature.
*
*
* @generated
*/
EReference IFC_COST_SCHEDULE__SUBMITTED_ON = eINSTANCE.getIfcCostSchedule_SubmittedOn();
/**
* The meta object literal for the 'Status' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COST_SCHEDULE__STATUS = eINSTANCE.getIfcCostSchedule_Status();
/**
* The meta object literal for the 'Target Users' reference list feature.
*
*
* @generated
*/
EReference IFC_COST_SCHEDULE__TARGET_USERS = eINSTANCE.getIfcCostSchedule_TargetUsers();
/**
* The meta object literal for the 'Update Date' reference feature.
*
*
* @generated
*/
EReference IFC_COST_SCHEDULE__UPDATE_DATE = eINSTANCE.getIfcCostSchedule_UpdateDate();
/**
* The meta object literal for the 'ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COST_SCHEDULE__ID = eINSTANCE.getIfcCostSchedule_ID();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COST_SCHEDULE__PREDEFINED_TYPE = eINSTANCE.getIfcCostSchedule_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCostValueImpl Ifc Cost Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCostValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostValue()
* @generated
*/
EClass IFC_COST_VALUE = eINSTANCE.getIfcCostValue();
/**
* The meta object literal for the 'Cost Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COST_VALUE__COST_TYPE = eINSTANCE.getIfcCostValue_CostType();
/**
* The meta object literal for the 'Condition' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COST_VALUE__CONDITION = eINSTANCE.getIfcCostValue_Condition();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoveringImpl Ifc Covering}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoveringImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCovering()
* @generated
*/
EClass IFC_COVERING = eINSTANCE.getIfcCovering();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COVERING__PREDEFINED_TYPE = eINSTANCE.getIfcCovering_PredefinedType();
/**
* The meta object literal for the 'Covers Spaces' reference list feature.
*
*
* @generated
*/
EReference IFC_COVERING__COVERS_SPACES = eINSTANCE.getIfcCovering_CoversSpaces();
/**
* The meta object literal for the 'Covers' reference list feature.
*
*
* @generated
*/
EReference IFC_COVERING__COVERS = eINSTANCE.getIfcCovering_Covers();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCoveringTypeImpl Ifc Covering Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCoveringTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoveringType()
* @generated
*/
EClass IFC_COVERING_TYPE = eINSTANCE.getIfcCoveringType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COVERING_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCoveringType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailAShapeProfileDefImpl Ifc Crane Rail AShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailAShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCraneRailAShapeProfileDef()
* @generated
*/
EClass IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF = eINSTANCE.getIfcCraneRailAShapeProfileDef();
/**
* The meta object literal for the 'Overall Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__OVERALL_HEIGHT = eINSTANCE
.getIfcCraneRailAShapeProfileDef_OverallHeight();
/**
* The meta object literal for the 'Overall Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__OVERALL_HEIGHT_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_OverallHeightAsString();
/**
* The meta object literal for the 'Base Width2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH2 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseWidth2();
/**
* The meta object literal for the 'Base Width2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH2_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseWidth2AsString();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__RADIUS = eINSTANCE.getIfcCraneRailAShapeProfileDef_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__RADIUS_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_RadiusAsString();
/**
* The meta object literal for the 'Head Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_WIDTH = eINSTANCE
.getIfcCraneRailAShapeProfileDef_HeadWidth();
/**
* The meta object literal for the 'Head Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_WIDTH_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_HeadWidthAsString();
/**
* The meta object literal for the 'Head Depth2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH2 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_HeadDepth2();
/**
* The meta object literal for the 'Head Depth2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH2_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_HeadDepth2AsString();
/**
* The meta object literal for the 'Head Depth3' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH3 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_HeadDepth3();
/**
* The meta object literal for the 'Head Depth3 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__HEAD_DEPTH3_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_HeadDepth3AsString();
/**
* The meta object literal for the 'Web Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__WEB_THICKNESS = eINSTANCE
.getIfcCraneRailAShapeProfileDef_WebThickness();
/**
* The meta object literal for the 'Web Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_WebThicknessAsString();
/**
* The meta object literal for the 'Base Width4' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH4 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseWidth4();
/**
* The meta object literal for the 'Base Width4 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_WIDTH4_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseWidth4AsString();
/**
* The meta object literal for the 'Base Depth1' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH1 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseDepth1();
/**
* The meta object literal for the 'Base Depth1 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH1_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseDepth1AsString();
/**
* The meta object literal for the 'Base Depth2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH2 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseDepth2();
/**
* The meta object literal for the 'Base Depth2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH2_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseDepth2AsString();
/**
* The meta object literal for the 'Base Depth3' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH3 = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseDepth3();
/**
* The meta object literal for the 'Base Depth3 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__BASE_DEPTH3_AS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_BaseDepth3AsString();
/**
* The meta object literal for the 'Centre Of Gravity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = eINSTANCE
.getIfcCraneRailAShapeProfileDef_CentreOfGravityInY();
/**
* The meta object literal for the 'Centre Of Gravity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_ASHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = eINSTANCE
.getIfcCraneRailAShapeProfileDef_CentreOfGravityInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailFShapeProfileDefImpl Ifc Crane Rail FShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCraneRailFShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCraneRailFShapeProfileDef()
* @generated
*/
EClass IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF = eINSTANCE.getIfcCraneRailFShapeProfileDef();
/**
* The meta object literal for the 'Overall Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__OVERALL_HEIGHT = eINSTANCE
.getIfcCraneRailFShapeProfileDef_OverallHeight();
/**
* The meta object literal for the 'Overall Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__OVERALL_HEIGHT_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_OverallHeightAsString();
/**
* The meta object literal for the 'Head Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_WIDTH = eINSTANCE
.getIfcCraneRailFShapeProfileDef_HeadWidth();
/**
* The meta object literal for the 'Head Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_WIDTH_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_HeadWidthAsString();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__RADIUS = eINSTANCE.getIfcCraneRailFShapeProfileDef_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__RADIUS_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_RadiusAsString();
/**
* The meta object literal for the 'Head Depth2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH2 = eINSTANCE
.getIfcCraneRailFShapeProfileDef_HeadDepth2();
/**
* The meta object literal for the 'Head Depth2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH2_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_HeadDepth2AsString();
/**
* The meta object literal for the 'Head Depth3' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH3 = eINSTANCE
.getIfcCraneRailFShapeProfileDef_HeadDepth3();
/**
* The meta object literal for the 'Head Depth3 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__HEAD_DEPTH3_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_HeadDepth3AsString();
/**
* The meta object literal for the 'Web Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__WEB_THICKNESS = eINSTANCE
.getIfcCraneRailFShapeProfileDef_WebThickness();
/**
* The meta object literal for the 'Web Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_WebThicknessAsString();
/**
* The meta object literal for the 'Base Depth1' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH1 = eINSTANCE
.getIfcCraneRailFShapeProfileDef_BaseDepth1();
/**
* The meta object literal for the 'Base Depth1 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH1_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_BaseDepth1AsString();
/**
* The meta object literal for the 'Base Depth2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH2 = eINSTANCE
.getIfcCraneRailFShapeProfileDef_BaseDepth2();
/**
* The meta object literal for the 'Base Depth2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__BASE_DEPTH2_AS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_BaseDepth2AsString();
/**
* The meta object literal for the 'Centre Of Gravity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = eINSTANCE
.getIfcCraneRailFShapeProfileDef_CentreOfGravityInY();
/**
* The meta object literal for the 'Centre Of Gravity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CRANE_RAIL_FSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = eINSTANCE
.getIfcCraneRailFShapeProfileDef_CentreOfGravityInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCrewResourceImpl Ifc Crew Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCrewResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCrewResource()
* @generated
*/
EClass IFC_CREW_RESOURCE = eINSTANCE.getIfcCrewResource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCsgPrimitive3DImpl Ifc Csg Primitive3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCsgPrimitive3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCsgPrimitive3D()
* @generated
*/
EClass IFC_CSG_PRIMITIVE3_D = eINSTANCE.getIfcCsgPrimitive3D();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_CSG_PRIMITIVE3_D__POSITION = eINSTANCE.getIfcCsgPrimitive3D_Position();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CSG_PRIMITIVE3_D__DIM = eINSTANCE.getIfcCsgPrimitive3D_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCsgSolidImpl Ifc Csg Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCsgSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCsgSolid()
* @generated
*/
EClass IFC_CSG_SOLID = eINSTANCE.getIfcCsgSolid();
/**
* The meta object literal for the 'Tree Root Expression' reference feature.
*
*
* @generated
*/
EReference IFC_CSG_SOLID__TREE_ROOT_EXPRESSION = eINSTANCE.getIfcCsgSolid_TreeRootExpression();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurrencyRelationshipImpl Ifc Currency Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurrencyRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurrencyRelationship()
* @generated
*/
EClass IFC_CURRENCY_RELATIONSHIP = eINSTANCE.getIfcCurrencyRelationship();
/**
* The meta object literal for the 'Relating Monetary Unit' reference feature.
*
*
* @generated
*/
EReference IFC_CURRENCY_RELATIONSHIP__RELATING_MONETARY_UNIT = eINSTANCE
.getIfcCurrencyRelationship_RelatingMonetaryUnit();
/**
* The meta object literal for the 'Related Monetary Unit' reference feature.
*
*
* @generated
*/
EReference IFC_CURRENCY_RELATIONSHIP__RELATED_MONETARY_UNIT = eINSTANCE
.getIfcCurrencyRelationship_RelatedMonetaryUnit();
/**
* The meta object literal for the 'Exchange Rate' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURRENCY_RELATIONSHIP__EXCHANGE_RATE = eINSTANCE.getIfcCurrencyRelationship_ExchangeRate();
/**
* The meta object literal for the 'Exchange Rate As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURRENCY_RELATIONSHIP__EXCHANGE_RATE_AS_STRING = eINSTANCE
.getIfcCurrencyRelationship_ExchangeRateAsString();
/**
* The meta object literal for the 'Rate Date Time' reference feature.
*
*
* @generated
*/
EReference IFC_CURRENCY_RELATIONSHIP__RATE_DATE_TIME = eINSTANCE.getIfcCurrencyRelationship_RateDateTime();
/**
* The meta object literal for the 'Rate Source' reference feature.
*
*
* @generated
*/
EReference IFC_CURRENCY_RELATIONSHIP__RATE_SOURCE = eINSTANCE.getIfcCurrencyRelationship_RateSource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallImpl Ifc Curtain Wall}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurtainWall()
* @generated
*/
EClass IFC_CURTAIN_WALL = eINSTANCE.getIfcCurtainWall();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallTypeImpl Ifc Curtain Wall Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurtainWallTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurtainWallType()
* @generated
*/
EClass IFC_CURTAIN_WALL_TYPE = eINSTANCE.getIfcCurtainWallType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURTAIN_WALL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcCurtainWallType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveImpl Ifc Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurve()
* @generated
*/
EClass IFC_CURVE = eINSTANCE.getIfcCurve();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE__DIM = eINSTANCE.getIfcCurve_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveBoundedPlaneImpl Ifc Curve Bounded Plane}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveBoundedPlaneImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveBoundedPlane()
* @generated
*/
EClass IFC_CURVE_BOUNDED_PLANE = eINSTANCE.getIfcCurveBoundedPlane();
/**
* The meta object literal for the 'Basis Surface' reference feature.
*
*
* @generated
*/
EReference IFC_CURVE_BOUNDED_PLANE__BASIS_SURFACE = eINSTANCE.getIfcCurveBoundedPlane_BasisSurface();
/**
* The meta object literal for the 'Outer Boundary' reference feature.
*
*
* @generated
*/
EReference IFC_CURVE_BOUNDED_PLANE__OUTER_BOUNDARY = eINSTANCE.getIfcCurveBoundedPlane_OuterBoundary();
/**
* The meta object literal for the 'Inner Boundaries' reference list feature.
*
*
* @generated
*/
EReference IFC_CURVE_BOUNDED_PLANE__INNER_BOUNDARIES = eINSTANCE.getIfcCurveBoundedPlane_InnerBoundaries();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_BOUNDED_PLANE__DIM = eINSTANCE.getIfcCurveBoundedPlane_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleImpl Ifc Curve Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyle()
* @generated
*/
EClass IFC_CURVE_STYLE = eINSTANCE.getIfcCurveStyle();
/**
* The meta object literal for the 'Curve Font' reference feature.
*
*
* @generated
*/
EReference IFC_CURVE_STYLE__CURVE_FONT = eINSTANCE.getIfcCurveStyle_CurveFont();
/**
* The meta object literal for the 'Curve Width' reference feature.
*
*
* @generated
*/
EReference IFC_CURVE_STYLE__CURVE_WIDTH = eINSTANCE.getIfcCurveStyle_CurveWidth();
/**
* The meta object literal for the 'Curve Colour' reference feature.
*
*
* @generated
*/
EReference IFC_CURVE_STYLE__CURVE_COLOUR = eINSTANCE.getIfcCurveStyle_CurveColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontImpl Ifc Curve Style Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFont()
* @generated
*/
EClass IFC_CURVE_STYLE_FONT = eINSTANCE.getIfcCurveStyleFont();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT__NAME = eINSTANCE.getIfcCurveStyleFont_Name();
/**
* The meta object literal for the 'Pattern List' reference list feature.
*
*
* @generated
*/
EReference IFC_CURVE_STYLE_FONT__PATTERN_LIST = eINSTANCE.getIfcCurveStyleFont_PatternList();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontAndScalingImpl Ifc Curve Style Font And Scaling}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontAndScalingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFontAndScaling()
* @generated
*/
EClass IFC_CURVE_STYLE_FONT_AND_SCALING = eINSTANCE.getIfcCurveStyleFontAndScaling();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_AND_SCALING__NAME = eINSTANCE.getIfcCurveStyleFontAndScaling_Name();
/**
* The meta object literal for the 'Curve Font' reference feature.
*
*
* @generated
*/
EReference IFC_CURVE_STYLE_FONT_AND_SCALING__CURVE_FONT = eINSTANCE.getIfcCurveStyleFontAndScaling_CurveFont();
/**
* The meta object literal for the 'Curve Font Scaling' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_AND_SCALING__CURVE_FONT_SCALING = eINSTANCE
.getIfcCurveStyleFontAndScaling_CurveFontScaling();
/**
* The meta object literal for the 'Curve Font Scaling As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_AND_SCALING__CURVE_FONT_SCALING_AS_STRING = eINSTANCE
.getIfcCurveStyleFontAndScaling_CurveFontScalingAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontPatternImpl Ifc Curve Style Font Pattern}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurveStyleFontPatternImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFontPattern()
* @generated
*/
EClass IFC_CURVE_STYLE_FONT_PATTERN = eINSTANCE.getIfcCurveStyleFontPattern();
/**
* The meta object literal for the 'Visible Segment Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_PATTERN__VISIBLE_SEGMENT_LENGTH = eINSTANCE
.getIfcCurveStyleFontPattern_VisibleSegmentLength();
/**
* The meta object literal for the 'Visible Segment Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_PATTERN__VISIBLE_SEGMENT_LENGTH_AS_STRING = eINSTANCE
.getIfcCurveStyleFontPattern_VisibleSegmentLengthAsString();
/**
* The meta object literal for the 'Invisible Segment Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_PATTERN__INVISIBLE_SEGMENT_LENGTH = eINSTANCE
.getIfcCurveStyleFontPattern_InvisibleSegmentLength();
/**
* The meta object literal for the 'Invisible Segment Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVE_STYLE_FONT_PATTERN__INVISIBLE_SEGMENT_LENGTH_AS_STRING = eINSTANCE
.getIfcCurveStyleFontPattern_InvisibleSegmentLengthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDamperTypeImpl Ifc Damper Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDamperTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDamperType()
* @generated
*/
EClass IFC_DAMPER_TYPE = eINSTANCE.getIfcDamperType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DAMPER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcDamperType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDateAndTimeImpl Ifc Date And Time}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDateAndTimeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDateAndTime()
* @generated
*/
EClass IFC_DATE_AND_TIME = eINSTANCE.getIfcDateAndTime();
/**
* The meta object literal for the 'Date Component' reference feature.
*
*
* @generated
*/
EReference IFC_DATE_AND_TIME__DATE_COMPONENT = eINSTANCE.getIfcDateAndTime_DateComponent();
/**
* The meta object literal for the 'Time Component' reference feature.
*
*
* @generated
*/
EReference IFC_DATE_AND_TIME__TIME_COMPONENT = eINSTANCE.getIfcDateAndTime_TimeComponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDefinedSymbolImpl Ifc Defined Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDefinedSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDefinedSymbol()
* @generated
*/
EClass IFC_DEFINED_SYMBOL = eINSTANCE.getIfcDefinedSymbol();
/**
* The meta object literal for the 'Definition' reference feature.
*
*
* @generated
*/
EReference IFC_DEFINED_SYMBOL__DEFINITION = eINSTANCE.getIfcDefinedSymbol_Definition();
/**
* The meta object literal for the 'Target' reference feature.
*
*
* @generated
*/
EReference IFC_DEFINED_SYMBOL__TARGET = eINSTANCE.getIfcDefinedSymbol_Target();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDerivedProfileDefImpl Ifc Derived Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDerivedProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedProfileDef()
* @generated
*/
EClass IFC_DERIVED_PROFILE_DEF = eINSTANCE.getIfcDerivedProfileDef();
/**
* The meta object literal for the 'Parent Profile' reference feature.
*
*
* @generated
*/
EReference IFC_DERIVED_PROFILE_DEF__PARENT_PROFILE = eINSTANCE.getIfcDerivedProfileDef_ParentProfile();
/**
* The meta object literal for the 'Operator' reference feature.
*
*
* @generated
*/
EReference IFC_DERIVED_PROFILE_DEF__OPERATOR = eINSTANCE.getIfcDerivedProfileDef_Operator();
/**
* The meta object literal for the 'Label' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DERIVED_PROFILE_DEF__LABEL = eINSTANCE.getIfcDerivedProfileDef_Label();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitImpl Ifc Derived Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedUnit()
* @generated
*/
EClass IFC_DERIVED_UNIT = eINSTANCE.getIfcDerivedUnit();
/**
* The meta object literal for the 'Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_DERIVED_UNIT__ELEMENTS = eINSTANCE.getIfcDerivedUnit_Elements();
/**
* The meta object literal for the 'Unit Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DERIVED_UNIT__UNIT_TYPE = eINSTANCE.getIfcDerivedUnit_UnitType();
/**
* The meta object literal for the 'User Defined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DERIVED_UNIT__USER_DEFINED_TYPE = eINSTANCE.getIfcDerivedUnit_UserDefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitElementImpl Ifc Derived Unit Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDerivedUnitElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedUnitElement()
* @generated
*/
EClass IFC_DERIVED_UNIT_ELEMENT = eINSTANCE.getIfcDerivedUnitElement();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_DERIVED_UNIT_ELEMENT__UNIT = eINSTANCE.getIfcDerivedUnitElement_Unit();
/**
* The meta object literal for the 'Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DERIVED_UNIT_ELEMENT__EXPONENT = eINSTANCE.getIfcDerivedUnitElement_Exponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDiameterDimensionImpl Ifc Diameter Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDiameterDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDiameterDimension()
* @generated
*/
EClass IFC_DIAMETER_DIMENSION = eINSTANCE.getIfcDiameterDimension();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCalloutRelationshipImpl Ifc Dimension Callout Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCalloutRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCalloutRelationship()
* @generated
*/
EClass IFC_DIMENSION_CALLOUT_RELATIONSHIP = eINSTANCE.getIfcDimensionCalloutRelationship();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveImpl Ifc Dimension Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCurve()
* @generated
*/
EClass IFC_DIMENSION_CURVE = eINSTANCE.getIfcDimensionCurve();
/**
* The meta object literal for the 'Annotated By Symbols' reference list feature.
*
*
* @generated
*/
EReference IFC_DIMENSION_CURVE__ANNOTATED_BY_SYMBOLS = eINSTANCE.getIfcDimensionCurve_AnnotatedBySymbols();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveDirectedCalloutImpl Ifc Dimension Curve Directed Callout}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveDirectedCalloutImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCurveDirectedCallout()
* @generated
*/
EClass IFC_DIMENSION_CURVE_DIRECTED_CALLOUT = eINSTANCE.getIfcDimensionCurveDirectedCallout();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveTerminatorImpl Ifc Dimension Curve Terminator}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCurveTerminatorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCurveTerminator()
* @generated
*/
EClass IFC_DIMENSION_CURVE_TERMINATOR = eINSTANCE.getIfcDimensionCurveTerminator();
/**
* The meta object literal for the 'Role' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSION_CURVE_TERMINATOR__ROLE = eINSTANCE.getIfcDimensionCurveTerminator_Role();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionPairImpl Ifc Dimension Pair}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionPairImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionPair()
* @generated
*/
EClass IFC_DIMENSION_PAIR = eINSTANCE.getIfcDimensionPair();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl Ifc Dimensional Exponents}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionalExponentsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionalExponents()
* @generated
*/
EClass IFC_DIMENSIONAL_EXPONENTS = eINSTANCE.getIfcDimensionalExponents();
/**
* The meta object literal for the 'Length Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__LENGTH_EXPONENT = eINSTANCE.getIfcDimensionalExponents_LengthExponent();
/**
* The meta object literal for the 'Mass Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__MASS_EXPONENT = eINSTANCE.getIfcDimensionalExponents_MassExponent();
/**
* The meta object literal for the 'Time Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__TIME_EXPONENT = eINSTANCE.getIfcDimensionalExponents_TimeExponent();
/**
* The meta object literal for the 'Electric Current Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__ELECTRIC_CURRENT_EXPONENT = eINSTANCE
.getIfcDimensionalExponents_ElectricCurrentExponent();
/**
* The meta object literal for the 'Thermodynamic Temperature Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__THERMODYNAMIC_TEMPERATURE_EXPONENT = eINSTANCE
.getIfcDimensionalExponents_ThermodynamicTemperatureExponent();
/**
* The meta object literal for the 'Amount Of Substance Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__AMOUNT_OF_SUBSTANCE_EXPONENT = eINSTANCE
.getIfcDimensionalExponents_AmountOfSubstanceExponent();
/**
* The meta object literal for the 'Luminous Intensity Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSIONAL_EXPONENTS__LUMINOUS_INTENSITY_EXPONENT = eINSTANCE
.getIfcDimensionalExponents_LuminousIntensityExponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDirectionImpl Ifc Direction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDirectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDirection()
* @generated
*/
EClass IFC_DIRECTION = eINSTANCE.getIfcDirection();
/**
* The meta object literal for the 'Direction Ratios' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_DIRECTION__DIRECTION_RATIOS = eINSTANCE.getIfcDirection_DirectionRatios();
/**
* The meta object literal for the 'Direction Ratios As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_DIRECTION__DIRECTION_RATIOS_AS_STRING = eINSTANCE.getIfcDirection_DirectionRatiosAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIRECTION__DIM = eINSTANCE.getIfcDirection_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryImpl Ifc Discrete Accessory}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDiscreteAccessory()
* @generated
*/
EClass IFC_DISCRETE_ACCESSORY = eINSTANCE.getIfcDiscreteAccessory();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryTypeImpl Ifc Discrete Accessory Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDiscreteAccessoryTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDiscreteAccessoryType()
* @generated
*/
EClass IFC_DISCRETE_ACCESSORY_TYPE = eINSTANCE.getIfcDiscreteAccessoryType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementImpl Ifc Distribution Chamber Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionChamberElement()
* @generated
*/
EClass IFC_DISTRIBUTION_CHAMBER_ELEMENT = eINSTANCE.getIfcDistributionChamberElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementTypeImpl Ifc Distribution Chamber Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionChamberElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionChamberElementType()
* @generated
*/
EClass IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE = eINSTANCE.getIfcDistributionChamberElementType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcDistributionChamberElementType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementImpl Ifc Distribution Control Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionControlElement()
* @generated
*/
EClass IFC_DISTRIBUTION_CONTROL_ELEMENT = eINSTANCE.getIfcDistributionControlElement();
/**
* The meta object literal for the 'Control Element Id' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DISTRIBUTION_CONTROL_ELEMENT__CONTROL_ELEMENT_ID = eINSTANCE
.getIfcDistributionControlElement_ControlElementId();
/**
* The meta object literal for the 'Assigned To Flow Element' reference list feature.
*
*
* @generated
*/
EReference IFC_DISTRIBUTION_CONTROL_ELEMENT__ASSIGNED_TO_FLOW_ELEMENT = eINSTANCE
.getIfcDistributionControlElement_AssignedToFlowElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementTypeImpl Ifc Distribution Control Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionControlElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionControlElementType()
* @generated
*/
EClass IFC_DISTRIBUTION_CONTROL_ELEMENT_TYPE = eINSTANCE.getIfcDistributionControlElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementImpl Ifc Distribution Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionElement()
* @generated
*/
EClass IFC_DISTRIBUTION_ELEMENT = eINSTANCE.getIfcDistributionElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementTypeImpl Ifc Distribution Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionElementType()
* @generated
*/
EClass IFC_DISTRIBUTION_ELEMENT_TYPE = eINSTANCE.getIfcDistributionElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementImpl Ifc Distribution Flow Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionFlowElement()
* @generated
*/
EClass IFC_DISTRIBUTION_FLOW_ELEMENT = eINSTANCE.getIfcDistributionFlowElement();
/**
* The meta object literal for the 'Has Control Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_DISTRIBUTION_FLOW_ELEMENT__HAS_CONTROL_ELEMENTS = eINSTANCE
.getIfcDistributionFlowElement_HasControlElements();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementTypeImpl Ifc Distribution Flow Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionFlowElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionFlowElementType()
* @generated
*/
EClass IFC_DISTRIBUTION_FLOW_ELEMENT_TYPE = eINSTANCE.getIfcDistributionFlowElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDistributionPortImpl Ifc Distribution Port}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDistributionPortImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionPort()
* @generated
*/
EClass IFC_DISTRIBUTION_PORT = eINSTANCE.getIfcDistributionPort();
/**
* The meta object literal for the 'Flow Direction' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DISTRIBUTION_PORT__FLOW_DIRECTION = eINSTANCE.getIfcDistributionPort_FlowDirection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentElectronicFormatImpl Ifc Document Electronic Format}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentElectronicFormatImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentElectronicFormat()
* @generated
*/
EClass IFC_DOCUMENT_ELECTRONIC_FORMAT = eINSTANCE.getIfcDocumentElectronicFormat();
/**
* The meta object literal for the 'File Extension' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_ELECTRONIC_FORMAT__FILE_EXTENSION = eINSTANCE
.getIfcDocumentElectronicFormat_FileExtension();
/**
* The meta object literal for the 'Mime Content Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_ELECTRONIC_FORMAT__MIME_CONTENT_TYPE = eINSTANCE
.getIfcDocumentElectronicFormat_MimeContentType();
/**
* The meta object literal for the 'Mime Subtype' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_ELECTRONIC_FORMAT__MIME_SUBTYPE = eINSTANCE
.getIfcDocumentElectronicFormat_MimeSubtype();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationImpl Ifc Document Information}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentInformation()
* @generated
*/
EClass IFC_DOCUMENT_INFORMATION = eINSTANCE.getIfcDocumentInformation();
/**
* The meta object literal for the 'Document Id' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__DOCUMENT_ID = eINSTANCE.getIfcDocumentInformation_DocumentId();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__NAME = eINSTANCE.getIfcDocumentInformation_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__DESCRIPTION = eINSTANCE.getIfcDocumentInformation_Description();
/**
* The meta object literal for the 'Document References' reference list feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__DOCUMENT_REFERENCES = eINSTANCE
.getIfcDocumentInformation_DocumentReferences();
/**
* The meta object literal for the 'Purpose' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__PURPOSE = eINSTANCE.getIfcDocumentInformation_Purpose();
/**
* The meta object literal for the 'Intended Use' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__INTENDED_USE = eINSTANCE.getIfcDocumentInformation_IntendedUse();
/**
* The meta object literal for the 'Scope' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__SCOPE = eINSTANCE.getIfcDocumentInformation_Scope();
/**
* The meta object literal for the 'Revision' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__REVISION = eINSTANCE.getIfcDocumentInformation_Revision();
/**
* The meta object literal for the 'Document Owner' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__DOCUMENT_OWNER = eINSTANCE.getIfcDocumentInformation_DocumentOwner();
/**
* The meta object literal for the 'Editors' reference list feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__EDITORS = eINSTANCE.getIfcDocumentInformation_Editors();
/**
* The meta object literal for the 'Creation Time' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__CREATION_TIME = eINSTANCE.getIfcDocumentInformation_CreationTime();
/**
* The meta object literal for the 'Last Revision Time' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__LAST_REVISION_TIME = eINSTANCE
.getIfcDocumentInformation_LastRevisionTime();
/**
* The meta object literal for the 'Electronic Format' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__ELECTRONIC_FORMAT = eINSTANCE.getIfcDocumentInformation_ElectronicFormat();
/**
* The meta object literal for the 'Valid From' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__VALID_FROM = eINSTANCE.getIfcDocumentInformation_ValidFrom();
/**
* The meta object literal for the 'Valid Until' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__VALID_UNTIL = eINSTANCE.getIfcDocumentInformation_ValidUntil();
/**
* The meta object literal for the 'Confidentiality' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__CONFIDENTIALITY = eINSTANCE.getIfcDocumentInformation_Confidentiality();
/**
* The meta object literal for the 'Status' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION__STATUS = eINSTANCE.getIfcDocumentInformation_Status();
/**
* The meta object literal for the 'Is Pointed To' reference list feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__IS_POINTED_TO = eINSTANCE.getIfcDocumentInformation_IsPointedTo();
/**
* The meta object literal for the 'Is Pointer' reference list feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION__IS_POINTER = eINSTANCE.getIfcDocumentInformation_IsPointer();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationRelationshipImpl Ifc Document Information Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentInformationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentInformationRelationship()
* @generated
*/
EClass IFC_DOCUMENT_INFORMATION_RELATIONSHIP = eINSTANCE.getIfcDocumentInformationRelationship();
/**
* The meta object literal for the 'Relating Document' reference feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION_RELATIONSHIP__RELATING_DOCUMENT = eINSTANCE
.getIfcDocumentInformationRelationship_RelatingDocument();
/**
* The meta object literal for the 'Related Documents' reference list feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_INFORMATION_RELATIONSHIP__RELATED_DOCUMENTS = eINSTANCE
.getIfcDocumentInformationRelationship_RelatedDocuments();
/**
* The meta object literal for the 'Relationship Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOCUMENT_INFORMATION_RELATIONSHIP__RELATIONSHIP_TYPE = eINSTANCE
.getIfcDocumentInformationRelationship_RelationshipType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDocumentReferenceImpl Ifc Document Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDocumentReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentReference()
* @generated
*/
EClass IFC_DOCUMENT_REFERENCE = eINSTANCE.getIfcDocumentReference();
/**
* The meta object literal for the 'Reference To Document' reference list feature.
*
*
* @generated
*/
EReference IFC_DOCUMENT_REFERENCE__REFERENCE_TO_DOCUMENT = eINSTANCE
.getIfcDocumentReference_ReferenceToDocument();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorImpl Ifc Door}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoor()
* @generated
*/
EClass IFC_DOOR = eINSTANCE.getIfcDoor();
/**
* The meta object literal for the 'Overall Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR__OVERALL_HEIGHT = eINSTANCE.getIfcDoor_OverallHeight();
/**
* The meta object literal for the 'Overall Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR__OVERALL_HEIGHT_AS_STRING = eINSTANCE.getIfcDoor_OverallHeightAsString();
/**
* The meta object literal for the 'Overall Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR__OVERALL_WIDTH = eINSTANCE.getIfcDoor_OverallWidth();
/**
* The meta object literal for the 'Overall Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR__OVERALL_WIDTH_AS_STRING = eINSTANCE.getIfcDoor_OverallWidthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorLiningPropertiesImpl Ifc Door Lining Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorLiningPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorLiningProperties()
* @generated
*/
EClass IFC_DOOR_LINING_PROPERTIES = eINSTANCE.getIfcDoorLiningProperties();
/**
* The meta object literal for the 'Lining Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__LINING_DEPTH = eINSTANCE.getIfcDoorLiningProperties_LiningDepth();
/**
* The meta object literal for the 'Lining Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__LINING_DEPTH_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_LiningDepthAsString();
/**
* The meta object literal for the 'Lining Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__LINING_THICKNESS = eINSTANCE
.getIfcDoorLiningProperties_LiningThickness();
/**
* The meta object literal for the 'Lining Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__LINING_THICKNESS_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_LiningThicknessAsString();
/**
* The meta object literal for the 'Threshold Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__THRESHOLD_DEPTH = eINSTANCE.getIfcDoorLiningProperties_ThresholdDepth();
/**
* The meta object literal for the 'Threshold Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__THRESHOLD_DEPTH_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_ThresholdDepthAsString();
/**
* The meta object literal for the 'Threshold Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__THRESHOLD_THICKNESS = eINSTANCE
.getIfcDoorLiningProperties_ThresholdThickness();
/**
* The meta object literal for the 'Threshold Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__THRESHOLD_THICKNESS_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_ThresholdThicknessAsString();
/**
* The meta object literal for the 'Transom Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__TRANSOM_THICKNESS = eINSTANCE
.getIfcDoorLiningProperties_TransomThickness();
/**
* The meta object literal for the 'Transom Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__TRANSOM_THICKNESS_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_TransomThicknessAsString();
/**
* The meta object literal for the 'Transom Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__TRANSOM_OFFSET = eINSTANCE.getIfcDoorLiningProperties_TransomOffset();
/**
* The meta object literal for the 'Transom Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__TRANSOM_OFFSET_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_TransomOffsetAsString();
/**
* The meta object literal for the 'Lining Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__LINING_OFFSET = eINSTANCE.getIfcDoorLiningProperties_LiningOffset();
/**
* The meta object literal for the 'Lining Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__LINING_OFFSET_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_LiningOffsetAsString();
/**
* The meta object literal for the 'Threshold Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__THRESHOLD_OFFSET = eINSTANCE
.getIfcDoorLiningProperties_ThresholdOffset();
/**
* The meta object literal for the 'Threshold Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__THRESHOLD_OFFSET_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_ThresholdOffsetAsString();
/**
* The meta object literal for the 'Casing Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__CASING_THICKNESS = eINSTANCE
.getIfcDoorLiningProperties_CasingThickness();
/**
* The meta object literal for the 'Casing Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__CASING_THICKNESS_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_CasingThicknessAsString();
/**
* The meta object literal for the 'Casing Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__CASING_DEPTH = eINSTANCE.getIfcDoorLiningProperties_CasingDepth();
/**
* The meta object literal for the 'Casing Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_LINING_PROPERTIES__CASING_DEPTH_AS_STRING = eINSTANCE
.getIfcDoorLiningProperties_CasingDepthAsString();
/**
* The meta object literal for the 'Shape Aspect Style' reference feature.
*
*
* @generated
*/
EReference IFC_DOOR_LINING_PROPERTIES__SHAPE_ASPECT_STYLE = eINSTANCE
.getIfcDoorLiningProperties_ShapeAspectStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorPanelPropertiesImpl Ifc Door Panel Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorPanelPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorPanelProperties()
* @generated
*/
EClass IFC_DOOR_PANEL_PROPERTIES = eINSTANCE.getIfcDoorPanelProperties();
/**
* The meta object literal for the 'Panel Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_PANEL_PROPERTIES__PANEL_DEPTH = eINSTANCE.getIfcDoorPanelProperties_PanelDepth();
/**
* The meta object literal for the 'Panel Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_PANEL_PROPERTIES__PANEL_DEPTH_AS_STRING = eINSTANCE
.getIfcDoorPanelProperties_PanelDepthAsString();
/**
* The meta object literal for the 'Panel Operation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_PANEL_PROPERTIES__PANEL_OPERATION = eINSTANCE.getIfcDoorPanelProperties_PanelOperation();
/**
* The meta object literal for the 'Panel Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_PANEL_PROPERTIES__PANEL_WIDTH = eINSTANCE.getIfcDoorPanelProperties_PanelWidth();
/**
* The meta object literal for the 'Panel Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_PANEL_PROPERTIES__PANEL_WIDTH_AS_STRING = eINSTANCE
.getIfcDoorPanelProperties_PanelWidthAsString();
/**
* The meta object literal for the 'Panel Position' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_PANEL_PROPERTIES__PANEL_POSITION = eINSTANCE.getIfcDoorPanelProperties_PanelPosition();
/**
* The meta object literal for the 'Shape Aspect Style' reference feature.
*
*
* @generated
*/
EReference IFC_DOOR_PANEL_PROPERTIES__SHAPE_ASPECT_STYLE = eINSTANCE
.getIfcDoorPanelProperties_ShapeAspectStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoorStyleImpl Ifc Door Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoorStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorStyle()
* @generated
*/
EClass IFC_DOOR_STYLE = eINSTANCE.getIfcDoorStyle();
/**
* The meta object literal for the 'Operation Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_STYLE__OPERATION_TYPE = eINSTANCE.getIfcDoorStyle_OperationType();
/**
* The meta object literal for the 'Construction Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_STYLE__CONSTRUCTION_TYPE = eINSTANCE.getIfcDoorStyle_ConstructionType();
/**
* The meta object literal for the 'Parameter Takes Precedence' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_STYLE__PARAMETER_TAKES_PRECEDENCE = eINSTANCE.getIfcDoorStyle_ParameterTakesPrecedence();
/**
* The meta object literal for the 'Sizeable' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOOR_STYLE__SIZEABLE = eINSTANCE.getIfcDoorStyle_Sizeable();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutImpl Ifc Draughting Callout}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingCallout()
* @generated
*/
EClass IFC_DRAUGHTING_CALLOUT = eINSTANCE.getIfcDraughtingCallout();
/**
* The meta object literal for the 'Contents' reference list feature.
*
*
* @generated
*/
EReference IFC_DRAUGHTING_CALLOUT__CONTENTS = eINSTANCE.getIfcDraughtingCallout_Contents();
/**
* The meta object literal for the 'Is Related From Callout' reference list feature.
*
*
* @generated
*/
EReference IFC_DRAUGHTING_CALLOUT__IS_RELATED_FROM_CALLOUT = eINSTANCE
.getIfcDraughtingCallout_IsRelatedFromCallout();
/**
* The meta object literal for the 'Is Related To Callout' reference list feature.
*
*
* @generated
*/
EReference IFC_DRAUGHTING_CALLOUT__IS_RELATED_TO_CALLOUT = eINSTANCE
.getIfcDraughtingCallout_IsRelatedToCallout();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutRelationshipImpl Ifc Draughting Callout Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingCalloutRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingCalloutRelationship()
* @generated
*/
EClass IFC_DRAUGHTING_CALLOUT_RELATIONSHIP = eINSTANCE.getIfcDraughtingCalloutRelationship();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__NAME = eINSTANCE.getIfcDraughtingCalloutRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__DESCRIPTION = eINSTANCE
.getIfcDraughtingCalloutRelationship_Description();
/**
* The meta object literal for the 'Relating Draughting Callout' reference feature.
*
*
* @generated
*/
EReference IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATING_DRAUGHTING_CALLOUT = eINSTANCE
.getIfcDraughtingCalloutRelationship_RelatingDraughtingCallout();
/**
* The meta object literal for the 'Related Draughting Callout' reference feature.
*
*
* @generated
*/
EReference IFC_DRAUGHTING_CALLOUT_RELATIONSHIP__RELATED_DRAUGHTING_CALLOUT = eINSTANCE
.getIfcDraughtingCalloutRelationship_RelatedDraughtingCallout();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedColourImpl Ifc Draughting Pre Defined Colour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedColourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingPreDefinedColour()
* @generated
*/
EClass IFC_DRAUGHTING_PRE_DEFINED_COLOUR = eINSTANCE.getIfcDraughtingPreDefinedColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedCurveFontImpl Ifc Draughting Pre Defined Curve Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedCurveFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingPreDefinedCurveFont()
* @generated
*/
EClass IFC_DRAUGHTING_PRE_DEFINED_CURVE_FONT = eINSTANCE.getIfcDraughtingPreDefinedCurveFont();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedTextFontImpl Ifc Draughting Pre Defined Text Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDraughtingPreDefinedTextFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingPreDefinedTextFont()
* @generated
*/
EClass IFC_DRAUGHTING_PRE_DEFINED_TEXT_FONT = eINSTANCE.getIfcDraughtingPreDefinedTextFont();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDuctFittingTypeImpl Ifc Duct Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDuctFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctFittingType()
* @generated
*/
EClass IFC_DUCT_FITTING_TYPE = eINSTANCE.getIfcDuctFittingType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DUCT_FITTING_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcDuctFittingType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDuctSegmentTypeImpl Ifc Duct Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDuctSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSegmentType()
* @generated
*/
EClass IFC_DUCT_SEGMENT_TYPE = eINSTANCE.getIfcDuctSegmentType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DUCT_SEGMENT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcDuctSegmentType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDuctSilencerTypeImpl Ifc Duct Silencer Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDuctSilencerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSilencerType()
* @generated
*/
EClass IFC_DUCT_SILENCER_TYPE = eINSTANCE.getIfcDuctSilencerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DUCT_SILENCER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcDuctSilencerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeImpl Ifc Edge}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdge()
* @generated
*/
EClass IFC_EDGE = eINSTANCE.getIfcEdge();
/**
* The meta object literal for the 'Edge Start' reference feature.
*
*
* @generated
*/
EReference IFC_EDGE__EDGE_START = eINSTANCE.getIfcEdge_EdgeStart();
/**
* The meta object literal for the 'Edge End' reference feature.
*
*
* @generated
*/
EReference IFC_EDGE__EDGE_END = eINSTANCE.getIfcEdge_EdgeEnd();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeCurveImpl Ifc Edge Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdgeCurve()
* @generated
*/
EClass IFC_EDGE_CURVE = eINSTANCE.getIfcEdgeCurve();
/**
* The meta object literal for the 'Edge Geometry' reference feature.
*
*
* @generated
*/
EReference IFC_EDGE_CURVE__EDGE_GEOMETRY = eINSTANCE.getIfcEdgeCurve_EdgeGeometry();
/**
* The meta object literal for the 'Same Sense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EDGE_CURVE__SAME_SENSE = eINSTANCE.getIfcEdgeCurve_SameSense();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeFeatureImpl Ifc Edge Feature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeFeatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdgeFeature()
* @generated
*/
EClass IFC_EDGE_FEATURE = eINSTANCE.getIfcEdgeFeature();
/**
* The meta object literal for the 'Feature Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EDGE_FEATURE__FEATURE_LENGTH = eINSTANCE.getIfcEdgeFeature_FeatureLength();
/**
* The meta object literal for the 'Feature Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EDGE_FEATURE__FEATURE_LENGTH_AS_STRING = eINSTANCE.getIfcEdgeFeature_FeatureLengthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEdgeLoopImpl Ifc Edge Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEdgeLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEdgeLoop()
* @generated
*/
EClass IFC_EDGE_LOOP = eINSTANCE.getIfcEdgeLoop();
/**
* The meta object literal for the 'Edge List' reference list feature.
*
*
* @generated
*/
EReference IFC_EDGE_LOOP__EDGE_LIST = eINSTANCE.getIfcEdgeLoop_EdgeList();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricApplianceTypeImpl Ifc Electric Appliance Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricApplianceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricApplianceType()
* @generated
*/
EClass IFC_ELECTRIC_APPLIANCE_TYPE = eINSTANCE.getIfcElectricApplianceType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_APPLIANCE_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcElectricApplianceType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricDistributionPointImpl Ifc Electric Distribution Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricDistributionPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricDistributionPoint()
* @generated
*/
EClass IFC_ELECTRIC_DISTRIBUTION_POINT = eINSTANCE.getIfcElectricDistributionPoint();
/**
* The meta object literal for the 'Distribution Point Function' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_DISTRIBUTION_POINT__DISTRIBUTION_POINT_FUNCTION = eINSTANCE
.getIfcElectricDistributionPoint_DistributionPointFunction();
/**
* The meta object literal for the 'User Defined Function' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_DISTRIBUTION_POINT__USER_DEFINED_FUNCTION = eINSTANCE
.getIfcElectricDistributionPoint_UserDefinedFunction();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricFlowStorageDeviceTypeImpl Ifc Electric Flow Storage Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricFlowStorageDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricFlowStorageDeviceType()
* @generated
*/
EClass IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE = eINSTANCE.getIfcElectricFlowStorageDeviceType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcElectricFlowStorageDeviceType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricGeneratorTypeImpl Ifc Electric Generator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricGeneratorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricGeneratorType()
* @generated
*/
EClass IFC_ELECTRIC_GENERATOR_TYPE = eINSTANCE.getIfcElectricGeneratorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_GENERATOR_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcElectricGeneratorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricHeaterTypeImpl Ifc Electric Heater Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricHeaterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricHeaterType()
* @generated
*/
EClass IFC_ELECTRIC_HEATER_TYPE = eINSTANCE.getIfcElectricHeaterType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_HEATER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcElectricHeaterType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricMotorTypeImpl Ifc Electric Motor Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricMotorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricMotorType()
* @generated
*/
EClass IFC_ELECTRIC_MOTOR_TYPE = eINSTANCE.getIfcElectricMotorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_MOTOR_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcElectricMotorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricTimeControlTypeImpl Ifc Electric Time Control Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricTimeControlTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricTimeControlType()
* @generated
*/
EClass IFC_ELECTRIC_TIME_CONTROL_TYPE = eINSTANCE.getIfcElectricTimeControlType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_TIME_CONTROL_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcElectricTimeControlType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricalBasePropertiesImpl Ifc Electrical Base Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricalBasePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricalBaseProperties()
* @generated
*/
EClass IFC_ELECTRICAL_BASE_PROPERTIES = eINSTANCE.getIfcElectricalBaseProperties();
/**
* The meta object literal for the 'Electric Current Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__ELECTRIC_CURRENT_TYPE = eINSTANCE
.getIfcElectricalBaseProperties_ElectricCurrentType();
/**
* The meta object literal for the 'Input Voltage' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_VOLTAGE = eINSTANCE
.getIfcElectricalBaseProperties_InputVoltage();
/**
* The meta object literal for the 'Input Voltage As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_VOLTAGE_AS_STRING = eINSTANCE
.getIfcElectricalBaseProperties_InputVoltageAsString();
/**
* The meta object literal for the 'Input Frequency' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_FREQUENCY = eINSTANCE
.getIfcElectricalBaseProperties_InputFrequency();
/**
* The meta object literal for the 'Input Frequency As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_FREQUENCY_AS_STRING = eINSTANCE
.getIfcElectricalBaseProperties_InputFrequencyAsString();
/**
* The meta object literal for the 'Full Load Current' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__FULL_LOAD_CURRENT = eINSTANCE
.getIfcElectricalBaseProperties_FullLoadCurrent();
/**
* The meta object literal for the 'Full Load Current As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__FULL_LOAD_CURRENT_AS_STRING = eINSTANCE
.getIfcElectricalBaseProperties_FullLoadCurrentAsString();
/**
* The meta object literal for the 'Minimum Circuit Current' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__MINIMUM_CIRCUIT_CURRENT = eINSTANCE
.getIfcElectricalBaseProperties_MinimumCircuitCurrent();
/**
* The meta object literal for the 'Minimum Circuit Current As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__MINIMUM_CIRCUIT_CURRENT_AS_STRING = eINSTANCE
.getIfcElectricalBaseProperties_MinimumCircuitCurrentAsString();
/**
* The meta object literal for the 'Maximum Power Input' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__MAXIMUM_POWER_INPUT = eINSTANCE
.getIfcElectricalBaseProperties_MaximumPowerInput();
/**
* The meta object literal for the 'Maximum Power Input As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__MAXIMUM_POWER_INPUT_AS_STRING = eINSTANCE
.getIfcElectricalBaseProperties_MaximumPowerInputAsString();
/**
* The meta object literal for the 'Rated Power Input' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__RATED_POWER_INPUT = eINSTANCE
.getIfcElectricalBaseProperties_RatedPowerInput();
/**
* The meta object literal for the 'Rated Power Input As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__RATED_POWER_INPUT_AS_STRING = eINSTANCE
.getIfcElectricalBaseProperties_RatedPowerInputAsString();
/**
* The meta object literal for the 'Input Phase' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRICAL_BASE_PROPERTIES__INPUT_PHASE = eINSTANCE.getIfcElectricalBaseProperties_InputPhase();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricalCircuitImpl Ifc Electrical Circuit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricalCircuitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricalCircuit()
* @generated
*/
EClass IFC_ELECTRICAL_CIRCUIT = eINSTANCE.getIfcElectricalCircuit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricalElementImpl Ifc Electrical Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricalElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricalElement()
* @generated
*/
EClass IFC_ELECTRICAL_ELEMENT = eINSTANCE.getIfcElectricalElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementImpl Ifc Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElement()
* @generated
*/
EClass IFC_ELEMENT = eINSTANCE.getIfcElement();
/**
* The meta object literal for the 'Tag' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELEMENT__TAG = eINSTANCE.getIfcElement_Tag();
/**
* The meta object literal for the 'Has Structural Member' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__HAS_STRUCTURAL_MEMBER = eINSTANCE.getIfcElement_HasStructuralMember();
/**
* The meta object literal for the 'Fills Voids' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__FILLS_VOIDS = eINSTANCE.getIfcElement_FillsVoids();
/**
* The meta object literal for the 'Connected To' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__CONNECTED_TO = eINSTANCE.getIfcElement_ConnectedTo();
/**
* The meta object literal for the 'Has Coverings' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__HAS_COVERINGS = eINSTANCE.getIfcElement_HasCoverings();
/**
* The meta object literal for the 'Has Projections' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__HAS_PROJECTIONS = eINSTANCE.getIfcElement_HasProjections();
/**
* The meta object literal for the 'Referenced In Structures' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__REFERENCED_IN_STRUCTURES = eINSTANCE.getIfcElement_ReferencedInStructures();
/**
* The meta object literal for the 'Has Ports' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__HAS_PORTS = eINSTANCE.getIfcElement_HasPorts();
/**
* The meta object literal for the 'Has Openings' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__HAS_OPENINGS = eINSTANCE.getIfcElement_HasOpenings();
/**
* The meta object literal for the 'Is Connection Realization' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__IS_CONNECTION_REALIZATION = eINSTANCE.getIfcElement_IsConnectionRealization();
/**
* The meta object literal for the 'Provides Boundaries' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__PROVIDES_BOUNDARIES = eINSTANCE.getIfcElement_ProvidesBoundaries();
/**
* The meta object literal for the 'Connected From' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__CONNECTED_FROM = eINSTANCE.getIfcElement_ConnectedFrom();
/**
* The meta object literal for the 'Contained In Structure' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT__CONTAINED_IN_STRUCTURE = eINSTANCE.getIfcElement_ContainedInStructure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementAssemblyImpl Ifc Element Assembly}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementAssemblyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementAssembly()
* @generated
*/
EClass IFC_ELEMENT_ASSEMBLY = eINSTANCE.getIfcElementAssembly();
/**
* The meta object literal for the 'Assembly Place' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELEMENT_ASSEMBLY__ASSEMBLY_PLACE = eINSTANCE.getIfcElementAssembly_AssemblyPlace();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELEMENT_ASSEMBLY__PREDEFINED_TYPE = eINSTANCE.getIfcElementAssembly_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentImpl Ifc Element Component}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementComponent()
* @generated
*/
EClass IFC_ELEMENT_COMPONENT = eINSTANCE.getIfcElementComponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentTypeImpl Ifc Element Component Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementComponentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementComponentType()
* @generated
*/
EClass IFC_ELEMENT_COMPONENT_TYPE = eINSTANCE.getIfcElementComponentType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementQuantityImpl Ifc Element Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementQuantity()
* @generated
*/
EClass IFC_ELEMENT_QUANTITY = eINSTANCE.getIfcElementQuantity();
/**
* The meta object literal for the 'Method Of Measurement' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELEMENT_QUANTITY__METHOD_OF_MEASUREMENT = eINSTANCE.getIfcElementQuantity_MethodOfMeasurement();
/**
* The meta object literal for the 'Quantities' reference list feature.
*
*
* @generated
*/
EReference IFC_ELEMENT_QUANTITY__QUANTITIES = eINSTANCE.getIfcElementQuantity_Quantities();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementTypeImpl Ifc Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementType()
* @generated
*/
EClass IFC_ELEMENT_TYPE = eINSTANCE.getIfcElementType();
/**
* The meta object literal for the 'Element Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELEMENT_TYPE__ELEMENT_TYPE = eINSTANCE.getIfcElementType_ElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElementarySurfaceImpl Ifc Elementary Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElementarySurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementarySurface()
* @generated
*/
EClass IFC_ELEMENTARY_SURFACE = eINSTANCE.getIfcElementarySurface();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_ELEMENTARY_SURFACE__POSITION = eINSTANCE.getIfcElementarySurface_Position();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELEMENTARY_SURFACE__DIM = eINSTANCE.getIfcElementarySurface_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEllipseImpl Ifc Ellipse}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEllipseImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEllipse()
* @generated
*/
EClass IFC_ELLIPSE = eINSTANCE.getIfcEllipse();
/**
* The meta object literal for the 'Semi Axis1' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE__SEMI_AXIS1 = eINSTANCE.getIfcEllipse_SemiAxis1();
/**
* The meta object literal for the 'Semi Axis1 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE__SEMI_AXIS1_AS_STRING = eINSTANCE.getIfcEllipse_SemiAxis1AsString();
/**
* The meta object literal for the 'Semi Axis2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE__SEMI_AXIS2 = eINSTANCE.getIfcEllipse_SemiAxis2();
/**
* The meta object literal for the 'Semi Axis2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE__SEMI_AXIS2_AS_STRING = eINSTANCE.getIfcEllipse_SemiAxis2AsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEllipseProfileDefImpl Ifc Ellipse Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEllipseProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEllipseProfileDef()
* @generated
*/
EClass IFC_ELLIPSE_PROFILE_DEF = eINSTANCE.getIfcEllipseProfileDef();
/**
* The meta object literal for the 'Semi Axis1' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS1 = eINSTANCE.getIfcEllipseProfileDef_SemiAxis1();
/**
* The meta object literal for the 'Semi Axis1 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS1_AS_STRING = eINSTANCE
.getIfcEllipseProfileDef_SemiAxis1AsString();
/**
* The meta object literal for the 'Semi Axis2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS2 = eINSTANCE.getIfcEllipseProfileDef_SemiAxis2();
/**
* The meta object literal for the 'Semi Axis2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELLIPSE_PROFILE_DEF__SEMI_AXIS2_AS_STRING = eINSTANCE
.getIfcEllipseProfileDef_SemiAxis2AsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceImpl Ifc Energy Conversion Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyConversionDevice()
* @generated
*/
EClass IFC_ENERGY_CONVERSION_DEVICE = eINSTANCE.getIfcEnergyConversionDevice();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceTypeImpl Ifc Energy Conversion Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyConversionDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyConversionDeviceType()
* @generated
*/
EClass IFC_ENERGY_CONVERSION_DEVICE_TYPE = eINSTANCE.getIfcEnergyConversionDeviceType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyPropertiesImpl Ifc Energy Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyProperties()
* @generated
*/
EClass IFC_ENERGY_PROPERTIES = eINSTANCE.getIfcEnergyProperties();
/**
* The meta object literal for the 'Energy Sequence' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENERGY_PROPERTIES__ENERGY_SEQUENCE = eINSTANCE.getIfcEnergyProperties_EnergySequence();
/**
* The meta object literal for the 'User Defined Energy Sequence' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENERGY_PROPERTIES__USER_DEFINED_ENERGY_SEQUENCE = eINSTANCE
.getIfcEnergyProperties_UserDefinedEnergySequence();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnvironmentalImpactValueImpl Ifc Environmental Impact Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnvironmentalImpactValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnvironmentalImpactValue()
* @generated
*/
EClass IFC_ENVIRONMENTAL_IMPACT_VALUE = eINSTANCE.getIfcEnvironmentalImpactValue();
/**
* The meta object literal for the 'Impact Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENVIRONMENTAL_IMPACT_VALUE__IMPACT_TYPE = eINSTANCE.getIfcEnvironmentalImpactValue_ImpactType();
/**
* The meta object literal for the 'Category' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENVIRONMENTAL_IMPACT_VALUE__CATEGORY = eINSTANCE.getIfcEnvironmentalImpactValue_Category();
/**
* The meta object literal for the 'User Defined Category' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENVIRONMENTAL_IMPACT_VALUE__USER_DEFINED_CATEGORY = eINSTANCE
.getIfcEnvironmentalImpactValue_UserDefinedCategory();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentElementImpl Ifc Equipment Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEquipmentElement()
* @generated
*/
EClass IFC_EQUIPMENT_ELEMENT = eINSTANCE.getIfcEquipmentElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentStandardImpl Ifc Equipment Standard}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEquipmentStandardImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEquipmentStandard()
* @generated
*/
EClass IFC_EQUIPMENT_STANDARD = eINSTANCE.getIfcEquipmentStandard();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEvaporativeCoolerTypeImpl Ifc Evaporative Cooler Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEvaporativeCoolerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporativeCoolerType()
* @generated
*/
EClass IFC_EVAPORATIVE_COOLER_TYPE = eINSTANCE.getIfcEvaporativeCoolerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EVAPORATIVE_COOLER_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcEvaporativeCoolerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEvaporatorTypeImpl Ifc Evaporator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEvaporatorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporatorType()
* @generated
*/
EClass IFC_EVAPORATOR_TYPE = eINSTANCE.getIfcEvaporatorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EVAPORATOR_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcEvaporatorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExtendedMaterialPropertiesImpl Ifc Extended Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExtendedMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExtendedMaterialProperties()
* @generated
*/
EClass IFC_EXTENDED_MATERIAL_PROPERTIES = eINSTANCE.getIfcExtendedMaterialProperties();
/**
* The meta object literal for the 'Extended Properties' reference list feature.
*
*
* @generated
*/
EReference IFC_EXTENDED_MATERIAL_PROPERTIES__EXTENDED_PROPERTIES = eINSTANCE
.getIfcExtendedMaterialProperties_ExtendedProperties();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTENDED_MATERIAL_PROPERTIES__DESCRIPTION = eINSTANCE
.getIfcExtendedMaterialProperties_Description();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTENDED_MATERIAL_PROPERTIES__NAME = eINSTANCE.getIfcExtendedMaterialProperties_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternalReferenceImpl Ifc External Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternalReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternalReference()
* @generated
*/
EClass IFC_EXTERNAL_REFERENCE = eINSTANCE.getIfcExternalReference();
/**
* The meta object literal for the 'Location' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTERNAL_REFERENCE__LOCATION = eINSTANCE.getIfcExternalReference_Location();
/**
* The meta object literal for the 'Item Reference' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTERNAL_REFERENCE__ITEM_REFERENCE = eINSTANCE.getIfcExternalReference_ItemReference();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTERNAL_REFERENCE__NAME = eINSTANCE.getIfcExternalReference_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedHatchStyleImpl Ifc Externally Defined Hatch Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedHatchStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedHatchStyle()
* @generated
*/
EClass IFC_EXTERNALLY_DEFINED_HATCH_STYLE = eINSTANCE.getIfcExternallyDefinedHatchStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSurfaceStyleImpl Ifc Externally Defined Surface Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSurfaceStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedSurfaceStyle()
* @generated
*/
EClass IFC_EXTERNALLY_DEFINED_SURFACE_STYLE = eINSTANCE.getIfcExternallyDefinedSurfaceStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSymbolImpl Ifc Externally Defined Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedSymbol()
* @generated
*/
EClass IFC_EXTERNALLY_DEFINED_SYMBOL = eINSTANCE.getIfcExternallyDefinedSymbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedTextFontImpl Ifc Externally Defined Text Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExternallyDefinedTextFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExternallyDefinedTextFont()
* @generated
*/
EClass IFC_EXTERNALLY_DEFINED_TEXT_FONT = eINSTANCE.getIfcExternallyDefinedTextFont();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcExtrudedAreaSolidImpl Ifc Extruded Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcExtrudedAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcExtrudedAreaSolid()
* @generated
*/
EClass IFC_EXTRUDED_AREA_SOLID = eINSTANCE.getIfcExtrudedAreaSolid();
/**
* The meta object literal for the 'Extruded Direction' reference feature.
*
*
* @generated
*/
EReference IFC_EXTRUDED_AREA_SOLID__EXTRUDED_DIRECTION = eINSTANCE.getIfcExtrudedAreaSolid_ExtrudedDirection();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTRUDED_AREA_SOLID__DEPTH = eINSTANCE.getIfcExtrudedAreaSolid_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_EXTRUDED_AREA_SOLID__DEPTH_AS_STRING = eINSTANCE.getIfcExtrudedAreaSolid_DepthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceImpl Ifc Face}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFace()
* @generated
*/
EClass IFC_FACE = eINSTANCE.getIfcFace();
/**
* The meta object literal for the 'Bounds' reference list feature.
*
*
* @generated
*/
EReference IFC_FACE__BOUNDS = eINSTANCE.getIfcFace_Bounds();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceBasedSurfaceModelImpl Ifc Face Based Surface Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceBasedSurfaceModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceBasedSurfaceModel()
* @generated
*/
EClass IFC_FACE_BASED_SURFACE_MODEL = eINSTANCE.getIfcFaceBasedSurfaceModel();
/**
* The meta object literal for the 'Fbsm Faces' reference list feature.
*
*
* @generated
*/
EReference IFC_FACE_BASED_SURFACE_MODEL__FBSM_FACES = eINSTANCE.getIfcFaceBasedSurfaceModel_FbsmFaces();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FACE_BASED_SURFACE_MODEL__DIM = eINSTANCE.getIfcFaceBasedSurfaceModel_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceBoundImpl Ifc Face Bound}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceBoundImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceBound()
* @generated
*/
EClass IFC_FACE_BOUND = eINSTANCE.getIfcFaceBound();
/**
* The meta object literal for the 'Bound' reference feature.
*
*
* @generated
*/
EReference IFC_FACE_BOUND__BOUND = eINSTANCE.getIfcFaceBound_Bound();
/**
* The meta object literal for the 'Orientation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FACE_BOUND__ORIENTATION = eINSTANCE.getIfcFaceBound_Orientation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceOuterBoundImpl Ifc Face Outer Bound}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceOuterBoundImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceOuterBound()
* @generated
*/
EClass IFC_FACE_OUTER_BOUND = eINSTANCE.getIfcFaceOuterBound();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFaceSurfaceImpl Ifc Face Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFaceSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFaceSurface()
* @generated
*/
EClass IFC_FACE_SURFACE = eINSTANCE.getIfcFaceSurface();
/**
* The meta object literal for the 'Face Surface' reference feature.
*
*
* @generated
*/
EReference IFC_FACE_SURFACE__FACE_SURFACE = eINSTANCE.getIfcFaceSurface_FaceSurface();
/**
* The meta object literal for the 'Same Sense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FACE_SURFACE__SAME_SENSE = eINSTANCE.getIfcFaceSurface_SameSense();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepImpl Ifc Faceted Brep}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFacetedBrep()
* @generated
*/
EClass IFC_FACETED_BREP = eINSTANCE.getIfcFacetedBrep();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepWithVoidsImpl Ifc Faceted Brep With Voids}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFacetedBrepWithVoidsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFacetedBrepWithVoids()
* @generated
*/
EClass IFC_FACETED_BREP_WITH_VOIDS = eINSTANCE.getIfcFacetedBrepWithVoids();
/**
* The meta object literal for the 'Voids' reference list feature.
*
*
* @generated
*/
EReference IFC_FACETED_BREP_WITH_VOIDS__VOIDS = eINSTANCE.getIfcFacetedBrepWithVoids_Voids();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFailureConnectionConditionImpl Ifc Failure Connection Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFailureConnectionConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFailureConnectionCondition()
* @generated
*/
EClass IFC_FAILURE_CONNECTION_CONDITION = eINSTANCE.getIfcFailureConnectionCondition();
/**
* The meta object literal for the 'Tension Failure X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_X = eINSTANCE
.getIfcFailureConnectionCondition_TensionFailureX();
/**
* The meta object literal for the 'Tension Failure XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_XAS_STRING = eINSTANCE
.getIfcFailureConnectionCondition_TensionFailureXAsString();
/**
* The meta object literal for the 'Tension Failure Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_Y = eINSTANCE
.getIfcFailureConnectionCondition_TensionFailureY();
/**
* The meta object literal for the 'Tension Failure YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_YAS_STRING = eINSTANCE
.getIfcFailureConnectionCondition_TensionFailureYAsString();
/**
* The meta object literal for the 'Tension Failure Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_Z = eINSTANCE
.getIfcFailureConnectionCondition_TensionFailureZ();
/**
* The meta object literal for the 'Tension Failure ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__TENSION_FAILURE_ZAS_STRING = eINSTANCE
.getIfcFailureConnectionCondition_TensionFailureZAsString();
/**
* The meta object literal for the 'Compression Failure X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_X = eINSTANCE
.getIfcFailureConnectionCondition_CompressionFailureX();
/**
* The meta object literal for the 'Compression Failure XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_XAS_STRING = eINSTANCE
.getIfcFailureConnectionCondition_CompressionFailureXAsString();
/**
* The meta object literal for the 'Compression Failure Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_Y = eINSTANCE
.getIfcFailureConnectionCondition_CompressionFailureY();
/**
* The meta object literal for the 'Compression Failure YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_YAS_STRING = eINSTANCE
.getIfcFailureConnectionCondition_CompressionFailureYAsString();
/**
* The meta object literal for the 'Compression Failure Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_Z = eINSTANCE
.getIfcFailureConnectionCondition_CompressionFailureZ();
/**
* The meta object literal for the 'Compression Failure ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAILURE_CONNECTION_CONDITION__COMPRESSION_FAILURE_ZAS_STRING = eINSTANCE
.getIfcFailureConnectionCondition_CompressionFailureZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFanTypeImpl Ifc Fan Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFanTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFanType()
* @generated
*/
EClass IFC_FAN_TYPE = eINSTANCE.getIfcFanType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FAN_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcFanType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFastenerImpl Ifc Fastener}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFastenerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFastener()
* @generated
*/
EClass IFC_FASTENER = eINSTANCE.getIfcFastener();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFastenerTypeImpl Ifc Fastener Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFastenerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFastenerType()
* @generated
*/
EClass IFC_FASTENER_TYPE = eINSTANCE.getIfcFastenerType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementImpl Ifc Feature Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFeatureElement()
* @generated
*/
EClass IFC_FEATURE_ELEMENT = eINSTANCE.getIfcFeatureElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementAdditionImpl Ifc Feature Element Addition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementAdditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFeatureElementAddition()
* @generated
*/
EClass IFC_FEATURE_ELEMENT_ADDITION = eINSTANCE.getIfcFeatureElementAddition();
/**
* The meta object literal for the 'Projects Elements' reference feature.
*
*
* @generated
*/
EReference IFC_FEATURE_ELEMENT_ADDITION__PROJECTS_ELEMENTS = eINSTANCE
.getIfcFeatureElementAddition_ProjectsElements();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementSubtractionImpl Ifc Feature Element Subtraction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFeatureElementSubtractionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFeatureElementSubtraction()
* @generated
*/
EClass IFC_FEATURE_ELEMENT_SUBTRACTION = eINSTANCE.getIfcFeatureElementSubtraction();
/**
* The meta object literal for the 'Voids Elements' reference feature.
*
*
* @generated
*/
EReference IFC_FEATURE_ELEMENT_SUBTRACTION__VOIDS_ELEMENTS = eINSTANCE
.getIfcFeatureElementSubtraction_VoidsElements();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleImpl Ifc Fill Area Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyle()
* @generated
*/
EClass IFC_FILL_AREA_STYLE = eINSTANCE.getIfcFillAreaStyle();
/**
* The meta object literal for the 'Fill Styles' reference list feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE__FILL_STYLES = eINSTANCE.getIfcFillAreaStyle_FillStyles();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleHatchingImpl Ifc Fill Area Style Hatching}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleHatchingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleHatching()
* @generated
*/
EClass IFC_FILL_AREA_STYLE_HATCHING = eINSTANCE.getIfcFillAreaStyleHatching();
/**
* The meta object literal for the 'Hatch Line Appearance' reference feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_HATCHING__HATCH_LINE_APPEARANCE = eINSTANCE
.getIfcFillAreaStyleHatching_HatchLineAppearance();
/**
* The meta object literal for the 'Start Of Next Hatch Line' reference feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_HATCHING__START_OF_NEXT_HATCH_LINE = eINSTANCE
.getIfcFillAreaStyleHatching_StartOfNextHatchLine();
/**
* The meta object literal for the 'Point Of Reference Hatch Line' reference feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_HATCHING__POINT_OF_REFERENCE_HATCH_LINE = eINSTANCE
.getIfcFillAreaStyleHatching_PointOfReferenceHatchLine();
/**
* The meta object literal for the 'Pattern Start' reference feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_HATCHING__PATTERN_START = eINSTANCE.getIfcFillAreaStyleHatching_PatternStart();
/**
* The meta object literal for the 'Hatch Line Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FILL_AREA_STYLE_HATCHING__HATCH_LINE_ANGLE = eINSTANCE
.getIfcFillAreaStyleHatching_HatchLineAngle();
/**
* The meta object literal for the 'Hatch Line Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FILL_AREA_STYLE_HATCHING__HATCH_LINE_ANGLE_AS_STRING = eINSTANCE
.getIfcFillAreaStyleHatching_HatchLineAngleAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTileSymbolWithStyleImpl Ifc Fill Area Style Tile Symbol With Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTileSymbolWithStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleTileSymbolWithStyle()
* @generated
*/
EClass IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE = eINSTANCE.getIfcFillAreaStyleTileSymbolWithStyle();
/**
* The meta object literal for the 'Symbol' reference feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_TILE_SYMBOL_WITH_STYLE__SYMBOL = eINSTANCE
.getIfcFillAreaStyleTileSymbolWithStyle_Symbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTilesImpl Ifc Fill Area Style Tiles}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFillAreaStyleTilesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleTiles()
* @generated
*/
EClass IFC_FILL_AREA_STYLE_TILES = eINSTANCE.getIfcFillAreaStyleTiles();
/**
* The meta object literal for the 'Tiling Pattern' reference feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_TILES__TILING_PATTERN = eINSTANCE.getIfcFillAreaStyleTiles_TilingPattern();
/**
* The meta object literal for the 'Tiles' reference list feature.
*
*
* @generated
*/
EReference IFC_FILL_AREA_STYLE_TILES__TILES = eINSTANCE.getIfcFillAreaStyleTiles_Tiles();
/**
* The meta object literal for the 'Tiling Scale' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FILL_AREA_STYLE_TILES__TILING_SCALE = eINSTANCE.getIfcFillAreaStyleTiles_TilingScale();
/**
* The meta object literal for the 'Tiling Scale As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FILL_AREA_STYLE_TILES__TILING_SCALE_AS_STRING = eINSTANCE
.getIfcFillAreaStyleTiles_TilingScaleAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFilterTypeImpl Ifc Filter Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFilterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFilterType()
* @generated
*/
EClass IFC_FILTER_TYPE = eINSTANCE.getIfcFilterType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FILTER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcFilterType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFireSuppressionTerminalTypeImpl Ifc Fire Suppression Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFireSuppressionTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFireSuppressionTerminalType()
* @generated
*/
EClass IFC_FIRE_SUPPRESSION_TERMINAL_TYPE = eINSTANCE.getIfcFireSuppressionTerminalType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FIRE_SUPPRESSION_TERMINAL_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcFireSuppressionTerminalType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerImpl Ifc Flow Controller}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowController()
* @generated
*/
EClass IFC_FLOW_CONTROLLER = eINSTANCE.getIfcFlowController();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerTypeImpl Ifc Flow Controller Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowControllerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowControllerType()
* @generated
*/
EClass IFC_FLOW_CONTROLLER_TYPE = eINSTANCE.getIfcFlowControllerType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingImpl Ifc Flow Fitting}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowFitting()
* @generated
*/
EClass IFC_FLOW_FITTING = eINSTANCE.getIfcFlowFitting();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingTypeImpl Ifc Flow Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowFittingType()
* @generated
*/
EClass IFC_FLOW_FITTING_TYPE = eINSTANCE.getIfcFlowFittingType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowInstrumentTypeImpl Ifc Flow Instrument Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowInstrumentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowInstrumentType()
* @generated
*/
EClass IFC_FLOW_INSTRUMENT_TYPE = eINSTANCE.getIfcFlowInstrumentType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLOW_INSTRUMENT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcFlowInstrumentType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowMeterTypeImpl Ifc Flow Meter Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowMeterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMeterType()
* @generated
*/
EClass IFC_FLOW_METER_TYPE = eINSTANCE.getIfcFlowMeterType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLOW_METER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcFlowMeterType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceImpl Ifc Flow Moving Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMovingDevice()
* @generated
*/
EClass IFC_FLOW_MOVING_DEVICE = eINSTANCE.getIfcFlowMovingDevice();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceTypeImpl Ifc Flow Moving Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowMovingDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMovingDeviceType()
* @generated
*/
EClass IFC_FLOW_MOVING_DEVICE_TYPE = eINSTANCE.getIfcFlowMovingDeviceType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentImpl Ifc Flow Segment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowSegment()
* @generated
*/
EClass IFC_FLOW_SEGMENT = eINSTANCE.getIfcFlowSegment();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentTypeImpl Ifc Flow Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowSegmentType()
* @generated
*/
EClass IFC_FLOW_SEGMENT_TYPE = eINSTANCE.getIfcFlowSegmentType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceImpl Ifc Flow Storage Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowStorageDevice()
* @generated
*/
EClass IFC_FLOW_STORAGE_DEVICE = eINSTANCE.getIfcFlowStorageDevice();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceTypeImpl Ifc Flow Storage Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowStorageDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowStorageDeviceType()
* @generated
*/
EClass IFC_FLOW_STORAGE_DEVICE_TYPE = eINSTANCE.getIfcFlowStorageDeviceType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalImpl Ifc Flow Terminal}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTerminal()
* @generated
*/
EClass IFC_FLOW_TERMINAL = eINSTANCE.getIfcFlowTerminal();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalTypeImpl Ifc Flow Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTerminalType()
* @generated
*/
EClass IFC_FLOW_TERMINAL_TYPE = eINSTANCE.getIfcFlowTerminalType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceImpl Ifc Flow Treatment Device}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTreatmentDevice()
* @generated
*/
EClass IFC_FLOW_TREATMENT_DEVICE = eINSTANCE.getIfcFlowTreatmentDevice();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceTypeImpl Ifc Flow Treatment Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFlowTreatmentDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowTreatmentDeviceType()
* @generated
*/
EClass IFC_FLOW_TREATMENT_DEVICE_TYPE = eINSTANCE.getIfcFlowTreatmentDeviceType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFluidFlowPropertiesImpl Ifc Fluid Flow Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFluidFlowPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFluidFlowProperties()
* @generated
*/
EClass IFC_FLUID_FLOW_PROPERTIES = eINSTANCE.getIfcFluidFlowProperties();
/**
* The meta object literal for the 'Property Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__PROPERTY_SOURCE = eINSTANCE.getIfcFluidFlowProperties_PropertySource();
/**
* The meta object literal for the 'Flow Condition Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__FLOW_CONDITION_TIME_SERIES = eINSTANCE
.getIfcFluidFlowProperties_FlowConditionTimeSeries();
/**
* The meta object literal for the 'Velocity Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__VELOCITY_TIME_SERIES = eINSTANCE
.getIfcFluidFlowProperties_VelocityTimeSeries();
/**
* The meta object literal for the 'Flowrate Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__FLOWRATE_TIME_SERIES = eINSTANCE
.getIfcFluidFlowProperties_FlowrateTimeSeries();
/**
* The meta object literal for the 'Fluid' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__FLUID = eINSTANCE.getIfcFluidFlowProperties_Fluid();
/**
* The meta object literal for the 'Pressure Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__PRESSURE_TIME_SERIES = eINSTANCE
.getIfcFluidFlowProperties_PressureTimeSeries();
/**
* The meta object literal for the 'User Defined Property Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__USER_DEFINED_PROPERTY_SOURCE = eINSTANCE
.getIfcFluidFlowProperties_UserDefinedPropertySource();
/**
* The meta object literal for the 'Temperature Single Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__TEMPERATURE_SINGLE_VALUE = eINSTANCE
.getIfcFluidFlowProperties_TemperatureSingleValue();
/**
* The meta object literal for the 'Temperature Single Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__TEMPERATURE_SINGLE_VALUE_AS_STRING = eINSTANCE
.getIfcFluidFlowProperties_TemperatureSingleValueAsString();
/**
* The meta object literal for the 'Wet Bulb Temperature Single Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__WET_BULB_TEMPERATURE_SINGLE_VALUE = eINSTANCE
.getIfcFluidFlowProperties_WetBulbTemperatureSingleValue();
/**
* The meta object literal for the 'Wet Bulb Temperature Single Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__WET_BULB_TEMPERATURE_SINGLE_VALUE_AS_STRING = eINSTANCE
.getIfcFluidFlowProperties_WetBulbTemperatureSingleValueAsString();
/**
* The meta object literal for the 'Wet Bulb Temperature Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__WET_BULB_TEMPERATURE_TIME_SERIES = eINSTANCE
.getIfcFluidFlowProperties_WetBulbTemperatureTimeSeries();
/**
* The meta object literal for the 'Temperature Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__TEMPERATURE_TIME_SERIES = eINSTANCE
.getIfcFluidFlowProperties_TemperatureTimeSeries();
/**
* The meta object literal for the 'Flowrate Single Value' reference feature.
*
*
* @generated
*/
EReference IFC_FLUID_FLOW_PROPERTIES__FLOWRATE_SINGLE_VALUE = eINSTANCE
.getIfcFluidFlowProperties_FlowrateSingleValue();
/**
* The meta object literal for the 'Flow Condition Single Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__FLOW_CONDITION_SINGLE_VALUE = eINSTANCE
.getIfcFluidFlowProperties_FlowConditionSingleValue();
/**
* The meta object literal for the 'Flow Condition Single Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__FLOW_CONDITION_SINGLE_VALUE_AS_STRING = eINSTANCE
.getIfcFluidFlowProperties_FlowConditionSingleValueAsString();
/**
* The meta object literal for the 'Velocity Single Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__VELOCITY_SINGLE_VALUE = eINSTANCE
.getIfcFluidFlowProperties_VelocitySingleValue();
/**
* The meta object literal for the 'Velocity Single Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__VELOCITY_SINGLE_VALUE_AS_STRING = eINSTANCE
.getIfcFluidFlowProperties_VelocitySingleValueAsString();
/**
* The meta object literal for the 'Pressure Single Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__PRESSURE_SINGLE_VALUE = eINSTANCE
.getIfcFluidFlowProperties_PressureSingleValue();
/**
* The meta object literal for the 'Pressure Single Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FLUID_FLOW_PROPERTIES__PRESSURE_SINGLE_VALUE_AS_STRING = eINSTANCE
.getIfcFluidFlowProperties_PressureSingleValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFootingImpl Ifc Footing}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFootingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFooting()
* @generated
*/
EClass IFC_FOOTING = eINSTANCE.getIfcFooting();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FOOTING__PREDEFINED_TYPE = eINSTANCE.getIfcFooting_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFuelPropertiesImpl Ifc Fuel Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFuelPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFuelProperties()
* @generated
*/
EClass IFC_FUEL_PROPERTIES = eINSTANCE.getIfcFuelProperties();
/**
* The meta object literal for the 'Combustion Temperature' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__COMBUSTION_TEMPERATURE = eINSTANCE.getIfcFuelProperties_CombustionTemperature();
/**
* The meta object literal for the 'Combustion Temperature As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__COMBUSTION_TEMPERATURE_AS_STRING = eINSTANCE
.getIfcFuelProperties_CombustionTemperatureAsString();
/**
* The meta object literal for the 'Carbon Content' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__CARBON_CONTENT = eINSTANCE.getIfcFuelProperties_CarbonContent();
/**
* The meta object literal for the 'Carbon Content As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__CARBON_CONTENT_AS_STRING = eINSTANCE
.getIfcFuelProperties_CarbonContentAsString();
/**
* The meta object literal for the 'Lower Heating Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__LOWER_HEATING_VALUE = eINSTANCE.getIfcFuelProperties_LowerHeatingValue();
/**
* The meta object literal for the 'Lower Heating Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__LOWER_HEATING_VALUE_AS_STRING = eINSTANCE
.getIfcFuelProperties_LowerHeatingValueAsString();
/**
* The meta object literal for the 'Higher Heating Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__HIGHER_HEATING_VALUE = eINSTANCE.getIfcFuelProperties_HigherHeatingValue();
/**
* The meta object literal for the 'Higher Heating Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FUEL_PROPERTIES__HIGHER_HEATING_VALUE_AS_STRING = eINSTANCE
.getIfcFuelProperties_HigherHeatingValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementImpl Ifc Furnishing Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnishingElement()
* @generated
*/
EClass IFC_FURNISHING_ELEMENT = eINSTANCE.getIfcFurnishingElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementTypeImpl Ifc Furnishing Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnishingElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnishingElementType()
* @generated
*/
EClass IFC_FURNISHING_ELEMENT_TYPE = eINSTANCE.getIfcFurnishingElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureStandardImpl Ifc Furniture Standard}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureStandardImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnitureStandard()
* @generated
*/
EClass IFC_FURNITURE_STANDARD = eINSTANCE.getIfcFurnitureStandard();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureTypeImpl Ifc Furniture Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFurnitureTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFurnitureType()
* @generated
*/
EClass IFC_FURNITURE_TYPE = eINSTANCE.getIfcFurnitureType();
/**
* The meta object literal for the 'Assembly Place' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FURNITURE_TYPE__ASSEMBLY_PLACE = eINSTANCE.getIfcFurnitureType_AssemblyPlace();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGasTerminalTypeImpl Ifc Gas Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGasTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGasTerminalType()
* @generated
*/
EClass IFC_GAS_TERMINAL_TYPE = eINSTANCE.getIfcGasTerminalType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GAS_TERMINAL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcGasTerminalType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeneralMaterialPropertiesImpl Ifc General Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeneralMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeneralMaterialProperties()
* @generated
*/
EClass IFC_GENERAL_MATERIAL_PROPERTIES = eINSTANCE.getIfcGeneralMaterialProperties();
/**
* The meta object literal for the 'Molecular Weight' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_MATERIAL_PROPERTIES__MOLECULAR_WEIGHT = eINSTANCE
.getIfcGeneralMaterialProperties_MolecularWeight();
/**
* The meta object literal for the 'Molecular Weight As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_MATERIAL_PROPERTIES__MOLECULAR_WEIGHT_AS_STRING = eINSTANCE
.getIfcGeneralMaterialProperties_MolecularWeightAsString();
/**
* The meta object literal for the 'Porosity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_MATERIAL_PROPERTIES__POROSITY = eINSTANCE.getIfcGeneralMaterialProperties_Porosity();
/**
* The meta object literal for the 'Porosity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_MATERIAL_PROPERTIES__POROSITY_AS_STRING = eINSTANCE
.getIfcGeneralMaterialProperties_PorosityAsString();
/**
* The meta object literal for the 'Mass Density' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_MATERIAL_PROPERTIES__MASS_DENSITY = eINSTANCE
.getIfcGeneralMaterialProperties_MassDensity();
/**
* The meta object literal for the 'Mass Density As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_MATERIAL_PROPERTIES__MASS_DENSITY_AS_STRING = eINSTANCE
.getIfcGeneralMaterialProperties_MassDensityAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeneralProfilePropertiesImpl Ifc General Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeneralProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeneralProfileProperties()
* @generated
*/
EClass IFC_GENERAL_PROFILE_PROPERTIES = eINSTANCE.getIfcGeneralProfileProperties();
/**
* The meta object literal for the 'Physical Weight' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT = eINSTANCE
.getIfcGeneralProfileProperties_PhysicalWeight();
/**
* The meta object literal for the 'Physical Weight As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__PHYSICAL_WEIGHT_AS_STRING = eINSTANCE
.getIfcGeneralProfileProperties_PhysicalWeightAsString();
/**
* The meta object literal for the 'Perimeter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__PERIMETER = eINSTANCE.getIfcGeneralProfileProperties_Perimeter();
/**
* The meta object literal for the 'Perimeter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__PERIMETER_AS_STRING = eINSTANCE
.getIfcGeneralProfileProperties_PerimeterAsString();
/**
* The meta object literal for the 'Minimum Plate Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS = eINSTANCE
.getIfcGeneralProfileProperties_MinimumPlateThickness();
/**
* The meta object literal for the 'Minimum Plate Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__MINIMUM_PLATE_THICKNESS_AS_STRING = eINSTANCE
.getIfcGeneralProfileProperties_MinimumPlateThicknessAsString();
/**
* The meta object literal for the 'Maximum Plate Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS = eINSTANCE
.getIfcGeneralProfileProperties_MaximumPlateThickness();
/**
* The meta object literal for the 'Maximum Plate Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__MAXIMUM_PLATE_THICKNESS_AS_STRING = eINSTANCE
.getIfcGeneralProfileProperties_MaximumPlateThicknessAsString();
/**
* The meta object literal for the 'Cross Section Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA = eINSTANCE
.getIfcGeneralProfileProperties_CrossSectionArea();
/**
* The meta object literal for the 'Cross Section Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GENERAL_PROFILE_PROPERTIES__CROSS_SECTION_AREA_AS_STRING = eINSTANCE
.getIfcGeneralProfileProperties_CrossSectionAreaAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricCurveSetImpl Ifc Geometric Curve Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricCurveSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricCurveSet()
* @generated
*/
EClass IFC_GEOMETRIC_CURVE_SET = eINSTANCE.getIfcGeometricCurveSet();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationContextImpl Ifc Geometric Representation Context}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationContextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricRepresentationContext()
* @generated
*/
EClass IFC_GEOMETRIC_REPRESENTATION_CONTEXT = eINSTANCE.getIfcGeometricRepresentationContext();
/**
* The meta object literal for the 'Coordinate Space Dimension' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_CONTEXT__COORDINATE_SPACE_DIMENSION = eINSTANCE
.getIfcGeometricRepresentationContext_CoordinateSpaceDimension();
/**
* The meta object literal for the 'Precision' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_CONTEXT__PRECISION = eINSTANCE
.getIfcGeometricRepresentationContext_Precision();
/**
* The meta object literal for the 'Precision As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_CONTEXT__PRECISION_AS_STRING = eINSTANCE
.getIfcGeometricRepresentationContext_PrecisionAsString();
/**
* The meta object literal for the 'World Coordinate System' reference feature.
*
*
* @generated
*/
EReference IFC_GEOMETRIC_REPRESENTATION_CONTEXT__WORLD_COORDINATE_SYSTEM = eINSTANCE
.getIfcGeometricRepresentationContext_WorldCoordinateSystem();
/**
* The meta object literal for the 'True North' reference feature.
*
*
* @generated
*/
EReference IFC_GEOMETRIC_REPRESENTATION_CONTEXT__TRUE_NORTH = eINSTANCE
.getIfcGeometricRepresentationContext_TrueNorth();
/**
* The meta object literal for the 'Has Sub Contexts' reference list feature.
*
*
* @generated
*/
EReference IFC_GEOMETRIC_REPRESENTATION_CONTEXT__HAS_SUB_CONTEXTS = eINSTANCE
.getIfcGeometricRepresentationContext_HasSubContexts();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationItemImpl Ifc Geometric Representation Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricRepresentationItem()
* @generated
*/
EClass IFC_GEOMETRIC_REPRESENTATION_ITEM = eINSTANCE.getIfcGeometricRepresentationItem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationSubContextImpl Ifc Geometric Representation Sub Context}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricRepresentationSubContextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricRepresentationSubContext()
* @generated
*/
EClass IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT = eINSTANCE.getIfcGeometricRepresentationSubContext();
/**
* The meta object literal for the 'Parent Context' reference feature.
*
*
* @generated
*/
EReference IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__PARENT_CONTEXT = eINSTANCE
.getIfcGeometricRepresentationSubContext_ParentContext();
/**
* The meta object literal for the 'Target Scale' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TARGET_SCALE = eINSTANCE
.getIfcGeometricRepresentationSubContext_TargetScale();
/**
* The meta object literal for the 'Target Scale As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TARGET_SCALE_AS_STRING = eINSTANCE
.getIfcGeometricRepresentationSubContext_TargetScaleAsString();
/**
* The meta object literal for the 'Target View' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__TARGET_VIEW = eINSTANCE
.getIfcGeometricRepresentationSubContext_TargetView();
/**
* The meta object literal for the 'User Defined Target View' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_REPRESENTATION_SUB_CONTEXT__USER_DEFINED_TARGET_VIEW = eINSTANCE
.getIfcGeometricRepresentationSubContext_UserDefinedTargetView();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGeometricSetImpl Ifc Geometric Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGeometricSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricSet()
* @generated
*/
EClass IFC_GEOMETRIC_SET = eINSTANCE.getIfcGeometricSet();
/**
* The meta object literal for the 'Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_GEOMETRIC_SET__ELEMENTS = eINSTANCE.getIfcGeometricSet_Elements();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GEOMETRIC_SET__DIM = eINSTANCE.getIfcGeometricSet_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGridImpl Ifc Grid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGridImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGrid()
* @generated
*/
EClass IFC_GRID = eINSTANCE.getIfcGrid();
/**
* The meta object literal for the 'UAxes' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID__UAXES = eINSTANCE.getIfcGrid_UAxes();
/**
* The meta object literal for the 'VAxes' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID__VAXES = eINSTANCE.getIfcGrid_VAxes();
/**
* The meta object literal for the 'WAxes' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID__WAXES = eINSTANCE.getIfcGrid_WAxes();
/**
* The meta object literal for the 'Contained In Structure' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID__CONTAINED_IN_STRUCTURE = eINSTANCE.getIfcGrid_ContainedInStructure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGridAxisImpl Ifc Grid Axis}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGridAxisImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGridAxis()
* @generated
*/
EClass IFC_GRID_AXIS = eINSTANCE.getIfcGridAxis();
/**
* The meta object literal for the 'Axis Tag' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GRID_AXIS__AXIS_TAG = eINSTANCE.getIfcGridAxis_AxisTag();
/**
* The meta object literal for the 'Axis Curve' reference feature.
*
*
* @generated
*/
EReference IFC_GRID_AXIS__AXIS_CURVE = eINSTANCE.getIfcGridAxis_AxisCurve();
/**
* The meta object literal for the 'Same Sense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GRID_AXIS__SAME_SENSE = eINSTANCE.getIfcGridAxis_SameSense();
/**
* The meta object literal for the 'Part Of W' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID_AXIS__PART_OF_W = eINSTANCE.getIfcGridAxis_PartOfW();
/**
* The meta object literal for the 'Part Of V' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID_AXIS__PART_OF_V = eINSTANCE.getIfcGridAxis_PartOfV();
/**
* The meta object literal for the 'Part Of U' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID_AXIS__PART_OF_U = eINSTANCE.getIfcGridAxis_PartOfU();
/**
* The meta object literal for the 'Has Intersections' reference list feature.
*
*
* @generated
*/
EReference IFC_GRID_AXIS__HAS_INTERSECTIONS = eINSTANCE.getIfcGridAxis_HasIntersections();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGridPlacementImpl Ifc Grid Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGridPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGridPlacement()
* @generated
*/
EClass IFC_GRID_PLACEMENT = eINSTANCE.getIfcGridPlacement();
/**
* The meta object literal for the 'Placement Location' reference feature.
*
*
* @generated
*/
EReference IFC_GRID_PLACEMENT__PLACEMENT_LOCATION = eINSTANCE.getIfcGridPlacement_PlacementLocation();
/**
* The meta object literal for the 'Placement Ref Direction' reference feature.
*
*
* @generated
*/
EReference IFC_GRID_PLACEMENT__PLACEMENT_REF_DIRECTION = eINSTANCE.getIfcGridPlacement_PlacementRefDirection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGroupImpl Ifc Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGroup()
* @generated
*/
EClass IFC_GROUP = eINSTANCE.getIfcGroup();
/**
* The meta object literal for the 'Is Grouped By' reference feature.
*
*
* @generated
*/
EReference IFC_GROUP__IS_GROUPED_BY = eINSTANCE.getIfcGroup_IsGroupedBy();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHalfSpaceSolidImpl Ifc Half Space Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHalfSpaceSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHalfSpaceSolid()
* @generated
*/
EClass IFC_HALF_SPACE_SOLID = eINSTANCE.getIfcHalfSpaceSolid();
/**
* The meta object literal for the 'Base Surface' reference feature.
*
*
* @generated
*/
EReference IFC_HALF_SPACE_SOLID__BASE_SURFACE = eINSTANCE.getIfcHalfSpaceSolid_BaseSurface();
/**
* The meta object literal for the 'Agreement Flag' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HALF_SPACE_SOLID__AGREEMENT_FLAG = eINSTANCE.getIfcHalfSpaceSolid_AgreementFlag();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HALF_SPACE_SOLID__DIM = eINSTANCE.getIfcHalfSpaceSolid_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHeatExchangerTypeImpl Ifc Heat Exchanger Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHeatExchangerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatExchangerType()
* @generated
*/
EClass IFC_HEAT_EXCHANGER_TYPE = eINSTANCE.getIfcHeatExchangerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HEAT_EXCHANGER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcHeatExchangerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHumidifierTypeImpl Ifc Humidifier Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHumidifierTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHumidifierType()
* @generated
*/
EClass IFC_HUMIDIFIER_TYPE = eINSTANCE.getIfcHumidifierType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HUMIDIFIER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcHumidifierType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHygroscopicMaterialPropertiesImpl Ifc Hygroscopic Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHygroscopicMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHygroscopicMaterialProperties()
* @generated
*/
EClass IFC_HYGROSCOPIC_MATERIAL_PROPERTIES = eINSTANCE.getIfcHygroscopicMaterialProperties();
/**
* The meta object literal for the 'Upper Vapor Resistance Factor' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__UPPER_VAPOR_RESISTANCE_FACTOR = eINSTANCE
.getIfcHygroscopicMaterialProperties_UpperVaporResistanceFactor();
/**
* The meta object literal for the 'Upper Vapor Resistance Factor As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__UPPER_VAPOR_RESISTANCE_FACTOR_AS_STRING = eINSTANCE
.getIfcHygroscopicMaterialProperties_UpperVaporResistanceFactorAsString();
/**
* The meta object literal for the 'Lower Vapor Resistance Factor' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__LOWER_VAPOR_RESISTANCE_FACTOR = eINSTANCE
.getIfcHygroscopicMaterialProperties_LowerVaporResistanceFactor();
/**
* The meta object literal for the 'Lower Vapor Resistance Factor As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__LOWER_VAPOR_RESISTANCE_FACTOR_AS_STRING = eINSTANCE
.getIfcHygroscopicMaterialProperties_LowerVaporResistanceFactorAsString();
/**
* The meta object literal for the 'Isothermal Moisture Capacity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__ISOTHERMAL_MOISTURE_CAPACITY = eINSTANCE
.getIfcHygroscopicMaterialProperties_IsothermalMoistureCapacity();
/**
* The meta object literal for the 'Isothermal Moisture Capacity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__ISOTHERMAL_MOISTURE_CAPACITY_AS_STRING = eINSTANCE
.getIfcHygroscopicMaterialProperties_IsothermalMoistureCapacityAsString();
/**
* The meta object literal for the 'Vapor Permeability' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__VAPOR_PERMEABILITY = eINSTANCE
.getIfcHygroscopicMaterialProperties_VaporPermeability();
/**
* The meta object literal for the 'Vapor Permeability As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__VAPOR_PERMEABILITY_AS_STRING = eINSTANCE
.getIfcHygroscopicMaterialProperties_VaporPermeabilityAsString();
/**
* The meta object literal for the 'Moisture Diffusivity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__MOISTURE_DIFFUSIVITY = eINSTANCE
.getIfcHygroscopicMaterialProperties_MoistureDiffusivity();
/**
* The meta object literal for the 'Moisture Diffusivity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HYGROSCOPIC_MATERIAL_PROPERTIES__MOISTURE_DIFFUSIVITY_AS_STRING = eINSTANCE
.getIfcHygroscopicMaterialProperties_MoistureDiffusivityAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIShapeProfileDefImpl Ifc IShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIShapeProfileDef()
* @generated
*/
EClass IFC_ISHAPE_PROFILE_DEF = eINSTANCE.getIfcIShapeProfileDef();
/**
* The meta object literal for the 'Overall Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH = eINSTANCE.getIfcIShapeProfileDef_OverallWidth();
/**
* The meta object literal for the 'Overall Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__OVERALL_WIDTH_AS_STRING = eINSTANCE
.getIfcIShapeProfileDef_OverallWidthAsString();
/**
* The meta object literal for the 'Overall Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH = eINSTANCE.getIfcIShapeProfileDef_OverallDepth();
/**
* The meta object literal for the 'Overall Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__OVERALL_DEPTH_AS_STRING = eINSTANCE
.getIfcIShapeProfileDef_OverallDepthAsString();
/**
* The meta object literal for the 'Web Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__WEB_THICKNESS = eINSTANCE.getIfcIShapeProfileDef_WebThickness();
/**
* The meta object literal for the 'Web Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = eINSTANCE
.getIfcIShapeProfileDef_WebThicknessAsString();
/**
* The meta object literal for the 'Flange Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS = eINSTANCE.getIfcIShapeProfileDef_FlangeThickness();
/**
* The meta object literal for the 'Flange Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = eINSTANCE
.getIfcIShapeProfileDef_FlangeThicknessAsString();
/**
* The meta object literal for the 'Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__FILLET_RADIUS = eINSTANCE.getIfcIShapeProfileDef_FilletRadius();
/**
* The meta object literal for the 'Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcIShapeProfileDef_FilletRadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcImageTextureImpl Ifc Image Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcImageTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcImageTexture()
* @generated
*/
EClass IFC_IMAGE_TEXTURE = eINSTANCE.getIfcImageTexture();
/**
* The meta object literal for the 'Url Reference' attribute feature.
*
*
* @generated
*/
EAttribute IFC_IMAGE_TEXTURE__URL_REFERENCE = eINSTANCE.getIfcImageTexture_UrlReference();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcInventoryImpl Ifc Inventory}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcInventoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInventory()
* @generated
*/
EClass IFC_INVENTORY = eINSTANCE.getIfcInventory();
/**
* The meta object literal for the 'Inventory Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_INVENTORY__INVENTORY_TYPE = eINSTANCE.getIfcInventory_InventoryType();
/**
* The meta object literal for the 'Jurisdiction' reference feature.
*
*
* @generated
*/
EReference IFC_INVENTORY__JURISDICTION = eINSTANCE.getIfcInventory_Jurisdiction();
/**
* The meta object literal for the 'Responsible Persons' reference list feature.
*
*
* @generated
*/
EReference IFC_INVENTORY__RESPONSIBLE_PERSONS = eINSTANCE.getIfcInventory_ResponsiblePersons();
/**
* The meta object literal for the 'Last Update Date' reference feature.
*
*
* @generated
*/
EReference IFC_INVENTORY__LAST_UPDATE_DATE = eINSTANCE.getIfcInventory_LastUpdateDate();
/**
* The meta object literal for the 'Current Value' reference feature.
*
*
* @generated
*/
EReference IFC_INVENTORY__CURRENT_VALUE = eINSTANCE.getIfcInventory_CurrentValue();
/**
* The meta object literal for the 'Original Value' reference feature.
*
*
* @generated
*/
EReference IFC_INVENTORY__ORIGINAL_VALUE = eINSTANCE.getIfcInventory_OriginalValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesImpl Ifc Irregular Time Series}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIrregularTimeSeries()
* @generated
*/
EClass IFC_IRREGULAR_TIME_SERIES = eINSTANCE.getIfcIrregularTimeSeries();
/**
* The meta object literal for the 'Values' reference list feature.
*
*
* @generated
*/
EReference IFC_IRREGULAR_TIME_SERIES__VALUES = eINSTANCE.getIfcIrregularTimeSeries_Values();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesValueImpl Ifc Irregular Time Series Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIrregularTimeSeriesValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIrregularTimeSeriesValue()
* @generated
*/
EClass IFC_IRREGULAR_TIME_SERIES_VALUE = eINSTANCE.getIfcIrregularTimeSeriesValue();
/**
* The meta object literal for the 'Time Stamp' reference feature.
*
*
* @generated
*/
EReference IFC_IRREGULAR_TIME_SERIES_VALUE__TIME_STAMP = eINSTANCE.getIfcIrregularTimeSeriesValue_TimeStamp();
/**
* The meta object literal for the 'List Values' reference list feature.
*
*
* @generated
*/
EReference IFC_IRREGULAR_TIME_SERIES_VALUE__LIST_VALUES = eINSTANCE.getIfcIrregularTimeSeriesValue_ListValues();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcJunctionBoxTypeImpl Ifc Junction Box Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcJunctionBoxTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcJunctionBoxType()
* @generated
*/
EClass IFC_JUNCTION_BOX_TYPE = eINSTANCE.getIfcJunctionBoxType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_JUNCTION_BOX_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcJunctionBoxType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLShapeProfileDefImpl Ifc LShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLShapeProfileDef()
* @generated
*/
EClass IFC_LSHAPE_PROFILE_DEF = eINSTANCE.getIfcLShapeProfileDef();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__DEPTH = eINSTANCE.getIfcLShapeProfileDef_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__DEPTH_AS_STRING = eINSTANCE.getIfcLShapeProfileDef_DepthAsString();
/**
* The meta object literal for the 'Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__WIDTH = eINSTANCE.getIfcLShapeProfileDef_Width();
/**
* The meta object literal for the 'Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__WIDTH_AS_STRING = eINSTANCE.getIfcLShapeProfileDef_WidthAsString();
/**
* The meta object literal for the 'Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__THICKNESS = eINSTANCE.getIfcLShapeProfileDef_Thickness();
/**
* The meta object literal for the 'Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__THICKNESS_AS_STRING = eINSTANCE.getIfcLShapeProfileDef_ThicknessAsString();
/**
* The meta object literal for the 'Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__FILLET_RADIUS = eINSTANCE.getIfcLShapeProfileDef_FilletRadius();
/**
* The meta object literal for the 'Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcLShapeProfileDef_FilletRadiusAsString();
/**
* The meta object literal for the 'Edge Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__EDGE_RADIUS = eINSTANCE.getIfcLShapeProfileDef_EdgeRadius();
/**
* The meta object literal for the 'Edge Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING = eINSTANCE
.getIfcLShapeProfileDef_EdgeRadiusAsString();
/**
* The meta object literal for the 'Leg Slope' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__LEG_SLOPE = eINSTANCE.getIfcLShapeProfileDef_LegSlope();
/**
* The meta object literal for the 'Leg Slope As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__LEG_SLOPE_AS_STRING = eINSTANCE.getIfcLShapeProfileDef_LegSlopeAsString();
/**
* The meta object literal for the 'Centre Of Gravity In X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_X = eINSTANCE
.getIfcLShapeProfileDef_CentreOfGravityInX();
/**
* The meta object literal for the 'Centre Of Gravity In XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_XAS_STRING = eINSTANCE
.getIfcLShapeProfileDef_CentreOfGravityInXAsString();
/**
* The meta object literal for the 'Centre Of Gravity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = eINSTANCE
.getIfcLShapeProfileDef_CentreOfGravityInY();
/**
* The meta object literal for the 'Centre Of Gravity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = eINSTANCE
.getIfcLShapeProfileDef_CentreOfGravityInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLaborResourceImpl Ifc Labor Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLaborResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLaborResource()
* @generated
*/
EClass IFC_LABOR_RESOURCE = eINSTANCE.getIfcLaborResource();
/**
* The meta object literal for the 'Skill Set' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LABOR_RESOURCE__SKILL_SET = eINSTANCE.getIfcLaborResource_SkillSet();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLampTypeImpl Ifc Lamp Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLampTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLampType()
* @generated
*/
EClass IFC_LAMP_TYPE = eINSTANCE.getIfcLampType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LAMP_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcLampType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLibraryInformationImpl Ifc Library Information}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLibraryInformationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLibraryInformation()
* @generated
*/
EClass IFC_LIBRARY_INFORMATION = eINSTANCE.getIfcLibraryInformation();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIBRARY_INFORMATION__NAME = eINSTANCE.getIfcLibraryInformation_Name();
/**
* The meta object literal for the 'Version' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIBRARY_INFORMATION__VERSION = eINSTANCE.getIfcLibraryInformation_Version();
/**
* The meta object literal for the 'Publisher' reference feature.
*
*
* @generated
*/
EReference IFC_LIBRARY_INFORMATION__PUBLISHER = eINSTANCE.getIfcLibraryInformation_Publisher();
/**
* The meta object literal for the 'Version Date' reference feature.
*
*
* @generated
*/
EReference IFC_LIBRARY_INFORMATION__VERSION_DATE = eINSTANCE.getIfcLibraryInformation_VersionDate();
/**
* The meta object literal for the 'Library Reference' reference list feature.
*
*
* @generated
*/
EReference IFC_LIBRARY_INFORMATION__LIBRARY_REFERENCE = eINSTANCE.getIfcLibraryInformation_LibraryReference();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLibraryReferenceImpl Ifc Library Reference}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLibraryReferenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLibraryReference()
* @generated
*/
EClass IFC_LIBRARY_REFERENCE = eINSTANCE.getIfcLibraryReference();
/**
* The meta object literal for the 'Reference Into Library' reference list feature.
*
*
* @generated
*/
EReference IFC_LIBRARY_REFERENCE__REFERENCE_INTO_LIBRARY = eINSTANCE
.getIfcLibraryReference_ReferenceIntoLibrary();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl Ifc Light Distribution Data}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightDistributionDataImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightDistributionData()
* @generated
*/
EClass IFC_LIGHT_DISTRIBUTION_DATA = eINSTANCE.getIfcLightDistributionData();
/**
* The meta object literal for the 'Main Plane Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE = eINSTANCE
.getIfcLightDistributionData_MainPlaneAngle();
/**
* The meta object literal for the 'Main Plane Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_DISTRIBUTION_DATA__MAIN_PLANE_ANGLE_AS_STRING = eINSTANCE
.getIfcLightDistributionData_MainPlaneAngleAsString();
/**
* The meta object literal for the 'Secondary Plane Angle' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_DISTRIBUTION_DATA__SECONDARY_PLANE_ANGLE = eINSTANCE
.getIfcLightDistributionData_SecondaryPlaneAngle();
/**
* The meta object literal for the 'Secondary Plane Angle As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_DISTRIBUTION_DATA__SECONDARY_PLANE_ANGLE_AS_STRING = eINSTANCE
.getIfcLightDistributionData_SecondaryPlaneAngleAsString();
/**
* The meta object literal for the 'Luminous Intensity' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_DISTRIBUTION_DATA__LUMINOUS_INTENSITY = eINSTANCE
.getIfcLightDistributionData_LuminousIntensity();
/**
* The meta object literal for the 'Luminous Intensity As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_DISTRIBUTION_DATA__LUMINOUS_INTENSITY_AS_STRING = eINSTANCE
.getIfcLightDistributionData_LuminousIntensityAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightFixtureTypeImpl Ifc Light Fixture Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightFixtureTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightFixtureType()
* @generated
*/
EClass IFC_LIGHT_FIXTURE_TYPE = eINSTANCE.getIfcLightFixtureType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_FIXTURE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcLightFixtureType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightIntensityDistributionImpl Ifc Light Intensity Distribution}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightIntensityDistributionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightIntensityDistribution()
* @generated
*/
EClass IFC_LIGHT_INTENSITY_DISTRIBUTION = eINSTANCE.getIfcLightIntensityDistribution();
/**
* The meta object literal for the 'Light Distribution Curve' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_INTENSITY_DISTRIBUTION__LIGHT_DISTRIBUTION_CURVE = eINSTANCE
.getIfcLightIntensityDistribution_LightDistributionCurve();
/**
* The meta object literal for the 'Distribution Data' reference list feature.
*
*
* @generated
*/
EReference IFC_LIGHT_INTENSITY_DISTRIBUTION__DISTRIBUTION_DATA = eINSTANCE
.getIfcLightIntensityDistribution_DistributionData();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceImpl Ifc Light Source}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSource()
* @generated
*/
EClass IFC_LIGHT_SOURCE = eINSTANCE.getIfcLightSource();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE__NAME = eINSTANCE.getIfcLightSource_Name();
/**
* The meta object literal for the 'Light Colour' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE__LIGHT_COLOUR = eINSTANCE.getIfcLightSource_LightColour();
/**
* The meta object literal for the 'Ambient Intensity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE__AMBIENT_INTENSITY = eINSTANCE.getIfcLightSource_AmbientIntensity();
/**
* The meta object literal for the 'Ambient Intensity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE__AMBIENT_INTENSITY_AS_STRING = eINSTANCE
.getIfcLightSource_AmbientIntensityAsString();
/**
* The meta object literal for the 'Intensity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE__INTENSITY = eINSTANCE.getIfcLightSource_Intensity();
/**
* The meta object literal for the 'Intensity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE__INTENSITY_AS_STRING = eINSTANCE.getIfcLightSource_IntensityAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceAmbientImpl Ifc Light Source Ambient}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceAmbientImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceAmbient()
* @generated
*/
EClass IFC_LIGHT_SOURCE_AMBIENT = eINSTANCE.getIfcLightSourceAmbient();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceDirectionalImpl Ifc Light Source Directional}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceDirectionalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceDirectional()
* @generated
*/
EClass IFC_LIGHT_SOURCE_DIRECTIONAL = eINSTANCE.getIfcLightSourceDirectional();
/**
* The meta object literal for the 'Orientation' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE_DIRECTIONAL__ORIENTATION = eINSTANCE.getIfcLightSourceDirectional_Orientation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl Ifc Light Source Goniometric}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceGoniometricImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceGoniometric()
* @generated
*/
EClass IFC_LIGHT_SOURCE_GONIOMETRIC = eINSTANCE.getIfcLightSourceGoniometric();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE_GONIOMETRIC__POSITION = eINSTANCE.getIfcLightSourceGoniometric_Position();
/**
* The meta object literal for the 'Colour Appearance' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_APPEARANCE = eINSTANCE
.getIfcLightSourceGoniometric_ColourAppearance();
/**
* The meta object literal for the 'Colour Temperature' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE = eINSTANCE
.getIfcLightSourceGoniometric_ColourTemperature();
/**
* The meta object literal for the 'Colour Temperature As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_GONIOMETRIC__COLOUR_TEMPERATURE_AS_STRING = eINSTANCE
.getIfcLightSourceGoniometric_ColourTemperatureAsString();
/**
* The meta object literal for the 'Luminous Flux' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX = eINSTANCE.getIfcLightSourceGoniometric_LuminousFlux();
/**
* The meta object literal for the 'Luminous Flux As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_GONIOMETRIC__LUMINOUS_FLUX_AS_STRING = eINSTANCE
.getIfcLightSourceGoniometric_LuminousFluxAsString();
/**
* The meta object literal for the 'Light Emission Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_EMISSION_SOURCE = eINSTANCE
.getIfcLightSourceGoniometric_LightEmissionSource();
/**
* The meta object literal for the 'Light Distribution Data Source' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE_GONIOMETRIC__LIGHT_DISTRIBUTION_DATA_SOURCE = eINSTANCE
.getIfcLightSourceGoniometric_LightDistributionDataSource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourcePositionalImpl Ifc Light Source Positional}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourcePositionalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourcePositional()
* @generated
*/
EClass IFC_LIGHT_SOURCE_POSITIONAL = eINSTANCE.getIfcLightSourcePositional();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE_POSITIONAL__POSITION = eINSTANCE.getIfcLightSourcePositional_Position();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__RADIUS = eINSTANCE.getIfcLightSourcePositional_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__RADIUS_AS_STRING = eINSTANCE
.getIfcLightSourcePositional_RadiusAsString();
/**
* The meta object literal for the 'Constant Attenuation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__CONSTANT_ATTENUATION = eINSTANCE
.getIfcLightSourcePositional_ConstantAttenuation();
/**
* The meta object literal for the 'Constant Attenuation As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__CONSTANT_ATTENUATION_AS_STRING = eINSTANCE
.getIfcLightSourcePositional_ConstantAttenuationAsString();
/**
* The meta object literal for the 'Distance Attenuation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__DISTANCE_ATTENUATION = eINSTANCE
.getIfcLightSourcePositional_DistanceAttenuation();
/**
* The meta object literal for the 'Distance Attenuation As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__DISTANCE_ATTENUATION_AS_STRING = eINSTANCE
.getIfcLightSourcePositional_DistanceAttenuationAsString();
/**
* The meta object literal for the 'Quadric Attenuation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__QUADRIC_ATTENUATION = eINSTANCE
.getIfcLightSourcePositional_QuadricAttenuation();
/**
* The meta object literal for the 'Quadric Attenuation As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_POSITIONAL__QUADRIC_ATTENUATION_AS_STRING = eINSTANCE
.getIfcLightSourcePositional_QuadricAttenuationAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl Ifc Light Source Spot}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLightSourceSpotImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightSourceSpot()
* @generated
*/
EClass IFC_LIGHT_SOURCE_SPOT = eINSTANCE.getIfcLightSourceSpot();
/**
* The meta object literal for the 'Orientation' reference feature.
*
*
* @generated
*/
EReference IFC_LIGHT_SOURCE_SPOT__ORIENTATION = eINSTANCE.getIfcLightSourceSpot_Orientation();
/**
* The meta object literal for the 'Concentration Exponent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT = eINSTANCE
.getIfcLightSourceSpot_ConcentrationExponent();
/**
* The meta object literal for the 'Concentration Exponent As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_SPOT__CONCENTRATION_EXPONENT_AS_STRING = eINSTANCE
.getIfcLightSourceSpot_ConcentrationExponentAsString();
/**
* The meta object literal for the 'Spread Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE = eINSTANCE.getIfcLightSourceSpot_SpreadAngle();
/**
* The meta object literal for the 'Spread Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_SPOT__SPREAD_ANGLE_AS_STRING = eINSTANCE
.getIfcLightSourceSpot_SpreadAngleAsString();
/**
* The meta object literal for the 'Beam Width Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE = eINSTANCE.getIfcLightSourceSpot_BeamWidthAngle();
/**
* The meta object literal for the 'Beam Width Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LIGHT_SOURCE_SPOT__BEAM_WIDTH_ANGLE_AS_STRING = eINSTANCE
.getIfcLightSourceSpot_BeamWidthAngleAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLineImpl Ifc Line}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLineImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLine()
* @generated
*/
EClass IFC_LINE = eINSTANCE.getIfcLine();
/**
* The meta object literal for the 'Pnt' reference feature.
*
*
* @generated
*/
EReference IFC_LINE__PNT = eINSTANCE.getIfcLine_Pnt();
/**
* The meta object literal for the 'Dir' reference feature.
*
*
* @generated
*/
EReference IFC_LINE__DIR = eINSTANCE.getIfcLine_Dir();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearDimensionImpl Ifc Linear Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearDimension()
* @generated
*/
EClass IFC_LINEAR_DIMENSION = eINSTANCE.getIfcLinearDimension();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLocalPlacementImpl Ifc Local Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLocalPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLocalPlacement()
* @generated
*/
EClass IFC_LOCAL_PLACEMENT = eINSTANCE.getIfcLocalPlacement();
/**
* The meta object literal for the 'Placement Rel To' reference feature.
*
*
* @generated
*/
EReference IFC_LOCAL_PLACEMENT__PLACEMENT_REL_TO = eINSTANCE.getIfcLocalPlacement_PlacementRelTo();
/**
* The meta object literal for the 'Relative Placement' reference feature.
*
*
* @generated
*/
EReference IFC_LOCAL_PLACEMENT__RELATIVE_PLACEMENT = eINSTANCE.getIfcLocalPlacement_RelativePlacement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLocalTimeImpl Ifc Local Time}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLocalTimeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLocalTime()
* @generated
*/
EClass IFC_LOCAL_TIME = eINSTANCE.getIfcLocalTime();
/**
* The meta object literal for the 'Hour Component' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LOCAL_TIME__HOUR_COMPONENT = eINSTANCE.getIfcLocalTime_HourComponent();
/**
* The meta object literal for the 'Minute Component' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LOCAL_TIME__MINUTE_COMPONENT = eINSTANCE.getIfcLocalTime_MinuteComponent();
/**
* The meta object literal for the 'Second Component' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LOCAL_TIME__SECOND_COMPONENT = eINSTANCE.getIfcLocalTime_SecondComponent();
/**
* The meta object literal for the 'Second Component As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LOCAL_TIME__SECOND_COMPONENT_AS_STRING = eINSTANCE.getIfcLocalTime_SecondComponentAsString();
/**
* The meta object literal for the 'Zone' reference feature.
*
*
* @generated
*/
EReference IFC_LOCAL_TIME__ZONE = eINSTANCE.getIfcLocalTime_Zone();
/**
* The meta object literal for the 'Daylight Saving Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LOCAL_TIME__DAYLIGHT_SAVING_OFFSET = eINSTANCE.getIfcLocalTime_DaylightSavingOffset();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLoopImpl Ifc Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLoop()
* @generated
*/
EClass IFC_LOOP = eINSTANCE.getIfcLoop();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcManifoldSolidBrepImpl Ifc Manifold Solid Brep}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcManifoldSolidBrepImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcManifoldSolidBrep()
* @generated
*/
EClass IFC_MANIFOLD_SOLID_BREP = eINSTANCE.getIfcManifoldSolidBrep();
/**
* The meta object literal for the 'Outer' reference feature.
*
*
* @generated
*/
EReference IFC_MANIFOLD_SOLID_BREP__OUTER = eINSTANCE.getIfcManifoldSolidBrep_Outer();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMappedItemImpl Ifc Mapped Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMappedItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMappedItem()
* @generated
*/
EClass IFC_MAPPED_ITEM = eINSTANCE.getIfcMappedItem();
/**
* The meta object literal for the 'Mapping Source' reference feature.
*
*
* @generated
*/
EReference IFC_MAPPED_ITEM__MAPPING_SOURCE = eINSTANCE.getIfcMappedItem_MappingSource();
/**
* The meta object literal for the 'Mapping Target' reference feature.
*
*
* @generated
*/
EReference IFC_MAPPED_ITEM__MAPPING_TARGET = eINSTANCE.getIfcMappedItem_MappingTarget();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialImpl Ifc Material}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterial()
* @generated
*/
EClass IFC_MATERIAL = eINSTANCE.getIfcMaterial();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL__NAME = eINSTANCE.getIfcMaterial_Name();
/**
* The meta object literal for the 'Has Representation' reference list feature.
*
*
* @generated
*/
EReference IFC_MATERIAL__HAS_REPRESENTATION = eINSTANCE.getIfcMaterial_HasRepresentation();
/**
* The meta object literal for the 'Classified As' reference list feature.
*
*
* @generated
*/
EReference IFC_MATERIAL__CLASSIFIED_AS = eINSTANCE.getIfcMaterial_ClassifiedAs();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialClassificationRelationshipImpl Ifc Material Classification Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialClassificationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialClassificationRelationship()
* @generated
*/
EClass IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP = eINSTANCE.getIfcMaterialClassificationRelationship();
/**
* The meta object literal for the 'Material Classifications' reference list feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP__MATERIAL_CLASSIFICATIONS = eINSTANCE
.getIfcMaterialClassificationRelationship_MaterialClassifications();
/**
* The meta object literal for the 'Classified Material' reference feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_CLASSIFICATION_RELATIONSHIP__CLASSIFIED_MATERIAL = eINSTANCE
.getIfcMaterialClassificationRelationship_ClassifiedMaterial();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialDefinitionRepresentationImpl Ifc Material Definition Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialDefinitionRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialDefinitionRepresentation()
* @generated
*/
EClass IFC_MATERIAL_DEFINITION_REPRESENTATION = eINSTANCE.getIfcMaterialDefinitionRepresentation();
/**
* The meta object literal for the 'Represented Material' reference feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_DEFINITION_REPRESENTATION__REPRESENTED_MATERIAL = eINSTANCE
.getIfcMaterialDefinitionRepresentation_RepresentedMaterial();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerImpl Ifc Material Layer}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialLayer()
* @generated
*/
EClass IFC_MATERIAL_LAYER = eINSTANCE.getIfcMaterialLayer();
/**
* The meta object literal for the 'Material' reference feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_LAYER__MATERIAL = eINSTANCE.getIfcMaterialLayer_Material();
/**
* The meta object literal for the 'Layer Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER__LAYER_THICKNESS = eINSTANCE.getIfcMaterialLayer_LayerThickness();
/**
* The meta object literal for the 'Layer Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER__LAYER_THICKNESS_AS_STRING = eINSTANCE
.getIfcMaterialLayer_LayerThicknessAsString();
/**
* The meta object literal for the 'Is Ventilated' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER__IS_VENTILATED = eINSTANCE.getIfcMaterialLayer_IsVentilated();
/**
* The meta object literal for the 'To Material Layer Set' reference feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_LAYER__TO_MATERIAL_LAYER_SET = eINSTANCE.getIfcMaterialLayer_ToMaterialLayerSet();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetImpl Ifc Material Layer Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialLayerSet()
* @generated
*/
EClass IFC_MATERIAL_LAYER_SET = eINSTANCE.getIfcMaterialLayerSet();
/**
* The meta object literal for the 'Material Layers' reference list feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_LAYER_SET__MATERIAL_LAYERS = eINSTANCE.getIfcMaterialLayerSet_MaterialLayers();
/**
* The meta object literal for the 'Layer Set Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET__LAYER_SET_NAME = eINSTANCE.getIfcMaterialLayerSet_LayerSetName();
/**
* The meta object literal for the 'Total Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET__TOTAL_THICKNESS = eINSTANCE.getIfcMaterialLayerSet_TotalThickness();
/**
* The meta object literal for the 'Total Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET__TOTAL_THICKNESS_AS_STRING = eINSTANCE
.getIfcMaterialLayerSet_TotalThicknessAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetUsageImpl Ifc Material Layer Set Usage}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialLayerSetUsageImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialLayerSetUsage()
* @generated
*/
EClass IFC_MATERIAL_LAYER_SET_USAGE = eINSTANCE.getIfcMaterialLayerSetUsage();
/**
* The meta object literal for the 'For Layer Set' reference feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_LAYER_SET_USAGE__FOR_LAYER_SET = eINSTANCE.getIfcMaterialLayerSetUsage_ForLayerSet();
/**
* The meta object literal for the 'Layer Set Direction' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET_USAGE__LAYER_SET_DIRECTION = eINSTANCE
.getIfcMaterialLayerSetUsage_LayerSetDirection();
/**
* The meta object literal for the 'Direction Sense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET_USAGE__DIRECTION_SENSE = eINSTANCE
.getIfcMaterialLayerSetUsage_DirectionSense();
/**
* The meta object literal for the 'Offset From Reference Line' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET_USAGE__OFFSET_FROM_REFERENCE_LINE = eINSTANCE
.getIfcMaterialLayerSetUsage_OffsetFromReferenceLine();
/**
* The meta object literal for the 'Offset From Reference Line As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MATERIAL_LAYER_SET_USAGE__OFFSET_FROM_REFERENCE_LINE_AS_STRING = eINSTANCE
.getIfcMaterialLayerSetUsage_OffsetFromReferenceLineAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialListImpl Ifc Material List}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialListImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialList()
* @generated
*/
EClass IFC_MATERIAL_LIST = eINSTANCE.getIfcMaterialList();
/**
* The meta object literal for the 'Materials' reference list feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_LIST__MATERIALS = eINSTANCE.getIfcMaterialList_Materials();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMaterialPropertiesImpl Ifc Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialProperties()
* @generated
*/
EClass IFC_MATERIAL_PROPERTIES = eINSTANCE.getIfcMaterialProperties();
/**
* The meta object literal for the 'Material' reference feature.
*
*
* @generated
*/
EReference IFC_MATERIAL_PROPERTIES__MATERIAL = eINSTANCE.getIfcMaterialProperties_Material();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMeasureWithUnitImpl Ifc Measure With Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMeasureWithUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMeasureWithUnit()
* @generated
*/
EClass IFC_MEASURE_WITH_UNIT = eINSTANCE.getIfcMeasureWithUnit();
/**
* The meta object literal for the 'Value Component' reference feature.
*
*
* @generated
*/
EReference IFC_MEASURE_WITH_UNIT__VALUE_COMPONENT = eINSTANCE.getIfcMeasureWithUnit_ValueComponent();
/**
* The meta object literal for the 'Unit Component' reference feature.
*
*
* @generated
*/
EReference IFC_MEASURE_WITH_UNIT__UNIT_COMPONENT = eINSTANCE.getIfcMeasureWithUnit_UnitComponent();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalConcreteMaterialPropertiesImpl Ifc Mechanical Concrete Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalConcreteMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalConcreteMaterialProperties()
* @generated
*/
EClass IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES = eINSTANCE.getIfcMechanicalConcreteMaterialProperties();
/**
* The meta object literal for the 'Compressive Strength' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__COMPRESSIVE_STRENGTH = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_CompressiveStrength();
/**
* The meta object literal for the 'Compressive Strength As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__COMPRESSIVE_STRENGTH_AS_STRING = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_CompressiveStrengthAsString();
/**
* The meta object literal for the 'Max Aggregate Size' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__MAX_AGGREGATE_SIZE = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_MaxAggregateSize();
/**
* The meta object literal for the 'Max Aggregate Size As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__MAX_AGGREGATE_SIZE_AS_STRING = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_MaxAggregateSizeAsString();
/**
* The meta object literal for the 'Admixtures Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__ADMIXTURES_DESCRIPTION = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_AdmixturesDescription();
/**
* The meta object literal for the 'Workability' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__WORKABILITY = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_Workability();
/**
* The meta object literal for the 'Protective Pore Ratio' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__PROTECTIVE_PORE_RATIO = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_ProtectivePoreRatio();
/**
* The meta object literal for the 'Protective Pore Ratio As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__PROTECTIVE_PORE_RATIO_AS_STRING = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_ProtectivePoreRatioAsString();
/**
* The meta object literal for the 'Water Impermeability' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_CONCRETE_MATERIAL_PROPERTIES__WATER_IMPERMEABILITY = eINSTANCE
.getIfcMechanicalConcreteMaterialProperties_WaterImpermeability();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerImpl Ifc Mechanical Fastener}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalFastener()
* @generated
*/
EClass IFC_MECHANICAL_FASTENER = eINSTANCE.getIfcMechanicalFastener();
/**
* The meta object literal for the 'Nominal Diameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_FASTENER__NOMINAL_DIAMETER = eINSTANCE.getIfcMechanicalFastener_NominalDiameter();
/**
* The meta object literal for the 'Nominal Diameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_FASTENER__NOMINAL_DIAMETER_AS_STRING = eINSTANCE
.getIfcMechanicalFastener_NominalDiameterAsString();
/**
* The meta object literal for the 'Nominal Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_FASTENER__NOMINAL_LENGTH = eINSTANCE.getIfcMechanicalFastener_NominalLength();
/**
* The meta object literal for the 'Nominal Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_FASTENER__NOMINAL_LENGTH_AS_STRING = eINSTANCE
.getIfcMechanicalFastener_NominalLengthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerTypeImpl Ifc Mechanical Fastener Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalFastenerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalFastenerType()
* @generated
*/
EClass IFC_MECHANICAL_FASTENER_TYPE = eINSTANCE.getIfcMechanicalFastenerType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalMaterialPropertiesImpl Ifc Mechanical Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalMaterialProperties()
* @generated
*/
EClass IFC_MECHANICAL_MATERIAL_PROPERTIES = eINSTANCE.getIfcMechanicalMaterialProperties();
/**
* The meta object literal for the 'Dynamic Viscosity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY = eINSTANCE
.getIfcMechanicalMaterialProperties_DynamicViscosity();
/**
* The meta object literal for the 'Dynamic Viscosity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__DYNAMIC_VISCOSITY_AS_STRING = eINSTANCE
.getIfcMechanicalMaterialProperties_DynamicViscosityAsString();
/**
* The meta object literal for the 'Young Modulus' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS = eINSTANCE
.getIfcMechanicalMaterialProperties_YoungModulus();
/**
* The meta object literal for the 'Young Modulus As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__YOUNG_MODULUS_AS_STRING = eINSTANCE
.getIfcMechanicalMaterialProperties_YoungModulusAsString();
/**
* The meta object literal for the 'Shear Modulus' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS = eINSTANCE
.getIfcMechanicalMaterialProperties_ShearModulus();
/**
* The meta object literal for the 'Shear Modulus As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__SHEAR_MODULUS_AS_STRING = eINSTANCE
.getIfcMechanicalMaterialProperties_ShearModulusAsString();
/**
* The meta object literal for the 'Poisson Ratio' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO = eINSTANCE
.getIfcMechanicalMaterialProperties_PoissonRatio();
/**
* The meta object literal for the 'Poisson Ratio As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__POISSON_RATIO_AS_STRING = eINSTANCE
.getIfcMechanicalMaterialProperties_PoissonRatioAsString();
/**
* The meta object literal for the 'Thermal Expansion Coefficient' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT = eINSTANCE
.getIfcMechanicalMaterialProperties_ThermalExpansionCoefficient();
/**
* The meta object literal for the 'Thermal Expansion Coefficient As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_MATERIAL_PROPERTIES__THERMAL_EXPANSION_COEFFICIENT_AS_STRING = eINSTANCE
.getIfcMechanicalMaterialProperties_ThermalExpansionCoefficientAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalSteelMaterialPropertiesImpl Ifc Mechanical Steel Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMechanicalSteelMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMechanicalSteelMaterialProperties()
* @generated
*/
EClass IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES = eINSTANCE.getIfcMechanicalSteelMaterialProperties();
/**
* The meta object literal for the 'Yield Stress' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__YIELD_STRESS = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_YieldStress();
/**
* The meta object literal for the 'Yield Stress As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__YIELD_STRESS_AS_STRING = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_YieldStressAsString();
/**
* The meta object literal for the 'Ultimate Stress' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRESS = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_UltimateStress();
/**
* The meta object literal for the 'Ultimate Stress As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRESS_AS_STRING = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_UltimateStressAsString();
/**
* The meta object literal for the 'Ultimate Strain' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRAIN = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_UltimateStrain();
/**
* The meta object literal for the 'Ultimate Strain As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__ULTIMATE_STRAIN_AS_STRING = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_UltimateStrainAsString();
/**
* The meta object literal for the 'Hardening Module' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__HARDENING_MODULE = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_HardeningModule();
/**
* The meta object literal for the 'Hardening Module As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__HARDENING_MODULE_AS_STRING = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_HardeningModuleAsString();
/**
* The meta object literal for the 'Proportional Stress' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PROPORTIONAL_STRESS = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_ProportionalStress();
/**
* The meta object literal for the 'Proportional Stress As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PROPORTIONAL_STRESS_AS_STRING = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_ProportionalStressAsString();
/**
* The meta object literal for the 'Plastic Strain' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PLASTIC_STRAIN = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_PlasticStrain();
/**
* The meta object literal for the 'Plastic Strain As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__PLASTIC_STRAIN_AS_STRING = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_PlasticStrainAsString();
/**
* The meta object literal for the 'Relaxations' reference list feature.
*
*
* @generated
*/
EReference IFC_MECHANICAL_STEEL_MATERIAL_PROPERTIES__RELAXATIONS = eINSTANCE
.getIfcMechanicalSteelMaterialProperties_Relaxations();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMemberImpl Ifc Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMember()
* @generated
*/
EClass IFC_MEMBER = eINSTANCE.getIfcMember();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMemberTypeImpl Ifc Member Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMemberTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMemberType()
* @generated
*/
EClass IFC_MEMBER_TYPE = eINSTANCE.getIfcMemberType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MEMBER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcMemberType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMetricImpl Ifc Metric}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMetricImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMetric()
* @generated
*/
EClass IFC_METRIC = eINSTANCE.getIfcMetric();
/**
* The meta object literal for the 'Benchmark' attribute feature.
*
*
* @generated
*/
EAttribute IFC_METRIC__BENCHMARK = eINSTANCE.getIfcMetric_Benchmark();
/**
* The meta object literal for the 'Value Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_METRIC__VALUE_SOURCE = eINSTANCE.getIfcMetric_ValueSource();
/**
* The meta object literal for the 'Data Value' reference feature.
*
*
* @generated
*/
EReference IFC_METRIC__DATA_VALUE = eINSTANCE.getIfcMetric_DataValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryUnitImpl Ifc Monetary Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMonetaryUnit()
* @generated
*/
EClass IFC_MONETARY_UNIT = eINSTANCE.getIfcMonetaryUnit();
/**
* The meta object literal for the 'Currency' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MONETARY_UNIT__CURRENCY = eINSTANCE.getIfcMonetaryUnit_Currency();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMotorConnectionTypeImpl Ifc Motor Connection Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMotorConnectionTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMotorConnectionType()
* @generated
*/
EClass IFC_MOTOR_CONNECTION_TYPE = eINSTANCE.getIfcMotorConnectionType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOTOR_CONNECTION_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcMotorConnectionType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMoveImpl Ifc Move}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMoveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMove()
* @generated
*/
EClass IFC_MOVE = eINSTANCE.getIfcMove();
/**
* The meta object literal for the 'Move From' reference feature.
*
*
* @generated
*/
EReference IFC_MOVE__MOVE_FROM = eINSTANCE.getIfcMove_MoveFrom();
/**
* The meta object literal for the 'Move To' reference feature.
*
*
* @generated
*/
EReference IFC_MOVE__MOVE_TO = eINSTANCE.getIfcMove_MoveTo();
/**
* The meta object literal for the 'Punch List' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_MOVE__PUNCH_LIST = eINSTANCE.getIfcMove_PunchList();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNamedUnitImpl Ifc Named Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNamedUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNamedUnit()
* @generated
*/
EClass IFC_NAMED_UNIT = eINSTANCE.getIfcNamedUnit();
/**
* The meta object literal for the 'Dimensions' reference feature.
*
*
* @generated
*/
EReference IFC_NAMED_UNIT__DIMENSIONS = eINSTANCE.getIfcNamedUnit_Dimensions();
/**
* The meta object literal for the 'Unit Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_NAMED_UNIT__UNIT_TYPE = eINSTANCE.getIfcNamedUnit_UnitType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectImpl Ifc Object}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObject()
* @generated
*/
EClass IFC_OBJECT = eINSTANCE.getIfcObject();
/**
* The meta object literal for the 'Object Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OBJECT__OBJECT_TYPE = eINSTANCE.getIfcObject_ObjectType();
/**
* The meta object literal for the 'Is Defined By' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT__IS_DEFINED_BY = eINSTANCE.getIfcObject_IsDefinedBy();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl Ifc Object Definition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectDefinitionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectDefinition()
* @generated
*/
EClass IFC_OBJECT_DEFINITION = eINSTANCE.getIfcObjectDefinition();
/**
* The meta object literal for the 'Has Assignments' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT_DEFINITION__HAS_ASSIGNMENTS = eINSTANCE.getIfcObjectDefinition_HasAssignments();
/**
* The meta object literal for the 'Is Decomposed By' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT_DEFINITION__IS_DECOMPOSED_BY = eINSTANCE.getIfcObjectDefinition_IsDecomposedBy();
/**
* The meta object literal for the 'Decomposes' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT_DEFINITION__DECOMPOSES = eINSTANCE.getIfcObjectDefinition_Decomposes();
/**
* The meta object literal for the 'Has Associations' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT_DEFINITION__HAS_ASSOCIATIONS = eINSTANCE.getIfcObjectDefinition_HasAssociations();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectPlacementImpl Ifc Object Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectPlacement()
* @generated
*/
EClass IFC_OBJECT_PLACEMENT = eINSTANCE.getIfcObjectPlacement();
/**
* The meta object literal for the 'Places Object' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT_PLACEMENT__PLACES_OBJECT = eINSTANCE.getIfcObjectPlacement_PlacesObject();
/**
* The meta object literal for the 'Referenced By Placements' reference list feature.
*
*
* @generated
*/
EReference IFC_OBJECT_PLACEMENT__REFERENCED_BY_PLACEMENTS = eINSTANCE
.getIfcObjectPlacement_ReferencedByPlacements();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcObjectiveImpl Ifc Objective}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcObjectiveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjective()
* @generated
*/
EClass IFC_OBJECTIVE = eINSTANCE.getIfcObjective();
/**
* The meta object literal for the 'Benchmark Values' reference feature.
*
*
* @generated
*/
EReference IFC_OBJECTIVE__BENCHMARK_VALUES = eINSTANCE.getIfcObjective_BenchmarkValues();
/**
* The meta object literal for the 'Result Values' reference feature.
*
*
* @generated
*/
EReference IFC_OBJECTIVE__RESULT_VALUES = eINSTANCE.getIfcObjective_ResultValues();
/**
* The meta object literal for the 'Objective Qualifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OBJECTIVE__OBJECTIVE_QUALIFIER = eINSTANCE.getIfcObjective_ObjectiveQualifier();
/**
* The meta object literal for the 'User Defined Qualifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OBJECTIVE__USER_DEFINED_QUALIFIER = eINSTANCE.getIfcObjective_UserDefinedQualifier();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOccupantImpl Ifc Occupant}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOccupantImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOccupant()
* @generated
*/
EClass IFC_OCCUPANT = eINSTANCE.getIfcOccupant();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OCCUPANT__PREDEFINED_TYPE = eINSTANCE.getIfcOccupant_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve2DImpl Ifc Offset Curve2 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve2DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOffsetCurve2D()
* @generated
*/
EClass IFC_OFFSET_CURVE2_D = eINSTANCE.getIfcOffsetCurve2D();
/**
* The meta object literal for the 'Basis Curve' reference feature.
*
*
* @generated
*/
EReference IFC_OFFSET_CURVE2_D__BASIS_CURVE = eINSTANCE.getIfcOffsetCurve2D_BasisCurve();
/**
* The meta object literal for the 'Distance' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OFFSET_CURVE2_D__DISTANCE = eINSTANCE.getIfcOffsetCurve2D_Distance();
/**
* The meta object literal for the 'Distance As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OFFSET_CURVE2_D__DISTANCE_AS_STRING = eINSTANCE.getIfcOffsetCurve2D_DistanceAsString();
/**
* The meta object literal for the 'Self Intersect' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OFFSET_CURVE2_D__SELF_INTERSECT = eINSTANCE.getIfcOffsetCurve2D_SelfIntersect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve3DImpl Ifc Offset Curve3 D}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOffsetCurve3DImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOffsetCurve3D()
* @generated
*/
EClass IFC_OFFSET_CURVE3_D = eINSTANCE.getIfcOffsetCurve3D();
/**
* The meta object literal for the 'Basis Curve' reference feature.
*
*
* @generated
*/
EReference IFC_OFFSET_CURVE3_D__BASIS_CURVE = eINSTANCE.getIfcOffsetCurve3D_BasisCurve();
/**
* The meta object literal for the 'Distance' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OFFSET_CURVE3_D__DISTANCE = eINSTANCE.getIfcOffsetCurve3D_Distance();
/**
* The meta object literal for the 'Distance As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OFFSET_CURVE3_D__DISTANCE_AS_STRING = eINSTANCE.getIfcOffsetCurve3D_DistanceAsString();
/**
* The meta object literal for the 'Self Intersect' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OFFSET_CURVE3_D__SELF_INTERSECT = eINSTANCE.getIfcOffsetCurve3D_SelfIntersect();
/**
* The meta object literal for the 'Ref Direction' reference feature.
*
*
* @generated
*/
EReference IFC_OFFSET_CURVE3_D__REF_DIRECTION = eINSTANCE.getIfcOffsetCurve3D_RefDirection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOneDirectionRepeatFactorImpl Ifc One Direction Repeat Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOneDirectionRepeatFactorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOneDirectionRepeatFactor()
* @generated
*/
EClass IFC_ONE_DIRECTION_REPEAT_FACTOR = eINSTANCE.getIfcOneDirectionRepeatFactor();
/**
* The meta object literal for the 'Repeat Factor' reference feature.
*
*
* @generated
*/
EReference IFC_ONE_DIRECTION_REPEAT_FACTOR__REPEAT_FACTOR = eINSTANCE
.getIfcOneDirectionRepeatFactor_RepeatFactor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOpenShellImpl Ifc Open Shell}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOpenShellImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOpenShell()
* @generated
*/
EClass IFC_OPEN_SHELL = eINSTANCE.getIfcOpenShell();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOpeningElementImpl Ifc Opening Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOpeningElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOpeningElement()
* @generated
*/
EClass IFC_OPENING_ELEMENT = eINSTANCE.getIfcOpeningElement();
/**
* The meta object literal for the 'Has Fillings' reference list feature.
*
*
* @generated
*/
EReference IFC_OPENING_ELEMENT__HAS_FILLINGS = eINSTANCE.getIfcOpeningElement_HasFillings();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOpticalMaterialPropertiesImpl Ifc Optical Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOpticalMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOpticalMaterialProperties()
* @generated
*/
EClass IFC_OPTICAL_MATERIAL_PROPERTIES = eINSTANCE.getIfcOpticalMaterialProperties();
/**
* The meta object literal for the 'Visible Transmittance' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_TRANSMITTANCE = eINSTANCE
.getIfcOpticalMaterialProperties_VisibleTransmittance();
/**
* The meta object literal for the 'Visible Transmittance As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_TRANSMITTANCE_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_VisibleTransmittanceAsString();
/**
* The meta object literal for the 'Solar Transmittance' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_TRANSMITTANCE = eINSTANCE
.getIfcOpticalMaterialProperties_SolarTransmittance();
/**
* The meta object literal for the 'Solar Transmittance As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_TRANSMITTANCE_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_SolarTransmittanceAsString();
/**
* The meta object literal for the 'Thermal Ir Transmittance' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_TRANSMITTANCE = eINSTANCE
.getIfcOpticalMaterialProperties_ThermalIrTransmittance();
/**
* The meta object literal for the 'Thermal Ir Transmittance As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_TRANSMITTANCE_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_ThermalIrTransmittanceAsString();
/**
* The meta object literal for the 'Thermal Ir Emissivity Back' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_BACK = eINSTANCE
.getIfcOpticalMaterialProperties_ThermalIrEmissivityBack();
/**
* The meta object literal for the 'Thermal Ir Emissivity Back As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_BACK_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_ThermalIrEmissivityBackAsString();
/**
* The meta object literal for the 'Thermal Ir Emissivity Front' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_FRONT = eINSTANCE
.getIfcOpticalMaterialProperties_ThermalIrEmissivityFront();
/**
* The meta object literal for the 'Thermal Ir Emissivity Front As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__THERMAL_IR_EMISSIVITY_FRONT_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_ThermalIrEmissivityFrontAsString();
/**
* The meta object literal for the 'Visible Reflectance Back' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_BACK = eINSTANCE
.getIfcOpticalMaterialProperties_VisibleReflectanceBack();
/**
* The meta object literal for the 'Visible Reflectance Back As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_BACK_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_VisibleReflectanceBackAsString();
/**
* The meta object literal for the 'Visible Reflectance Front' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_FRONT = eINSTANCE
.getIfcOpticalMaterialProperties_VisibleReflectanceFront();
/**
* The meta object literal for the 'Visible Reflectance Front As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__VISIBLE_REFLECTANCE_FRONT_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_VisibleReflectanceFrontAsString();
/**
* The meta object literal for the 'Solar Reflectance Front' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_FRONT = eINSTANCE
.getIfcOpticalMaterialProperties_SolarReflectanceFront();
/**
* The meta object literal for the 'Solar Reflectance Front As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_FRONT_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_SolarReflectanceFrontAsString();
/**
* The meta object literal for the 'Solar Reflectance Back' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_BACK = eINSTANCE
.getIfcOpticalMaterialProperties_SolarReflectanceBack();
/**
* The meta object literal for the 'Solar Reflectance Back As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OPTICAL_MATERIAL_PROPERTIES__SOLAR_REFLECTANCE_BACK_AS_STRING = eINSTANCE
.getIfcOpticalMaterialProperties_SolarReflectanceBackAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrderActionImpl Ifc Order Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrderActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrderAction()
* @generated
*/
EClass IFC_ORDER_ACTION = eINSTANCE.getIfcOrderAction();
/**
* The meta object literal for the 'Action ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORDER_ACTION__ACTION_ID = eINSTANCE.getIfcOrderAction_ActionID();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationImpl Ifc Organization}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrganization()
* @generated
*/
EClass IFC_ORGANIZATION = eINSTANCE.getIfcOrganization();
/**
* The meta object literal for the 'Id' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORGANIZATION__ID = eINSTANCE.getIfcOrganization_Id();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORGANIZATION__NAME = eINSTANCE.getIfcOrganization_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORGANIZATION__DESCRIPTION = eINSTANCE.getIfcOrganization_Description();
/**
* The meta object literal for the 'Roles' reference list feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION__ROLES = eINSTANCE.getIfcOrganization_Roles();
/**
* The meta object literal for the 'Addresses' reference list feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION__ADDRESSES = eINSTANCE.getIfcOrganization_Addresses();
/**
* The meta object literal for the 'Is Related By' reference list feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION__IS_RELATED_BY = eINSTANCE.getIfcOrganization_IsRelatedBy();
/**
* The meta object literal for the 'Relates' reference list feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION__RELATES = eINSTANCE.getIfcOrganization_Relates();
/**
* The meta object literal for the 'Engages' reference list feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION__ENGAGES = eINSTANCE.getIfcOrganization_Engages();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationRelationshipImpl Ifc Organization Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrganizationRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrganizationRelationship()
* @generated
*/
EClass IFC_ORGANIZATION_RELATIONSHIP = eINSTANCE.getIfcOrganizationRelationship();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORGANIZATION_RELATIONSHIP__NAME = eINSTANCE.getIfcOrganizationRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORGANIZATION_RELATIONSHIP__DESCRIPTION = eINSTANCE.getIfcOrganizationRelationship_Description();
/**
* The meta object literal for the 'Relating Organization' reference feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION_RELATIONSHIP__RELATING_ORGANIZATION = eINSTANCE
.getIfcOrganizationRelationship_RelatingOrganization();
/**
* The meta object literal for the 'Related Organizations' reference list feature.
*
*
* @generated
*/
EReference IFC_ORGANIZATION_RELATIONSHIP__RELATED_ORGANIZATIONS = eINSTANCE
.getIfcOrganizationRelationship_RelatedOrganizations();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOrientedEdgeImpl Ifc Oriented Edge}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOrientedEdgeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrientedEdge()
* @generated
*/
EClass IFC_ORIENTED_EDGE = eINSTANCE.getIfcOrientedEdge();
/**
* The meta object literal for the 'Edge Element' reference feature.
*
*
* @generated
*/
EReference IFC_ORIENTED_EDGE__EDGE_ELEMENT = eINSTANCE.getIfcOrientedEdge_EdgeElement();
/**
* The meta object literal for the 'Orientation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ORIENTED_EDGE__ORIENTATION = eINSTANCE.getIfcOrientedEdge_Orientation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOutletTypeImpl Ifc Outlet Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOutletTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOutletType()
* @generated
*/
EClass IFC_OUTLET_TYPE = eINSTANCE.getIfcOutletType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OUTLET_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcOutletType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcOwnerHistoryImpl Ifc Owner History}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcOwnerHistoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOwnerHistory()
* @generated
*/
EClass IFC_OWNER_HISTORY = eINSTANCE.getIfcOwnerHistory();
/**
* The meta object literal for the 'Owning User' reference feature.
*
*
* @generated
*/
EReference IFC_OWNER_HISTORY__OWNING_USER = eINSTANCE.getIfcOwnerHistory_OwningUser();
/**
* The meta object literal for the 'Owning Application' reference feature.
*
*
* @generated
*/
EReference IFC_OWNER_HISTORY__OWNING_APPLICATION = eINSTANCE.getIfcOwnerHistory_OwningApplication();
/**
* The meta object literal for the 'State' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OWNER_HISTORY__STATE = eINSTANCE.getIfcOwnerHistory_State();
/**
* The meta object literal for the 'Change Action' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OWNER_HISTORY__CHANGE_ACTION = eINSTANCE.getIfcOwnerHistory_ChangeAction();
/**
* The meta object literal for the 'Last Modified Date' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OWNER_HISTORY__LAST_MODIFIED_DATE = eINSTANCE.getIfcOwnerHistory_LastModifiedDate();
/**
* The meta object literal for the 'Last Modifying User' reference feature.
*
*
* @generated
*/
EReference IFC_OWNER_HISTORY__LAST_MODIFYING_USER = eINSTANCE.getIfcOwnerHistory_LastModifyingUser();
/**
* The meta object literal for the 'Last Modifying Application' reference feature.
*
*
* @generated
*/
EReference IFC_OWNER_HISTORY__LAST_MODIFYING_APPLICATION = eINSTANCE
.getIfcOwnerHistory_LastModifyingApplication();
/**
* The meta object literal for the 'Creation Date' attribute feature.
*
*
* @generated
*/
EAttribute IFC_OWNER_HISTORY__CREATION_DATE = eINSTANCE.getIfcOwnerHistory_CreationDate();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcParameterizedProfileDefImpl Ifc Parameterized Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcParameterizedProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcParameterizedProfileDef()
* @generated
*/
EClass IFC_PARAMETERIZED_PROFILE_DEF = eINSTANCE.getIfcParameterizedProfileDef();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_PARAMETERIZED_PROFILE_DEF__POSITION = eINSTANCE.getIfcParameterizedProfileDef_Position();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPathImpl Ifc Path}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPathImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPath()
* @generated
*/
EClass IFC_PATH = eINSTANCE.getIfcPath();
/**
* The meta object literal for the 'Edge List' reference list feature.
*
*
* @generated
*/
EReference IFC_PATH__EDGE_LIST = eINSTANCE.getIfcPath_EdgeList();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPerformanceHistoryImpl Ifc Performance History}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPerformanceHistoryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPerformanceHistory()
* @generated
*/
EClass IFC_PERFORMANCE_HISTORY = eINSTANCE.getIfcPerformanceHistory();
/**
* The meta object literal for the 'Life Cycle Phase' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERFORMANCE_HISTORY__LIFE_CYCLE_PHASE = eINSTANCE.getIfcPerformanceHistory_LifeCyclePhase();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPermeableCoveringPropertiesImpl Ifc Permeable Covering Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPermeableCoveringPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPermeableCoveringProperties()
* @generated
*/
EClass IFC_PERMEABLE_COVERING_PROPERTIES = eINSTANCE.getIfcPermeableCoveringProperties();
/**
* The meta object literal for the 'Operation Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMEABLE_COVERING_PROPERTIES__OPERATION_TYPE = eINSTANCE
.getIfcPermeableCoveringProperties_OperationType();
/**
* The meta object literal for the 'Panel Position' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMEABLE_COVERING_PROPERTIES__PANEL_POSITION = eINSTANCE
.getIfcPermeableCoveringProperties_PanelPosition();
/**
* The meta object literal for the 'Frame Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_DEPTH = eINSTANCE
.getIfcPermeableCoveringProperties_FrameDepth();
/**
* The meta object literal for the 'Frame Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_DEPTH_AS_STRING = eINSTANCE
.getIfcPermeableCoveringProperties_FrameDepthAsString();
/**
* The meta object literal for the 'Frame Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_THICKNESS = eINSTANCE
.getIfcPermeableCoveringProperties_FrameThickness();
/**
* The meta object literal for the 'Frame Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMEABLE_COVERING_PROPERTIES__FRAME_THICKNESS_AS_STRING = eINSTANCE
.getIfcPermeableCoveringProperties_FrameThicknessAsString();
/**
* The meta object literal for the 'Shape Aspect Style' reference feature.
*
*
* @generated
*/
EReference IFC_PERMEABLE_COVERING_PROPERTIES__SHAPE_ASPECT_STYLE = eINSTANCE
.getIfcPermeableCoveringProperties_ShapeAspectStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPermitImpl Ifc Permit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPermitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPermit()
* @generated
*/
EClass IFC_PERMIT = eINSTANCE.getIfcPermit();
/**
* The meta object literal for the 'Permit ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERMIT__PERMIT_ID = eINSTANCE.getIfcPermit_PermitID();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPersonImpl Ifc Person}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPersonImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPerson()
* @generated
*/
EClass IFC_PERSON = eINSTANCE.getIfcPerson();
/**
* The meta object literal for the 'Id' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERSON__ID = eINSTANCE.getIfcPerson_Id();
/**
* The meta object literal for the 'Family Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERSON__FAMILY_NAME = eINSTANCE.getIfcPerson_FamilyName();
/**
* The meta object literal for the 'Given Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PERSON__GIVEN_NAME = eINSTANCE.getIfcPerson_GivenName();
/**
* The meta object literal for the 'Middle Names' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_PERSON__MIDDLE_NAMES = eINSTANCE.getIfcPerson_MiddleNames();
/**
* The meta object literal for the 'Prefix Titles' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_PERSON__PREFIX_TITLES = eINSTANCE.getIfcPerson_PrefixTitles();
/**
* The meta object literal for the 'Suffix Titles' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_PERSON__SUFFIX_TITLES = eINSTANCE.getIfcPerson_SuffixTitles();
/**
* The meta object literal for the 'Roles' reference list feature.
*
*
* @generated
*/
EReference IFC_PERSON__ROLES = eINSTANCE.getIfcPerson_Roles();
/**
* The meta object literal for the 'Addresses' reference list feature.
*
*
* @generated
*/
EReference IFC_PERSON__ADDRESSES = eINSTANCE.getIfcPerson_Addresses();
/**
* The meta object literal for the 'Engaged In' reference list feature.
*
*
* @generated
*/
EReference IFC_PERSON__ENGAGED_IN = eINSTANCE.getIfcPerson_EngagedIn();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPersonAndOrganizationImpl Ifc Person And Organization}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPersonAndOrganizationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPersonAndOrganization()
* @generated
*/
EClass IFC_PERSON_AND_ORGANIZATION = eINSTANCE.getIfcPersonAndOrganization();
/**
* The meta object literal for the 'The Person' reference feature.
*
*
* @generated
*/
EReference IFC_PERSON_AND_ORGANIZATION__THE_PERSON = eINSTANCE.getIfcPersonAndOrganization_ThePerson();
/**
* The meta object literal for the 'The Organization' reference feature.
*
*
* @generated
*/
EReference IFC_PERSON_AND_ORGANIZATION__THE_ORGANIZATION = eINSTANCE
.getIfcPersonAndOrganization_TheOrganization();
/**
* The meta object literal for the 'Roles' reference list feature.
*
*
* @generated
*/
EReference IFC_PERSON_AND_ORGANIZATION__ROLES = eINSTANCE.getIfcPersonAndOrganization_Roles();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalComplexQuantityImpl Ifc Physical Complex Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalComplexQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalComplexQuantity()
* @generated
*/
EClass IFC_PHYSICAL_COMPLEX_QUANTITY = eINSTANCE.getIfcPhysicalComplexQuantity();
/**
* The meta object literal for the 'Has Quantities' reference list feature.
*
*
* @generated
*/
EReference IFC_PHYSICAL_COMPLEX_QUANTITY__HAS_QUANTITIES = eINSTANCE
.getIfcPhysicalComplexQuantity_HasQuantities();
/**
* The meta object literal for the 'Discrimination' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PHYSICAL_COMPLEX_QUANTITY__DISCRIMINATION = eINSTANCE
.getIfcPhysicalComplexQuantity_Discrimination();
/**
* The meta object literal for the 'Quality' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PHYSICAL_COMPLEX_QUANTITY__QUALITY = eINSTANCE.getIfcPhysicalComplexQuantity_Quality();
/**
* The meta object literal for the 'Usage' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PHYSICAL_COMPLEX_QUANTITY__USAGE = eINSTANCE.getIfcPhysicalComplexQuantity_Usage();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalQuantityImpl Ifc Physical Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalQuantity()
* @generated
*/
EClass IFC_PHYSICAL_QUANTITY = eINSTANCE.getIfcPhysicalQuantity();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PHYSICAL_QUANTITY__NAME = eINSTANCE.getIfcPhysicalQuantity_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PHYSICAL_QUANTITY__DESCRIPTION = eINSTANCE.getIfcPhysicalQuantity_Description();
/**
* The meta object literal for the 'Part Of Complex' reference list feature.
*
*
* @generated
*/
EReference IFC_PHYSICAL_QUANTITY__PART_OF_COMPLEX = eINSTANCE.getIfcPhysicalQuantity_PartOfComplex();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalSimpleQuantityImpl Ifc Physical Simple Quantity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPhysicalSimpleQuantityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalSimpleQuantity()
* @generated
*/
EClass IFC_PHYSICAL_SIMPLE_QUANTITY = eINSTANCE.getIfcPhysicalSimpleQuantity();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PHYSICAL_SIMPLE_QUANTITY__UNIT = eINSTANCE.getIfcPhysicalSimpleQuantity_Unit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPileImpl Ifc Pile}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPileImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPile()
* @generated
*/
EClass IFC_PILE = eINSTANCE.getIfcPile();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PILE__PREDEFINED_TYPE = eINSTANCE.getIfcPile_PredefinedType();
/**
* The meta object literal for the 'Construction Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PILE__CONSTRUCTION_TYPE = eINSTANCE.getIfcPile_ConstructionType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPipeFittingTypeImpl Ifc Pipe Fitting Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPipeFittingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeFittingType()
* @generated
*/
EClass IFC_PIPE_FITTING_TYPE = eINSTANCE.getIfcPipeFittingType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PIPE_FITTING_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcPipeFittingType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPipeSegmentTypeImpl Ifc Pipe Segment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPipeSegmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeSegmentType()
* @generated
*/
EClass IFC_PIPE_SEGMENT_TYPE = eINSTANCE.getIfcPipeSegmentType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PIPE_SEGMENT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcPipeSegmentType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPixelTextureImpl Ifc Pixel Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPixelTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPixelTexture()
* @generated
*/
EClass IFC_PIXEL_TEXTURE = eINSTANCE.getIfcPixelTexture();
/**
* The meta object literal for the 'Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PIXEL_TEXTURE__WIDTH = eINSTANCE.getIfcPixelTexture_Width();
/**
* The meta object literal for the 'Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PIXEL_TEXTURE__HEIGHT = eINSTANCE.getIfcPixelTexture_Height();
/**
* The meta object literal for the 'Colour Components' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PIXEL_TEXTURE__COLOUR_COMPONENTS = eINSTANCE.getIfcPixelTexture_ColourComponents();
/**
* The meta object literal for the 'Pixel' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_PIXEL_TEXTURE__PIXEL = eINSTANCE.getIfcPixelTexture_Pixel();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlacementImpl Ifc Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlacement()
* @generated
*/
EClass IFC_PLACEMENT = eINSTANCE.getIfcPlacement();
/**
* The meta object literal for the 'Location' reference feature.
*
*
* @generated
*/
EReference IFC_PLACEMENT__LOCATION = eINSTANCE.getIfcPlacement_Location();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLACEMENT__DIM = eINSTANCE.getIfcPlacement_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlanarBoxImpl Ifc Planar Box}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlanarBoxImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlanarBox()
* @generated
*/
EClass IFC_PLANAR_BOX = eINSTANCE.getIfcPlanarBox();
/**
* The meta object literal for the 'Placement' reference feature.
*
*
* @generated
*/
EReference IFC_PLANAR_BOX__PLACEMENT = eINSTANCE.getIfcPlanarBox_Placement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlanarExtentImpl Ifc Planar Extent}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlanarExtentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlanarExtent()
* @generated
*/
EClass IFC_PLANAR_EXTENT = eINSTANCE.getIfcPlanarExtent();
/**
* The meta object literal for the 'Size In X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANAR_EXTENT__SIZE_IN_X = eINSTANCE.getIfcPlanarExtent_SizeInX();
/**
* The meta object literal for the 'Size In XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANAR_EXTENT__SIZE_IN_XAS_STRING = eINSTANCE.getIfcPlanarExtent_SizeInXAsString();
/**
* The meta object literal for the 'Size In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANAR_EXTENT__SIZE_IN_Y = eINSTANCE.getIfcPlanarExtent_SizeInY();
/**
* The meta object literal for the 'Size In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANAR_EXTENT__SIZE_IN_YAS_STRING = eINSTANCE.getIfcPlanarExtent_SizeInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlaneImpl Ifc Plane}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlaneImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlane()
* @generated
*/
EClass IFC_PLANE = eINSTANCE.getIfcPlane();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlateImpl Ifc Plate}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlateImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlate()
* @generated
*/
EClass IFC_PLATE = eINSTANCE.getIfcPlate();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlateTypeImpl Ifc Plate Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlateTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlateType()
* @generated
*/
EClass IFC_PLATE_TYPE = eINSTANCE.getIfcPlateType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLATE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcPlateType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPointImpl Ifc Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPoint()
* @generated
*/
EClass IFC_POINT = eINSTANCE.getIfcPoint();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPointOnCurveImpl Ifc Point On Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPointOnCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPointOnCurve()
* @generated
*/
EClass IFC_POINT_ON_CURVE = eINSTANCE.getIfcPointOnCurve();
/**
* The meta object literal for the 'Basis Curve' reference feature.
*
*
* @generated
*/
EReference IFC_POINT_ON_CURVE__BASIS_CURVE = eINSTANCE.getIfcPointOnCurve_BasisCurve();
/**
* The meta object literal for the 'Point Parameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_CURVE__POINT_PARAMETER = eINSTANCE.getIfcPointOnCurve_PointParameter();
/**
* The meta object literal for the 'Point Parameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_CURVE__POINT_PARAMETER_AS_STRING = eINSTANCE
.getIfcPointOnCurve_PointParameterAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_CURVE__DIM = eINSTANCE.getIfcPointOnCurve_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPointOnSurfaceImpl Ifc Point On Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPointOnSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPointOnSurface()
* @generated
*/
EClass IFC_POINT_ON_SURFACE = eINSTANCE.getIfcPointOnSurface();
/**
* The meta object literal for the 'Basis Surface' reference feature.
*
*
* @generated
*/
EReference IFC_POINT_ON_SURFACE__BASIS_SURFACE = eINSTANCE.getIfcPointOnSurface_BasisSurface();
/**
* The meta object literal for the 'Point Parameter U' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_SURFACE__POINT_PARAMETER_U = eINSTANCE.getIfcPointOnSurface_PointParameterU();
/**
* The meta object literal for the 'Point Parameter UAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_SURFACE__POINT_PARAMETER_UAS_STRING = eINSTANCE
.getIfcPointOnSurface_PointParameterUAsString();
/**
* The meta object literal for the 'Point Parameter V' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_SURFACE__POINT_PARAMETER_V = eINSTANCE.getIfcPointOnSurface_PointParameterV();
/**
* The meta object literal for the 'Point Parameter VAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_SURFACE__POINT_PARAMETER_VAS_STRING = eINSTANCE
.getIfcPointOnSurface_PointParameterVAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POINT_ON_SURFACE__DIM = eINSTANCE.getIfcPointOnSurface_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPolyLoopImpl Ifc Poly Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPolyLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPolyLoop()
* @generated
*/
EClass IFC_POLY_LOOP = eINSTANCE.getIfcPolyLoop();
/**
* The meta object literal for the 'Polygon' reference list feature.
*
*
* @generated
*/
EReference IFC_POLY_LOOP__POLYGON = eINSTANCE.getIfcPolyLoop_Polygon();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPolygonalBoundedHalfSpaceImpl Ifc Polygonal Bounded Half Space}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPolygonalBoundedHalfSpaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPolygonalBoundedHalfSpace()
* @generated
*/
EClass IFC_POLYGONAL_BOUNDED_HALF_SPACE = eINSTANCE.getIfcPolygonalBoundedHalfSpace();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_POLYGONAL_BOUNDED_HALF_SPACE__POSITION = eINSTANCE.getIfcPolygonalBoundedHalfSpace_Position();
/**
* The meta object literal for the 'Polygonal Boundary' reference feature.
*
*
* @generated
*/
EReference IFC_POLYGONAL_BOUNDED_HALF_SPACE__POLYGONAL_BOUNDARY = eINSTANCE
.getIfcPolygonalBoundedHalfSpace_PolygonalBoundary();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPolylineImpl Ifc Polyline}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPolylineImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPolyline()
* @generated
*/
EClass IFC_POLYLINE = eINSTANCE.getIfcPolyline();
/**
* The meta object literal for the 'Points' reference list feature.
*
*
* @generated
*/
EReference IFC_POLYLINE__POINTS = eINSTANCE.getIfcPolyline_Points();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPortImpl Ifc Port}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPortImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPort()
* @generated
*/
EClass IFC_PORT = eINSTANCE.getIfcPort();
/**
* The meta object literal for the 'Contained In' reference feature.
*
*
* @generated
*/
EReference IFC_PORT__CONTAINED_IN = eINSTANCE.getIfcPort_ContainedIn();
/**
* The meta object literal for the 'Connected From' reference list feature.
*
*
* @generated
*/
EReference IFC_PORT__CONNECTED_FROM = eINSTANCE.getIfcPort_ConnectedFrom();
/**
* The meta object literal for the 'Connected To' reference list feature.
*
*
* @generated
*/
EReference IFC_PORT__CONNECTED_TO = eINSTANCE.getIfcPort_ConnectedTo();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPostalAddressImpl Ifc Postal Address}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPostalAddressImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPostalAddress()
* @generated
*/
EClass IFC_POSTAL_ADDRESS = eINSTANCE.getIfcPostalAddress();
/**
* The meta object literal for the 'Internal Location' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__INTERNAL_LOCATION = eINSTANCE.getIfcPostalAddress_InternalLocation();
/**
* The meta object literal for the 'Address Lines' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__ADDRESS_LINES = eINSTANCE.getIfcPostalAddress_AddressLines();
/**
* The meta object literal for the 'Postal Box' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__POSTAL_BOX = eINSTANCE.getIfcPostalAddress_PostalBox();
/**
* The meta object literal for the 'Town' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__TOWN = eINSTANCE.getIfcPostalAddress_Town();
/**
* The meta object literal for the 'Region' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__REGION = eINSTANCE.getIfcPostalAddress_Region();
/**
* The meta object literal for the 'Postal Code' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__POSTAL_CODE = eINSTANCE.getIfcPostalAddress_PostalCode();
/**
* The meta object literal for the 'Country' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POSTAL_ADDRESS__COUNTRY = eINSTANCE.getIfcPostalAddress_Country();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedColourImpl Ifc Pre Defined Colour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedColourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedColour()
* @generated
*/
EClass IFC_PRE_DEFINED_COLOUR = eINSTANCE.getIfcPreDefinedColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedCurveFontImpl Ifc Pre Defined Curve Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedCurveFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedCurveFont()
* @generated
*/
EClass IFC_PRE_DEFINED_CURVE_FONT = eINSTANCE.getIfcPreDefinedCurveFont();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedDimensionSymbolImpl Ifc Pre Defined Dimension Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedDimensionSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedDimensionSymbol()
* @generated
*/
EClass IFC_PRE_DEFINED_DIMENSION_SYMBOL = eINSTANCE.getIfcPreDefinedDimensionSymbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedItemImpl Ifc Pre Defined Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedItem()
* @generated
*/
EClass IFC_PRE_DEFINED_ITEM = eINSTANCE.getIfcPreDefinedItem();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRE_DEFINED_ITEM__NAME = eINSTANCE.getIfcPreDefinedItem_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedPointMarkerSymbolImpl Ifc Pre Defined Point Marker Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedPointMarkerSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedPointMarkerSymbol()
* @generated
*/
EClass IFC_PRE_DEFINED_POINT_MARKER_SYMBOL = eINSTANCE.getIfcPreDefinedPointMarkerSymbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedSymbolImpl Ifc Pre Defined Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedSymbol()
* @generated
*/
EClass IFC_PRE_DEFINED_SYMBOL = eINSTANCE.getIfcPreDefinedSymbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTerminatorSymbolImpl Ifc Pre Defined Terminator Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTerminatorSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedTerminatorSymbol()
* @generated
*/
EClass IFC_PRE_DEFINED_TERMINATOR_SYMBOL = eINSTANCE.getIfcPreDefinedTerminatorSymbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTextFontImpl Ifc Pre Defined Text Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPreDefinedTextFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPreDefinedTextFont()
* @generated
*/
EClass IFC_PRE_DEFINED_TEXT_FONT = eINSTANCE.getIfcPreDefinedTextFont();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerAssignmentImpl Ifc Presentation Layer Assignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerAssignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationLayerAssignment()
* @generated
*/
EClass IFC_PRESENTATION_LAYER_ASSIGNMENT = eINSTANCE.getIfcPresentationLayerAssignment();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_LAYER_ASSIGNMENT__NAME = eINSTANCE.getIfcPresentationLayerAssignment_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_LAYER_ASSIGNMENT__DESCRIPTION = eINSTANCE
.getIfcPresentationLayerAssignment_Description();
/**
* The meta object literal for the 'Assigned Items' reference list feature.
*
*
* @generated
*/
EReference IFC_PRESENTATION_LAYER_ASSIGNMENT__ASSIGNED_ITEMS = eINSTANCE
.getIfcPresentationLayerAssignment_AssignedItems();
/**
* The meta object literal for the 'Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_LAYER_ASSIGNMENT__IDENTIFIER = eINSTANCE
.getIfcPresentationLayerAssignment_Identifier();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerWithStyleImpl Ifc Presentation Layer With Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationLayerWithStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationLayerWithStyle()
* @generated
*/
EClass IFC_PRESENTATION_LAYER_WITH_STYLE = eINSTANCE.getIfcPresentationLayerWithStyle();
/**
* The meta object literal for the 'Layer On' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_ON = eINSTANCE.getIfcPresentationLayerWithStyle_LayerOn();
/**
* The meta object literal for the 'Layer Frozen' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_FROZEN = eINSTANCE
.getIfcPresentationLayerWithStyle_LayerFrozen();
/**
* The meta object literal for the 'Layer Blocked' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_BLOCKED = eINSTANCE
.getIfcPresentationLayerWithStyle_LayerBlocked();
/**
* The meta object literal for the 'Layer Styles' reference list feature.
*
*
* @generated
*/
EReference IFC_PRESENTATION_LAYER_WITH_STYLE__LAYER_STYLES = eINSTANCE
.getIfcPresentationLayerWithStyle_LayerStyles();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleImpl Ifc Presentation Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationStyle()
* @generated
*/
EClass IFC_PRESENTATION_STYLE = eINSTANCE.getIfcPresentationStyle();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTATION_STYLE__NAME = eINSTANCE.getIfcPresentationStyle_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleAssignmentImpl Ifc Presentation Style Assignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentationStyleAssignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationStyleAssignment()
* @generated
*/
EClass IFC_PRESENTATION_STYLE_ASSIGNMENT = eINSTANCE.getIfcPresentationStyleAssignment();
/**
* The meta object literal for the 'Styles' reference list feature.
*
*
* @generated
*/
EReference IFC_PRESENTATION_STYLE_ASSIGNMENT__STYLES = eINSTANCE.getIfcPresentationStyleAssignment_Styles();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProcedureImpl Ifc Procedure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProcedureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProcedure()
* @generated
*/
EClass IFC_PROCEDURE = eINSTANCE.getIfcProcedure();
/**
* The meta object literal for the 'Procedure ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROCEDURE__PROCEDURE_ID = eINSTANCE.getIfcProcedure_ProcedureID();
/**
* The meta object literal for the 'Procedure Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROCEDURE__PROCEDURE_TYPE = eINSTANCE.getIfcProcedure_ProcedureType();
/**
* The meta object literal for the 'User Defined Procedure Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROCEDURE__USER_DEFINED_PROCEDURE_TYPE = eINSTANCE.getIfcProcedure_UserDefinedProcedureType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProcessImpl Ifc Process}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProcessImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProcess()
* @generated
*/
EClass IFC_PROCESS = eINSTANCE.getIfcProcess();
/**
* The meta object literal for the 'Operates On' reference list feature.
*
*
* @generated
*/
EReference IFC_PROCESS__OPERATES_ON = eINSTANCE.getIfcProcess_OperatesOn();
/**
* The meta object literal for the 'Is Successor From' reference list feature.
*
*
* @generated
*/
EReference IFC_PROCESS__IS_SUCCESSOR_FROM = eINSTANCE.getIfcProcess_IsSuccessorFrom();
/**
* The meta object literal for the 'Is Predecessor To' reference list feature.
*
*
* @generated
*/
EReference IFC_PROCESS__IS_PREDECESSOR_TO = eINSTANCE.getIfcProcess_IsPredecessorTo();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductImpl Ifc Product}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProduct()
* @generated
*/
EClass IFC_PRODUCT = eINSTANCE.getIfcProduct();
/**
* The meta object literal for the 'Object Placement' reference feature.
*
*
* @generated
*/
EReference IFC_PRODUCT__OBJECT_PLACEMENT = eINSTANCE.getIfcProduct_ObjectPlacement();
/**
* The meta object literal for the 'Representation' reference feature.
*
*
* @generated
*/
EReference IFC_PRODUCT__REPRESENTATION = eINSTANCE.getIfcProduct_Representation();
/**
* The meta object literal for the 'Referenced By' reference list feature.
*
*
* @generated
*/
EReference IFC_PRODUCT__REFERENCED_BY = eINSTANCE.getIfcProduct_ReferencedBy();
/**
* The meta object literal for the 'Geometry' reference feature.
*
*
* @generated
*/
EReference IFC_PRODUCT__GEOMETRY = eINSTANCE.getIfcProduct_Geometry();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductDefinitionShapeImpl Ifc Product Definition Shape}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductDefinitionShapeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProductDefinitionShape()
* @generated
*/
EClass IFC_PRODUCT_DEFINITION_SHAPE = eINSTANCE.getIfcProductDefinitionShape();
/**
* The meta object literal for the 'Shape Of Product' reference list feature.
*
*
* @generated
*/
EReference IFC_PRODUCT_DEFINITION_SHAPE__SHAPE_OF_PRODUCT = eINSTANCE
.getIfcProductDefinitionShape_ShapeOfProduct();
/**
* The meta object literal for the 'Has Shape Aspects' reference list feature.
*
*
* @generated
*/
EReference IFC_PRODUCT_DEFINITION_SHAPE__HAS_SHAPE_ASPECTS = eINSTANCE
.getIfcProductDefinitionShape_HasShapeAspects();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductRepresentationImpl Ifc Product Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProductRepresentation()
* @generated
*/
EClass IFC_PRODUCT_REPRESENTATION = eINSTANCE.getIfcProductRepresentation();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCT_REPRESENTATION__NAME = eINSTANCE.getIfcProductRepresentation_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCT_REPRESENTATION__DESCRIPTION = eINSTANCE.getIfcProductRepresentation_Description();
/**
* The meta object literal for the 'Representations' reference list feature.
*
*
* @generated
*/
EReference IFC_PRODUCT_REPRESENTATION__REPRESENTATIONS = eINSTANCE
.getIfcProductRepresentation_Representations();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProductsOfCombustionPropertiesImpl Ifc Products Of Combustion Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProductsOfCombustionPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProductsOfCombustionProperties()
* @generated
*/
EClass IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES = eINSTANCE.getIfcProductsOfCombustionProperties();
/**
* The meta object literal for the 'Specific Heat Capacity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__SPECIFIC_HEAT_CAPACITY = eINSTANCE
.getIfcProductsOfCombustionProperties_SpecificHeatCapacity();
/**
* The meta object literal for the 'Specific Heat Capacity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__SPECIFIC_HEAT_CAPACITY_AS_STRING = eINSTANCE
.getIfcProductsOfCombustionProperties_SpecificHeatCapacityAsString();
/**
* The meta object literal for the 'N20 Content' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__N20_CONTENT = eINSTANCE
.getIfcProductsOfCombustionProperties_N20Content();
/**
* The meta object literal for the 'N20 Content As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__N20_CONTENT_AS_STRING = eINSTANCE
.getIfcProductsOfCombustionProperties_N20ContentAsString();
/**
* The meta object literal for the 'CO Content' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO_CONTENT = eINSTANCE
.getIfcProductsOfCombustionProperties_COContent();
/**
* The meta object literal for the 'CO Content As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO_CONTENT_AS_STRING = eINSTANCE
.getIfcProductsOfCombustionProperties_COContentAsString();
/**
* The meta object literal for the 'CO2 Content' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO2_CONTENT = eINSTANCE
.getIfcProductsOfCombustionProperties_CO2Content();
/**
* The meta object literal for the 'CO2 Content As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRODUCTS_OF_COMBUSTION_PROPERTIES__CO2_CONTENT_AS_STRING = eINSTANCE
.getIfcProductsOfCombustionProperties_CO2ContentAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProfileDefImpl Ifc Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProfileDef()
* @generated
*/
EClass IFC_PROFILE_DEF = eINSTANCE.getIfcProfileDef();
/**
* The meta object literal for the 'Profile Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROFILE_DEF__PROFILE_TYPE = eINSTANCE.getIfcProfileDef_ProfileType();
/**
* The meta object literal for the 'Profile Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROFILE_DEF__PROFILE_NAME = eINSTANCE.getIfcProfileDef_ProfileName();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProfilePropertiesImpl Ifc Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProfileProperties()
* @generated
*/
EClass IFC_PROFILE_PROPERTIES = eINSTANCE.getIfcProfileProperties();
/**
* The meta object literal for the 'Profile Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROFILE_PROPERTIES__PROFILE_NAME = eINSTANCE.getIfcProfileProperties_ProfileName();
/**
* The meta object literal for the 'Profile Definition' reference feature.
*
*
* @generated
*/
EReference IFC_PROFILE_PROPERTIES__PROFILE_DEFINITION = eINSTANCE.getIfcProfileProperties_ProfileDefinition();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectImpl Ifc Project}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProject()
* @generated
*/
EClass IFC_PROJECT = eINSTANCE.getIfcProject();
/**
* The meta object literal for the 'Long Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROJECT__LONG_NAME = eINSTANCE.getIfcProject_LongName();
/**
* The meta object literal for the 'Phase' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROJECT__PHASE = eINSTANCE.getIfcProject_Phase();
/**
* The meta object literal for the 'Representation Contexts' reference list feature.
*
*
* @generated
*/
EReference IFC_PROJECT__REPRESENTATION_CONTEXTS = eINSTANCE.getIfcProject_RepresentationContexts();
/**
* The meta object literal for the 'Units In Context' reference feature.
*
*
* @generated
*/
EReference IFC_PROJECT__UNITS_IN_CONTEXT = eINSTANCE.getIfcProject_UnitsInContext();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderImpl Ifc Project Order}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrder()
* @generated
*/
EClass IFC_PROJECT_ORDER = eINSTANCE.getIfcProjectOrder();
/**
* The meta object literal for the 'ID' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROJECT_ORDER__ID = eINSTANCE.getIfcProjectOrder_ID();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROJECT_ORDER__PREDEFINED_TYPE = eINSTANCE.getIfcProjectOrder_PredefinedType();
/**
* The meta object literal for the 'Status' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROJECT_ORDER__STATUS = eINSTANCE.getIfcProjectOrder_Status();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderRecordImpl Ifc Project Order Record}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectOrderRecordImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrderRecord()
* @generated
*/
EClass IFC_PROJECT_ORDER_RECORD = eINSTANCE.getIfcProjectOrderRecord();
/**
* The meta object literal for the 'Records' reference list feature.
*
*
* @generated
*/
EReference IFC_PROJECT_ORDER_RECORD__RECORDS = eINSTANCE.getIfcProjectOrderRecord_Records();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROJECT_ORDER_RECORD__PREDEFINED_TYPE = eINSTANCE.getIfcProjectOrderRecord_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectionCurveImpl Ifc Projection Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectionCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectionCurve()
* @generated
*/
EClass IFC_PROJECTION_CURVE = eINSTANCE.getIfcProjectionCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProjectionElementImpl Ifc Projection Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProjectionElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectionElement()
* @generated
*/
EClass IFC_PROJECTION_ELEMENT = eINSTANCE.getIfcProjectionElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyImpl Ifc Property}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProperty()
* @generated
*/
EClass IFC_PROPERTY = eINSTANCE.getIfcProperty();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY__NAME = eINSTANCE.getIfcProperty_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY__DESCRIPTION = eINSTANCE.getIfcProperty_Description();
/**
* The meta object literal for the 'Property For Dependance' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY__PROPERTY_FOR_DEPENDANCE = eINSTANCE.getIfcProperty_PropertyForDependance();
/**
* The meta object literal for the 'Property Depends On' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY__PROPERTY_DEPENDS_ON = eINSTANCE.getIfcProperty_PropertyDependsOn();
/**
* The meta object literal for the 'Part Of Complex' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY__PART_OF_COMPLEX = eINSTANCE.getIfcProperty_PartOfComplex();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyBoundedValueImpl Ifc Property Bounded Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyBoundedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyBoundedValue()
* @generated
*/
EClass IFC_PROPERTY_BOUNDED_VALUE = eINSTANCE.getIfcPropertyBoundedValue();
/**
* The meta object literal for the 'Upper Bound Value' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_BOUNDED_VALUE__UPPER_BOUND_VALUE = eINSTANCE
.getIfcPropertyBoundedValue_UpperBoundValue();
/**
* The meta object literal for the 'Lower Bound Value' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_BOUNDED_VALUE__LOWER_BOUND_VALUE = eINSTANCE
.getIfcPropertyBoundedValue_LowerBoundValue();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_BOUNDED_VALUE__UNIT = eINSTANCE.getIfcPropertyBoundedValue_Unit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyConstraintRelationshipImpl Ifc Property Constraint Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyConstraintRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyConstraintRelationship()
* @generated
*/
EClass IFC_PROPERTY_CONSTRAINT_RELATIONSHIP = eINSTANCE.getIfcPropertyConstraintRelationship();
/**
* The meta object literal for the 'Relating Constraint' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__RELATING_CONSTRAINT = eINSTANCE
.getIfcPropertyConstraintRelationship_RelatingConstraint();
/**
* The meta object literal for the 'Related Properties' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__RELATED_PROPERTIES = eINSTANCE
.getIfcPropertyConstraintRelationship_RelatedProperties();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__NAME = eINSTANCE.getIfcPropertyConstraintRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_CONSTRAINT_RELATIONSHIP__DESCRIPTION = eINSTANCE
.getIfcPropertyConstraintRelationship_Description();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDefinitionImpl Ifc Property Definition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDefinitionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyDefinition()
* @generated
*/
EClass IFC_PROPERTY_DEFINITION = eINSTANCE.getIfcPropertyDefinition();
/**
* The meta object literal for the 'Has Associations' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_DEFINITION__HAS_ASSOCIATIONS = eINSTANCE.getIfcPropertyDefinition_HasAssociations();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDependencyRelationshipImpl Ifc Property Dependency Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyDependencyRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyDependencyRelationship()
* @generated
*/
EClass IFC_PROPERTY_DEPENDENCY_RELATIONSHIP = eINSTANCE.getIfcPropertyDependencyRelationship();
/**
* The meta object literal for the 'Depending Property' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__DEPENDING_PROPERTY = eINSTANCE
.getIfcPropertyDependencyRelationship_DependingProperty();
/**
* The meta object literal for the 'Dependant Property' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__DEPENDANT_PROPERTY = eINSTANCE
.getIfcPropertyDependencyRelationship_DependantProperty();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__NAME = eINSTANCE.getIfcPropertyDependencyRelationship_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__DESCRIPTION = eINSTANCE
.getIfcPropertyDependencyRelationship_Description();
/**
* The meta object literal for the 'Expression' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_DEPENDENCY_RELATIONSHIP__EXPRESSION = eINSTANCE
.getIfcPropertyDependencyRelationship_Expression();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumeratedValueImpl Ifc Property Enumerated Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumeratedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyEnumeratedValue()
* @generated
*/
EClass IFC_PROPERTY_ENUMERATED_VALUE = eINSTANCE.getIfcPropertyEnumeratedValue();
/**
* The meta object literal for the 'Enumeration Values' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_ENUMERATED_VALUE__ENUMERATION_VALUES = eINSTANCE
.getIfcPropertyEnumeratedValue_EnumerationValues();
/**
* The meta object literal for the 'Enumeration Reference' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_ENUMERATED_VALUE__ENUMERATION_REFERENCE = eINSTANCE
.getIfcPropertyEnumeratedValue_EnumerationReference();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumerationImpl Ifc Property Enumeration}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyEnumerationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyEnumeration()
* @generated
*/
EClass IFC_PROPERTY_ENUMERATION = eINSTANCE.getIfcPropertyEnumeration();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_ENUMERATION__NAME = eINSTANCE.getIfcPropertyEnumeration_Name();
/**
* The meta object literal for the 'Enumeration Values' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_ENUMERATION__ENUMERATION_VALUES = eINSTANCE
.getIfcPropertyEnumeration_EnumerationValues();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_ENUMERATION__UNIT = eINSTANCE.getIfcPropertyEnumeration_Unit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyListValueImpl Ifc Property List Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyListValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyListValue()
* @generated
*/
EClass IFC_PROPERTY_LIST_VALUE = eINSTANCE.getIfcPropertyListValue();
/**
* The meta object literal for the 'List Values' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_LIST_VALUE__LIST_VALUES = eINSTANCE.getIfcPropertyListValue_ListValues();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_LIST_VALUE__UNIT = eINSTANCE.getIfcPropertyListValue_Unit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyReferenceValueImpl Ifc Property Reference Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyReferenceValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyReferenceValue()
* @generated
*/
EClass IFC_PROPERTY_REFERENCE_VALUE = eINSTANCE.getIfcPropertyReferenceValue();
/**
* The meta object literal for the 'Usage Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_REFERENCE_VALUE__USAGE_NAME = eINSTANCE.getIfcPropertyReferenceValue_UsageName();
/**
* The meta object literal for the 'Property Reference' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_REFERENCE_VALUE__PROPERTY_REFERENCE = eINSTANCE
.getIfcPropertyReferenceValue_PropertyReference();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetImpl Ifc Property Set}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySet()
* @generated
*/
EClass IFC_PROPERTY_SET = eINSTANCE.getIfcPropertySet();
/**
* The meta object literal for the 'Has Properties' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_SET__HAS_PROPERTIES = eINSTANCE.getIfcPropertySet_HasProperties();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetDefinitionImpl Ifc Property Set Definition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertySetDefinitionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySetDefinition()
* @generated
*/
EClass IFC_PROPERTY_SET_DEFINITION = eINSTANCE.getIfcPropertySetDefinition();
/**
* The meta object literal for the 'Property Definition Of' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_SET_DEFINITION__PROPERTY_DEFINITION_OF = eINSTANCE
.getIfcPropertySetDefinition_PropertyDefinitionOf();
/**
* The meta object literal for the 'Defines Type' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_SET_DEFINITION__DEFINES_TYPE = eINSTANCE.getIfcPropertySetDefinition_DefinesType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertySingleValueImpl Ifc Property Single Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertySingleValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySingleValue()
* @generated
*/
EClass IFC_PROPERTY_SINGLE_VALUE = eINSTANCE.getIfcPropertySingleValue();
/**
* The meta object literal for the 'Nominal Value' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_SINGLE_VALUE__NOMINAL_VALUE = eINSTANCE.getIfcPropertySingleValue_NominalValue();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_SINGLE_VALUE__UNIT = eINSTANCE.getIfcPropertySingleValue_Unit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPropertyTableValueImpl Ifc Property Table Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPropertyTableValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertyTableValue()
* @generated
*/
EClass IFC_PROPERTY_TABLE_VALUE = eINSTANCE.getIfcPropertyTableValue();
/**
* The meta object literal for the 'Defining Values' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_TABLE_VALUE__DEFINING_VALUES = eINSTANCE.getIfcPropertyTableValue_DefiningValues();
/**
* The meta object literal for the 'Defined Values' reference list feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_TABLE_VALUE__DEFINED_VALUES = eINSTANCE.getIfcPropertyTableValue_DefinedValues();
/**
* The meta object literal for the 'Expression' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROPERTY_TABLE_VALUE__EXPRESSION = eINSTANCE.getIfcPropertyTableValue_Expression();
/**
* The meta object literal for the 'Defining Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_TABLE_VALUE__DEFINING_UNIT = eINSTANCE.getIfcPropertyTableValue_DefiningUnit();
/**
* The meta object literal for the 'Defined Unit' reference feature.
*
*
* @generated
*/
EReference IFC_PROPERTY_TABLE_VALUE__DEFINED_UNIT = eINSTANCE.getIfcPropertyTableValue_DefinedUnit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProtectiveDeviceTypeImpl Ifc Protective Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProtectiveDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProtectiveDeviceType()
* @generated
*/
EClass IFC_PROTECTIVE_DEVICE_TYPE = eINSTANCE.getIfcProtectiveDeviceType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROTECTIVE_DEVICE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcProtectiveDeviceType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcProxyImpl Ifc Proxy}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcProxyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProxy()
* @generated
*/
EClass IFC_PROXY = eINSTANCE.getIfcProxy();
/**
* The meta object literal for the 'Proxy Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROXY__PROXY_TYPE = eINSTANCE.getIfcProxy_ProxyType();
/**
* The meta object literal for the 'Tag' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PROXY__TAG = eINSTANCE.getIfcProxy_Tag();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPumpTypeImpl Ifc Pump Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPumpTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPumpType()
* @generated
*/
EClass IFC_PUMP_TYPE = eINSTANCE.getIfcPumpType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PUMP_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcPumpType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityAreaImpl Ifc Quantity Area}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityAreaImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityArea()
* @generated
*/
EClass IFC_QUANTITY_AREA = eINSTANCE.getIfcQuantityArea();
/**
* The meta object literal for the 'Area Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_AREA__AREA_VALUE = eINSTANCE.getIfcQuantityArea_AreaValue();
/**
* The meta object literal for the 'Area Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_AREA__AREA_VALUE_AS_STRING = eINSTANCE.getIfcQuantityArea_AreaValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityCountImpl Ifc Quantity Count}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityCountImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityCount()
* @generated
*/
EClass IFC_QUANTITY_COUNT = eINSTANCE.getIfcQuantityCount();
/**
* The meta object literal for the 'Count Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_COUNT__COUNT_VALUE = eINSTANCE.getIfcQuantityCount_CountValue();
/**
* The meta object literal for the 'Count Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_COUNT__COUNT_VALUE_AS_STRING = eINSTANCE.getIfcQuantityCount_CountValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityLengthImpl Ifc Quantity Length}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityLengthImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityLength()
* @generated
*/
EClass IFC_QUANTITY_LENGTH = eINSTANCE.getIfcQuantityLength();
/**
* The meta object literal for the 'Length Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_LENGTH__LENGTH_VALUE = eINSTANCE.getIfcQuantityLength_LengthValue();
/**
* The meta object literal for the 'Length Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_LENGTH__LENGTH_VALUE_AS_STRING = eINSTANCE.getIfcQuantityLength_LengthValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityTimeImpl Ifc Quantity Time}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityTimeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityTime()
* @generated
*/
EClass IFC_QUANTITY_TIME = eINSTANCE.getIfcQuantityTime();
/**
* The meta object literal for the 'Time Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_TIME__TIME_VALUE = eINSTANCE.getIfcQuantityTime_TimeValue();
/**
* The meta object literal for the 'Time Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_TIME__TIME_VALUE_AS_STRING = eINSTANCE.getIfcQuantityTime_TimeValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityVolumeImpl Ifc Quantity Volume}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityVolumeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityVolume()
* @generated
*/
EClass IFC_QUANTITY_VOLUME = eINSTANCE.getIfcQuantityVolume();
/**
* The meta object literal for the 'Volume Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_VOLUME__VOLUME_VALUE = eINSTANCE.getIfcQuantityVolume_VolumeValue();
/**
* The meta object literal for the 'Volume Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_VOLUME__VOLUME_VALUE_AS_STRING = eINSTANCE.getIfcQuantityVolume_VolumeValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcQuantityWeightImpl Ifc Quantity Weight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcQuantityWeightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcQuantityWeight()
* @generated
*/
EClass IFC_QUANTITY_WEIGHT = eINSTANCE.getIfcQuantityWeight();
/**
* The meta object literal for the 'Weight Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_WEIGHT__WEIGHT_VALUE = eINSTANCE.getIfcQuantityWeight_WeightValue();
/**
* The meta object literal for the 'Weight Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_QUANTITY_WEIGHT__WEIGHT_VALUE_AS_STRING = eINSTANCE.getIfcQuantityWeight_WeightValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRadiusDimensionImpl Ifc Radius Dimension}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRadiusDimensionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRadiusDimension()
* @generated
*/
EClass IFC_RADIUS_DIMENSION = eINSTANCE.getIfcRadiusDimension();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRailingImpl Ifc Railing}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRailingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRailing()
* @generated
*/
EClass IFC_RAILING = eINSTANCE.getIfcRailing();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RAILING__PREDEFINED_TYPE = eINSTANCE.getIfcRailing_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRailingTypeImpl Ifc Railing Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRailingTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRailingType()
* @generated
*/
EClass IFC_RAILING_TYPE = eINSTANCE.getIfcRailingType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RAILING_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcRailingType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRampImpl Ifc Ramp}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRampImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRamp()
* @generated
*/
EClass IFC_RAMP = eINSTANCE.getIfcRamp();
/**
* The meta object literal for the 'Shape Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RAMP__SHAPE_TYPE = eINSTANCE.getIfcRamp_ShapeType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightImpl Ifc Ramp Flight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampFlight()
* @generated
*/
EClass IFC_RAMP_FLIGHT = eINSTANCE.getIfcRampFlight();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightTypeImpl Ifc Ramp Flight Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRampFlightTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampFlightType()
* @generated
*/
EClass IFC_RAMP_FLIGHT_TYPE = eINSTANCE.getIfcRampFlightType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RAMP_FLIGHT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcRampFlightType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRationalBezierCurveImpl Ifc Rational Bezier Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRationalBezierCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRationalBezierCurve()
* @generated
*/
EClass IFC_RATIONAL_BEZIER_CURVE = eINSTANCE.getIfcRationalBezierCurve();
/**
* The meta object literal for the 'Weights Data' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_RATIONAL_BEZIER_CURVE__WEIGHTS_DATA = eINSTANCE.getIfcRationalBezierCurve_WeightsData();
/**
* The meta object literal for the 'Weights Data As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_RATIONAL_BEZIER_CURVE__WEIGHTS_DATA_AS_STRING = eINSTANCE
.getIfcRationalBezierCurve_WeightsDataAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangleHollowProfileDefImpl Ifc Rectangle Hollow Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangleHollowProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangleHollowProfileDef()
* @generated
*/
EClass IFC_RECTANGLE_HOLLOW_PROFILE_DEF = eINSTANCE.getIfcRectangleHollowProfileDef();
/**
* The meta object literal for the 'Wall Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS = eINSTANCE
.getIfcRectangleHollowProfileDef_WallThickness();
/**
* The meta object literal for the 'Wall Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_HOLLOW_PROFILE_DEF__WALL_THICKNESS_AS_STRING = eINSTANCE
.getIfcRectangleHollowProfileDef_WallThicknessAsString();
/**
* The meta object literal for the 'Inner Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_HOLLOW_PROFILE_DEF__INNER_FILLET_RADIUS = eINSTANCE
.getIfcRectangleHollowProfileDef_InnerFilletRadius();
/**
* The meta object literal for the 'Inner Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_HOLLOW_PROFILE_DEF__INNER_FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcRectangleHollowProfileDef_InnerFilletRadiusAsString();
/**
* The meta object literal for the 'Outer Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_HOLLOW_PROFILE_DEF__OUTER_FILLET_RADIUS = eINSTANCE
.getIfcRectangleHollowProfileDef_OuterFilletRadius();
/**
* The meta object literal for the 'Outer Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_HOLLOW_PROFILE_DEF__OUTER_FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcRectangleHollowProfileDef_OuterFilletRadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangleProfileDefImpl Ifc Rectangle Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangleProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangleProfileDef()
* @generated
*/
EClass IFC_RECTANGLE_PROFILE_DEF = eINSTANCE.getIfcRectangleProfileDef();
/**
* The meta object literal for the 'XDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_PROFILE_DEF__XDIM = eINSTANCE.getIfcRectangleProfileDef_XDim();
/**
* The meta object literal for the 'XDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_PROFILE_DEF__XDIM_AS_STRING = eINSTANCE.getIfcRectangleProfileDef_XDimAsString();
/**
* The meta object literal for the 'YDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_PROFILE_DEF__YDIM = eINSTANCE.getIfcRectangleProfileDef_YDim();
/**
* The meta object literal for the 'YDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGLE_PROFILE_DEF__YDIM_AS_STRING = eINSTANCE.getIfcRectangleProfileDef_YDimAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangularPyramidImpl Ifc Rectangular Pyramid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangularPyramidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangularPyramid()
* @generated
*/
EClass IFC_RECTANGULAR_PYRAMID = eINSTANCE.getIfcRectangularPyramid();
/**
* The meta object literal for the 'XLength' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_PYRAMID__XLENGTH = eINSTANCE.getIfcRectangularPyramid_XLength();
/**
* The meta object literal for the 'XLength As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_PYRAMID__XLENGTH_AS_STRING = eINSTANCE.getIfcRectangularPyramid_XLengthAsString();
/**
* The meta object literal for the 'YLength' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_PYRAMID__YLENGTH = eINSTANCE.getIfcRectangularPyramid_YLength();
/**
* The meta object literal for the 'YLength As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_PYRAMID__YLENGTH_AS_STRING = eINSTANCE.getIfcRectangularPyramid_YLengthAsString();
/**
* The meta object literal for the 'Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_PYRAMID__HEIGHT = eINSTANCE.getIfcRectangularPyramid_Height();
/**
* The meta object literal for the 'Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_PYRAMID__HEIGHT_AS_STRING = eINSTANCE.getIfcRectangularPyramid_HeightAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRectangularTrimmedSurfaceImpl Ifc Rectangular Trimmed Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRectangularTrimmedSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRectangularTrimmedSurface()
* @generated
*/
EClass IFC_RECTANGULAR_TRIMMED_SURFACE = eINSTANCE.getIfcRectangularTrimmedSurface();
/**
* The meta object literal for the 'Basis Surface' reference feature.
*
*
* @generated
*/
EReference IFC_RECTANGULAR_TRIMMED_SURFACE__BASIS_SURFACE = eINSTANCE
.getIfcRectangularTrimmedSurface_BasisSurface();
/**
* The meta object literal for the 'U1' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__U1 = eINSTANCE.getIfcRectangularTrimmedSurface_U1();
/**
* The meta object literal for the 'U1 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__U1_AS_STRING = eINSTANCE
.getIfcRectangularTrimmedSurface_U1AsString();
/**
* The meta object literal for the 'V1' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__V1 = eINSTANCE.getIfcRectangularTrimmedSurface_V1();
/**
* The meta object literal for the 'V1 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__V1_AS_STRING = eINSTANCE
.getIfcRectangularTrimmedSurface_V1AsString();
/**
* The meta object literal for the 'U2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__U2 = eINSTANCE.getIfcRectangularTrimmedSurface_U2();
/**
* The meta object literal for the 'U2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__U2_AS_STRING = eINSTANCE
.getIfcRectangularTrimmedSurface_U2AsString();
/**
* The meta object literal for the 'V2' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__V2 = eINSTANCE.getIfcRectangularTrimmedSurface_V2();
/**
* The meta object literal for the 'V2 As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__V2_AS_STRING = eINSTANCE
.getIfcRectangularTrimmedSurface_V2AsString();
/**
* The meta object literal for the 'Usense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__USENSE = eINSTANCE.getIfcRectangularTrimmedSurface_Usense();
/**
* The meta object literal for the 'Vsense' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__VSENSE = eINSTANCE.getIfcRectangularTrimmedSurface_Vsense();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RECTANGULAR_TRIMMED_SURFACE__DIM = eINSTANCE.getIfcRectangularTrimmedSurface_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReferencesValueDocumentImpl Ifc References Value Document}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReferencesValueDocumentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReferencesValueDocument()
* @generated
*/
EClass IFC_REFERENCES_VALUE_DOCUMENT = eINSTANCE.getIfcReferencesValueDocument();
/**
* The meta object literal for the 'Referenced Document' reference feature.
*
*
* @generated
*/
EReference IFC_REFERENCES_VALUE_DOCUMENT__REFERENCED_DOCUMENT = eINSTANCE
.getIfcReferencesValueDocument_ReferencedDocument();
/**
* The meta object literal for the 'Referencing Values' reference list feature.
*
*
* @generated
*/
EReference IFC_REFERENCES_VALUE_DOCUMENT__REFERENCING_VALUES = eINSTANCE
.getIfcReferencesValueDocument_ReferencingValues();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REFERENCES_VALUE_DOCUMENT__NAME = eINSTANCE.getIfcReferencesValueDocument_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REFERENCES_VALUE_DOCUMENT__DESCRIPTION = eINSTANCE.getIfcReferencesValueDocument_Description();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRegularTimeSeriesImpl Ifc Regular Time Series}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRegularTimeSeriesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRegularTimeSeries()
* @generated
*/
EClass IFC_REGULAR_TIME_SERIES = eINSTANCE.getIfcRegularTimeSeries();
/**
* The meta object literal for the 'Time Step' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REGULAR_TIME_SERIES__TIME_STEP = eINSTANCE.getIfcRegularTimeSeries_TimeStep();
/**
* The meta object literal for the 'Time Step As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REGULAR_TIME_SERIES__TIME_STEP_AS_STRING = eINSTANCE.getIfcRegularTimeSeries_TimeStepAsString();
/**
* The meta object literal for the 'Values' reference list feature.
*
*
* @generated
*/
EReference IFC_REGULAR_TIME_SERIES__VALUES = eINSTANCE.getIfcRegularTimeSeries_Values();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementBarPropertiesImpl Ifc Reinforcement Bar Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementBarPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcementBarProperties()
* @generated
*/
EClass IFC_REINFORCEMENT_BAR_PROPERTIES = eINSTANCE.getIfcReinforcementBarProperties();
/**
* The meta object literal for the 'Total Cross Section Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__TOTAL_CROSS_SECTION_AREA = eINSTANCE
.getIfcReinforcementBarProperties_TotalCrossSectionArea();
/**
* The meta object literal for the 'Total Cross Section Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__TOTAL_CROSS_SECTION_AREA_AS_STRING = eINSTANCE
.getIfcReinforcementBarProperties_TotalCrossSectionAreaAsString();
/**
* The meta object literal for the 'Steel Grade' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__STEEL_GRADE = eINSTANCE
.getIfcReinforcementBarProperties_SteelGrade();
/**
* The meta object literal for the 'Bar Surface' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__BAR_SURFACE = eINSTANCE
.getIfcReinforcementBarProperties_BarSurface();
/**
* The meta object literal for the 'Effective Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__EFFECTIVE_DEPTH = eINSTANCE
.getIfcReinforcementBarProperties_EffectiveDepth();
/**
* The meta object literal for the 'Effective Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__EFFECTIVE_DEPTH_AS_STRING = eINSTANCE
.getIfcReinforcementBarProperties_EffectiveDepthAsString();
/**
* The meta object literal for the 'Nominal Bar Diameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__NOMINAL_BAR_DIAMETER = eINSTANCE
.getIfcReinforcementBarProperties_NominalBarDiameter();
/**
* The meta object literal for the 'Nominal Bar Diameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__NOMINAL_BAR_DIAMETER_AS_STRING = eINSTANCE
.getIfcReinforcementBarProperties_NominalBarDiameterAsString();
/**
* The meta object literal for the 'Bar Count' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__BAR_COUNT = eINSTANCE.getIfcReinforcementBarProperties_BarCount();
/**
* The meta object literal for the 'Bar Count As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_BAR_PROPERTIES__BAR_COUNT_AS_STRING = eINSTANCE
.getIfcReinforcementBarProperties_BarCountAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementDefinitionPropertiesImpl Ifc Reinforcement Definition Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcementDefinitionPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcementDefinitionProperties()
* @generated
*/
EClass IFC_REINFORCEMENT_DEFINITION_PROPERTIES = eINSTANCE.getIfcReinforcementDefinitionProperties();
/**
* The meta object literal for the 'Definition Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCEMENT_DEFINITION_PROPERTIES__DEFINITION_TYPE = eINSTANCE
.getIfcReinforcementDefinitionProperties_DefinitionType();
/**
* The meta object literal for the 'Reinforcement Section Definitions' reference list feature.
*
*
* @generated
*/
EReference IFC_REINFORCEMENT_DEFINITION_PROPERTIES__REINFORCEMENT_SECTION_DEFINITIONS = eINSTANCE
.getIfcReinforcementDefinitionProperties_ReinforcementSectionDefinitions();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingBarImpl Ifc Reinforcing Bar}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingBarImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingBar()
* @generated
*/
EClass IFC_REINFORCING_BAR = eINSTANCE.getIfcReinforcingBar();
/**
* The meta object literal for the 'Nominal Diameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__NOMINAL_DIAMETER = eINSTANCE.getIfcReinforcingBar_NominalDiameter();
/**
* The meta object literal for the 'Nominal Diameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__NOMINAL_DIAMETER_AS_STRING = eINSTANCE
.getIfcReinforcingBar_NominalDiameterAsString();
/**
* The meta object literal for the 'Cross Section Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__CROSS_SECTION_AREA = eINSTANCE.getIfcReinforcingBar_CrossSectionArea();
/**
* The meta object literal for the 'Cross Section Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__CROSS_SECTION_AREA_AS_STRING = eINSTANCE
.getIfcReinforcingBar_CrossSectionAreaAsString();
/**
* The meta object literal for the 'Bar Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__BAR_LENGTH = eINSTANCE.getIfcReinforcingBar_BarLength();
/**
* The meta object literal for the 'Bar Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__BAR_LENGTH_AS_STRING = eINSTANCE.getIfcReinforcingBar_BarLengthAsString();
/**
* The meta object literal for the 'Bar Role' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__BAR_ROLE = eINSTANCE.getIfcReinforcingBar_BarRole();
/**
* The meta object literal for the 'Bar Surface' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_BAR__BAR_SURFACE = eINSTANCE.getIfcReinforcingBar_BarSurface();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingElementImpl Ifc Reinforcing Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingElement()
* @generated
*/
EClass IFC_REINFORCING_ELEMENT = eINSTANCE.getIfcReinforcingElement();
/**
* The meta object literal for the 'Steel Grade' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_ELEMENT__STEEL_GRADE = eINSTANCE.getIfcReinforcingElement_SteelGrade();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingMeshImpl Ifc Reinforcing Mesh}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcReinforcingMeshImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingMesh()
* @generated
*/
EClass IFC_REINFORCING_MESH = eINSTANCE.getIfcReinforcingMesh();
/**
* The meta object literal for the 'Mesh Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__MESH_LENGTH = eINSTANCE.getIfcReinforcingMesh_MeshLength();
/**
* The meta object literal for the 'Mesh Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__MESH_LENGTH_AS_STRING = eINSTANCE.getIfcReinforcingMesh_MeshLengthAsString();
/**
* The meta object literal for the 'Mesh Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__MESH_WIDTH = eINSTANCE.getIfcReinforcingMesh_MeshWidth();
/**
* The meta object literal for the 'Mesh Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__MESH_WIDTH_AS_STRING = eINSTANCE.getIfcReinforcingMesh_MeshWidthAsString();
/**
* The meta object literal for the 'Longitudinal Bar Nominal Diameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__LONGITUDINAL_BAR_NOMINAL_DIAMETER = eINSTANCE
.getIfcReinforcingMesh_LongitudinalBarNominalDiameter();
/**
* The meta object literal for the 'Longitudinal Bar Nominal Diameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__LONGITUDINAL_BAR_NOMINAL_DIAMETER_AS_STRING = eINSTANCE
.getIfcReinforcingMesh_LongitudinalBarNominalDiameterAsString();
/**
* The meta object literal for the 'Transverse Bar Nominal Diameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__TRANSVERSE_BAR_NOMINAL_DIAMETER = eINSTANCE
.getIfcReinforcingMesh_TransverseBarNominalDiameter();
/**
* The meta object literal for the 'Transverse Bar Nominal Diameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__TRANSVERSE_BAR_NOMINAL_DIAMETER_AS_STRING = eINSTANCE
.getIfcReinforcingMesh_TransverseBarNominalDiameterAsString();
/**
* The meta object literal for the 'Longitudinal Bar Cross Section Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__LONGITUDINAL_BAR_CROSS_SECTION_AREA = eINSTANCE
.getIfcReinforcingMesh_LongitudinalBarCrossSectionArea();
/**
* The meta object literal for the 'Longitudinal Bar Cross Section Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__LONGITUDINAL_BAR_CROSS_SECTION_AREA_AS_STRING = eINSTANCE
.getIfcReinforcingMesh_LongitudinalBarCrossSectionAreaAsString();
/**
* The meta object literal for the 'Transverse Bar Cross Section Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__TRANSVERSE_BAR_CROSS_SECTION_AREA = eINSTANCE
.getIfcReinforcingMesh_TransverseBarCrossSectionArea();
/**
* The meta object literal for the 'Transverse Bar Cross Section Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__TRANSVERSE_BAR_CROSS_SECTION_AREA_AS_STRING = eINSTANCE
.getIfcReinforcingMesh_TransverseBarCrossSectionAreaAsString();
/**
* The meta object literal for the 'Longitudinal Bar Spacing' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__LONGITUDINAL_BAR_SPACING = eINSTANCE
.getIfcReinforcingMesh_LongitudinalBarSpacing();
/**
* The meta object literal for the 'Longitudinal Bar Spacing As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__LONGITUDINAL_BAR_SPACING_AS_STRING = eINSTANCE
.getIfcReinforcingMesh_LongitudinalBarSpacingAsString();
/**
* The meta object literal for the 'Transverse Bar Spacing' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__TRANSVERSE_BAR_SPACING = eINSTANCE
.getIfcReinforcingMesh_TransverseBarSpacing();
/**
* The meta object literal for the 'Transverse Bar Spacing As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REINFORCING_MESH__TRANSVERSE_BAR_SPACING_AS_STRING = eINSTANCE
.getIfcReinforcingMesh_TransverseBarSpacingAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAggregatesImpl Ifc Rel Aggregates}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAggregatesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAggregates()
* @generated
*/
EClass IFC_REL_AGGREGATES = eINSTANCE.getIfcRelAggregates();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsImpl Ifc Rel Assigns}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssigns()
* @generated
*/
EClass IFC_REL_ASSIGNS = eINSTANCE.getIfcRelAssigns();
/**
* The meta object literal for the 'Related Objects' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS__RELATED_OBJECTS = eINSTANCE.getIfcRelAssigns_RelatedObjects();
/**
* The meta object literal for the 'Related Objects Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_ASSIGNS__RELATED_OBJECTS_TYPE = eINSTANCE.getIfcRelAssigns_RelatedObjectsType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsTasksImpl Ifc Rel Assigns Tasks}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsTasksImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsTasks()
* @generated
*/
EClass IFC_REL_ASSIGNS_TASKS = eINSTANCE.getIfcRelAssignsTasks();
/**
* The meta object literal for the 'Time For Task' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TASKS__TIME_FOR_TASK = eINSTANCE.getIfcRelAssignsTasks_TimeForTask();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToActorImpl Ifc Rel Assigns To Actor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToActorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToActor()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_ACTOR = eINSTANCE.getIfcRelAssignsToActor();
/**
* The meta object literal for the 'Relating Actor' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_ACTOR__RELATING_ACTOR = eINSTANCE.getIfcRelAssignsToActor_RelatingActor();
/**
* The meta object literal for the 'Acting Role' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_ACTOR__ACTING_ROLE = eINSTANCE.getIfcRelAssignsToActor_ActingRole();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToControlImpl Ifc Rel Assigns To Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToControl()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_CONTROL = eINSTANCE.getIfcRelAssignsToControl();
/**
* The meta object literal for the 'Relating Control' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_CONTROL__RELATING_CONTROL = eINSTANCE.getIfcRelAssignsToControl_RelatingControl();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToGroupImpl Ifc Rel Assigns To Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToGroup()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_GROUP = eINSTANCE.getIfcRelAssignsToGroup();
/**
* The meta object literal for the 'Relating Group' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_GROUP__RELATING_GROUP = eINSTANCE.getIfcRelAssignsToGroup_RelatingGroup();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProcessImpl Ifc Rel Assigns To Process}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProcessImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToProcess()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_PROCESS = eINSTANCE.getIfcRelAssignsToProcess();
/**
* The meta object literal for the 'Relating Process' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_PROCESS__RELATING_PROCESS = eINSTANCE.getIfcRelAssignsToProcess_RelatingProcess();
/**
* The meta object literal for the 'Quantity In Process' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_PROCESS__QUANTITY_IN_PROCESS = eINSTANCE
.getIfcRelAssignsToProcess_QuantityInProcess();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProductImpl Ifc Rel Assigns To Product}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProductImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToProduct()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_PRODUCT = eINSTANCE.getIfcRelAssignsToProduct();
/**
* The meta object literal for the 'Relating Product' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_PRODUCT__RELATING_PRODUCT = eINSTANCE.getIfcRelAssignsToProduct_RelatingProduct();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProjectOrderImpl Ifc Rel Assigns To Project Order}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToProjectOrderImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToProjectOrder()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_PROJECT_ORDER = eINSTANCE.getIfcRelAssignsToProjectOrder();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToResourceImpl Ifc Rel Assigns To Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssignsToResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssignsToResource()
* @generated
*/
EClass IFC_REL_ASSIGNS_TO_RESOURCE = eINSTANCE.getIfcRelAssignsToResource();
/**
* The meta object literal for the 'Relating Resource' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSIGNS_TO_RESOURCE__RELATING_RESOURCE = eINSTANCE
.getIfcRelAssignsToResource_RelatingResource();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesImpl Ifc Rel Associates}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociates()
* @generated
*/
EClass IFC_REL_ASSOCIATES = eINSTANCE.getIfcRelAssociates();
/**
* The meta object literal for the 'Related Objects' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES__RELATED_OBJECTS = eINSTANCE.getIfcRelAssociates_RelatedObjects();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesAppliedValueImpl Ifc Rel Associates Applied Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesAppliedValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesAppliedValue()
* @generated
*/
EClass IFC_REL_ASSOCIATES_APPLIED_VALUE = eINSTANCE.getIfcRelAssociatesAppliedValue();
/**
* The meta object literal for the 'Relating Applied Value' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_APPLIED_VALUE__RELATING_APPLIED_VALUE = eINSTANCE
.getIfcRelAssociatesAppliedValue_RelatingAppliedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesApprovalImpl Ifc Rel Associates Approval}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesApprovalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesApproval()
* @generated
*/
EClass IFC_REL_ASSOCIATES_APPROVAL = eINSTANCE.getIfcRelAssociatesApproval();
/**
* The meta object literal for the 'Relating Approval' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_APPROVAL__RELATING_APPROVAL = eINSTANCE
.getIfcRelAssociatesApproval_RelatingApproval();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesClassificationImpl Ifc Rel Associates Classification}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesClassificationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesClassification()
* @generated
*/
EClass IFC_REL_ASSOCIATES_CLASSIFICATION = eINSTANCE.getIfcRelAssociatesClassification();
/**
* The meta object literal for the 'Relating Classification' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_CLASSIFICATION__RELATING_CLASSIFICATION = eINSTANCE
.getIfcRelAssociatesClassification_RelatingClassification();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesConstraintImpl Ifc Rel Associates Constraint}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesConstraintImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesConstraint()
* @generated
*/
EClass IFC_REL_ASSOCIATES_CONSTRAINT = eINSTANCE.getIfcRelAssociatesConstraint();
/**
* The meta object literal for the 'Intent' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_ASSOCIATES_CONSTRAINT__INTENT = eINSTANCE.getIfcRelAssociatesConstraint_Intent();
/**
* The meta object literal for the 'Relating Constraint' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_CONSTRAINT__RELATING_CONSTRAINT = eINSTANCE
.getIfcRelAssociatesConstraint_RelatingConstraint();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesDocumentImpl Ifc Rel Associates Document}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesDocumentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesDocument()
* @generated
*/
EClass IFC_REL_ASSOCIATES_DOCUMENT = eINSTANCE.getIfcRelAssociatesDocument();
/**
* The meta object literal for the 'Relating Document' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_DOCUMENT__RELATING_DOCUMENT = eINSTANCE
.getIfcRelAssociatesDocument_RelatingDocument();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesLibraryImpl Ifc Rel Associates Library}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesLibraryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesLibrary()
* @generated
*/
EClass IFC_REL_ASSOCIATES_LIBRARY = eINSTANCE.getIfcRelAssociatesLibrary();
/**
* The meta object literal for the 'Relating Library' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_LIBRARY__RELATING_LIBRARY = eINSTANCE
.getIfcRelAssociatesLibrary_RelatingLibrary();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesMaterialImpl Ifc Rel Associates Material}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesMaterialImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesMaterial()
* @generated
*/
EClass IFC_REL_ASSOCIATES_MATERIAL = eINSTANCE.getIfcRelAssociatesMaterial();
/**
* The meta object literal for the 'Relating Material' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_MATERIAL__RELATING_MATERIAL = eINSTANCE
.getIfcRelAssociatesMaterial_RelatingMaterial();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl Ifc Rel Associates Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelAssociatesProfileProperties()
* @generated
*/
EClass IFC_REL_ASSOCIATES_PROFILE_PROPERTIES = eINSTANCE.getIfcRelAssociatesProfileProperties();
/**
* The meta object literal for the 'Relating Profile Properties' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__RELATING_PROFILE_PROPERTIES = eINSTANCE
.getIfcRelAssociatesProfileProperties_RelatingProfileProperties();
/**
* The meta object literal for the 'Profile Section Location' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_SECTION_LOCATION = eINSTANCE
.getIfcRelAssociatesProfileProperties_ProfileSectionLocation();
/**
* The meta object literal for the 'Profile Orientation' reference feature.
*
*
* @generated
*/
EReference IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_ORIENTATION = eINSTANCE
.getIfcRelAssociatesProfileProperties_ProfileOrientation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsImpl Ifc Rel Connects}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnects()
* @generated
*/
EClass IFC_REL_CONNECTS = eINSTANCE.getIfcRelConnects();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsElementsImpl Ifc Rel Connects Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsElements()
* @generated
*/
EClass IFC_REL_CONNECTS_ELEMENTS = eINSTANCE.getIfcRelConnectsElements();
/**
* The meta object literal for the 'Connection Geometry' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_ELEMENTS__CONNECTION_GEOMETRY = eINSTANCE
.getIfcRelConnectsElements_ConnectionGeometry();
/**
* The meta object literal for the 'Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_ELEMENTS__RELATING_ELEMENT = eINSTANCE.getIfcRelConnectsElements_RelatingElement();
/**
* The meta object literal for the 'Related Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_ELEMENTS__RELATED_ELEMENT = eINSTANCE.getIfcRelConnectsElements_RelatedElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPathElementsImpl Ifc Rel Connects Path Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPathElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsPathElements()
* @generated
*/
EClass IFC_REL_CONNECTS_PATH_ELEMENTS = eINSTANCE.getIfcRelConnectsPathElements();
/**
* The meta object literal for the 'Relating Priorities' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_PATH_ELEMENTS__RELATING_PRIORITIES = eINSTANCE
.getIfcRelConnectsPathElements_RelatingPriorities();
/**
* The meta object literal for the 'Related Priorities' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_PATH_ELEMENTS__RELATED_PRIORITIES = eINSTANCE
.getIfcRelConnectsPathElements_RelatedPriorities();
/**
* The meta object literal for the 'Related Connection Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_PATH_ELEMENTS__RELATED_CONNECTION_TYPE = eINSTANCE
.getIfcRelConnectsPathElements_RelatedConnectionType();
/**
* The meta object literal for the 'Relating Connection Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_PATH_ELEMENTS__RELATING_CONNECTION_TYPE = eINSTANCE
.getIfcRelConnectsPathElements_RelatingConnectionType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortToElementImpl Ifc Rel Connects Port To Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortToElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsPortToElement()
* @generated
*/
EClass IFC_REL_CONNECTS_PORT_TO_ELEMENT = eINSTANCE.getIfcRelConnectsPortToElement();
/**
* The meta object literal for the 'Relating Port' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_PORT_TO_ELEMENT__RELATING_PORT = eINSTANCE
.getIfcRelConnectsPortToElement_RelatingPort();
/**
* The meta object literal for the 'Related Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_PORT_TO_ELEMENT__RELATED_ELEMENT = eINSTANCE
.getIfcRelConnectsPortToElement_RelatedElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortsImpl Ifc Rel Connects Ports}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsPortsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsPorts()
* @generated
*/
EClass IFC_REL_CONNECTS_PORTS = eINSTANCE.getIfcRelConnectsPorts();
/**
* The meta object literal for the 'Relating Port' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_PORTS__RELATING_PORT = eINSTANCE.getIfcRelConnectsPorts_RelatingPort();
/**
* The meta object literal for the 'Related Port' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_PORTS__RELATED_PORT = eINSTANCE.getIfcRelConnectsPorts_RelatedPort();
/**
* The meta object literal for the 'Realizing Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_PORTS__REALIZING_ELEMENT = eINSTANCE.getIfcRelConnectsPorts_RealizingElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralActivityImpl Ifc Rel Connects Structural Activity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralActivityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsStructuralActivity()
* @generated
*/
EClass IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY = eINSTANCE.getIfcRelConnectsStructuralActivity();
/**
* The meta object literal for the 'Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__RELATING_ELEMENT = eINSTANCE
.getIfcRelConnectsStructuralActivity_RelatingElement();
/**
* The meta object literal for the 'Related Structural Activity' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_ACTIVITY__RELATED_STRUCTURAL_ACTIVITY = eINSTANCE
.getIfcRelConnectsStructuralActivity_RelatedStructuralActivity();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralElementImpl Ifc Rel Connects Structural Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsStructuralElement()
* @generated
*/
EClass IFC_REL_CONNECTS_STRUCTURAL_ELEMENT = eINSTANCE.getIfcRelConnectsStructuralElement();
/**
* The meta object literal for the 'Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__RELATING_ELEMENT = eINSTANCE
.getIfcRelConnectsStructuralElement_RelatingElement();
/**
* The meta object literal for the 'Related Structural Member' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_ELEMENT__RELATED_STRUCTURAL_MEMBER = eINSTANCE
.getIfcRelConnectsStructuralElement_RelatedStructuralMember();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralMemberImpl Ifc Rel Connects Structural Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsStructuralMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsStructuralMember()
* @generated
*/
EClass IFC_REL_CONNECTS_STRUCTURAL_MEMBER = eINSTANCE.getIfcRelConnectsStructuralMember();
/**
* The meta object literal for the 'Relating Structural Member' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_MEMBER__RELATING_STRUCTURAL_MEMBER = eINSTANCE
.getIfcRelConnectsStructuralMember_RelatingStructuralMember();
/**
* The meta object literal for the 'Related Structural Connection' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_MEMBER__RELATED_STRUCTURAL_CONNECTION = eINSTANCE
.getIfcRelConnectsStructuralMember_RelatedStructuralConnection();
/**
* The meta object literal for the 'Applied Condition' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_MEMBER__APPLIED_CONDITION = eINSTANCE
.getIfcRelConnectsStructuralMember_AppliedCondition();
/**
* The meta object literal for the 'Additional Conditions' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_MEMBER__ADDITIONAL_CONDITIONS = eINSTANCE
.getIfcRelConnectsStructuralMember_AdditionalConditions();
/**
* The meta object literal for the 'Supported Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_STRUCTURAL_MEMBER__SUPPORTED_LENGTH = eINSTANCE
.getIfcRelConnectsStructuralMember_SupportedLength();
/**
* The meta object literal for the 'Supported Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_STRUCTURAL_MEMBER__SUPPORTED_LENGTH_AS_STRING = eINSTANCE
.getIfcRelConnectsStructuralMember_SupportedLengthAsString();
/**
* The meta object literal for the 'Condition Coordinate System' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_STRUCTURAL_MEMBER__CONDITION_COORDINATE_SYSTEM = eINSTANCE
.getIfcRelConnectsStructuralMember_ConditionCoordinateSystem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithEccentricityImpl Ifc Rel Connects With Eccentricity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithEccentricityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsWithEccentricity()
* @generated
*/
EClass IFC_REL_CONNECTS_WITH_ECCENTRICITY = eINSTANCE.getIfcRelConnectsWithEccentricity();
/**
* The meta object literal for the 'Connection Constraint' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_WITH_ECCENTRICITY__CONNECTION_CONSTRAINT = eINSTANCE
.getIfcRelConnectsWithEccentricity_ConnectionConstraint();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithRealizingElementsImpl Ifc Rel Connects With Realizing Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelConnectsWithRealizingElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelConnectsWithRealizingElements()
* @generated
*/
EClass IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS = eINSTANCE.getIfcRelConnectsWithRealizingElements();
/**
* The meta object literal for the 'Realizing Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__REALIZING_ELEMENTS = eINSTANCE
.getIfcRelConnectsWithRealizingElements_RealizingElements();
/**
* The meta object literal for the 'Connection Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_CONNECTS_WITH_REALIZING_ELEMENTS__CONNECTION_TYPE = eINSTANCE
.getIfcRelConnectsWithRealizingElements_ConnectionType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelContainedInSpatialStructureImpl Ifc Rel Contained In Spatial Structure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelContainedInSpatialStructureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelContainedInSpatialStructure()
* @generated
*/
EClass IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE = eINSTANCE.getIfcRelContainedInSpatialStructure();
/**
* The meta object literal for the 'Related Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__RELATED_ELEMENTS = eINSTANCE
.getIfcRelContainedInSpatialStructure_RelatedElements();
/**
* The meta object literal for the 'Relating Structure' reference feature.
*
*
* @generated
*/
EReference IFC_REL_CONTAINED_IN_SPATIAL_STRUCTURE__RELATING_STRUCTURE = eINSTANCE
.getIfcRelContainedInSpatialStructure_RelatingStructure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversBldgElementsImpl Ifc Rel Covers Bldg Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversBldgElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelCoversBldgElements()
* @generated
*/
EClass IFC_REL_COVERS_BLDG_ELEMENTS = eINSTANCE.getIfcRelCoversBldgElements();
/**
* The meta object literal for the 'Relating Building Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_COVERS_BLDG_ELEMENTS__RELATING_BUILDING_ELEMENT = eINSTANCE
.getIfcRelCoversBldgElements_RelatingBuildingElement();
/**
* The meta object literal for the 'Related Coverings' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_COVERS_BLDG_ELEMENTS__RELATED_COVERINGS = eINSTANCE
.getIfcRelCoversBldgElements_RelatedCoverings();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversSpacesImpl Ifc Rel Covers Spaces}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelCoversSpacesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelCoversSpaces()
* @generated
*/
EClass IFC_REL_COVERS_SPACES = eINSTANCE.getIfcRelCoversSpaces();
/**
* The meta object literal for the 'Related Space' reference feature.
*
*
* @generated
*/
EReference IFC_REL_COVERS_SPACES__RELATED_SPACE = eINSTANCE.getIfcRelCoversSpaces_RelatedSpace();
/**
* The meta object literal for the 'Related Coverings' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_COVERS_SPACES__RELATED_COVERINGS = eINSTANCE.getIfcRelCoversSpaces_RelatedCoverings();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDecomposesImpl Ifc Rel Decomposes}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDecomposesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDecomposes()
* @generated
*/
EClass IFC_REL_DECOMPOSES = eINSTANCE.getIfcRelDecomposes();
/**
* The meta object literal for the 'Relating Object' reference feature.
*
*
* @generated
*/
EReference IFC_REL_DECOMPOSES__RELATING_OBJECT = eINSTANCE.getIfcRelDecomposes_RelatingObject();
/**
* The meta object literal for the 'Related Objects' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_DECOMPOSES__RELATED_OBJECTS = eINSTANCE.getIfcRelDecomposes_RelatedObjects();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesImpl Ifc Rel Defines}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDefines()
* @generated
*/
EClass IFC_REL_DEFINES = eINSTANCE.getIfcRelDefines();
/**
* The meta object literal for the 'Related Objects' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_DEFINES__RELATED_OBJECTS = eINSTANCE.getIfcRelDefines_RelatedObjects();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByPropertiesImpl Ifc Rel Defines By Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDefinesByProperties()
* @generated
*/
EClass IFC_REL_DEFINES_BY_PROPERTIES = eINSTANCE.getIfcRelDefinesByProperties();
/**
* The meta object literal for the 'Relating Property Definition' reference feature.
*
*
* @generated
*/
EReference IFC_REL_DEFINES_BY_PROPERTIES__RELATING_PROPERTY_DEFINITION = eINSTANCE
.getIfcRelDefinesByProperties_RelatingPropertyDefinition();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByTypeImpl Ifc Rel Defines By Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelDefinesByTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelDefinesByType()
* @generated
*/
EClass IFC_REL_DEFINES_BY_TYPE = eINSTANCE.getIfcRelDefinesByType();
/**
* The meta object literal for the 'Relating Type' reference feature.
*
*
* @generated
*/
EReference IFC_REL_DEFINES_BY_TYPE__RELATING_TYPE = eINSTANCE.getIfcRelDefinesByType_RelatingType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelFillsElementImpl Ifc Rel Fills Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelFillsElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelFillsElement()
* @generated
*/
EClass IFC_REL_FILLS_ELEMENT = eINSTANCE.getIfcRelFillsElement();
/**
* The meta object literal for the 'Relating Opening Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_FILLS_ELEMENT__RELATING_OPENING_ELEMENT = eINSTANCE
.getIfcRelFillsElement_RelatingOpeningElement();
/**
* The meta object literal for the 'Related Building Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_FILLS_ELEMENT__RELATED_BUILDING_ELEMENT = eINSTANCE
.getIfcRelFillsElement_RelatedBuildingElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelFlowControlElementsImpl Ifc Rel Flow Control Elements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelFlowControlElementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelFlowControlElements()
* @generated
*/
EClass IFC_REL_FLOW_CONTROL_ELEMENTS = eINSTANCE.getIfcRelFlowControlElements();
/**
* The meta object literal for the 'Related Control Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_FLOW_CONTROL_ELEMENTS__RELATED_CONTROL_ELEMENTS = eINSTANCE
.getIfcRelFlowControlElements_RelatedControlElements();
/**
* The meta object literal for the 'Relating Flow Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_FLOW_CONTROL_ELEMENTS__RELATING_FLOW_ELEMENT = eINSTANCE
.getIfcRelFlowControlElements_RelatingFlowElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl Ifc Rel Interaction Requirements}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelInteractionRequirements()
* @generated
*/
EClass IFC_REL_INTERACTION_REQUIREMENTS = eINSTANCE.getIfcRelInteractionRequirements();
/**
* The meta object literal for the 'Daily Interaction' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION = eINSTANCE
.getIfcRelInteractionRequirements_DailyInteraction();
/**
* The meta object literal for the 'Daily Interaction As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION_AS_STRING = eINSTANCE
.getIfcRelInteractionRequirements_DailyInteractionAsString();
/**
* The meta object literal for the 'Importance Rating' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING = eINSTANCE
.getIfcRelInteractionRequirements_ImportanceRating();
/**
* The meta object literal for the 'Importance Rating As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING_AS_STRING = eINSTANCE
.getIfcRelInteractionRequirements_ImportanceRatingAsString();
/**
* The meta object literal for the 'Location Of Interaction' reference feature.
*
*
* @generated
*/
EReference IFC_REL_INTERACTION_REQUIREMENTS__LOCATION_OF_INTERACTION = eINSTANCE
.getIfcRelInteractionRequirements_LocationOfInteraction();
/**
* The meta object literal for the 'Related Space Program' reference feature.
*
*
* @generated
*/
EReference IFC_REL_INTERACTION_REQUIREMENTS__RELATED_SPACE_PROGRAM = eINSTANCE
.getIfcRelInteractionRequirements_RelatedSpaceProgram();
/**
* The meta object literal for the 'Relating Space Program' reference feature.
*
*
* @generated
*/
EReference IFC_REL_INTERACTION_REQUIREMENTS__RELATING_SPACE_PROGRAM = eINSTANCE
.getIfcRelInteractionRequirements_RelatingSpaceProgram();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelNestsImpl Ifc Rel Nests}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelNestsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelNests()
* @generated
*/
EClass IFC_REL_NESTS = eINSTANCE.getIfcRelNests();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelOccupiesSpacesImpl Ifc Rel Occupies Spaces}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelOccupiesSpacesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelOccupiesSpaces()
* @generated
*/
EClass IFC_REL_OCCUPIES_SPACES = eINSTANCE.getIfcRelOccupiesSpaces();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelOverridesPropertiesImpl Ifc Rel Overrides Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelOverridesPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelOverridesProperties()
* @generated
*/
EClass IFC_REL_OVERRIDES_PROPERTIES = eINSTANCE.getIfcRelOverridesProperties();
/**
* The meta object literal for the 'Overriding Properties' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_OVERRIDES_PROPERTIES__OVERRIDING_PROPERTIES = eINSTANCE
.getIfcRelOverridesProperties_OverridingProperties();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelProjectsElementImpl Ifc Rel Projects Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelProjectsElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelProjectsElement()
* @generated
*/
EClass IFC_REL_PROJECTS_ELEMENT = eINSTANCE.getIfcRelProjectsElement();
/**
* The meta object literal for the 'Relating Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_PROJECTS_ELEMENT__RELATING_ELEMENT = eINSTANCE.getIfcRelProjectsElement_RelatingElement();
/**
* The meta object literal for the 'Related Feature Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_PROJECTS_ELEMENT__RELATED_FEATURE_ELEMENT = eINSTANCE
.getIfcRelProjectsElement_RelatedFeatureElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelReferencedInSpatialStructureImpl Ifc Rel Referenced In Spatial Structure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelReferencedInSpatialStructureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelReferencedInSpatialStructure()
* @generated
*/
EClass IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE = eINSTANCE.getIfcRelReferencedInSpatialStructure();
/**
* The meta object literal for the 'Related Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__RELATED_ELEMENTS = eINSTANCE
.getIfcRelReferencedInSpatialStructure_RelatedElements();
/**
* The meta object literal for the 'Relating Structure' reference feature.
*
*
* @generated
*/
EReference IFC_REL_REFERENCED_IN_SPATIAL_STRUCTURE__RELATING_STRUCTURE = eINSTANCE
.getIfcRelReferencedInSpatialStructure_RelatingStructure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSchedulesCostItemsImpl Ifc Rel Schedules Cost Items}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelSchedulesCostItemsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelSchedulesCostItems()
* @generated
*/
EClass IFC_REL_SCHEDULES_COST_ITEMS = eINSTANCE.getIfcRelSchedulesCostItems();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl Ifc Rel Sequence}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelSequenceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelSequence()
* @generated
*/
EClass IFC_REL_SEQUENCE = eINSTANCE.getIfcRelSequence();
/**
* The meta object literal for the 'Relating Process' reference feature.
*
*
* @generated
*/
EReference IFC_REL_SEQUENCE__RELATING_PROCESS = eINSTANCE.getIfcRelSequence_RelatingProcess();
/**
* The meta object literal for the 'Related Process' reference feature.
*
*
* @generated
*/
EReference IFC_REL_SEQUENCE__RELATED_PROCESS = eINSTANCE.getIfcRelSequence_RelatedProcess();
/**
* The meta object literal for the 'Time Lag' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_SEQUENCE__TIME_LAG = eINSTANCE.getIfcRelSequence_TimeLag();
/**
* The meta object literal for the 'Time Lag As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_SEQUENCE__TIME_LAG_AS_STRING = eINSTANCE.getIfcRelSequence_TimeLagAsString();
/**
* The meta object literal for the 'Sequence Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_SEQUENCE__SEQUENCE_TYPE = eINSTANCE.getIfcRelSequence_SequenceType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelServicesBuildingsImpl Ifc Rel Services Buildings}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelServicesBuildingsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelServicesBuildings()
* @generated
*/
EClass IFC_REL_SERVICES_BUILDINGS = eINSTANCE.getIfcRelServicesBuildings();
/**
* The meta object literal for the 'Relating System' reference feature.
*
*
* @generated
*/
EReference IFC_REL_SERVICES_BUILDINGS__RELATING_SYSTEM = eINSTANCE.getIfcRelServicesBuildings_RelatingSystem();
/**
* The meta object literal for the 'Related Buildings' reference list feature.
*
*
* @generated
*/
EReference IFC_REL_SERVICES_BUILDINGS__RELATED_BUILDINGS = eINSTANCE
.getIfcRelServicesBuildings_RelatedBuildings();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelSpaceBoundaryImpl Ifc Rel Space Boundary}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelSpaceBoundaryImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelSpaceBoundary()
* @generated
*/
EClass IFC_REL_SPACE_BOUNDARY = eINSTANCE.getIfcRelSpaceBoundary();
/**
* The meta object literal for the 'Relating Space' reference feature.
*
*
* @generated
*/
EReference IFC_REL_SPACE_BOUNDARY__RELATING_SPACE = eINSTANCE.getIfcRelSpaceBoundary_RelatingSpace();
/**
* The meta object literal for the 'Related Building Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_SPACE_BOUNDARY__RELATED_BUILDING_ELEMENT = eINSTANCE
.getIfcRelSpaceBoundary_RelatedBuildingElement();
/**
* The meta object literal for the 'Connection Geometry' reference feature.
*
*
* @generated
*/
EReference IFC_REL_SPACE_BOUNDARY__CONNECTION_GEOMETRY = eINSTANCE.getIfcRelSpaceBoundary_ConnectionGeometry();
/**
* The meta object literal for the 'Physical Or Virtual Boundary' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_SPACE_BOUNDARY__PHYSICAL_OR_VIRTUAL_BOUNDARY = eINSTANCE
.getIfcRelSpaceBoundary_PhysicalOrVirtualBoundary();
/**
* The meta object literal for the 'Internal Or External Boundary' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REL_SPACE_BOUNDARY__INTERNAL_OR_EXTERNAL_BOUNDARY = eINSTANCE
.getIfcRelSpaceBoundary_InternalOrExternalBoundary();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelVoidsElementImpl Ifc Rel Voids Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelVoidsElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelVoidsElement()
* @generated
*/
EClass IFC_REL_VOIDS_ELEMENT = eINSTANCE.getIfcRelVoidsElement();
/**
* The meta object literal for the 'Relating Building Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_VOIDS_ELEMENT__RELATING_BUILDING_ELEMENT = eINSTANCE
.getIfcRelVoidsElement_RelatingBuildingElement();
/**
* The meta object literal for the 'Related Opening Element' reference feature.
*
*
* @generated
*/
EReference IFC_REL_VOIDS_ELEMENT__RELATED_OPENING_ELEMENT = eINSTANCE
.getIfcRelVoidsElement_RelatedOpeningElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelationshipImpl Ifc Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelationship()
* @generated
*/
EClass IFC_RELATIONSHIP = eINSTANCE.getIfcRelationship();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRelaxationImpl Ifc Relaxation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRelaxationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRelaxation()
* @generated
*/
EClass IFC_RELAXATION = eINSTANCE.getIfcRelaxation();
/**
* The meta object literal for the 'Relaxation Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RELAXATION__RELAXATION_VALUE = eINSTANCE.getIfcRelaxation_RelaxationValue();
/**
* The meta object literal for the 'Relaxation Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RELAXATION__RELAXATION_VALUE_AS_STRING = eINSTANCE.getIfcRelaxation_RelaxationValueAsString();
/**
* The meta object literal for the 'Initial Stress' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RELAXATION__INITIAL_STRESS = eINSTANCE.getIfcRelaxation_InitialStress();
/**
* The meta object literal for the 'Initial Stress As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RELAXATION__INITIAL_STRESS_AS_STRING = eINSTANCE.getIfcRelaxation_InitialStressAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationImpl Ifc Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentation()
* @generated
*/
EClass IFC_REPRESENTATION = eINSTANCE.getIfcRepresentation();
/**
* The meta object literal for the 'Context Of Items' reference feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION__CONTEXT_OF_ITEMS = eINSTANCE.getIfcRepresentation_ContextOfItems();
/**
* The meta object literal for the 'Representation Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REPRESENTATION__REPRESENTATION_IDENTIFIER = eINSTANCE
.getIfcRepresentation_RepresentationIdentifier();
/**
* The meta object literal for the 'Representation Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REPRESENTATION__REPRESENTATION_TYPE = eINSTANCE.getIfcRepresentation_RepresentationType();
/**
* The meta object literal for the 'Items' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION__ITEMS = eINSTANCE.getIfcRepresentation_Items();
/**
* The meta object literal for the 'Representation Map' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION__REPRESENTATION_MAP = eINSTANCE.getIfcRepresentation_RepresentationMap();
/**
* The meta object literal for the 'Layer Assignments' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION__LAYER_ASSIGNMENTS = eINSTANCE.getIfcRepresentation_LayerAssignments();
/**
* The meta object literal for the 'Of Product Representation' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION__OF_PRODUCT_REPRESENTATION = eINSTANCE
.getIfcRepresentation_OfProductRepresentation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationContextImpl Ifc Representation Context}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationContextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentationContext()
* @generated
*/
EClass IFC_REPRESENTATION_CONTEXT = eINSTANCE.getIfcRepresentationContext();
/**
* The meta object literal for the 'Context Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REPRESENTATION_CONTEXT__CONTEXT_IDENTIFIER = eINSTANCE
.getIfcRepresentationContext_ContextIdentifier();
/**
* The meta object literal for the 'Context Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REPRESENTATION_CONTEXT__CONTEXT_TYPE = eINSTANCE.getIfcRepresentationContext_ContextType();
/**
* The meta object literal for the 'Representations In Context' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION_CONTEXT__REPRESENTATIONS_IN_CONTEXT = eINSTANCE
.getIfcRepresentationContext_RepresentationsInContext();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationItemImpl Ifc Representation Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentationItem()
* @generated
*/
EClass IFC_REPRESENTATION_ITEM = eINSTANCE.getIfcRepresentationItem();
/**
* The meta object literal for the 'Layer Assignments' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION_ITEM__LAYER_ASSIGNMENTS = eINSTANCE.getIfcRepresentationItem_LayerAssignments();
/**
* The meta object literal for the 'Styled By Item' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION_ITEM__STYLED_BY_ITEM = eINSTANCE.getIfcRepresentationItem_StyledByItem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationMapImpl Ifc Representation Map}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRepresentationMapImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRepresentationMap()
* @generated
*/
EClass IFC_REPRESENTATION_MAP = eINSTANCE.getIfcRepresentationMap();
/**
* The meta object literal for the 'Mapping Origin' reference feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION_MAP__MAPPING_ORIGIN = eINSTANCE.getIfcRepresentationMap_MappingOrigin();
/**
* The meta object literal for the 'Mapped Representation' reference feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION_MAP__MAPPED_REPRESENTATION = eINSTANCE
.getIfcRepresentationMap_MappedRepresentation();
/**
* The meta object literal for the 'Map Usage' reference list feature.
*
*
* @generated
*/
EReference IFC_REPRESENTATION_MAP__MAP_USAGE = eINSTANCE.getIfcRepresentationMap_MapUsage();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcResourceImpl Ifc Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcResource()
* @generated
*/
EClass IFC_RESOURCE = eINSTANCE.getIfcResource();
/**
* The meta object literal for the 'Resource Of' reference list feature.
*
*
* @generated
*/
EReference IFC_RESOURCE__RESOURCE_OF = eINSTANCE.getIfcResource_ResourceOf();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRevolvedAreaSolidImpl Ifc Revolved Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRevolvedAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRevolvedAreaSolid()
* @generated
*/
EClass IFC_REVOLVED_AREA_SOLID = eINSTANCE.getIfcRevolvedAreaSolid();
/**
* The meta object literal for the 'Axis' reference feature.
*
*
* @generated
*/
EReference IFC_REVOLVED_AREA_SOLID__AXIS = eINSTANCE.getIfcRevolvedAreaSolid_Axis();
/**
* The meta object literal for the 'Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REVOLVED_AREA_SOLID__ANGLE = eINSTANCE.getIfcRevolvedAreaSolid_Angle();
/**
* The meta object literal for the 'Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REVOLVED_AREA_SOLID__ANGLE_AS_STRING = eINSTANCE.getIfcRevolvedAreaSolid_AngleAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRibPlateProfilePropertiesImpl Ifc Rib Plate Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRibPlateProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRibPlateProfileProperties()
* @generated
*/
EClass IFC_RIB_PLATE_PROFILE_PROPERTIES = eINSTANCE.getIfcRibPlateProfileProperties();
/**
* The meta object literal for the 'Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__THICKNESS = eINSTANCE.getIfcRibPlateProfileProperties_Thickness();
/**
* The meta object literal for the 'Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__THICKNESS_AS_STRING = eINSTANCE
.getIfcRibPlateProfileProperties_ThicknessAsString();
/**
* The meta object literal for the 'Rib Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_HEIGHT = eINSTANCE.getIfcRibPlateProfileProperties_RibHeight();
/**
* The meta object literal for the 'Rib Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_HEIGHT_AS_STRING = eINSTANCE
.getIfcRibPlateProfileProperties_RibHeightAsString();
/**
* The meta object literal for the 'Rib Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_WIDTH = eINSTANCE.getIfcRibPlateProfileProperties_RibWidth();
/**
* The meta object literal for the 'Rib Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_WIDTH_AS_STRING = eINSTANCE
.getIfcRibPlateProfileProperties_RibWidthAsString();
/**
* The meta object literal for the 'Rib Spacing' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_SPACING = eINSTANCE
.getIfcRibPlateProfileProperties_RibSpacing();
/**
* The meta object literal for the 'Rib Spacing As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__RIB_SPACING_AS_STRING = eINSTANCE
.getIfcRibPlateProfileProperties_RibSpacingAsString();
/**
* The meta object literal for the 'Direction' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIB_PLATE_PROFILE_PROPERTIES__DIRECTION = eINSTANCE.getIfcRibPlateProfileProperties_Direction();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularConeImpl Ifc Right Circular Cone}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularConeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRightCircularCone()
* @generated
*/
EClass IFC_RIGHT_CIRCULAR_CONE = eINSTANCE.getIfcRightCircularCone();
/**
* The meta object literal for the 'Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CONE__HEIGHT = eINSTANCE.getIfcRightCircularCone_Height();
/**
* The meta object literal for the 'Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CONE__HEIGHT_AS_STRING = eINSTANCE.getIfcRightCircularCone_HeightAsString();
/**
* The meta object literal for the 'Bottom Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CONE__BOTTOM_RADIUS = eINSTANCE.getIfcRightCircularCone_BottomRadius();
/**
* The meta object literal for the 'Bottom Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CONE__BOTTOM_RADIUS_AS_STRING = eINSTANCE
.getIfcRightCircularCone_BottomRadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularCylinderImpl Ifc Right Circular Cylinder}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRightCircularCylinderImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRightCircularCylinder()
* @generated
*/
EClass IFC_RIGHT_CIRCULAR_CYLINDER = eINSTANCE.getIfcRightCircularCylinder();
/**
* The meta object literal for the 'Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CYLINDER__HEIGHT = eINSTANCE.getIfcRightCircularCylinder_Height();
/**
* The meta object literal for the 'Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CYLINDER__HEIGHT_AS_STRING = eINSTANCE
.getIfcRightCircularCylinder_HeightAsString();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CYLINDER__RADIUS = eINSTANCE.getIfcRightCircularCylinder_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RIGHT_CIRCULAR_CYLINDER__RADIUS_AS_STRING = eINSTANCE
.getIfcRightCircularCylinder_RadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRoofImpl Ifc Roof}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRoofImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoof()
* @generated
*/
EClass IFC_ROOF = eINSTANCE.getIfcRoof();
/**
* The meta object literal for the 'Shape Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROOF__SHAPE_TYPE = eINSTANCE.getIfcRoof_ShapeType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRootImpl Ifc Root}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRootImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoot()
* @generated
*/
EClass IFC_ROOT = eINSTANCE.getIfcRoot();
/**
* The meta object literal for the 'Global Id' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROOT__GLOBAL_ID = eINSTANCE.getIfcRoot_GlobalId();
/**
* The meta object literal for the 'Owner History' reference feature.
*
*
* @generated
*/
EReference IFC_ROOT__OWNER_HISTORY = eINSTANCE.getIfcRoot_OwnerHistory();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROOT__NAME = eINSTANCE.getIfcRoot_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROOT__DESCRIPTION = eINSTANCE.getIfcRoot_Description();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRoundedEdgeFeatureImpl Ifc Rounded Edge Feature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRoundedEdgeFeatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoundedEdgeFeature()
* @generated
*/
EClass IFC_ROUNDED_EDGE_FEATURE = eINSTANCE.getIfcRoundedEdgeFeature();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROUNDED_EDGE_FEATURE__RADIUS = eINSTANCE.getIfcRoundedEdgeFeature_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROUNDED_EDGE_FEATURE__RADIUS_AS_STRING = eINSTANCE.getIfcRoundedEdgeFeature_RadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRoundedRectangleProfileDefImpl Ifc Rounded Rectangle Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRoundedRectangleProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoundedRectangleProfileDef()
* @generated
*/
EClass IFC_ROUNDED_RECTANGLE_PROFILE_DEF = eINSTANCE.getIfcRoundedRectangleProfileDef();
/**
* The meta object literal for the 'Rounding Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROUNDED_RECTANGLE_PROFILE_DEF__ROUNDING_RADIUS = eINSTANCE
.getIfcRoundedRectangleProfileDef_RoundingRadius();
/**
* The meta object literal for the 'Rounding Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROUNDED_RECTANGLE_PROFILE_DEF__ROUNDING_RADIUS_AS_STRING = eINSTANCE
.getIfcRoundedRectangleProfileDef_RoundingRadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSIUnitImpl Ifc SI Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSIUnitImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSIUnit()
* @generated
*/
EClass IFC_SI_UNIT = eINSTANCE.getIfcSIUnit();
/**
* The meta object literal for the 'Prefix' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SI_UNIT__PREFIX = eINSTANCE.getIfcSIUnit_Prefix();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SI_UNIT__NAME = eINSTANCE.getIfcSIUnit_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSanitaryTerminalTypeImpl Ifc Sanitary Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSanitaryTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSanitaryTerminalType()
* @generated
*/
EClass IFC_SANITARY_TERMINAL_TYPE = eINSTANCE.getIfcSanitaryTerminalType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SANITARY_TERMINAL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcSanitaryTerminalType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcScheduleTimeControlImpl Ifc Schedule Time Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcScheduleTimeControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcScheduleTimeControl()
* @generated
*/
EClass IFC_SCHEDULE_TIME_CONTROL = eINSTANCE.getIfcScheduleTimeControl();
/**
* The meta object literal for the 'Actual Start' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__ACTUAL_START = eINSTANCE.getIfcScheduleTimeControl_ActualStart();
/**
* The meta object literal for the 'Early Start' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__EARLY_START = eINSTANCE.getIfcScheduleTimeControl_EarlyStart();
/**
* The meta object literal for the 'Late Start' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__LATE_START = eINSTANCE.getIfcScheduleTimeControl_LateStart();
/**
* The meta object literal for the 'Schedule Start' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_START = eINSTANCE.getIfcScheduleTimeControl_ScheduleStart();
/**
* The meta object literal for the 'Actual Finish' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__ACTUAL_FINISH = eINSTANCE.getIfcScheduleTimeControl_ActualFinish();
/**
* The meta object literal for the 'Early Finish' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__EARLY_FINISH = eINSTANCE.getIfcScheduleTimeControl_EarlyFinish();
/**
* The meta object literal for the 'Late Finish' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__LATE_FINISH = eINSTANCE.getIfcScheduleTimeControl_LateFinish();
/**
* The meta object literal for the 'Schedule Finish' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_FINISH = eINSTANCE.getIfcScheduleTimeControl_ScheduleFinish();
/**
* The meta object literal for the 'Schedule Duration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_DURATION = eINSTANCE
.getIfcScheduleTimeControl_ScheduleDuration();
/**
* The meta object literal for the 'Schedule Duration As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_DURATION_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_ScheduleDurationAsString();
/**
* The meta object literal for the 'Actual Duration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__ACTUAL_DURATION = eINSTANCE.getIfcScheduleTimeControl_ActualDuration();
/**
* The meta object literal for the 'Actual Duration As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__ACTUAL_DURATION_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_ActualDurationAsString();
/**
* The meta object literal for the 'Remaining Time' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__REMAINING_TIME = eINSTANCE.getIfcScheduleTimeControl_RemainingTime();
/**
* The meta object literal for the 'Remaining Time As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__REMAINING_TIME_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_RemainingTimeAsString();
/**
* The meta object literal for the 'Free Float' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__FREE_FLOAT = eINSTANCE.getIfcScheduleTimeControl_FreeFloat();
/**
* The meta object literal for the 'Free Float As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__FREE_FLOAT_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_FreeFloatAsString();
/**
* The meta object literal for the 'Total Float' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__TOTAL_FLOAT = eINSTANCE.getIfcScheduleTimeControl_TotalFloat();
/**
* The meta object literal for the 'Total Float As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__TOTAL_FLOAT_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_TotalFloatAsString();
/**
* The meta object literal for the 'Is Critical' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__IS_CRITICAL = eINSTANCE.getIfcScheduleTimeControl_IsCritical();
/**
* The meta object literal for the 'Status Time' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__STATUS_TIME = eINSTANCE.getIfcScheduleTimeControl_StatusTime();
/**
* The meta object literal for the 'Start Float' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__START_FLOAT = eINSTANCE.getIfcScheduleTimeControl_StartFloat();
/**
* The meta object literal for the 'Start Float As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__START_FLOAT_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_StartFloatAsString();
/**
* The meta object literal for the 'Finish Float' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__FINISH_FLOAT = eINSTANCE.getIfcScheduleTimeControl_FinishFloat();
/**
* The meta object literal for the 'Finish Float As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__FINISH_FLOAT_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_FinishFloatAsString();
/**
* The meta object literal for the 'Completion' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__COMPLETION = eINSTANCE.getIfcScheduleTimeControl_Completion();
/**
* The meta object literal for the 'Completion As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SCHEDULE_TIME_CONTROL__COMPLETION_AS_STRING = eINSTANCE
.getIfcScheduleTimeControl_CompletionAsString();
/**
* The meta object literal for the 'Schedule Time Control Assigned' reference feature.
*
*
* @generated
*/
EReference IFC_SCHEDULE_TIME_CONTROL__SCHEDULE_TIME_CONTROL_ASSIGNED = eINSTANCE
.getIfcScheduleTimeControl_ScheduleTimeControlAssigned();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionPropertiesImpl Ifc Section Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionProperties()
* @generated
*/
EClass IFC_SECTION_PROPERTIES = eINSTANCE.getIfcSectionProperties();
/**
* The meta object literal for the 'Section Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_PROPERTIES__SECTION_TYPE = eINSTANCE.getIfcSectionProperties_SectionType();
/**
* The meta object literal for the 'Start Profile' reference feature.
*
*
* @generated
*/
EReference IFC_SECTION_PROPERTIES__START_PROFILE = eINSTANCE.getIfcSectionProperties_StartProfile();
/**
* The meta object literal for the 'End Profile' reference feature.
*
*
* @generated
*/
EReference IFC_SECTION_PROPERTIES__END_PROFILE = eINSTANCE.getIfcSectionProperties_EndProfile();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionReinforcementPropertiesImpl Ifc Section Reinforcement Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionReinforcementPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionReinforcementProperties()
* @generated
*/
EClass IFC_SECTION_REINFORCEMENT_PROPERTIES = eINSTANCE.getIfcSectionReinforcementProperties();
/**
* The meta object literal for the 'Longitudinal Start Position' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_START_POSITION = eINSTANCE
.getIfcSectionReinforcementProperties_LongitudinalStartPosition();
/**
* The meta object literal for the 'Longitudinal Start Position As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_START_POSITION_AS_STRING = eINSTANCE
.getIfcSectionReinforcementProperties_LongitudinalStartPositionAsString();
/**
* The meta object literal for the 'Longitudinal End Position' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_END_POSITION = eINSTANCE
.getIfcSectionReinforcementProperties_LongitudinalEndPosition();
/**
* The meta object literal for the 'Longitudinal End Position As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__LONGITUDINAL_END_POSITION_AS_STRING = eINSTANCE
.getIfcSectionReinforcementProperties_LongitudinalEndPositionAsString();
/**
* The meta object literal for the 'Transverse Position' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__TRANSVERSE_POSITION = eINSTANCE
.getIfcSectionReinforcementProperties_TransversePosition();
/**
* The meta object literal for the 'Transverse Position As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__TRANSVERSE_POSITION_AS_STRING = eINSTANCE
.getIfcSectionReinforcementProperties_TransversePositionAsString();
/**
* The meta object literal for the 'Reinforcement Role' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_REINFORCEMENT_PROPERTIES__REINFORCEMENT_ROLE = eINSTANCE
.getIfcSectionReinforcementProperties_ReinforcementRole();
/**
* The meta object literal for the 'Section Definition' reference feature.
*
*
* @generated
*/
EReference IFC_SECTION_REINFORCEMENT_PROPERTIES__SECTION_DEFINITION = eINSTANCE
.getIfcSectionReinforcementProperties_SectionDefinition();
/**
* The meta object literal for the 'Cross Section Reinforcement Definitions' reference list feature.
*
*
* @generated
*/
EReference IFC_SECTION_REINFORCEMENT_PROPERTIES__CROSS_SECTION_REINFORCEMENT_DEFINITIONS = eINSTANCE
.getIfcSectionReinforcementProperties_CrossSectionReinforcementDefinitions();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionedSpineImpl Ifc Sectioned Spine}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionedSpineImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionedSpine()
* @generated
*/
EClass IFC_SECTIONED_SPINE = eINSTANCE.getIfcSectionedSpine();
/**
* The meta object literal for the 'Spine Curve' reference feature.
*
*
* @generated
*/
EReference IFC_SECTIONED_SPINE__SPINE_CURVE = eINSTANCE.getIfcSectionedSpine_SpineCurve();
/**
* The meta object literal for the 'Cross Sections' reference list feature.
*
*
* @generated
*/
EReference IFC_SECTIONED_SPINE__CROSS_SECTIONS = eINSTANCE.getIfcSectionedSpine_CrossSections();
/**
* The meta object literal for the 'Cross Section Positions' reference list feature.
*
*
* @generated
*/
EReference IFC_SECTIONED_SPINE__CROSS_SECTION_POSITIONS = eINSTANCE
.getIfcSectionedSpine_CrossSectionPositions();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTIONED_SPINE__DIM = eINSTANCE.getIfcSectionedSpine_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSensorTypeImpl Ifc Sensor Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSensorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSensorType()
* @generated
*/
EClass IFC_SENSOR_TYPE = eINSTANCE.getIfcSensorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SENSOR_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcSensorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeImpl Ifc Service Life}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLife()
* @generated
*/
EClass IFC_SERVICE_LIFE = eINSTANCE.getIfcServiceLife();
/**
* The meta object literal for the 'Service Life Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SERVICE_LIFE__SERVICE_LIFE_TYPE = eINSTANCE.getIfcServiceLife_ServiceLifeType();
/**
* The meta object literal for the 'Service Life Duration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SERVICE_LIFE__SERVICE_LIFE_DURATION = eINSTANCE.getIfcServiceLife_ServiceLifeDuration();
/**
* The meta object literal for the 'Service Life Duration As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SERVICE_LIFE__SERVICE_LIFE_DURATION_AS_STRING = eINSTANCE
.getIfcServiceLife_ServiceLifeDurationAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl Ifc Service Life Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcServiceLifeFactorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLifeFactor()
* @generated
*/
EClass IFC_SERVICE_LIFE_FACTOR = eINSTANCE.getIfcServiceLifeFactor();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SERVICE_LIFE_FACTOR__PREDEFINED_TYPE = eINSTANCE.getIfcServiceLifeFactor_PredefinedType();
/**
* The meta object literal for the 'Upper Value' reference feature.
*
*
* @generated
*/
EReference IFC_SERVICE_LIFE_FACTOR__UPPER_VALUE = eINSTANCE.getIfcServiceLifeFactor_UpperValue();
/**
* The meta object literal for the 'Most Used Value' reference feature.
*
*
* @generated
*/
EReference IFC_SERVICE_LIFE_FACTOR__MOST_USED_VALUE = eINSTANCE.getIfcServiceLifeFactor_MostUsedValue();
/**
* The meta object literal for the 'Lower Value' reference feature.
*
*
* @generated
*/
EReference IFC_SERVICE_LIFE_FACTOR__LOWER_VALUE = eINSTANCE.getIfcServiceLifeFactor_LowerValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShapeAspectImpl Ifc Shape Aspect}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShapeAspectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShapeAspect()
* @generated
*/
EClass IFC_SHAPE_ASPECT = eINSTANCE.getIfcShapeAspect();
/**
* The meta object literal for the 'Shape Representations' reference list feature.
*
*
* @generated
*/
EReference IFC_SHAPE_ASPECT__SHAPE_REPRESENTATIONS = eINSTANCE.getIfcShapeAspect_ShapeRepresentations();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SHAPE_ASPECT__NAME = eINSTANCE.getIfcShapeAspect_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SHAPE_ASPECT__DESCRIPTION = eINSTANCE.getIfcShapeAspect_Description();
/**
* The meta object literal for the 'Product Definitional' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SHAPE_ASPECT__PRODUCT_DEFINITIONAL = eINSTANCE.getIfcShapeAspect_ProductDefinitional();
/**
* The meta object literal for the 'Part Of Product Definition Shape' reference feature.
*
*
* @generated
*/
EReference IFC_SHAPE_ASPECT__PART_OF_PRODUCT_DEFINITION_SHAPE = eINSTANCE
.getIfcShapeAspect_PartOfProductDefinitionShape();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShapeModelImpl Ifc Shape Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShapeModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShapeModel()
* @generated
*/
EClass IFC_SHAPE_MODEL = eINSTANCE.getIfcShapeModel();
/**
* The meta object literal for the 'Of Shape Aspect' reference list feature.
*
*
* @generated
*/
EReference IFC_SHAPE_MODEL__OF_SHAPE_ASPECT = eINSTANCE.getIfcShapeModel_OfShapeAspect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShapeRepresentationImpl Ifc Shape Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShapeRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShapeRepresentation()
* @generated
*/
EClass IFC_SHAPE_REPRESENTATION = eINSTANCE.getIfcShapeRepresentation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShellBasedSurfaceModelImpl Ifc Shell Based Surface Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShellBasedSurfaceModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShellBasedSurfaceModel()
* @generated
*/
EClass IFC_SHELL_BASED_SURFACE_MODEL = eINSTANCE.getIfcShellBasedSurfaceModel();
/**
* The meta object literal for the 'Sbsm Boundary' reference list feature.
*
*
* @generated
*/
EReference IFC_SHELL_BASED_SURFACE_MODEL__SBSM_BOUNDARY = eINSTANCE.getIfcShellBasedSurfaceModel_SbsmBoundary();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SHELL_BASED_SURFACE_MODEL__DIM = eINSTANCE.getIfcShellBasedSurfaceModel_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSimplePropertyImpl Ifc Simple Property}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSimplePropertyImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSimpleProperty()
* @generated
*/
EClass IFC_SIMPLE_PROPERTY = eINSTANCE.getIfcSimpleProperty();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSiteImpl Ifc Site}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSiteImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSite()
* @generated
*/
EClass IFC_SITE = eINSTANCE.getIfcSite();
/**
* The meta object literal for the 'Ref Latitude' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_SITE__REF_LATITUDE = eINSTANCE.getIfcSite_RefLatitude();
/**
* The meta object literal for the 'Ref Longitude' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_SITE__REF_LONGITUDE = eINSTANCE.getIfcSite_RefLongitude();
/**
* The meta object literal for the 'Ref Elevation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SITE__REF_ELEVATION = eINSTANCE.getIfcSite_RefElevation();
/**
* The meta object literal for the 'Ref Elevation As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SITE__REF_ELEVATION_AS_STRING = eINSTANCE.getIfcSite_RefElevationAsString();
/**
* The meta object literal for the 'Land Title Number' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SITE__LAND_TITLE_NUMBER = eINSTANCE.getIfcSite_LandTitleNumber();
/**
* The meta object literal for the 'Site Address' reference feature.
*
*
* @generated
*/
EReference IFC_SITE__SITE_ADDRESS = eINSTANCE.getIfcSite_SiteAddress();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSlabImpl Ifc Slab}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSlabImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlab()
* @generated
*/
EClass IFC_SLAB = eINSTANCE.getIfcSlab();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLAB__PREDEFINED_TYPE = eINSTANCE.getIfcSlab_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSlabTypeImpl Ifc Slab Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSlabTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlabType()
* @generated
*/
EClass IFC_SLAB_TYPE = eINSTANCE.getIfcSlabType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLAB_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcSlabType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSlippageConnectionConditionImpl Ifc Slippage Connection Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSlippageConnectionConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlippageConnectionCondition()
* @generated
*/
EClass IFC_SLIPPAGE_CONNECTION_CONDITION = eINSTANCE.getIfcSlippageConnectionCondition();
/**
* The meta object literal for the 'Slippage X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_X = eINSTANCE
.getIfcSlippageConnectionCondition_SlippageX();
/**
* The meta object literal for the 'Slippage XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_XAS_STRING = eINSTANCE
.getIfcSlippageConnectionCondition_SlippageXAsString();
/**
* The meta object literal for the 'Slippage Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_Y = eINSTANCE
.getIfcSlippageConnectionCondition_SlippageY();
/**
* The meta object literal for the 'Slippage YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_YAS_STRING = eINSTANCE
.getIfcSlippageConnectionCondition_SlippageYAsString();
/**
* The meta object literal for the 'Slippage Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_Z = eINSTANCE
.getIfcSlippageConnectionCondition_SlippageZ();
/**
* The meta object literal for the 'Slippage ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SLIPPAGE_CONNECTION_CONDITION__SLIPPAGE_ZAS_STRING = eINSTANCE
.getIfcSlippageConnectionCondition_SlippageZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSolidModelImpl Ifc Solid Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSolidModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSolidModel()
* @generated
*/
EClass IFC_SOLID_MODEL = eINSTANCE.getIfcSolidModel();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOLID_MODEL__DIM = eINSTANCE.getIfcSolidModel_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundPropertiesImpl Ifc Sound Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundProperties()
* @generated
*/
EClass IFC_SOUND_PROPERTIES = eINSTANCE.getIfcSoundProperties();
/**
* The meta object literal for the 'Is Attenuating' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_PROPERTIES__IS_ATTENUATING = eINSTANCE.getIfcSoundProperties_IsAttenuating();
/**
* The meta object literal for the 'Sound Scale' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_PROPERTIES__SOUND_SCALE = eINSTANCE.getIfcSoundProperties_SoundScale();
/**
* The meta object literal for the 'Sound Values' reference list feature.
*
*
* @generated
*/
EReference IFC_SOUND_PROPERTIES__SOUND_VALUES = eINSTANCE.getIfcSoundProperties_SoundValues();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundValueImpl Ifc Sound Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundValue()
* @generated
*/
EClass IFC_SOUND_VALUE = eINSTANCE.getIfcSoundValue();
/**
* The meta object literal for the 'Sound Level Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_SOUND_VALUE__SOUND_LEVEL_TIME_SERIES = eINSTANCE.getIfcSoundValue_SoundLevelTimeSeries();
/**
* The meta object literal for the 'Frequency' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_VALUE__FREQUENCY = eINSTANCE.getIfcSoundValue_Frequency();
/**
* The meta object literal for the 'Frequency As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_VALUE__FREQUENCY_AS_STRING = eINSTANCE.getIfcSoundValue_FrequencyAsString();
/**
* The meta object literal for the 'Sound Level Single Value' reference feature.
*
*
* @generated
*/
EReference IFC_SOUND_VALUE__SOUND_LEVEL_SINGLE_VALUE = eINSTANCE.getIfcSoundValue_SoundLevelSingleValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceImpl Ifc Space}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpace()
* @generated
*/
EClass IFC_SPACE = eINSTANCE.getIfcSpace();
/**
* The meta object literal for the 'Interior Or Exterior Space' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE__INTERIOR_OR_EXTERIOR_SPACE = eINSTANCE.getIfcSpace_InteriorOrExteriorSpace();
/**
* The meta object literal for the 'Elevation With Flooring' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE__ELEVATION_WITH_FLOORING = eINSTANCE.getIfcSpace_ElevationWithFlooring();
/**
* The meta object literal for the 'Elevation With Flooring As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE__ELEVATION_WITH_FLOORING_AS_STRING = eINSTANCE.getIfcSpace_ElevationWithFlooringAsString();
/**
* The meta object literal for the 'Has Coverings' reference list feature.
*
*
* @generated
*/
EReference IFC_SPACE__HAS_COVERINGS = eINSTANCE.getIfcSpace_HasCoverings();
/**
* The meta object literal for the 'Bounded By' reference list feature.
*
*
* @generated
*/
EReference IFC_SPACE__BOUNDED_BY = eINSTANCE.getIfcSpace_BoundedBy();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceHeaterTypeImpl Ifc Space Heater Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceHeaterTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceHeaterType()
* @generated
*/
EClass IFC_SPACE_HEATER_TYPE = eINSTANCE.getIfcSpaceHeaterType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_HEATER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcSpaceHeaterType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceProgramImpl Ifc Space Program}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceProgramImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceProgram()
* @generated
*/
EClass IFC_SPACE_PROGRAM = eINSTANCE.getIfcSpaceProgram();
/**
* The meta object literal for the 'Space Program Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__SPACE_PROGRAM_IDENTIFIER = eINSTANCE.getIfcSpaceProgram_SpaceProgramIdentifier();
/**
* The meta object literal for the 'Max Required Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__MAX_REQUIRED_AREA = eINSTANCE.getIfcSpaceProgram_MaxRequiredArea();
/**
* The meta object literal for the 'Max Required Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__MAX_REQUIRED_AREA_AS_STRING = eINSTANCE
.getIfcSpaceProgram_MaxRequiredAreaAsString();
/**
* The meta object literal for the 'Min Required Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__MIN_REQUIRED_AREA = eINSTANCE.getIfcSpaceProgram_MinRequiredArea();
/**
* The meta object literal for the 'Min Required Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__MIN_REQUIRED_AREA_AS_STRING = eINSTANCE
.getIfcSpaceProgram_MinRequiredAreaAsString();
/**
* The meta object literal for the 'Requested Location' reference feature.
*
*
* @generated
*/
EReference IFC_SPACE_PROGRAM__REQUESTED_LOCATION = eINSTANCE.getIfcSpaceProgram_RequestedLocation();
/**
* The meta object literal for the 'Standard Required Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__STANDARD_REQUIRED_AREA = eINSTANCE.getIfcSpaceProgram_StandardRequiredArea();
/**
* The meta object literal for the 'Standard Required Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_PROGRAM__STANDARD_REQUIRED_AREA_AS_STRING = eINSTANCE
.getIfcSpaceProgram_StandardRequiredAreaAsString();
/**
* The meta object literal for the 'Has Interaction Reqs From' reference list feature.
*
*
* @generated
*/
EReference IFC_SPACE_PROGRAM__HAS_INTERACTION_REQS_FROM = eINSTANCE.getIfcSpaceProgram_HasInteractionReqsFrom();
/**
* The meta object literal for the 'Has Interaction Reqs To' reference list feature.
*
*
* @generated
*/
EReference IFC_SPACE_PROGRAM__HAS_INTERACTION_REQS_TO = eINSTANCE.getIfcSpaceProgram_HasInteractionReqsTo();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceThermalLoadPropertiesImpl Ifc Space Thermal Load Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceThermalLoadPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceThermalLoadProperties()
* @generated
*/
EClass IFC_SPACE_THERMAL_LOAD_PROPERTIES = eINSTANCE.getIfcSpaceThermalLoadProperties();
/**
* The meta object literal for the 'Applicable Value Ratio' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__APPLICABLE_VALUE_RATIO = eINSTANCE
.getIfcSpaceThermalLoadProperties_ApplicableValueRatio();
/**
* The meta object literal for the 'Applicable Value Ratio As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__APPLICABLE_VALUE_RATIO_AS_STRING = eINSTANCE
.getIfcSpaceThermalLoadProperties_ApplicableValueRatioAsString();
/**
* The meta object literal for the 'Thermal Load Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__THERMAL_LOAD_SOURCE = eINSTANCE
.getIfcSpaceThermalLoadProperties_ThermalLoadSource();
/**
* The meta object literal for the 'Property Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__PROPERTY_SOURCE = eINSTANCE
.getIfcSpaceThermalLoadProperties_PropertySource();
/**
* The meta object literal for the 'Source Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__SOURCE_DESCRIPTION = eINSTANCE
.getIfcSpaceThermalLoadProperties_SourceDescription();
/**
* The meta object literal for the 'Maximum Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__MAXIMUM_VALUE = eINSTANCE
.getIfcSpaceThermalLoadProperties_MaximumValue();
/**
* The meta object literal for the 'Maximum Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__MAXIMUM_VALUE_AS_STRING = eINSTANCE
.getIfcSpaceThermalLoadProperties_MaximumValueAsString();
/**
* The meta object literal for the 'Minimum Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__MINIMUM_VALUE = eINSTANCE
.getIfcSpaceThermalLoadProperties_MinimumValue();
/**
* The meta object literal for the 'Minimum Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__MINIMUM_VALUE_AS_STRING = eINSTANCE
.getIfcSpaceThermalLoadProperties_MinimumValueAsString();
/**
* The meta object literal for the 'Thermal Load Time Series Values' reference feature.
*
*
* @generated
*/
EReference IFC_SPACE_THERMAL_LOAD_PROPERTIES__THERMAL_LOAD_TIME_SERIES_VALUES = eINSTANCE
.getIfcSpaceThermalLoadProperties_ThermalLoadTimeSeriesValues();
/**
* The meta object literal for the 'User Defined Thermal Load Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__USER_DEFINED_THERMAL_LOAD_SOURCE = eINSTANCE
.getIfcSpaceThermalLoadProperties_UserDefinedThermalLoadSource();
/**
* The meta object literal for the 'User Defined Property Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__USER_DEFINED_PROPERTY_SOURCE = eINSTANCE
.getIfcSpaceThermalLoadProperties_UserDefinedPropertySource();
/**
* The meta object literal for the 'Thermal Load Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_THERMAL_LOAD_PROPERTIES__THERMAL_LOAD_TYPE = eINSTANCE
.getIfcSpaceThermalLoadProperties_ThermalLoadType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpaceTypeImpl Ifc Space Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpaceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceType()
* @generated
*/
EClass IFC_SPACE_TYPE = eINSTANCE.getIfcSpaceType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPACE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcSpaceType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementImpl Ifc Spatial Structure Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpatialStructureElement()
* @generated
*/
EClass IFC_SPATIAL_STRUCTURE_ELEMENT = eINSTANCE.getIfcSpatialStructureElement();
/**
* The meta object literal for the 'Long Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPATIAL_STRUCTURE_ELEMENT__LONG_NAME = eINSTANCE.getIfcSpatialStructureElement_LongName();
/**
* The meta object literal for the 'Composition Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPATIAL_STRUCTURE_ELEMENT__COMPOSITION_TYPE = eINSTANCE
.getIfcSpatialStructureElement_CompositionType();
/**
* The meta object literal for the 'References Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_SPATIAL_STRUCTURE_ELEMENT__REFERENCES_ELEMENTS = eINSTANCE
.getIfcSpatialStructureElement_ReferencesElements();
/**
* The meta object literal for the 'Serviced By Systems' reference list feature.
*
*
* @generated
*/
EReference IFC_SPATIAL_STRUCTURE_ELEMENT__SERVICED_BY_SYSTEMS = eINSTANCE
.getIfcSpatialStructureElement_ServicedBySystems();
/**
* The meta object literal for the 'Contains Elements' reference list feature.
*
*
* @generated
*/
EReference IFC_SPATIAL_STRUCTURE_ELEMENT__CONTAINS_ELEMENTS = eINSTANCE
.getIfcSpatialStructureElement_ContainsElements();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementTypeImpl Ifc Spatial Structure Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpatialStructureElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpatialStructureElementType()
* @generated
*/
EClass IFC_SPATIAL_STRUCTURE_ELEMENT_TYPE = eINSTANCE.getIfcSpatialStructureElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSphereImpl Ifc Sphere}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSphereImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSphere()
* @generated
*/
EClass IFC_SPHERE = eINSTANCE.getIfcSphere();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPHERE__RADIUS = eINSTANCE.getIfcSphere_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPHERE__RADIUS_AS_STRING = eINSTANCE.getIfcSphere_RadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStackTerminalTypeImpl Ifc Stack Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStackTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStackTerminalType()
* @generated
*/
EClass IFC_STACK_TERMINAL_TYPE = eINSTANCE.getIfcStackTerminalType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STACK_TERMINAL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcStackTerminalType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStairImpl Ifc Stair}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStairImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStair()
* @generated
*/
EClass IFC_STAIR = eINSTANCE.getIfcStair();
/**
* The meta object literal for the 'Shape Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR__SHAPE_TYPE = eINSTANCE.getIfcStair_ShapeType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightImpl Ifc Stair Flight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairFlight()
* @generated
*/
EClass IFC_STAIR_FLIGHT = eINSTANCE.getIfcStairFlight();
/**
* The meta object literal for the 'Number Of Riser' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT__NUMBER_OF_RISER = eINSTANCE.getIfcStairFlight_NumberOfRiser();
/**
* The meta object literal for the 'Number Of Treads' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT__NUMBER_OF_TREADS = eINSTANCE.getIfcStairFlight_NumberOfTreads();
/**
* The meta object literal for the 'Riser Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT__RISER_HEIGHT = eINSTANCE.getIfcStairFlight_RiserHeight();
/**
* The meta object literal for the 'Riser Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT__RISER_HEIGHT_AS_STRING = eINSTANCE.getIfcStairFlight_RiserHeightAsString();
/**
* The meta object literal for the 'Tread Length' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT__TREAD_LENGTH = eINSTANCE.getIfcStairFlight_TreadLength();
/**
* The meta object literal for the 'Tread Length As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT__TREAD_LENGTH_AS_STRING = eINSTANCE.getIfcStairFlight_TreadLengthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightTypeImpl Ifc Stair Flight Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStairFlightTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairFlightType()
* @generated
*/
EClass IFC_STAIR_FLIGHT_TYPE = eINSTANCE.getIfcStairFlightType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STAIR_FLIGHT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcStairFlightType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActionImpl Ifc Structural Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralAction()
* @generated
*/
EClass IFC_STRUCTURAL_ACTION = eINSTANCE.getIfcStructuralAction();
/**
* The meta object literal for the 'Destabilizing Load' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_ACTION__DESTABILIZING_LOAD = eINSTANCE.getIfcStructuralAction_DestabilizingLoad();
/**
* The meta object literal for the 'Caused By' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ACTION__CAUSED_BY = eINSTANCE.getIfcStructuralAction_CausedBy();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActivityImpl Ifc Structural Activity}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralActivityImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralActivity()
* @generated
*/
EClass IFC_STRUCTURAL_ACTIVITY = eINSTANCE.getIfcStructuralActivity();
/**
* The meta object literal for the 'Applied Load' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ACTIVITY__APPLIED_LOAD = eINSTANCE.getIfcStructuralActivity_AppliedLoad();
/**
* The meta object literal for the 'Global Or Local' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_ACTIVITY__GLOBAL_OR_LOCAL = eINSTANCE.getIfcStructuralActivity_GlobalOrLocal();
/**
* The meta object literal for the 'Assigned To Structural Item' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ACTIVITY__ASSIGNED_TO_STRUCTURAL_ITEM = eINSTANCE
.getIfcStructuralActivity_AssignedToStructuralItem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl Ifc Structural Analysis Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralAnalysisModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralAnalysisModel()
* @generated
*/
EClass IFC_STRUCTURAL_ANALYSIS_MODEL = eINSTANCE.getIfcStructuralAnalysisModel();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_ANALYSIS_MODEL__PREDEFINED_TYPE = eINSTANCE
.getIfcStructuralAnalysisModel_PredefinedType();
/**
* The meta object literal for the 'Orientation Of2 DPlane' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ANALYSIS_MODEL__ORIENTATION_OF2_DPLANE = eINSTANCE
.getIfcStructuralAnalysisModel_OrientationOf2DPlane();
/**
* The meta object literal for the 'Loaded By' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ANALYSIS_MODEL__LOADED_BY = eINSTANCE.getIfcStructuralAnalysisModel_LoadedBy();
/**
* The meta object literal for the 'Has Results' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ANALYSIS_MODEL__HAS_RESULTS = eINSTANCE.getIfcStructuralAnalysisModel_HasResults();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionImpl Ifc Structural Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralConnection()
* @generated
*/
EClass IFC_STRUCTURAL_CONNECTION = eINSTANCE.getIfcStructuralConnection();
/**
* The meta object literal for the 'Applied Condition' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_CONNECTION__APPLIED_CONDITION = eINSTANCE
.getIfcStructuralConnection_AppliedCondition();
/**
* The meta object literal for the 'Connects Structural Members' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_CONNECTION__CONNECTS_STRUCTURAL_MEMBERS = eINSTANCE
.getIfcStructuralConnection_ConnectsStructuralMembers();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionConditionImpl Ifc Structural Connection Condition}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralConnectionConditionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralConnectionCondition()
* @generated
*/
EClass IFC_STRUCTURAL_CONNECTION_CONDITION = eINSTANCE.getIfcStructuralConnectionCondition();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_CONNECTION_CONDITION__NAME = eINSTANCE.getIfcStructuralConnectionCondition_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveConnectionImpl Ifc Structural Curve Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveConnection()
* @generated
*/
EClass IFC_STRUCTURAL_CURVE_CONNECTION = eINSTANCE.getIfcStructuralCurveConnection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberImpl Ifc Structural Curve Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveMember()
* @generated
*/
EClass IFC_STRUCTURAL_CURVE_MEMBER = eINSTANCE.getIfcStructuralCurveMember();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_CURVE_MEMBER__PREDEFINED_TYPE = eINSTANCE
.getIfcStructuralCurveMember_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberVaryingImpl Ifc Structural Curve Member Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralCurveMemberVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveMemberVarying()
* @generated
*/
EClass IFC_STRUCTURAL_CURVE_MEMBER_VARYING = eINSTANCE.getIfcStructuralCurveMemberVarying();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralItemImpl Ifc Structural Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralItem()
* @generated
*/
EClass IFC_STRUCTURAL_ITEM = eINSTANCE.getIfcStructuralItem();
/**
* The meta object literal for the 'Assigned Structural Activity' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_ITEM__ASSIGNED_STRUCTURAL_ACTIVITY = eINSTANCE
.getIfcStructuralItem_AssignedStructuralActivity();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionImpl Ifc Structural Linear Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLinearAction()
* @generated
*/
EClass IFC_STRUCTURAL_LINEAR_ACTION = eINSTANCE.getIfcStructuralLinearAction();
/**
* The meta object literal for the 'Projected Or True' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LINEAR_ACTION__PROJECTED_OR_TRUE = eINSTANCE
.getIfcStructuralLinearAction_ProjectedOrTrue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionVaryingImpl Ifc Structural Linear Action Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLinearActionVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLinearActionVarying()
* @generated
*/
EClass IFC_STRUCTURAL_LINEAR_ACTION_VARYING = eINSTANCE.getIfcStructuralLinearActionVarying();
/**
* The meta object literal for the 'Varying Applied Load Location' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_LINEAR_ACTION_VARYING__VARYING_APPLIED_LOAD_LOCATION = eINSTANCE
.getIfcStructuralLinearActionVarying_VaryingAppliedLoadLocation();
/**
* The meta object literal for the 'Subsequent Applied Loads' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_LINEAR_ACTION_VARYING__SUBSEQUENT_APPLIED_LOADS = eINSTANCE
.getIfcStructuralLinearActionVarying_SubsequentAppliedLoads();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadImpl Ifc Structural Load}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoad()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD = eINSTANCE.getIfcStructuralLoad();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD__NAME = eINSTANCE.getIfcStructuralLoad_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadGroupImpl Ifc Structural Load Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadGroup()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_GROUP = eINSTANCE.getIfcStructuralLoadGroup();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_GROUP__PREDEFINED_TYPE = eINSTANCE.getIfcStructuralLoadGroup_PredefinedType();
/**
* The meta object literal for the 'Action Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_GROUP__ACTION_TYPE = eINSTANCE.getIfcStructuralLoadGroup_ActionType();
/**
* The meta object literal for the 'Action Source' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_GROUP__ACTION_SOURCE = eINSTANCE.getIfcStructuralLoadGroup_ActionSource();
/**
* The meta object literal for the 'Coefficient' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_GROUP__COEFFICIENT = eINSTANCE.getIfcStructuralLoadGroup_Coefficient();
/**
* The meta object literal for the 'Coefficient As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_GROUP__COEFFICIENT_AS_STRING = eINSTANCE
.getIfcStructuralLoadGroup_CoefficientAsString();
/**
* The meta object literal for the 'Purpose' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_GROUP__PURPOSE = eINSTANCE.getIfcStructuralLoadGroup_Purpose();
/**
* The meta object literal for the 'Source Of Result Group' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_LOAD_GROUP__SOURCE_OF_RESULT_GROUP = eINSTANCE
.getIfcStructuralLoadGroup_SourceOfResultGroup();
/**
* The meta object literal for the 'Load Group For' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_LOAD_GROUP__LOAD_GROUP_FOR = eINSTANCE.getIfcStructuralLoadGroup_LoadGroupFor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadLinearForceImpl Ifc Structural Load Linear Force}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadLinearForceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadLinearForce()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_LINEAR_FORCE = eINSTANCE.getIfcStructuralLoadLinearForce();
/**
* The meta object literal for the 'Linear Force X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_X = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearForceX();
/**
* The meta object literal for the 'Linear Force XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_XAS_STRING = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearForceXAsString();
/**
* The meta object literal for the 'Linear Force Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_Y = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearForceY();
/**
* The meta object literal for the 'Linear Force YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_YAS_STRING = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearForceYAsString();
/**
* The meta object literal for the 'Linear Force Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_Z = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearForceZ();
/**
* The meta object literal for the 'Linear Force ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_FORCE_ZAS_STRING = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearForceZAsString();
/**
* The meta object literal for the 'Linear Moment X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_X = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearMomentX();
/**
* The meta object literal for the 'Linear Moment XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_XAS_STRING = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearMomentXAsString();
/**
* The meta object literal for the 'Linear Moment Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_Y = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearMomentY();
/**
* The meta object literal for the 'Linear Moment YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_YAS_STRING = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearMomentYAsString();
/**
* The meta object literal for the 'Linear Moment Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_Z = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearMomentZ();
/**
* The meta object literal for the 'Linear Moment ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_LINEAR_FORCE__LINEAR_MOMENT_ZAS_STRING = eINSTANCE
.getIfcStructuralLoadLinearForce_LinearMomentZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadPlanarForceImpl Ifc Structural Load Planar Force}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadPlanarForceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadPlanarForce()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_PLANAR_FORCE = eINSTANCE.getIfcStructuralLoadPlanarForce();
/**
* The meta object literal for the 'Planar Force X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_X = eINSTANCE
.getIfcStructuralLoadPlanarForce_PlanarForceX();
/**
* The meta object literal for the 'Planar Force XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_XAS_STRING = eINSTANCE
.getIfcStructuralLoadPlanarForce_PlanarForceXAsString();
/**
* The meta object literal for the 'Planar Force Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_Y = eINSTANCE
.getIfcStructuralLoadPlanarForce_PlanarForceY();
/**
* The meta object literal for the 'Planar Force YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_YAS_STRING = eINSTANCE
.getIfcStructuralLoadPlanarForce_PlanarForceYAsString();
/**
* The meta object literal for the 'Planar Force Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_Z = eINSTANCE
.getIfcStructuralLoadPlanarForce_PlanarForceZ();
/**
* The meta object literal for the 'Planar Force ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_PLANAR_FORCE__PLANAR_FORCE_ZAS_STRING = eINSTANCE
.getIfcStructuralLoadPlanarForce_PlanarForceZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementImpl Ifc Structural Load Single Displacement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleDisplacement()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT = eINSTANCE.getIfcStructuralLoadSingleDisplacement();
/**
* The meta object literal for the 'Displacement X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_X = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_DisplacementX();
/**
* The meta object literal for the 'Displacement XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_XAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_DisplacementXAsString();
/**
* The meta object literal for the 'Displacement Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_Y = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_DisplacementY();
/**
* The meta object literal for the 'Displacement YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_YAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_DisplacementYAsString();
/**
* The meta object literal for the 'Displacement Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_Z = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_DisplacementZ();
/**
* The meta object literal for the 'Displacement ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__DISPLACEMENT_ZAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_DisplacementZAsString();
/**
* The meta object literal for the 'Rotational Displacement RX' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RX = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRX();
/**
* The meta object literal for the 'Rotational Displacement RX As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RX_AS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRXAsString();
/**
* The meta object literal for the 'Rotational Displacement RY' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RY = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRY();
/**
* The meta object literal for the 'Rotational Displacement RY As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RY_AS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRYAsString();
/**
* The meta object literal for the 'Rotational Displacement RZ' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RZ = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRZ();
/**
* The meta object literal for the 'Rotational Displacement RZ As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT__ROTATIONAL_DISPLACEMENT_RZ_AS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacement_RotationalDisplacementRZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementDistortionImpl Ifc Structural Load Single Displacement Distortion}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleDisplacementDistortionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleDisplacementDistortion()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION = eINSTANCE
.getIfcStructuralLoadSingleDisplacementDistortion();
/**
* The meta object literal for the 'Distortion' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISTORTION = eINSTANCE
.getIfcStructuralLoadSingleDisplacementDistortion_Distortion();
/**
* The meta object literal for the 'Distortion As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_DISPLACEMENT_DISTORTION__DISTORTION_AS_STRING = eINSTANCE
.getIfcStructuralLoadSingleDisplacementDistortion_DistortionAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceImpl Ifc Structural Load Single Force}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleForce()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_SINGLE_FORCE = eINSTANCE.getIfcStructuralLoadSingleForce();
/**
* The meta object literal for the 'Force X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_X = eINSTANCE.getIfcStructuralLoadSingleForce_ForceX();
/**
* The meta object literal for the 'Force XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_XAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForce_ForceXAsString();
/**
* The meta object literal for the 'Force Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_Y = eINSTANCE.getIfcStructuralLoadSingleForce_ForceY();
/**
* The meta object literal for the 'Force YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_YAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForce_ForceYAsString();
/**
* The meta object literal for the 'Force Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_Z = eINSTANCE.getIfcStructuralLoadSingleForce_ForceZ();
/**
* The meta object literal for the 'Force ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__FORCE_ZAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForce_ForceZAsString();
/**
* The meta object literal for the 'Moment X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_X = eINSTANCE.getIfcStructuralLoadSingleForce_MomentX();
/**
* The meta object literal for the 'Moment XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_XAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForce_MomentXAsString();
/**
* The meta object literal for the 'Moment Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_Y = eINSTANCE.getIfcStructuralLoadSingleForce_MomentY();
/**
* The meta object literal for the 'Moment YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_YAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForce_MomentYAsString();
/**
* The meta object literal for the 'Moment Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_Z = eINSTANCE.getIfcStructuralLoadSingleForce_MomentZ();
/**
* The meta object literal for the 'Moment ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE__MOMENT_ZAS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForce_MomentZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceWarpingImpl Ifc Structural Load Single Force Warping}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadSingleForceWarpingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadSingleForceWarping()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING = eINSTANCE.getIfcStructuralLoadSingleForceWarping();
/**
* The meta object literal for the 'Warping Moment' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__WARPING_MOMENT = eINSTANCE
.getIfcStructuralLoadSingleForceWarping_WarpingMoment();
/**
* The meta object literal for the 'Warping Moment As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_SINGLE_FORCE_WARPING__WARPING_MOMENT_AS_STRING = eINSTANCE
.getIfcStructuralLoadSingleForceWarping_WarpingMomentAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadStaticImpl Ifc Structural Load Static}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadStaticImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadStatic()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_STATIC = eINSTANCE.getIfcStructuralLoadStatic();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl Ifc Structural Load Temperature}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralLoadTemperatureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralLoadTemperature()
* @generated
*/
EClass IFC_STRUCTURAL_LOAD_TEMPERATURE = eINSTANCE.getIfcStructuralLoadTemperature();
/**
* The meta object literal for the 'Delta TConstant' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT = eINSTANCE
.getIfcStructuralLoadTemperature_DeltaT_Constant();
/**
* The meta object literal for the 'Delta TConstant As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TCONSTANT_AS_STRING = eINSTANCE
.getIfcStructuralLoadTemperature_DeltaT_ConstantAsString();
/**
* The meta object literal for the 'Delta TY' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TY = eINSTANCE.getIfcStructuralLoadTemperature_DeltaT_Y();
/**
* The meta object literal for the 'Delta TYAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TYAS_STRING = eINSTANCE
.getIfcStructuralLoadTemperature_DeltaT_YAsString();
/**
* The meta object literal for the 'Delta TZ' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZ = eINSTANCE.getIfcStructuralLoadTemperature_DeltaT_Z();
/**
* The meta object literal for the 'Delta TZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_LOAD_TEMPERATURE__DELTA_TZAS_STRING = eINSTANCE
.getIfcStructuralLoadTemperature_DeltaT_ZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralMemberImpl Ifc Structural Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralMember()
* @generated
*/
EClass IFC_STRUCTURAL_MEMBER = eINSTANCE.getIfcStructuralMember();
/**
* The meta object literal for the 'References Element' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_MEMBER__REFERENCES_ELEMENT = eINSTANCE.getIfcStructuralMember_ReferencesElement();
/**
* The meta object literal for the 'Connected By' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_MEMBER__CONNECTED_BY = eINSTANCE.getIfcStructuralMember_ConnectedBy();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionImpl Ifc Structural Planar Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPlanarAction()
* @generated
*/
EClass IFC_STRUCTURAL_PLANAR_ACTION = eINSTANCE.getIfcStructuralPlanarAction();
/**
* The meta object literal for the 'Projected Or True' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PLANAR_ACTION__PROJECTED_OR_TRUE = eINSTANCE
.getIfcStructuralPlanarAction_ProjectedOrTrue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionVaryingImpl Ifc Structural Planar Action Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPlanarActionVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPlanarActionVarying()
* @generated
*/
EClass IFC_STRUCTURAL_PLANAR_ACTION_VARYING = eINSTANCE.getIfcStructuralPlanarActionVarying();
/**
* The meta object literal for the 'Varying Applied Load Location' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_PLANAR_ACTION_VARYING__VARYING_APPLIED_LOAD_LOCATION = eINSTANCE
.getIfcStructuralPlanarActionVarying_VaryingAppliedLoadLocation();
/**
* The meta object literal for the 'Subsequent Applied Loads' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_PLANAR_ACTION_VARYING__SUBSEQUENT_APPLIED_LOADS = eINSTANCE
.getIfcStructuralPlanarActionVarying_SubsequentAppliedLoads();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointActionImpl Ifc Structural Point Action}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointActionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPointAction()
* @generated
*/
EClass IFC_STRUCTURAL_POINT_ACTION = eINSTANCE.getIfcStructuralPointAction();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointConnectionImpl Ifc Structural Point Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPointConnection()
* @generated
*/
EClass IFC_STRUCTURAL_POINT_CONNECTION = eINSTANCE.getIfcStructuralPointConnection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointReactionImpl Ifc Structural Point Reaction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralPointReactionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralPointReaction()
* @generated
*/
EClass IFC_STRUCTURAL_POINT_REACTION = eINSTANCE.getIfcStructuralPointReaction();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralProfilePropertiesImpl Ifc Structural Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralProfileProperties()
* @generated
*/
EClass IFC_STRUCTURAL_PROFILE_PROPERTIES = eINSTANCE.getIfcStructuralProfileProperties();
/**
* The meta object literal for the 'Torsional Constant X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_X = eINSTANCE
.getIfcStructuralProfileProperties_TorsionalConstantX();
/**
* The meta object literal for the 'Torsional Constant XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_CONSTANT_XAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_TorsionalConstantXAsString();
/**
* The meta object literal for the 'Moment Of Inertia YZ' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ = eINSTANCE
.getIfcStructuralProfileProperties_MomentOfInertiaYZ();
/**
* The meta object literal for the 'Moment Of Inertia YZ As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YZ_AS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MomentOfInertiaYZAsString();
/**
* The meta object literal for the 'Moment Of Inertia Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Y = eINSTANCE
.getIfcStructuralProfileProperties_MomentOfInertiaY();
/**
* The meta object literal for the 'Moment Of Inertia YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_YAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MomentOfInertiaYAsString();
/**
* The meta object literal for the 'Moment Of Inertia Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_Z = eINSTANCE
.getIfcStructuralProfileProperties_MomentOfInertiaZ();
/**
* The meta object literal for the 'Moment Of Inertia ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MOMENT_OF_INERTIA_ZAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MomentOfInertiaZAsString();
/**
* The meta object literal for the 'Warping Constant' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__WARPING_CONSTANT = eINSTANCE
.getIfcStructuralProfileProperties_WarpingConstant();
/**
* The meta object literal for the 'Warping Constant As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__WARPING_CONSTANT_AS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_WarpingConstantAsString();
/**
* The meta object literal for the 'Shear Centre Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_Z = eINSTANCE
.getIfcStructuralProfileProperties_ShearCentreZ();
/**
* The meta object literal for the 'Shear Centre ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_ZAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_ShearCentreZAsString();
/**
* The meta object literal for the 'Shear Centre Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_Y = eINSTANCE
.getIfcStructuralProfileProperties_ShearCentreY();
/**
* The meta object literal for the 'Shear Centre YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_CENTRE_YAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_ShearCentreYAsString();
/**
* The meta object literal for the 'Shear Deformation Area Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Z = eINSTANCE
.getIfcStructuralProfileProperties_ShearDeformationAreaZ();
/**
* The meta object literal for the 'Shear Deformation Area ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_ZAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_ShearDeformationAreaZAsString();
/**
* The meta object literal for the 'Shear Deformation Area Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_Y = eINSTANCE
.getIfcStructuralProfileProperties_ShearDeformationAreaY();
/**
* The meta object literal for the 'Shear Deformation Area YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__SHEAR_DEFORMATION_AREA_YAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_ShearDeformationAreaYAsString();
/**
* The meta object literal for the 'Maximum Section Modulus Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Y = eINSTANCE
.getIfcStructuralProfileProperties_MaximumSectionModulusY();
/**
* The meta object literal for the 'Maximum Section Modulus YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_YAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MaximumSectionModulusYAsString();
/**
* The meta object literal for the 'Minimum Section Modulus Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Y = eINSTANCE
.getIfcStructuralProfileProperties_MinimumSectionModulusY();
/**
* The meta object literal for the 'Minimum Section Modulus YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_YAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MinimumSectionModulusYAsString();
/**
* The meta object literal for the 'Maximum Section Modulus Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_Z = eINSTANCE
.getIfcStructuralProfileProperties_MaximumSectionModulusZ();
/**
* The meta object literal for the 'Maximum Section Modulus ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MAXIMUM_SECTION_MODULUS_ZAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MaximumSectionModulusZAsString();
/**
* The meta object literal for the 'Minimum Section Modulus Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_Z = eINSTANCE
.getIfcStructuralProfileProperties_MinimumSectionModulusZ();
/**
* The meta object literal for the 'Minimum Section Modulus ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__MINIMUM_SECTION_MODULUS_ZAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_MinimumSectionModulusZAsString();
/**
* The meta object literal for the 'Torsional Section Modulus' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS = eINSTANCE
.getIfcStructuralProfileProperties_TorsionalSectionModulus();
/**
* The meta object literal for the 'Torsional Section Modulus As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__TORSIONAL_SECTION_MODULUS_AS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_TorsionalSectionModulusAsString();
/**
* The meta object literal for the 'Centre Of Gravity In X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_X = eINSTANCE
.getIfcStructuralProfileProperties_CentreOfGravityInX();
/**
* The meta object literal for the 'Centre Of Gravity In XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_XAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_CentreOfGravityInXAsString();
/**
* The meta object literal for the 'Centre Of Gravity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_Y = eINSTANCE
.getIfcStructuralProfileProperties_CentreOfGravityInY();
/**
* The meta object literal for the 'Centre Of Gravity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_PROFILE_PROPERTIES__CENTRE_OF_GRAVITY_IN_YAS_STRING = eINSTANCE
.getIfcStructuralProfileProperties_CentreOfGravityInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralReactionImpl Ifc Structural Reaction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralReactionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralReaction()
* @generated
*/
EClass IFC_STRUCTURAL_REACTION = eINSTANCE.getIfcStructuralReaction();
/**
* The meta object literal for the 'Causes' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_REACTION__CAUSES = eINSTANCE.getIfcStructuralReaction_Causes();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralResultGroupImpl Ifc Structural Result Group}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralResultGroupImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralResultGroup()
* @generated
*/
EClass IFC_STRUCTURAL_RESULT_GROUP = eINSTANCE.getIfcStructuralResultGroup();
/**
* The meta object literal for the 'Theory Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_RESULT_GROUP__THEORY_TYPE = eINSTANCE.getIfcStructuralResultGroup_TheoryType();
/**
* The meta object literal for the 'Result For Load Group' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_RESULT_GROUP__RESULT_FOR_LOAD_GROUP = eINSTANCE
.getIfcStructuralResultGroup_ResultForLoadGroup();
/**
* The meta object literal for the 'Is Linear' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_RESULT_GROUP__IS_LINEAR = eINSTANCE.getIfcStructuralResultGroup_IsLinear();
/**
* The meta object literal for the 'Result Group For' reference list feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_RESULT_GROUP__RESULT_GROUP_FOR = eINSTANCE
.getIfcStructuralResultGroup_ResultGroupFor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSteelProfilePropertiesImpl Ifc Structural Steel Profile Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSteelProfilePropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSteelProfileProperties()
* @generated
*/
EClass IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES = eINSTANCE.getIfcStructuralSteelProfileProperties();
/**
* The meta object literal for the 'Shear Area Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_Z = eINSTANCE
.getIfcStructuralSteelProfileProperties_ShearAreaZ();
/**
* The meta object literal for the 'Shear Area ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_ZAS_STRING = eINSTANCE
.getIfcStructuralSteelProfileProperties_ShearAreaZAsString();
/**
* The meta object literal for the 'Shear Area Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_Y = eINSTANCE
.getIfcStructuralSteelProfileProperties_ShearAreaY();
/**
* The meta object literal for the 'Shear Area YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__SHEAR_AREA_YAS_STRING = eINSTANCE
.getIfcStructuralSteelProfileProperties_ShearAreaYAsString();
/**
* The meta object literal for the 'Plastic Shape Factor Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_Y = eINSTANCE
.getIfcStructuralSteelProfileProperties_PlasticShapeFactorY();
/**
* The meta object literal for the 'Plastic Shape Factor YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_YAS_STRING = eINSTANCE
.getIfcStructuralSteelProfileProperties_PlasticShapeFactorYAsString();
/**
* The meta object literal for the 'Plastic Shape Factor Z' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_Z = eINSTANCE
.getIfcStructuralSteelProfileProperties_PlasticShapeFactorZ();
/**
* The meta object literal for the 'Plastic Shape Factor ZAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_STEEL_PROFILE_PROPERTIES__PLASTIC_SHAPE_FACTOR_ZAS_STRING = eINSTANCE
.getIfcStructuralSteelProfileProperties_PlasticShapeFactorZAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceConnectionImpl Ifc Structural Surface Connection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceConnectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceConnection()
* @generated
*/
EClass IFC_STRUCTURAL_SURFACE_CONNECTION = eINSTANCE.getIfcStructuralSurfaceConnection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberImpl Ifc Structural Surface Member}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceMember()
* @generated
*/
EClass IFC_STRUCTURAL_SURFACE_MEMBER = eINSTANCE.getIfcStructuralSurfaceMember();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER__PREDEFINED_TYPE = eINSTANCE
.getIfcStructuralSurfaceMember_PredefinedType();
/**
* The meta object literal for the 'Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER__THICKNESS = eINSTANCE.getIfcStructuralSurfaceMember_Thickness();
/**
* The meta object literal for the 'Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER__THICKNESS_AS_STRING = eINSTANCE
.getIfcStructuralSurfaceMember_ThicknessAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl Ifc Structural Surface Member Varying}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuralSurfaceMemberVaryingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceMemberVarying()
* @generated
*/
EClass IFC_STRUCTURAL_SURFACE_MEMBER_VARYING = eINSTANCE.getIfcStructuralSurfaceMemberVarying();
/**
* The meta object literal for the 'Subsequent Thickness' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__SUBSEQUENT_THICKNESS = eINSTANCE
.getIfcStructuralSurfaceMemberVarying_SubsequentThickness();
/**
* The meta object literal for the 'Subsequent Thickness As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__SUBSEQUENT_THICKNESS_AS_STRING = eINSTANCE
.getIfcStructuralSurfaceMemberVarying_SubsequentThicknessAsString();
/**
* The meta object literal for the 'Varying Thickness Location' reference feature.
*
*
* @generated
*/
EReference IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_LOCATION = eINSTANCE
.getIfcStructuralSurfaceMemberVarying_VaryingThicknessLocation();
/**
* The meta object literal for the 'Varying Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS = eINSTANCE
.getIfcStructuralSurfaceMemberVarying_VaryingThickness();
/**
* The meta object literal for the 'Varying Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STRUCTURAL_SURFACE_MEMBER_VARYING__VARYING_THICKNESS_AS_STRING = eINSTANCE
.getIfcStructuralSurfaceMemberVarying_VaryingThicknessAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStructuredDimensionCalloutImpl Ifc Structured Dimension Callout}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStructuredDimensionCalloutImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuredDimensionCallout()
* @generated
*/
EClass IFC_STRUCTURED_DIMENSION_CALLOUT = eINSTANCE.getIfcStructuredDimensionCallout();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStyleModelImpl Ifc Style Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStyleModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStyleModel()
* @generated
*/
EClass IFC_STYLE_MODEL = eINSTANCE.getIfcStyleModel();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStyledItemImpl Ifc Styled Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStyledItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStyledItem()
* @generated
*/
EClass IFC_STYLED_ITEM = eINSTANCE.getIfcStyledItem();
/**
* The meta object literal for the 'Item' reference feature.
*
*
* @generated
*/
EReference IFC_STYLED_ITEM__ITEM = eINSTANCE.getIfcStyledItem_Item();
/**
* The meta object literal for the 'Styles' reference list feature.
*
*
* @generated
*/
EReference IFC_STYLED_ITEM__STYLES = eINSTANCE.getIfcStyledItem_Styles();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_STYLED_ITEM__NAME = eINSTANCE.getIfcStyledItem_Name();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcStyledRepresentationImpl Ifc Styled Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcStyledRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStyledRepresentation()
* @generated
*/
EClass IFC_STYLED_REPRESENTATION = eINSTANCE.getIfcStyledRepresentation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSubContractResourceImpl Ifc Sub Contract Resource}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSubContractResourceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSubContractResource()
* @generated
*/
EClass IFC_SUB_CONTRACT_RESOURCE = eINSTANCE.getIfcSubContractResource();
/**
* The meta object literal for the 'Sub Contractor' reference feature.
*
*
* @generated
*/
EReference IFC_SUB_CONTRACT_RESOURCE__SUB_CONTRACTOR = eINSTANCE.getIfcSubContractResource_SubContractor();
/**
* The meta object literal for the 'Job Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SUB_CONTRACT_RESOURCE__JOB_DESCRIPTION = eINSTANCE.getIfcSubContractResource_JobDescription();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSubedgeImpl Ifc Subedge}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSubedgeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSubedge()
* @generated
*/
EClass IFC_SUBEDGE = eINSTANCE.getIfcSubedge();
/**
* The meta object literal for the 'Parent Edge' reference feature.
*
*
* @generated
*/
EReference IFC_SUBEDGE__PARENT_EDGE = eINSTANCE.getIfcSubedge_ParentEdge();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceImpl Ifc Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurface()
* @generated
*/
EClass IFC_SURFACE = eINSTANCE.getIfcSurface();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceCurveSweptAreaSolidImpl Ifc Surface Curve Swept Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceCurveSweptAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceCurveSweptAreaSolid()
* @generated
*/
EClass IFC_SURFACE_CURVE_SWEPT_AREA_SOLID = eINSTANCE.getIfcSurfaceCurveSweptAreaSolid();
/**
* The meta object literal for the 'Directrix' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__DIRECTRIX = eINSTANCE
.getIfcSurfaceCurveSweptAreaSolid_Directrix();
/**
* The meta object literal for the 'Start Param' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM = eINSTANCE
.getIfcSurfaceCurveSweptAreaSolid_StartParam();
/**
* The meta object literal for the 'Start Param As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__START_PARAM_AS_STRING = eINSTANCE
.getIfcSurfaceCurveSweptAreaSolid_StartParamAsString();
/**
* The meta object literal for the 'End Param' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM = eINSTANCE
.getIfcSurfaceCurveSweptAreaSolid_EndParam();
/**
* The meta object literal for the 'End Param As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__END_PARAM_AS_STRING = eINSTANCE
.getIfcSurfaceCurveSweptAreaSolid_EndParamAsString();
/**
* The meta object literal for the 'Reference Surface' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_CURVE_SWEPT_AREA_SOLID__REFERENCE_SURFACE = eINSTANCE
.getIfcSurfaceCurveSweptAreaSolid_ReferenceSurface();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfLinearExtrusionImpl Ifc Surface Of Linear Extrusion}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfLinearExtrusionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceOfLinearExtrusion()
* @generated
*/
EClass IFC_SURFACE_OF_LINEAR_EXTRUSION = eINSTANCE.getIfcSurfaceOfLinearExtrusion();
/**
* The meta object literal for the 'Extruded Direction' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_OF_LINEAR_EXTRUSION__EXTRUDED_DIRECTION = eINSTANCE
.getIfcSurfaceOfLinearExtrusion_ExtrudedDirection();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_OF_LINEAR_EXTRUSION__DEPTH = eINSTANCE.getIfcSurfaceOfLinearExtrusion_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_OF_LINEAR_EXTRUSION__DEPTH_AS_STRING = eINSTANCE
.getIfcSurfaceOfLinearExtrusion_DepthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfRevolutionImpl Ifc Surface Of Revolution}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceOfRevolutionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceOfRevolution()
* @generated
*/
EClass IFC_SURFACE_OF_REVOLUTION = eINSTANCE.getIfcSurfaceOfRevolution();
/**
* The meta object literal for the 'Axis Position' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_OF_REVOLUTION__AXIS_POSITION = eINSTANCE.getIfcSurfaceOfRevolution_AxisPosition();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleImpl Ifc Surface Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyle()
* @generated
*/
EClass IFC_SURFACE_STYLE = eINSTANCE.getIfcSurfaceStyle();
/**
* The meta object literal for the 'Side' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE__SIDE = eINSTANCE.getIfcSurfaceStyle_Side();
/**
* The meta object literal for the 'Styles' reference list feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE__STYLES = eINSTANCE.getIfcSurfaceStyle_Styles();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleLightingImpl Ifc Surface Style Lighting}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleLightingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleLighting()
* @generated
*/
EClass IFC_SURFACE_STYLE_LIGHTING = eINSTANCE.getIfcSurfaceStyleLighting();
/**
* The meta object literal for the 'Diffuse Transmission Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_LIGHTING__DIFFUSE_TRANSMISSION_COLOUR = eINSTANCE
.getIfcSurfaceStyleLighting_DiffuseTransmissionColour();
/**
* The meta object literal for the 'Diffuse Reflection Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_LIGHTING__DIFFUSE_REFLECTION_COLOUR = eINSTANCE
.getIfcSurfaceStyleLighting_DiffuseReflectionColour();
/**
* The meta object literal for the 'Transmission Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_LIGHTING__TRANSMISSION_COLOUR = eINSTANCE
.getIfcSurfaceStyleLighting_TransmissionColour();
/**
* The meta object literal for the 'Reflectance Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_LIGHTING__REFLECTANCE_COLOUR = eINSTANCE
.getIfcSurfaceStyleLighting_ReflectanceColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRefractionImpl Ifc Surface Style Refraction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRefractionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleRefraction()
* @generated
*/
EClass IFC_SURFACE_STYLE_REFRACTION = eINSTANCE.getIfcSurfaceStyleRefraction();
/**
* The meta object literal for the 'Refraction Index' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_REFRACTION__REFRACTION_INDEX = eINSTANCE
.getIfcSurfaceStyleRefraction_RefractionIndex();
/**
* The meta object literal for the 'Refraction Index As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_REFRACTION__REFRACTION_INDEX_AS_STRING = eINSTANCE
.getIfcSurfaceStyleRefraction_RefractionIndexAsString();
/**
* The meta object literal for the 'Dispersion Factor' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_REFRACTION__DISPERSION_FACTOR = eINSTANCE
.getIfcSurfaceStyleRefraction_DispersionFactor();
/**
* The meta object literal for the 'Dispersion Factor As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_REFRACTION__DISPERSION_FACTOR_AS_STRING = eINSTANCE
.getIfcSurfaceStyleRefraction_DispersionFactorAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRenderingImpl Ifc Surface Style Rendering}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleRenderingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleRendering()
* @generated
*/
EClass IFC_SURFACE_STYLE_RENDERING = eINSTANCE.getIfcSurfaceStyleRendering();
/**
* The meta object literal for the 'Transparency' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_RENDERING__TRANSPARENCY = eINSTANCE.getIfcSurfaceStyleRendering_Transparency();
/**
* The meta object literal for the 'Transparency As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_RENDERING__TRANSPARENCY_AS_STRING = eINSTANCE
.getIfcSurfaceStyleRendering_TransparencyAsString();
/**
* The meta object literal for the 'Diffuse Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_RENDERING__DIFFUSE_COLOUR = eINSTANCE.getIfcSurfaceStyleRendering_DiffuseColour();
/**
* The meta object literal for the 'Transmission Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_RENDERING__TRANSMISSION_COLOUR = eINSTANCE
.getIfcSurfaceStyleRendering_TransmissionColour();
/**
* The meta object literal for the 'Diffuse Transmission Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_RENDERING__DIFFUSE_TRANSMISSION_COLOUR = eINSTANCE
.getIfcSurfaceStyleRendering_DiffuseTransmissionColour();
/**
* The meta object literal for the 'Reflection Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_RENDERING__REFLECTION_COLOUR = eINSTANCE
.getIfcSurfaceStyleRendering_ReflectionColour();
/**
* The meta object literal for the 'Specular Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_RENDERING__SPECULAR_COLOUR = eINSTANCE
.getIfcSurfaceStyleRendering_SpecularColour();
/**
* The meta object literal for the 'Specular Highlight' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_RENDERING__SPECULAR_HIGHLIGHT = eINSTANCE
.getIfcSurfaceStyleRendering_SpecularHighlight();
/**
* The meta object literal for the 'Reflectance Method' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_STYLE_RENDERING__REFLECTANCE_METHOD = eINSTANCE
.getIfcSurfaceStyleRendering_ReflectanceMethod();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleShadingImpl Ifc Surface Style Shading}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleShadingImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleShading()
* @generated
*/
EClass IFC_SURFACE_STYLE_SHADING = eINSTANCE.getIfcSurfaceStyleShading();
/**
* The meta object literal for the 'Surface Colour' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_SHADING__SURFACE_COLOUR = eINSTANCE.getIfcSurfaceStyleShading_SurfaceColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleWithTexturesImpl Ifc Surface Style With Textures}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceStyleWithTexturesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleWithTextures()
* @generated
*/
EClass IFC_SURFACE_STYLE_WITH_TEXTURES = eINSTANCE.getIfcSurfaceStyleWithTextures();
/**
* The meta object literal for the 'Textures' reference list feature.
*
*
* @generated
*/
EReference IFC_SURFACE_STYLE_WITH_TEXTURES__TEXTURES = eINSTANCE.getIfcSurfaceStyleWithTextures_Textures();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceTextureImpl Ifc Surface Texture}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSurfaceTextureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceTexture()
* @generated
*/
EClass IFC_SURFACE_TEXTURE = eINSTANCE.getIfcSurfaceTexture();
/**
* The meta object literal for the 'Repeat S' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_TEXTURE__REPEAT_S = eINSTANCE.getIfcSurfaceTexture_RepeatS();
/**
* The meta object literal for the 'Repeat T' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_TEXTURE__REPEAT_T = eINSTANCE.getIfcSurfaceTexture_RepeatT();
/**
* The meta object literal for the 'Texture Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SURFACE_TEXTURE__TEXTURE_TYPE = eINSTANCE.getIfcSurfaceTexture_TextureType();
/**
* The meta object literal for the 'Texture Transform' reference feature.
*
*
* @generated
*/
EReference IFC_SURFACE_TEXTURE__TEXTURE_TRANSFORM = eINSTANCE.getIfcSurfaceTexture_TextureTransform();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSweptAreaSolidImpl Ifc Swept Area Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSweptAreaSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSweptAreaSolid()
* @generated
*/
EClass IFC_SWEPT_AREA_SOLID = eINSTANCE.getIfcSweptAreaSolid();
/**
* The meta object literal for the 'Swept Area' reference feature.
*
*
* @generated
*/
EReference IFC_SWEPT_AREA_SOLID__SWEPT_AREA = eINSTANCE.getIfcSweptAreaSolid_SweptArea();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_SWEPT_AREA_SOLID__POSITION = eINSTANCE.getIfcSweptAreaSolid_Position();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSweptDiskSolidImpl Ifc Swept Disk Solid}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSweptDiskSolidImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSweptDiskSolid()
* @generated
*/
EClass IFC_SWEPT_DISK_SOLID = eINSTANCE.getIfcSweptDiskSolid();
/**
* The meta object literal for the 'Directrix' reference feature.
*
*
* @generated
*/
EReference IFC_SWEPT_DISK_SOLID__DIRECTRIX = eINSTANCE.getIfcSweptDiskSolid_Directrix();
/**
* The meta object literal for the 'Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__RADIUS = eINSTANCE.getIfcSweptDiskSolid_Radius();
/**
* The meta object literal for the 'Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__RADIUS_AS_STRING = eINSTANCE.getIfcSweptDiskSolid_RadiusAsString();
/**
* The meta object literal for the 'Inner Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__INNER_RADIUS = eINSTANCE.getIfcSweptDiskSolid_InnerRadius();
/**
* The meta object literal for the 'Inner Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__INNER_RADIUS_AS_STRING = eINSTANCE.getIfcSweptDiskSolid_InnerRadiusAsString();
/**
* The meta object literal for the 'Start Param' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__START_PARAM = eINSTANCE.getIfcSweptDiskSolid_StartParam();
/**
* The meta object literal for the 'Start Param As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__START_PARAM_AS_STRING = eINSTANCE.getIfcSweptDiskSolid_StartParamAsString();
/**
* The meta object literal for the 'End Param' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__END_PARAM = eINSTANCE.getIfcSweptDiskSolid_EndParam();
/**
* The meta object literal for the 'End Param As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_DISK_SOLID__END_PARAM_AS_STRING = eINSTANCE.getIfcSweptDiskSolid_EndParamAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSweptSurfaceImpl Ifc Swept Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSweptSurfaceImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSweptSurface()
* @generated
*/
EClass IFC_SWEPT_SURFACE = eINSTANCE.getIfcSweptSurface();
/**
* The meta object literal for the 'Swept Curve' reference feature.
*
*
* @generated
*/
EReference IFC_SWEPT_SURFACE__SWEPT_CURVE = eINSTANCE.getIfcSweptSurface_SweptCurve();
/**
* The meta object literal for the 'Position' reference feature.
*
*
* @generated
*/
EReference IFC_SWEPT_SURFACE__POSITION = eINSTANCE.getIfcSweptSurface_Position();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWEPT_SURFACE__DIM = eINSTANCE.getIfcSweptSurface_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSwitchingDeviceTypeImpl Ifc Switching Device Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSwitchingDeviceTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSwitchingDeviceType()
* @generated
*/
EClass IFC_SWITCHING_DEVICE_TYPE = eINSTANCE.getIfcSwitchingDeviceType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SWITCHING_DEVICE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcSwitchingDeviceType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSymbolStyleImpl Ifc Symbol Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSymbolStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSymbolStyle()
* @generated
*/
EClass IFC_SYMBOL_STYLE = eINSTANCE.getIfcSymbolStyle();
/**
* The meta object literal for the 'Style Of Symbol' reference feature.
*
*
* @generated
*/
EReference IFC_SYMBOL_STYLE__STYLE_OF_SYMBOL = eINSTANCE.getIfcSymbolStyle_StyleOfSymbol();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSystemImpl Ifc System}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSystemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSystem()
* @generated
*/
EClass IFC_SYSTEM = eINSTANCE.getIfcSystem();
/**
* The meta object literal for the 'Services Buildings' reference list feature.
*
*
* @generated
*/
EReference IFC_SYSTEM__SERVICES_BUILDINGS = eINSTANCE.getIfcSystem_ServicesBuildings();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSystemFurnitureElementTypeImpl Ifc System Furniture Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSystemFurnitureElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSystemFurnitureElementType()
* @generated
*/
EClass IFC_SYSTEM_FURNITURE_ELEMENT_TYPE = eINSTANCE.getIfcSystemFurnitureElementType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTShapeProfileDefImpl Ifc TShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTShapeProfileDef()
* @generated
*/
EClass IFC_TSHAPE_PROFILE_DEF = eINSTANCE.getIfcTShapeProfileDef();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__DEPTH = eINSTANCE.getIfcTShapeProfileDef_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__DEPTH_AS_STRING = eINSTANCE.getIfcTShapeProfileDef_DepthAsString();
/**
* The meta object literal for the 'Flange Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_WIDTH = eINSTANCE.getIfcTShapeProfileDef_FlangeWidth();
/**
* The meta object literal for the 'Flange Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_FlangeWidthAsString();
/**
* The meta object literal for the 'Web Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__WEB_THICKNESS = eINSTANCE.getIfcTShapeProfileDef_WebThickness();
/**
* The meta object literal for the 'Web Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_WebThicknessAsString();
/**
* The meta object literal for the 'Flange Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_THICKNESS = eINSTANCE.getIfcTShapeProfileDef_FlangeThickness();
/**
* The meta object literal for the 'Flange Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_FlangeThicknessAsString();
/**
* The meta object literal for the 'Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FILLET_RADIUS = eINSTANCE.getIfcTShapeProfileDef_FilletRadius();
/**
* The meta object literal for the 'Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_FilletRadiusAsString();
/**
* The meta object literal for the 'Flange Edge Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_EDGE_RADIUS = eINSTANCE.getIfcTShapeProfileDef_FlangeEdgeRadius();
/**
* The meta object literal for the 'Flange Edge Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_EDGE_RADIUS_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_FlangeEdgeRadiusAsString();
/**
* The meta object literal for the 'Web Edge Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__WEB_EDGE_RADIUS = eINSTANCE.getIfcTShapeProfileDef_WebEdgeRadius();
/**
* The meta object literal for the 'Web Edge Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__WEB_EDGE_RADIUS_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_WebEdgeRadiusAsString();
/**
* The meta object literal for the 'Web Slope' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__WEB_SLOPE = eINSTANCE.getIfcTShapeProfileDef_WebSlope();
/**
* The meta object literal for the 'Web Slope As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__WEB_SLOPE_AS_STRING = eINSTANCE.getIfcTShapeProfileDef_WebSlopeAsString();
/**
* The meta object literal for the 'Flange Slope' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_SLOPE = eINSTANCE.getIfcTShapeProfileDef_FlangeSlope();
/**
* The meta object literal for the 'Flange Slope As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING = eINSTANCE
.getIfcTShapeProfileDef_FlangeSlopeAsString();
/**
* The meta object literal for the 'Centre Of Gravity In Y' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_Y = eINSTANCE
.getIfcTShapeProfileDef_CentreOfGravityInY();
/**
* The meta object literal for the 'Centre Of Gravity In YAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TSHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_YAS_STRING = eINSTANCE
.getIfcTShapeProfileDef_CentreOfGravityInYAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTableImpl Ifc Table}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTableImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTable()
* @generated
*/
EClass IFC_TABLE = eINSTANCE.getIfcTable();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TABLE__NAME = eINSTANCE.getIfcTable_Name();
/**
* The meta object literal for the 'Rows' reference list feature.
*
*
* @generated
*/
EReference IFC_TABLE__ROWS = eINSTANCE.getIfcTable_Rows();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTableRowImpl Ifc Table Row}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTableRowImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTableRow()
* @generated
*/
EClass IFC_TABLE_ROW = eINSTANCE.getIfcTableRow();
/**
* The meta object literal for the 'Row Cells' reference list feature.
*
*
* @generated
*/
EReference IFC_TABLE_ROW__ROW_CELLS = eINSTANCE.getIfcTableRow_RowCells();
/**
* The meta object literal for the 'Is Heading' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TABLE_ROW__IS_HEADING = eINSTANCE.getIfcTableRow_IsHeading();
/**
* The meta object literal for the 'Of Table' reference feature.
*
*
* @generated
*/
EReference IFC_TABLE_ROW__OF_TABLE = eINSTANCE.getIfcTableRow_OfTable();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTankTypeImpl Ifc Tank Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTankTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTankType()
* @generated
*/
EClass IFC_TANK_TYPE = eINSTANCE.getIfcTankType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TANK_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcTankType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTaskImpl Ifc Task}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTaskImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTask()
* @generated
*/
EClass IFC_TASK = eINSTANCE.getIfcTask();
/**
* The meta object literal for the 'Task Id' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TASK__TASK_ID = eINSTANCE.getIfcTask_TaskId();
/**
* The meta object literal for the 'Status' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TASK__STATUS = eINSTANCE.getIfcTask_Status();
/**
* The meta object literal for the 'Work Method' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TASK__WORK_METHOD = eINSTANCE.getIfcTask_WorkMethod();
/**
* The meta object literal for the 'Is Milestone' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TASK__IS_MILESTONE = eINSTANCE.getIfcTask_IsMilestone();
/**
* The meta object literal for the 'Priority' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TASK__PRIORITY = eINSTANCE.getIfcTask_Priority();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTelecomAddressImpl Ifc Telecom Address}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTelecomAddressImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTelecomAddress()
* @generated
*/
EClass IFC_TELECOM_ADDRESS = eINSTANCE.getIfcTelecomAddress();
/**
* The meta object literal for the 'Telephone Numbers' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_TELECOM_ADDRESS__TELEPHONE_NUMBERS = eINSTANCE.getIfcTelecomAddress_TelephoneNumbers();
/**
* The meta object literal for the 'Facsimile Numbers' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_TELECOM_ADDRESS__FACSIMILE_NUMBERS = eINSTANCE.getIfcTelecomAddress_FacsimileNumbers();
/**
* The meta object literal for the 'Pager Number' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TELECOM_ADDRESS__PAGER_NUMBER = eINSTANCE.getIfcTelecomAddress_PagerNumber();
/**
* The meta object literal for the 'Electronic Mail Addresses' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_TELECOM_ADDRESS__ELECTRONIC_MAIL_ADDRESSES = eINSTANCE
.getIfcTelecomAddress_ElectronicMailAddresses();
/**
* The meta object literal for the 'WWW Home Page URL' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TELECOM_ADDRESS__WWW_HOME_PAGE_URL = eINSTANCE.getIfcTelecomAddress_WWWHomePageURL();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTendonImpl Ifc Tendon}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTendonImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTendon()
* @generated
*/
EClass IFC_TENDON = eINSTANCE.getIfcTendon();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__PREDEFINED_TYPE = eINSTANCE.getIfcTendon_PredefinedType();
/**
* The meta object literal for the 'Nominal Diameter' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__NOMINAL_DIAMETER = eINSTANCE.getIfcTendon_NominalDiameter();
/**
* The meta object literal for the 'Nominal Diameter As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__NOMINAL_DIAMETER_AS_STRING = eINSTANCE.getIfcTendon_NominalDiameterAsString();
/**
* The meta object literal for the 'Cross Section Area' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__CROSS_SECTION_AREA = eINSTANCE.getIfcTendon_CrossSectionArea();
/**
* The meta object literal for the 'Cross Section Area As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__CROSS_SECTION_AREA_AS_STRING = eINSTANCE.getIfcTendon_CrossSectionAreaAsString();
/**
* The meta object literal for the 'Tension Force' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__TENSION_FORCE = eINSTANCE.getIfcTendon_TensionForce();
/**
* The meta object literal for the 'Tension Force As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__TENSION_FORCE_AS_STRING = eINSTANCE.getIfcTendon_TensionForceAsString();
/**
* The meta object literal for the 'Pre Stress' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__PRE_STRESS = eINSTANCE.getIfcTendon_PreStress();
/**
* The meta object literal for the 'Pre Stress As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__PRE_STRESS_AS_STRING = eINSTANCE.getIfcTendon_PreStressAsString();
/**
* The meta object literal for the 'Friction Coefficient' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__FRICTION_COEFFICIENT = eINSTANCE.getIfcTendon_FrictionCoefficient();
/**
* The meta object literal for the 'Friction Coefficient As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__FRICTION_COEFFICIENT_AS_STRING = eINSTANCE.getIfcTendon_FrictionCoefficientAsString();
/**
* The meta object literal for the 'Anchorage Slip' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__ANCHORAGE_SLIP = eINSTANCE.getIfcTendon_AnchorageSlip();
/**
* The meta object literal for the 'Anchorage Slip As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__ANCHORAGE_SLIP_AS_STRING = eINSTANCE.getIfcTendon_AnchorageSlipAsString();
/**
* The meta object literal for the 'Min Curvature Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__MIN_CURVATURE_RADIUS = eINSTANCE.getIfcTendon_MinCurvatureRadius();
/**
* The meta object literal for the 'Min Curvature Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TENDON__MIN_CURVATURE_RADIUS_AS_STRING = eINSTANCE.getIfcTendon_MinCurvatureRadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTendonAnchorImpl Ifc Tendon Anchor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTendonAnchorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTendonAnchor()
* @generated
*/
EClass IFC_TENDON_ANCHOR = eINSTANCE.getIfcTendonAnchor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTerminatorSymbolImpl Ifc Terminator Symbol}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTerminatorSymbolImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTerminatorSymbol()
* @generated
*/
EClass IFC_TERMINATOR_SYMBOL = eINSTANCE.getIfcTerminatorSymbol();
/**
* The meta object literal for the 'Annotated Curve' reference feature.
*
*
* @generated
*/
EReference IFC_TERMINATOR_SYMBOL__ANNOTATED_CURVE = eINSTANCE.getIfcTerminatorSymbol_AnnotatedCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralImpl Ifc Text Literal}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextLiteral()
* @generated
*/
EClass IFC_TEXT_LITERAL = eINSTANCE.getIfcTextLiteral();
/**
* The meta object literal for the 'Literal' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_LITERAL__LITERAL = eINSTANCE.getIfcTextLiteral_Literal();
/**
* The meta object literal for the 'Placement' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_LITERAL__PLACEMENT = eINSTANCE.getIfcTextLiteral_Placement();
/**
* The meta object literal for the 'Path' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_LITERAL__PATH = eINSTANCE.getIfcTextLiteral_Path();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralWithExtentImpl Ifc Text Literal With Extent}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextLiteralWithExtentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextLiteralWithExtent()
* @generated
*/
EClass IFC_TEXT_LITERAL_WITH_EXTENT = eINSTANCE.getIfcTextLiteralWithExtent();
/**
* The meta object literal for the 'Extent' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_LITERAL_WITH_EXTENT__EXTENT = eINSTANCE.getIfcTextLiteralWithExtent_Extent();
/**
* The meta object literal for the 'Box Alignment' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_LITERAL_WITH_EXTENT__BOX_ALIGNMENT = eINSTANCE.getIfcTextLiteralWithExtent_BoxAlignment();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleImpl Ifc Text Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyle()
* @generated
*/
EClass IFC_TEXT_STYLE = eINSTANCE.getIfcTextStyle();
/**
* The meta object literal for the 'Text Character Appearance' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE__TEXT_CHARACTER_APPEARANCE = eINSTANCE.getIfcTextStyle_TextCharacterAppearance();
/**
* The meta object literal for the 'Text Style' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE__TEXT_STYLE = eINSTANCE.getIfcTextStyle_TextStyle();
/**
* The meta object literal for the 'Text Font Style' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE__TEXT_FONT_STYLE = eINSTANCE.getIfcTextStyle_TextFontStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleFontModelImpl Ifc Text Style Font Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleFontModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleFontModel()
* @generated
*/
EClass IFC_TEXT_STYLE_FONT_MODEL = eINSTANCE.getIfcTextStyleFontModel();
/**
* The meta object literal for the 'Font Family' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_FONT_MODEL__FONT_FAMILY = eINSTANCE.getIfcTextStyleFontModel_FontFamily();
/**
* The meta object literal for the 'Font Style' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_FONT_MODEL__FONT_STYLE = eINSTANCE.getIfcTextStyleFontModel_FontStyle();
/**
* The meta object literal for the 'Font Variant' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_FONT_MODEL__FONT_VARIANT = eINSTANCE.getIfcTextStyleFontModel_FontVariant();
/**
* The meta object literal for the 'Font Weight' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_FONT_MODEL__FONT_WEIGHT = eINSTANCE.getIfcTextStyleFontModel_FontWeight();
/**
* The meta object literal for the 'Font Size' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_FONT_MODEL__FONT_SIZE = eINSTANCE.getIfcTextStyleFontModel_FontSize();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleForDefinedFontImpl Ifc Text Style For Defined Font}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleForDefinedFontImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleForDefinedFont()
* @generated
*/
EClass IFC_TEXT_STYLE_FOR_DEFINED_FONT = eINSTANCE.getIfcTextStyleForDefinedFont();
/**
* The meta object literal for the 'Colour' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_FOR_DEFINED_FONT__COLOUR = eINSTANCE.getIfcTextStyleForDefinedFont_Colour();
/**
* The meta object literal for the 'Background Colour' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_FOR_DEFINED_FONT__BACKGROUND_COLOUR = eINSTANCE
.getIfcTextStyleForDefinedFont_BackgroundColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleTextModelImpl Ifc Text Style Text Model}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleTextModelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleTextModel()
* @generated
*/
EClass IFC_TEXT_STYLE_TEXT_MODEL = eINSTANCE.getIfcTextStyleTextModel();
/**
* The meta object literal for the 'Text Indent' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_TEXT_MODEL__TEXT_INDENT = eINSTANCE.getIfcTextStyleTextModel_TextIndent();
/**
* The meta object literal for the 'Text Align' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_TEXT_MODEL__TEXT_ALIGN = eINSTANCE.getIfcTextStyleTextModel_TextAlign();
/**
* The meta object literal for the 'Text Decoration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_TEXT_MODEL__TEXT_DECORATION = eINSTANCE.getIfcTextStyleTextModel_TextDecoration();
/**
* The meta object literal for the 'Letter Spacing' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_TEXT_MODEL__LETTER_SPACING = eINSTANCE.getIfcTextStyleTextModel_LetterSpacing();
/**
* The meta object literal for the 'Word Spacing' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_TEXT_MODEL__WORD_SPACING = eINSTANCE.getIfcTextStyleTextModel_WordSpacing();
/**
* The meta object literal for the 'Text Transform' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_TEXT_MODEL__TEXT_TRANSFORM = eINSTANCE.getIfcTextStyleTextModel_TextTransform();
/**
* The meta object literal for the 'Line Height' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_TEXT_MODEL__LINE_HEIGHT = eINSTANCE.getIfcTextStyleTextModel_LineHeight();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleWithBoxCharacteristicsImpl Ifc Text Style With Box Characteristics}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextStyleWithBoxCharacteristicsImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleWithBoxCharacteristics()
* @generated
*/
EClass IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS = eINSTANCE.getIfcTextStyleWithBoxCharacteristics();
/**
* The meta object literal for the 'Box Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_HEIGHT = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxHeight();
/**
* The meta object literal for the 'Box Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_HEIGHT_AS_STRING = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxHeightAsString();
/**
* The meta object literal for the 'Box Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_WIDTH = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxWidth();
/**
* The meta object literal for the 'Box Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_WIDTH_AS_STRING = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxWidthAsString();
/**
* The meta object literal for the 'Box Slant Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_SLANT_ANGLE = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxSlantAngle();
/**
* The meta object literal for the 'Box Slant Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_SLANT_ANGLE_AS_STRING = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxSlantAngleAsString();
/**
* The meta object literal for the 'Box Rotate Angle' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_ROTATE_ANGLE = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxRotateAngle();
/**
* The meta object literal for the 'Box Rotate Angle As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__BOX_ROTATE_ANGLE_AS_STRING = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_BoxRotateAngleAsString();
/**
* The meta object literal for the 'Character Spacing' reference feature.
*
*
* @generated
*/
EReference IFC_TEXT_STYLE_WITH_BOX_CHARACTERISTICS__CHARACTER_SPACING = eINSTANCE
.getIfcTextStyleWithBoxCharacteristics_CharacterSpacing();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateImpl Ifc Texture Coordinate}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureCoordinate()
* @generated
*/
EClass IFC_TEXTURE_COORDINATE = eINSTANCE.getIfcTextureCoordinate();
/**
* The meta object literal for the 'Annotated Surface' reference list feature.
*
*
* @generated
*/
EReference IFC_TEXTURE_COORDINATE__ANNOTATED_SURFACE = eINSTANCE.getIfcTextureCoordinate_AnnotatedSurface();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateGeneratorImpl Ifc Texture Coordinate Generator}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureCoordinateGeneratorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureCoordinateGenerator()
* @generated
*/
EClass IFC_TEXTURE_COORDINATE_GENERATOR = eINSTANCE.getIfcTextureCoordinateGenerator();
/**
* The meta object literal for the 'Mode' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXTURE_COORDINATE_GENERATOR__MODE = eINSTANCE.getIfcTextureCoordinateGenerator_Mode();
/**
* The meta object literal for the 'Parameter' reference list feature.
*
*
* @generated
*/
EReference IFC_TEXTURE_COORDINATE_GENERATOR__PARAMETER = eINSTANCE.getIfcTextureCoordinateGenerator_Parameter();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureMapImpl Ifc Texture Map}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureMapImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureMap()
* @generated
*/
EClass IFC_TEXTURE_MAP = eINSTANCE.getIfcTextureMap();
/**
* The meta object literal for the 'Texture Maps' reference list feature.
*
*
* @generated
*/
EReference IFC_TEXTURE_MAP__TEXTURE_MAPS = eINSTANCE.getIfcTextureMap_TextureMaps();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextureVertexImpl Ifc Texture Vertex}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextureVertexImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextureVertex()
* @generated
*/
EClass IFC_TEXTURE_VERTEX = eINSTANCE.getIfcTextureVertex();
/**
* The meta object literal for the 'Coordinates' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_TEXTURE_VERTEX__COORDINATES = eINSTANCE.getIfcTextureVertex_Coordinates();
/**
* The meta object literal for the 'Coordinates As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_TEXTURE_VERTEX__COORDINATES_AS_STRING = eINSTANCE.getIfcTextureVertex_CoordinatesAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalMaterialPropertiesImpl Ifc Thermal Material Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalMaterialPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalMaterialProperties()
* @generated
*/
EClass IFC_THERMAL_MATERIAL_PROPERTIES = eINSTANCE.getIfcThermalMaterialProperties();
/**
* The meta object literal for the 'Specific Heat Capacity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__SPECIFIC_HEAT_CAPACITY = eINSTANCE
.getIfcThermalMaterialProperties_SpecificHeatCapacity();
/**
* The meta object literal for the 'Specific Heat Capacity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__SPECIFIC_HEAT_CAPACITY_AS_STRING = eINSTANCE
.getIfcThermalMaterialProperties_SpecificHeatCapacityAsString();
/**
* The meta object literal for the 'Boiling Point' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__BOILING_POINT = eINSTANCE
.getIfcThermalMaterialProperties_BoilingPoint();
/**
* The meta object literal for the 'Boiling Point As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__BOILING_POINT_AS_STRING = eINSTANCE
.getIfcThermalMaterialProperties_BoilingPointAsString();
/**
* The meta object literal for the 'Freezing Point' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__FREEZING_POINT = eINSTANCE
.getIfcThermalMaterialProperties_FreezingPoint();
/**
* The meta object literal for the 'Freezing Point As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__FREEZING_POINT_AS_STRING = eINSTANCE
.getIfcThermalMaterialProperties_FreezingPointAsString();
/**
* The meta object literal for the 'Thermal Conductivity' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__THERMAL_CONDUCTIVITY = eINSTANCE
.getIfcThermalMaterialProperties_ThermalConductivity();
/**
* The meta object literal for the 'Thermal Conductivity As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_MATERIAL_PROPERTIES__THERMAL_CONDUCTIVITY_AS_STRING = eINSTANCE
.getIfcThermalMaterialProperties_ThermalConductivityAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesImpl Ifc Time Series}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeries()
* @generated
*/
EClass IFC_TIME_SERIES = eINSTANCE.getIfcTimeSeries();
/**
* The meta object literal for the 'Name' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_SERIES__NAME = eINSTANCE.getIfcTimeSeries_Name();
/**
* The meta object literal for the 'Description' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_SERIES__DESCRIPTION = eINSTANCE.getIfcTimeSeries_Description();
/**
* The meta object literal for the 'Start Time' reference feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES__START_TIME = eINSTANCE.getIfcTimeSeries_StartTime();
/**
* The meta object literal for the 'End Time' reference feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES__END_TIME = eINSTANCE.getIfcTimeSeries_EndTime();
/**
* The meta object literal for the 'Time Series Data Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_SERIES__TIME_SERIES_DATA_TYPE = eINSTANCE.getIfcTimeSeries_TimeSeriesDataType();
/**
* The meta object literal for the 'Data Origin' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_SERIES__DATA_ORIGIN = eINSTANCE.getIfcTimeSeries_DataOrigin();
/**
* The meta object literal for the 'User Defined Data Origin' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_SERIES__USER_DEFINED_DATA_ORIGIN = eINSTANCE.getIfcTimeSeries_UserDefinedDataOrigin();
/**
* The meta object literal for the 'Unit' reference feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES__UNIT = eINSTANCE.getIfcTimeSeries_Unit();
/**
* The meta object literal for the 'Documented By' reference list feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES__DOCUMENTED_BY = eINSTANCE.getIfcTimeSeries_DocumentedBy();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesReferenceRelationshipImpl Ifc Time Series Reference Relationship}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesReferenceRelationshipImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesReferenceRelationship()
* @generated
*/
EClass IFC_TIME_SERIES_REFERENCE_RELATIONSHIP = eINSTANCE.getIfcTimeSeriesReferenceRelationship();
/**
* The meta object literal for the 'Referenced Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES_REFERENCE_RELATIONSHIP__REFERENCED_TIME_SERIES = eINSTANCE
.getIfcTimeSeriesReferenceRelationship_ReferencedTimeSeries();
/**
* The meta object literal for the 'Time Series References' reference list feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES_REFERENCE_RELATIONSHIP__TIME_SERIES_REFERENCES = eINSTANCE
.getIfcTimeSeriesReferenceRelationship_TimeSeriesReferences();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesScheduleImpl Ifc Time Series Schedule}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesScheduleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesSchedule()
* @generated
*/
EClass IFC_TIME_SERIES_SCHEDULE = eINSTANCE.getIfcTimeSeriesSchedule();
/**
* The meta object literal for the 'Applicable Dates' reference list feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES_SCHEDULE__APPLICABLE_DATES = eINSTANCE.getIfcTimeSeriesSchedule_ApplicableDates();
/**
* The meta object literal for the 'Time Series Schedule Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_SERIES_SCHEDULE__TIME_SERIES_SCHEDULE_TYPE = eINSTANCE
.getIfcTimeSeriesSchedule_TimeSeriesScheduleType();
/**
* The meta object literal for the 'Time Series' reference feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES_SCHEDULE__TIME_SERIES = eINSTANCE.getIfcTimeSeriesSchedule_TimeSeries();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesValueImpl Ifc Time Series Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeSeriesValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesValue()
* @generated
*/
EClass IFC_TIME_SERIES_VALUE = eINSTANCE.getIfcTimeSeriesValue();
/**
* The meta object literal for the 'List Values' reference list feature.
*
*
* @generated
*/
EReference IFC_TIME_SERIES_VALUE__LIST_VALUES = eINSTANCE.getIfcTimeSeriesValue_ListValues();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTopologicalRepresentationItemImpl Ifc Topological Representation Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTopologicalRepresentationItemImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTopologicalRepresentationItem()
* @generated
*/
EClass IFC_TOPOLOGICAL_REPRESENTATION_ITEM = eINSTANCE.getIfcTopologicalRepresentationItem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTopologyRepresentationImpl Ifc Topology Representation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTopologyRepresentationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTopologyRepresentation()
* @generated
*/
EClass IFC_TOPOLOGY_REPRESENTATION = eINSTANCE.getIfcTopologyRepresentation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTransformerTypeImpl Ifc Transformer Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTransformerTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransformerType()
* @generated
*/
EClass IFC_TRANSFORMER_TYPE = eINSTANCE.getIfcTransformerType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSFORMER_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcTransformerType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementImpl Ifc Transport Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransportElement()
* @generated
*/
EClass IFC_TRANSPORT_ELEMENT = eINSTANCE.getIfcTransportElement();
/**
* The meta object literal for the 'Operation Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSPORT_ELEMENT__OPERATION_TYPE = eINSTANCE.getIfcTransportElement_OperationType();
/**
* The meta object literal for the 'Capacity By Weight' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSPORT_ELEMENT__CAPACITY_BY_WEIGHT = eINSTANCE.getIfcTransportElement_CapacityByWeight();
/**
* The meta object literal for the 'Capacity By Weight As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSPORT_ELEMENT__CAPACITY_BY_WEIGHT_AS_STRING = eINSTANCE
.getIfcTransportElement_CapacityByWeightAsString();
/**
* The meta object literal for the 'Capacity By Number' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSPORT_ELEMENT__CAPACITY_BY_NUMBER = eINSTANCE.getIfcTransportElement_CapacityByNumber();
/**
* The meta object literal for the 'Capacity By Number As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSPORT_ELEMENT__CAPACITY_BY_NUMBER_AS_STRING = eINSTANCE
.getIfcTransportElement_CapacityByNumberAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementTypeImpl Ifc Transport Element Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTransportElementTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransportElementType()
* @generated
*/
EClass IFC_TRANSPORT_ELEMENT_TYPE = eINSTANCE.getIfcTransportElementType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRANSPORT_ELEMENT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcTransportElementType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTrapeziumProfileDefImpl Ifc Trapezium Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTrapeziumProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrapeziumProfileDef()
* @generated
*/
EClass IFC_TRAPEZIUM_PROFILE_DEF = eINSTANCE.getIfcTrapeziumProfileDef();
/**
* The meta object literal for the 'Bottom XDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__BOTTOM_XDIM = eINSTANCE.getIfcTrapeziumProfileDef_BottomXDim();
/**
* The meta object literal for the 'Bottom XDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__BOTTOM_XDIM_AS_STRING = eINSTANCE
.getIfcTrapeziumProfileDef_BottomXDimAsString();
/**
* The meta object literal for the 'Top XDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__TOP_XDIM = eINSTANCE.getIfcTrapeziumProfileDef_TopXDim();
/**
* The meta object literal for the 'Top XDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__TOP_XDIM_AS_STRING = eINSTANCE
.getIfcTrapeziumProfileDef_TopXDimAsString();
/**
* The meta object literal for the 'YDim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__YDIM = eINSTANCE.getIfcTrapeziumProfileDef_YDim();
/**
* The meta object literal for the 'YDim As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__YDIM_AS_STRING = eINSTANCE.getIfcTrapeziumProfileDef_YDimAsString();
/**
* The meta object literal for the 'Top XOffset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__TOP_XOFFSET = eINSTANCE.getIfcTrapeziumProfileDef_TopXOffset();
/**
* The meta object literal for the 'Top XOffset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRAPEZIUM_PROFILE_DEF__TOP_XOFFSET_AS_STRING = eINSTANCE
.getIfcTrapeziumProfileDef_TopXOffsetAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTrimmedCurveImpl Ifc Trimmed Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTrimmedCurveImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrimmedCurve()
* @generated
*/
EClass IFC_TRIMMED_CURVE = eINSTANCE.getIfcTrimmedCurve();
/**
* The meta object literal for the 'Basis Curve' reference feature.
*
*
* @generated
*/
EReference IFC_TRIMMED_CURVE__BASIS_CURVE = eINSTANCE.getIfcTrimmedCurve_BasisCurve();
/**
* The meta object literal for the 'Trim1' reference list feature.
*
*
* @generated
*/
EReference IFC_TRIMMED_CURVE__TRIM1 = eINSTANCE.getIfcTrimmedCurve_Trim1();
/**
* The meta object literal for the 'Trim2' reference list feature.
*
*
* @generated
*/
EReference IFC_TRIMMED_CURVE__TRIM2 = eINSTANCE.getIfcTrimmedCurve_Trim2();
/**
* The meta object literal for the 'Sense Agreement' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRIMMED_CURVE__SENSE_AGREEMENT = eINSTANCE.getIfcTrimmedCurve_SenseAgreement();
/**
* The meta object literal for the 'Master Representation' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TRIMMED_CURVE__MASTER_REPRESENTATION = eINSTANCE.getIfcTrimmedCurve_MasterRepresentation();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTubeBundleTypeImpl Ifc Tube Bundle Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTubeBundleTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTubeBundleType()
* @generated
*/
EClass IFC_TUBE_BUNDLE_TYPE = eINSTANCE.getIfcTubeBundleType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TUBE_BUNDLE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcTubeBundleType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTwoDirectionRepeatFactorImpl Ifc Two Direction Repeat Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTwoDirectionRepeatFactorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTwoDirectionRepeatFactor()
* @generated
*/
EClass IFC_TWO_DIRECTION_REPEAT_FACTOR = eINSTANCE.getIfcTwoDirectionRepeatFactor();
/**
* The meta object literal for the 'Second Repeat Factor' reference feature.
*
*
* @generated
*/
EReference IFC_TWO_DIRECTION_REPEAT_FACTOR__SECOND_REPEAT_FACTOR = eINSTANCE
.getIfcTwoDirectionRepeatFactor_SecondRepeatFactor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTypeObjectImpl Ifc Type Object}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTypeObjectImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTypeObject()
* @generated
*/
EClass IFC_TYPE_OBJECT = eINSTANCE.getIfcTypeObject();
/**
* The meta object literal for the 'Applicable Occurrence' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TYPE_OBJECT__APPLICABLE_OCCURRENCE = eINSTANCE.getIfcTypeObject_ApplicableOccurrence();
/**
* The meta object literal for the 'Has Property Sets' reference list feature.
*
*
* @generated
*/
EReference IFC_TYPE_OBJECT__HAS_PROPERTY_SETS = eINSTANCE.getIfcTypeObject_HasPropertySets();
/**
* The meta object literal for the 'Object Type Of' reference list feature.
*
*
* @generated
*/
EReference IFC_TYPE_OBJECT__OBJECT_TYPE_OF = eINSTANCE.getIfcTypeObject_ObjectTypeOf();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTypeProductImpl Ifc Type Product}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTypeProductImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTypeProduct()
* @generated
*/
EClass IFC_TYPE_PRODUCT = eINSTANCE.getIfcTypeProduct();
/**
* The meta object literal for the 'Representation Maps' reference list feature.
*
*
* @generated
*/
EReference IFC_TYPE_PRODUCT__REPRESENTATION_MAPS = eINSTANCE.getIfcTypeProduct_RepresentationMaps();
/**
* The meta object literal for the 'Tag' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TYPE_PRODUCT__TAG = eINSTANCE.getIfcTypeProduct_Tag();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcUShapeProfileDefImpl Ifc UShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcUShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUShapeProfileDef()
* @generated
*/
EClass IFC_USHAPE_PROFILE_DEF = eINSTANCE.getIfcUShapeProfileDef();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__DEPTH = eINSTANCE.getIfcUShapeProfileDef_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__DEPTH_AS_STRING = eINSTANCE.getIfcUShapeProfileDef_DepthAsString();
/**
* The meta object literal for the 'Flange Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH = eINSTANCE.getIfcUShapeProfileDef_FlangeWidth();
/**
* The meta object literal for the 'Flange Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING = eINSTANCE
.getIfcUShapeProfileDef_FlangeWidthAsString();
/**
* The meta object literal for the 'Web Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS = eINSTANCE.getIfcUShapeProfileDef_WebThickness();
/**
* The meta object literal for the 'Web Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = eINSTANCE
.getIfcUShapeProfileDef_WebThicknessAsString();
/**
* The meta object literal for the 'Flange Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS = eINSTANCE.getIfcUShapeProfileDef_FlangeThickness();
/**
* The meta object literal for the 'Flange Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = eINSTANCE
.getIfcUShapeProfileDef_FlangeThicknessAsString();
/**
* The meta object literal for the 'Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS = eINSTANCE.getIfcUShapeProfileDef_FilletRadius();
/**
* The meta object literal for the 'Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcUShapeProfileDef_FilletRadiusAsString();
/**
* The meta object literal for the 'Edge Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS = eINSTANCE.getIfcUShapeProfileDef_EdgeRadius();
/**
* The meta object literal for the 'Edge Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING = eINSTANCE
.getIfcUShapeProfileDef_EdgeRadiusAsString();
/**
* The meta object literal for the 'Flange Slope' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE = eINSTANCE.getIfcUShapeProfileDef_FlangeSlope();
/**
* The meta object literal for the 'Flange Slope As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__FLANGE_SLOPE_AS_STRING = eINSTANCE
.getIfcUShapeProfileDef_FlangeSlopeAsString();
/**
* The meta object literal for the 'Centre Of Gravity In X' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_X = eINSTANCE
.getIfcUShapeProfileDef_CentreOfGravityInX();
/**
* The meta object literal for the 'Centre Of Gravity In XAs String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_USHAPE_PROFILE_DEF__CENTRE_OF_GRAVITY_IN_XAS_STRING = eINSTANCE
.getIfcUShapeProfileDef_CentreOfGravityInXAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcUnitAssignmentImpl Ifc Unit Assignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcUnitAssignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitAssignment()
* @generated
*/
EClass IFC_UNIT_ASSIGNMENT = eINSTANCE.getIfcUnitAssignment();
/**
* The meta object literal for the 'Units' reference list feature.
*
*
* @generated
*/
EReference IFC_UNIT_ASSIGNMENT__UNITS = eINSTANCE.getIfcUnitAssignment_Units();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcUnitaryEquipmentTypeImpl Ifc Unitary Equipment Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcUnitaryEquipmentTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitaryEquipmentType()
* @generated
*/
EClass IFC_UNITARY_EQUIPMENT_TYPE = eINSTANCE.getIfcUnitaryEquipmentType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_UNITARY_EQUIPMENT_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcUnitaryEquipmentType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcValveTypeImpl Ifc Valve Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcValveTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcValveType()
* @generated
*/
EClass IFC_VALVE_TYPE = eINSTANCE.getIfcValveType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VALVE_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcValveType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVectorImpl Ifc Vector}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVectorImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVector()
* @generated
*/
EClass IFC_VECTOR = eINSTANCE.getIfcVector();
/**
* The meta object literal for the 'Orientation' reference feature.
*
*
* @generated
*/
EReference IFC_VECTOR__ORIENTATION = eINSTANCE.getIfcVector_Orientation();
/**
* The meta object literal for the 'Magnitude' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VECTOR__MAGNITUDE = eINSTANCE.getIfcVector_Magnitude();
/**
* The meta object literal for the 'Magnitude As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VECTOR__MAGNITUDE_AS_STRING = eINSTANCE.getIfcVector_MagnitudeAsString();
/**
* The meta object literal for the 'Dim' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VECTOR__DIM = eINSTANCE.getIfcVector_Dim();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexImpl Ifc Vertex}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertex()
* @generated
*/
EClass IFC_VERTEX = eINSTANCE.getIfcVertex();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexBasedTextureMapImpl Ifc Vertex Based Texture Map}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexBasedTextureMapImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertexBasedTextureMap()
* @generated
*/
EClass IFC_VERTEX_BASED_TEXTURE_MAP = eINSTANCE.getIfcVertexBasedTextureMap();
/**
* The meta object literal for the 'Texture Vertices' reference list feature.
*
*
* @generated
*/
EReference IFC_VERTEX_BASED_TEXTURE_MAP__TEXTURE_VERTICES = eINSTANCE
.getIfcVertexBasedTextureMap_TextureVertices();
/**
* The meta object literal for the 'Texture Points' reference list feature.
*
*
* @generated
*/
EReference IFC_VERTEX_BASED_TEXTURE_MAP__TEXTURE_POINTS = eINSTANCE.getIfcVertexBasedTextureMap_TexturePoints();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexLoopImpl Ifc Vertex Loop}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexLoopImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertexLoop()
* @generated
*/
EClass IFC_VERTEX_LOOP = eINSTANCE.getIfcVertexLoop();
/**
* The meta object literal for the 'Loop Vertex' reference feature.
*
*
* @generated
*/
EReference IFC_VERTEX_LOOP__LOOP_VERTEX = eINSTANCE.getIfcVertexLoop_LoopVertex();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVertexPointImpl Ifc Vertex Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVertexPointImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVertexPoint()
* @generated
*/
EClass IFC_VERTEX_POINT = eINSTANCE.getIfcVertexPoint();
/**
* The meta object literal for the 'Vertex Geometry' reference feature.
*
*
* @generated
*/
EReference IFC_VERTEX_POINT__VERTEX_GEOMETRY = eINSTANCE.getIfcVertexPoint_VertexGeometry();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVibrationIsolatorTypeImpl Ifc Vibration Isolator Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVibrationIsolatorTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVibrationIsolatorType()
* @generated
*/
EClass IFC_VIBRATION_ISOLATOR_TYPE = eINSTANCE.getIfcVibrationIsolatorType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VIBRATION_ISOLATOR_TYPE__PREDEFINED_TYPE = eINSTANCE
.getIfcVibrationIsolatorType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVirtualElementImpl Ifc Virtual Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVirtualElementImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVirtualElement()
* @generated
*/
EClass IFC_VIRTUAL_ELEMENT = eINSTANCE.getIfcVirtualElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVirtualGridIntersectionImpl Ifc Virtual Grid Intersection}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVirtualGridIntersectionImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVirtualGridIntersection()
* @generated
*/
EClass IFC_VIRTUAL_GRID_INTERSECTION = eINSTANCE.getIfcVirtualGridIntersection();
/**
* The meta object literal for the 'Intersecting Axes' reference list feature.
*
*
* @generated
*/
EReference IFC_VIRTUAL_GRID_INTERSECTION__INTERSECTING_AXES = eINSTANCE
.getIfcVirtualGridIntersection_IntersectingAxes();
/**
* The meta object literal for the 'Offset Distances' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_VIRTUAL_GRID_INTERSECTION__OFFSET_DISTANCES = eINSTANCE
.getIfcVirtualGridIntersection_OffsetDistances();
/**
* The meta object literal for the 'Offset Distances As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_VIRTUAL_GRID_INTERSECTION__OFFSET_DISTANCES_AS_STRING = eINSTANCE
.getIfcVirtualGridIntersection_OffsetDistancesAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWallImpl Ifc Wall}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWallImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWall()
* @generated
*/
EClass IFC_WALL = eINSTANCE.getIfcWall();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWallStandardCaseImpl Ifc Wall Standard Case}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWallStandardCaseImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWallStandardCase()
* @generated
*/
EClass IFC_WALL_STANDARD_CASE = eINSTANCE.getIfcWallStandardCase();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWallTypeImpl Ifc Wall Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWallTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWallType()
* @generated
*/
EClass IFC_WALL_TYPE = eINSTANCE.getIfcWallType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WALL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcWallType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWasteTerminalTypeImpl Ifc Waste Terminal Type}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWasteTerminalTypeImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWasteTerminalType()
* @generated
*/
EClass IFC_WASTE_TERMINAL_TYPE = eINSTANCE.getIfcWasteTerminalType();
/**
* The meta object literal for the 'Predefined Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WASTE_TERMINAL_TYPE__PREDEFINED_TYPE = eINSTANCE.getIfcWasteTerminalType_PredefinedType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWaterPropertiesImpl Ifc Water Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWaterPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWaterProperties()
* @generated
*/
EClass IFC_WATER_PROPERTIES = eINSTANCE.getIfcWaterProperties();
/**
* The meta object literal for the 'Is Potable' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__IS_POTABLE = eINSTANCE.getIfcWaterProperties_IsPotable();
/**
* The meta object literal for the 'Hardness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__HARDNESS = eINSTANCE.getIfcWaterProperties_Hardness();
/**
* The meta object literal for the 'Hardness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__HARDNESS_AS_STRING = eINSTANCE.getIfcWaterProperties_HardnessAsString();
/**
* The meta object literal for the 'Alkalinity Concentration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__ALKALINITY_CONCENTRATION = eINSTANCE
.getIfcWaterProperties_AlkalinityConcentration();
/**
* The meta object literal for the 'Alkalinity Concentration As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__ALKALINITY_CONCENTRATION_AS_STRING = eINSTANCE
.getIfcWaterProperties_AlkalinityConcentrationAsString();
/**
* The meta object literal for the 'Acidity Concentration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__ACIDITY_CONCENTRATION = eINSTANCE.getIfcWaterProperties_AcidityConcentration();
/**
* The meta object literal for the 'Acidity Concentration As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__ACIDITY_CONCENTRATION_AS_STRING = eINSTANCE
.getIfcWaterProperties_AcidityConcentrationAsString();
/**
* The meta object literal for the 'Impurities Content' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__IMPURITIES_CONTENT = eINSTANCE.getIfcWaterProperties_ImpuritiesContent();
/**
* The meta object literal for the 'Impurities Content As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__IMPURITIES_CONTENT_AS_STRING = eINSTANCE
.getIfcWaterProperties_ImpuritiesContentAsString();
/**
* The meta object literal for the 'PH Level' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__PH_LEVEL = eINSTANCE.getIfcWaterProperties_PHLevel();
/**
* The meta object literal for the 'PH Level As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__PH_LEVEL_AS_STRING = eINSTANCE.getIfcWaterProperties_PHLevelAsString();
/**
* The meta object literal for the 'Dissolved Solids Content' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__DISSOLVED_SOLIDS_CONTENT = eINSTANCE
.getIfcWaterProperties_DissolvedSolidsContent();
/**
* The meta object literal for the 'Dissolved Solids Content As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WATER_PROPERTIES__DISSOLVED_SOLIDS_CONTENT_AS_STRING = eINSTANCE
.getIfcWaterProperties_DissolvedSolidsContentAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl Ifc Window}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindow()
* @generated
*/
EClass IFC_WINDOW = eINSTANCE.getIfcWindow();
/**
* The meta object literal for the 'Overall Height' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW__OVERALL_HEIGHT = eINSTANCE.getIfcWindow_OverallHeight();
/**
* The meta object literal for the 'Overall Height As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW__OVERALL_HEIGHT_AS_STRING = eINSTANCE.getIfcWindow_OverallHeightAsString();
/**
* The meta object literal for the 'Overall Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW__OVERALL_WIDTH = eINSTANCE.getIfcWindow_OverallWidth();
/**
* The meta object literal for the 'Overall Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW__OVERALL_WIDTH_AS_STRING = eINSTANCE.getIfcWindow_OverallWidthAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowLiningPropertiesImpl Ifc Window Lining Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowLiningPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowLiningProperties()
* @generated
*/
EClass IFC_WINDOW_LINING_PROPERTIES = eINSTANCE.getIfcWindowLiningProperties();
/**
* The meta object literal for the 'Lining Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__LINING_DEPTH = eINSTANCE.getIfcWindowLiningProperties_LiningDepth();
/**
* The meta object literal for the 'Lining Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__LINING_DEPTH_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_LiningDepthAsString();
/**
* The meta object literal for the 'Lining Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__LINING_THICKNESS = eINSTANCE
.getIfcWindowLiningProperties_LiningThickness();
/**
* The meta object literal for the 'Lining Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__LINING_THICKNESS_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_LiningThicknessAsString();
/**
* The meta object literal for the 'Transom Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__TRANSOM_THICKNESS = eINSTANCE
.getIfcWindowLiningProperties_TransomThickness();
/**
* The meta object literal for the 'Transom Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__TRANSOM_THICKNESS_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_TransomThicknessAsString();
/**
* The meta object literal for the 'Mullion Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__MULLION_THICKNESS = eINSTANCE
.getIfcWindowLiningProperties_MullionThickness();
/**
* The meta object literal for the 'Mullion Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__MULLION_THICKNESS_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_MullionThicknessAsString();
/**
* The meta object literal for the 'First Transom Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__FIRST_TRANSOM_OFFSET = eINSTANCE
.getIfcWindowLiningProperties_FirstTransomOffset();
/**
* The meta object literal for the 'First Transom Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__FIRST_TRANSOM_OFFSET_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_FirstTransomOffsetAsString();
/**
* The meta object literal for the 'Second Transom Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__SECOND_TRANSOM_OFFSET = eINSTANCE
.getIfcWindowLiningProperties_SecondTransomOffset();
/**
* The meta object literal for the 'Second Transom Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__SECOND_TRANSOM_OFFSET_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_SecondTransomOffsetAsString();
/**
* The meta object literal for the 'First Mullion Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__FIRST_MULLION_OFFSET = eINSTANCE
.getIfcWindowLiningProperties_FirstMullionOffset();
/**
* The meta object literal for the 'First Mullion Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__FIRST_MULLION_OFFSET_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_FirstMullionOffsetAsString();
/**
* The meta object literal for the 'Second Mullion Offset' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__SECOND_MULLION_OFFSET = eINSTANCE
.getIfcWindowLiningProperties_SecondMullionOffset();
/**
* The meta object literal for the 'Second Mullion Offset As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_LINING_PROPERTIES__SECOND_MULLION_OFFSET_AS_STRING = eINSTANCE
.getIfcWindowLiningProperties_SecondMullionOffsetAsString();
/**
* The meta object literal for the 'Shape Aspect Style' reference feature.
*
*
* @generated
*/
EReference IFC_WINDOW_LINING_PROPERTIES__SHAPE_ASPECT_STYLE = eINSTANCE
.getIfcWindowLiningProperties_ShapeAspectStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowPanelPropertiesImpl Ifc Window Panel Properties}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowPanelPropertiesImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowPanelProperties()
* @generated
*/
EClass IFC_WINDOW_PANEL_PROPERTIES = eINSTANCE.getIfcWindowPanelProperties();
/**
* The meta object literal for the 'Operation Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_PANEL_PROPERTIES__OPERATION_TYPE = eINSTANCE.getIfcWindowPanelProperties_OperationType();
/**
* The meta object literal for the 'Panel Position' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_PANEL_PROPERTIES__PANEL_POSITION = eINSTANCE.getIfcWindowPanelProperties_PanelPosition();
/**
* The meta object literal for the 'Frame Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_PANEL_PROPERTIES__FRAME_DEPTH = eINSTANCE.getIfcWindowPanelProperties_FrameDepth();
/**
* The meta object literal for the 'Frame Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_PANEL_PROPERTIES__FRAME_DEPTH_AS_STRING = eINSTANCE
.getIfcWindowPanelProperties_FrameDepthAsString();
/**
* The meta object literal for the 'Frame Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_PANEL_PROPERTIES__FRAME_THICKNESS = eINSTANCE
.getIfcWindowPanelProperties_FrameThickness();
/**
* The meta object literal for the 'Frame Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_PANEL_PROPERTIES__FRAME_THICKNESS_AS_STRING = eINSTANCE
.getIfcWindowPanelProperties_FrameThicknessAsString();
/**
* The meta object literal for the 'Shape Aspect Style' reference feature.
*
*
* @generated
*/
EReference IFC_WINDOW_PANEL_PROPERTIES__SHAPE_ASPECT_STYLE = eINSTANCE
.getIfcWindowPanelProperties_ShapeAspectStyle();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl Ifc Window Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWindowStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowStyle()
* @generated
*/
EClass IFC_WINDOW_STYLE = eINSTANCE.getIfcWindowStyle();
/**
* The meta object literal for the 'Construction Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_STYLE__CONSTRUCTION_TYPE = eINSTANCE.getIfcWindowStyle_ConstructionType();
/**
* The meta object literal for the 'Operation Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_STYLE__OPERATION_TYPE = eINSTANCE.getIfcWindowStyle_OperationType();
/**
* The meta object literal for the 'Parameter Takes Precedence' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_STYLE__PARAMETER_TAKES_PRECEDENCE = eINSTANCE
.getIfcWindowStyle_ParameterTakesPrecedence();
/**
* The meta object literal for the 'Sizeable' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WINDOW_STYLE__SIZEABLE = eINSTANCE.getIfcWindowStyle_Sizeable();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWorkControlImpl Ifc Work Control}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWorkControlImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkControl()
* @generated
*/
EClass IFC_WORK_CONTROL = eINSTANCE.getIfcWorkControl();
/**
* The meta object literal for the 'Identifier' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__IDENTIFIER = eINSTANCE.getIfcWorkControl_Identifier();
/**
* The meta object literal for the 'Creation Date' reference feature.
*
*
* @generated
*/
EReference IFC_WORK_CONTROL__CREATION_DATE = eINSTANCE.getIfcWorkControl_CreationDate();
/**
* The meta object literal for the 'Creators' reference list feature.
*
*
* @generated
*/
EReference IFC_WORK_CONTROL__CREATORS = eINSTANCE.getIfcWorkControl_Creators();
/**
* The meta object literal for the 'Purpose' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__PURPOSE = eINSTANCE.getIfcWorkControl_Purpose();
/**
* The meta object literal for the 'Duration' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__DURATION = eINSTANCE.getIfcWorkControl_Duration();
/**
* The meta object literal for the 'Duration As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__DURATION_AS_STRING = eINSTANCE.getIfcWorkControl_DurationAsString();
/**
* The meta object literal for the 'Total Float' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__TOTAL_FLOAT = eINSTANCE.getIfcWorkControl_TotalFloat();
/**
* The meta object literal for the 'Total Float As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__TOTAL_FLOAT_AS_STRING = eINSTANCE.getIfcWorkControl_TotalFloatAsString();
/**
* The meta object literal for the 'Start Time' reference feature.
*
*
* @generated
*/
EReference IFC_WORK_CONTROL__START_TIME = eINSTANCE.getIfcWorkControl_StartTime();
/**
* The meta object literal for the 'Finish Time' reference feature.
*
*
* @generated
*/
EReference IFC_WORK_CONTROL__FINISH_TIME = eINSTANCE.getIfcWorkControl_FinishTime();
/**
* The meta object literal for the 'Work Control Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__WORK_CONTROL_TYPE = eINSTANCE.getIfcWorkControl_WorkControlType();
/**
* The meta object literal for the 'User Defined Control Type' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WORK_CONTROL__USER_DEFINED_CONTROL_TYPE = eINSTANCE.getIfcWorkControl_UserDefinedControlType();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWorkPlanImpl Ifc Work Plan}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWorkPlanImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkPlan()
* @generated
*/
EClass IFC_WORK_PLAN = eINSTANCE.getIfcWorkPlan();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWorkScheduleImpl Ifc Work Schedule}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWorkScheduleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkSchedule()
* @generated
*/
EClass IFC_WORK_SCHEDULE = eINSTANCE.getIfcWorkSchedule();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcZShapeProfileDefImpl Ifc ZShape Profile Def}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcZShapeProfileDefImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcZShapeProfileDef()
* @generated
*/
EClass IFC_ZSHAPE_PROFILE_DEF = eINSTANCE.getIfcZShapeProfileDef();
/**
* The meta object literal for the 'Depth' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__DEPTH = eINSTANCE.getIfcZShapeProfileDef_Depth();
/**
* The meta object literal for the 'Depth As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__DEPTH_AS_STRING = eINSTANCE.getIfcZShapeProfileDef_DepthAsString();
/**
* The meta object literal for the 'Flange Width' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH = eINSTANCE.getIfcZShapeProfileDef_FlangeWidth();
/**
* The meta object literal for the 'Flange Width As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__FLANGE_WIDTH_AS_STRING = eINSTANCE
.getIfcZShapeProfileDef_FlangeWidthAsString();
/**
* The meta object literal for the 'Web Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS = eINSTANCE.getIfcZShapeProfileDef_WebThickness();
/**
* The meta object literal for the 'Web Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__WEB_THICKNESS_AS_STRING = eINSTANCE
.getIfcZShapeProfileDef_WebThicknessAsString();
/**
* The meta object literal for the 'Flange Thickness' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS = eINSTANCE.getIfcZShapeProfileDef_FlangeThickness();
/**
* The meta object literal for the 'Flange Thickness As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__FLANGE_THICKNESS_AS_STRING = eINSTANCE
.getIfcZShapeProfileDef_FlangeThicknessAsString();
/**
* The meta object literal for the 'Fillet Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS = eINSTANCE.getIfcZShapeProfileDef_FilletRadius();
/**
* The meta object literal for the 'Fillet Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__FILLET_RADIUS_AS_STRING = eINSTANCE
.getIfcZShapeProfileDef_FilletRadiusAsString();
/**
* The meta object literal for the 'Edge Radius' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS = eINSTANCE.getIfcZShapeProfileDef_EdgeRadius();
/**
* The meta object literal for the 'Edge Radius As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ZSHAPE_PROFILE_DEF__EDGE_RADIUS_AS_STRING = eINSTANCE
.getIfcZShapeProfileDef_EdgeRadiusAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcZoneImpl Ifc Zone}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcZoneImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcZone()
* @generated
*/
EClass IFC_ZONE = eINSTANCE.getIfcZone();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAbsorbedDoseMeasureImpl Ifc Absorbed Dose Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAbsorbedDoseMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAbsorbedDoseMeasure()
* @generated
*/
EClass IFC_ABSORBED_DOSE_MEASURE = eINSTANCE.getIfcAbsorbedDoseMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ABSORBED_DOSE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcAbsorbedDoseMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ABSORBED_DOSE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcAbsorbedDoseMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAccelerationMeasureImpl Ifc Acceleration Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAccelerationMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAccelerationMeasure()
* @generated
*/
EClass IFC_ACCELERATION_MEASURE = eINSTANCE.getIfcAccelerationMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACCELERATION_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcAccelerationMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ACCELERATION_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcAccelerationMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAmountOfSubstanceMeasureImpl Ifc Amount Of Substance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAmountOfSubstanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAmountOfSubstanceMeasure()
* @generated
*/
EClass IFC_AMOUNT_OF_SUBSTANCE_MEASURE = eINSTANCE.getIfcAmountOfSubstanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AMOUNT_OF_SUBSTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcAmountOfSubstanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AMOUNT_OF_SUBSTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcAmountOfSubstanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAngularVelocityMeasureImpl Ifc Angular Velocity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAngularVelocityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAngularVelocityMeasure()
* @generated
*/
EClass IFC_ANGULAR_VELOCITY_MEASURE = eINSTANCE.getIfcAngularVelocityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ANGULAR_VELOCITY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcAngularVelocityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ANGULAR_VELOCITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcAngularVelocityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcAreaMeasureImpl Ifc Area Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcAreaMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAreaMeasure()
* @generated
*/
EClass IFC_AREA_MEASURE = eINSTANCE.getIfcAreaMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AREA_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcAreaMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_AREA_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcAreaMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBooleanImpl Ifc Boolean}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBooleanImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoolean()
* @generated
*/
EClass IFC_BOOLEAN = eINSTANCE.getIfcBoolean();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_BOOLEAN__WRAPPED_VALUE = eINSTANCE.getIfcBoolean_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentMeasureImpl Ifc Context Dependent Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcContextDependentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcContextDependentMeasure()
* @generated
*/
EClass IFC_CONTEXT_DEPENDENT_MEASURE = eINSTANCE.getIfcContextDependentMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONTEXT_DEPENDENT_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcContextDependentMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CONTEXT_DEPENDENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcContextDependentMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCountMeasureImpl Ifc Count Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCountMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCountMeasure()
* @generated
*/
EClass IFC_COUNT_MEASURE = eINSTANCE.getIfcCountMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COUNT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcCountMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COUNT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcCountMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCurvatureMeasureImpl Ifc Curvature Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCurvatureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurvatureMeasure()
* @generated
*/
EClass IFC_CURVATURE_MEASURE = eINSTANCE.getIfcCurvatureMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVATURE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcCurvatureMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_CURVATURE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcCurvatureMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDayInMonthNumberImpl Ifc Day In Month Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDayInMonthNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDayInMonthNumber()
* @generated
*/
EClass IFC_DAY_IN_MONTH_NUMBER = eINSTANCE.getIfcDayInMonthNumber();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DAY_IN_MONTH_NUMBER__WRAPPED_VALUE = eINSTANCE.getIfcDayInMonthNumber_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDaylightSavingHourImpl Ifc Daylight Saving Hour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDaylightSavingHourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDaylightSavingHour()
* @generated
*/
EClass IFC_DAYLIGHT_SAVING_HOUR = eINSTANCE.getIfcDaylightSavingHour();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DAYLIGHT_SAVING_HOUR__WRAPPED_VALUE = eINSTANCE.getIfcDaylightSavingHour_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDescriptiveMeasureImpl Ifc Descriptive Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDescriptiveMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDescriptiveMeasure()
* @generated
*/
EClass IFC_DESCRIPTIVE_MEASURE = eINSTANCE.getIfcDescriptiveMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DESCRIPTIVE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcDescriptiveMeasure_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCountImpl Ifc Dimension Count}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDimensionCountImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionCount()
* @generated
*/
EClass IFC_DIMENSION_COUNT = eINSTANCE.getIfcDimensionCount();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DIMENSION_COUNT__WRAPPED_VALUE = eINSTANCE.getIfcDimensionCount_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDoseEquivalentMeasureImpl Ifc Dose Equivalent Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDoseEquivalentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoseEquivalentMeasure()
* @generated
*/
EClass IFC_DOSE_EQUIVALENT_MEASURE = eINSTANCE.getIfcDoseEquivalentMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOSE_EQUIVALENT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcDoseEquivalentMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DOSE_EQUIVALENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcDoseEquivalentMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcDynamicViscosityMeasureImpl Ifc Dynamic Viscosity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcDynamicViscosityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDynamicViscosityMeasure()
* @generated
*/
EClass IFC_DYNAMIC_VISCOSITY_MEASURE = eINSTANCE.getIfcDynamicViscosityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DYNAMIC_VISCOSITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcDynamicViscosityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_DYNAMIC_VISCOSITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcDynamicViscosityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricCapacitanceMeasureImpl Ifc Electric Capacitance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricCapacitanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricCapacitanceMeasure()
* @generated
*/
EClass IFC_ELECTRIC_CAPACITANCE_MEASURE = eINSTANCE.getIfcElectricCapacitanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CAPACITANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcElectricCapacitanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CAPACITANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcElectricCapacitanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricChargeMeasureImpl Ifc Electric Charge Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricChargeMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricChargeMeasure()
* @generated
*/
EClass IFC_ELECTRIC_CHARGE_MEASURE = eINSTANCE.getIfcElectricChargeMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CHARGE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcElectricChargeMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CHARGE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcElectricChargeMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricConductanceMeasureImpl Ifc Electric Conductance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricConductanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricConductanceMeasure()
* @generated
*/
EClass IFC_ELECTRIC_CONDUCTANCE_MEASURE = eINSTANCE.getIfcElectricConductanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CONDUCTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcElectricConductanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CONDUCTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcElectricConductanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricCurrentMeasureImpl Ifc Electric Current Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricCurrentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricCurrentMeasure()
* @generated
*/
EClass IFC_ELECTRIC_CURRENT_MEASURE = eINSTANCE.getIfcElectricCurrentMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CURRENT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcElectricCurrentMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_CURRENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcElectricCurrentMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricResistanceMeasureImpl Ifc Electric Resistance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricResistanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricResistanceMeasure()
* @generated
*/
EClass IFC_ELECTRIC_RESISTANCE_MEASURE = eINSTANCE.getIfcElectricResistanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_RESISTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcElectricResistanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_RESISTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcElectricResistanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcElectricVoltageMeasureImpl Ifc Electric Voltage Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcElectricVoltageMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricVoltageMeasure()
* @generated
*/
EClass IFC_ELECTRIC_VOLTAGE_MEASURE = eINSTANCE.getIfcElectricVoltageMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_VOLTAGE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcElectricVoltageMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ELECTRIC_VOLTAGE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcElectricVoltageMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcEnergyMeasureImpl Ifc Energy Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcEnergyMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergyMeasure()
* @generated
*/
EClass IFC_ENERGY_MEASURE = eINSTANCE.getIfcEnergyMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENERGY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcEnergyMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ENERGY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcEnergyMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFontStyleImpl Ifc Font Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFontStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFontStyle()
* @generated
*/
EClass IFC_FONT_STYLE = eINSTANCE.getIfcFontStyle();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FONT_STYLE__WRAPPED_VALUE = eINSTANCE.getIfcFontStyle_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFontVariantImpl Ifc Font Variant}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFontVariantImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFontVariant()
* @generated
*/
EClass IFC_FONT_VARIANT = eINSTANCE.getIfcFontVariant();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FONT_VARIANT__WRAPPED_VALUE = eINSTANCE.getIfcFontVariant_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFontWeightImpl Ifc Font Weight}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFontWeightImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFontWeight()
* @generated
*/
EClass IFC_FONT_WEIGHT = eINSTANCE.getIfcFontWeight();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FONT_WEIGHT__WRAPPED_VALUE = eINSTANCE.getIfcFontWeight_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcForceMeasureImpl Ifc Force Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcForceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcForceMeasure()
* @generated
*/
EClass IFC_FORCE_MEASURE = eINSTANCE.getIfcForceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FORCE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcForceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FORCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcForceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcFrequencyMeasureImpl Ifc Frequency Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcFrequencyMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFrequencyMeasure()
* @generated
*/
EClass IFC_FREQUENCY_MEASURE = eINSTANCE.getIfcFrequencyMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FREQUENCY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcFrequencyMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_FREQUENCY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcFrequencyMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcGloballyUniqueIdImpl Ifc Globally Unique Id}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcGloballyUniqueIdImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGloballyUniqueId()
* @generated
*/
EClass IFC_GLOBALLY_UNIQUE_ID = eINSTANCE.getIfcGloballyUniqueId();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_GLOBALLY_UNIQUE_ID__WRAPPED_VALUE = eINSTANCE.getIfcGloballyUniqueId_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHeatFluxDensityMeasureImpl Ifc Heat Flux Density Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHeatFluxDensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatFluxDensityMeasure()
* @generated
*/
EClass IFC_HEAT_FLUX_DENSITY_MEASURE = eINSTANCE.getIfcHeatFluxDensityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HEAT_FLUX_DENSITY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcHeatFluxDensityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HEAT_FLUX_DENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcHeatFluxDensityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHeatingValueMeasureImpl Ifc Heating Value Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHeatingValueMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatingValueMeasure()
* @generated
*/
EClass IFC_HEATING_VALUE_MEASURE = eINSTANCE.getIfcHeatingValueMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HEATING_VALUE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcHeatingValueMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HEATING_VALUE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcHeatingValueMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcHourInDayImpl Ifc Hour In Day}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcHourInDayImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHourInDay()
* @generated
*/
EClass IFC_HOUR_IN_DAY = eINSTANCE.getIfcHourInDay();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_HOUR_IN_DAY__WRAPPED_VALUE = eINSTANCE.getIfcHourInDay_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIdentifierImpl Ifc Identifier}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIdentifierImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIdentifier()
* @generated
*/
EClass IFC_IDENTIFIER = eINSTANCE.getIfcIdentifier();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_IDENTIFIER__WRAPPED_VALUE = eINSTANCE.getIfcIdentifier_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIlluminanceMeasureImpl Ifc Illuminance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIlluminanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIlluminanceMeasure()
* @generated
*/
EClass IFC_ILLUMINANCE_MEASURE = eINSTANCE.getIfcIlluminanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ILLUMINANCE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcIlluminanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ILLUMINANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcIlluminanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcInductanceMeasureImpl Ifc Inductance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcInductanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInductanceMeasure()
* @generated
*/
EClass IFC_INDUCTANCE_MEASURE = eINSTANCE.getIfcInductanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_INDUCTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcInductanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_INDUCTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcInductanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIntegerImpl Ifc Integer}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIntegerImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInteger()
* @generated
*/
EClass IFC_INTEGER = eINSTANCE.getIfcInteger();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_INTEGER__WRAPPED_VALUE = eINSTANCE.getIfcInteger_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIntegerCountRateMeasureImpl Ifc Integer Count Rate Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIntegerCountRateMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIntegerCountRateMeasure()
* @generated
*/
EClass IFC_INTEGER_COUNT_RATE_MEASURE = eINSTANCE.getIfcIntegerCountRateMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_INTEGER_COUNT_RATE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcIntegerCountRateMeasure_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIonConcentrationMeasureImpl Ifc Ion Concentration Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIonConcentrationMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIonConcentrationMeasure()
* @generated
*/
EClass IFC_ION_CONCENTRATION_MEASURE = eINSTANCE.getIfcIonConcentrationMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ION_CONCENTRATION_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcIonConcentrationMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ION_CONCENTRATION_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcIonConcentrationMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcIsothermalMoistureCapacityMeasureImpl Ifc Isothermal Moisture Capacity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcIsothermalMoistureCapacityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcIsothermalMoistureCapacityMeasure()
* @generated
*/
EClass IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE = eINSTANCE.getIfcIsothermalMoistureCapacityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcIsothermalMoistureCapacityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ISOTHERMAL_MOISTURE_CAPACITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcIsothermalMoistureCapacityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcKinematicViscosityMeasureImpl Ifc Kinematic Viscosity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcKinematicViscosityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcKinematicViscosityMeasure()
* @generated
*/
EClass IFC_KINEMATIC_VISCOSITY_MEASURE = eINSTANCE.getIfcKinematicViscosityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_KINEMATIC_VISCOSITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcKinematicViscosityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_KINEMATIC_VISCOSITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcKinematicViscosityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLabelImpl Ifc Label}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLabelImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLabel()
* @generated
*/
EClass IFC_LABEL = eINSTANCE.getIfcLabel();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LABEL__WRAPPED_VALUE = eINSTANCE.getIfcLabel_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLengthMeasureImpl Ifc Length Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLengthMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLengthMeasure()
* @generated
*/
EClass IFC_LENGTH_MEASURE = eINSTANCE.getIfcLengthMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LENGTH_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcLengthMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LENGTH_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcLengthMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearForceMeasureImpl Ifc Linear Force Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearForceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearForceMeasure()
* @generated
*/
EClass IFC_LINEAR_FORCE_MEASURE = eINSTANCE.getIfcLinearForceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_FORCE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcLinearForceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_FORCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLinearForceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearMomentMeasureImpl Ifc Linear Moment Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearMomentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearMomentMeasure()
* @generated
*/
EClass IFC_LINEAR_MOMENT_MEASURE = eINSTANCE.getIfcLinearMomentMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_MOMENT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcLinearMomentMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_MOMENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLinearMomentMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearStiffnessMeasureImpl Ifc Linear Stiffness Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearStiffnessMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearStiffnessMeasure()
* @generated
*/
EClass IFC_LINEAR_STIFFNESS_MEASURE = eINSTANCE.getIfcLinearStiffnessMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_STIFFNESS_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcLinearStiffnessMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_STIFFNESS_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLinearStiffnessMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLinearVelocityMeasureImpl Ifc Linear Velocity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLinearVelocityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLinearVelocityMeasure()
* @generated
*/
EClass IFC_LINEAR_VELOCITY_MEASURE = eINSTANCE.getIfcLinearVelocityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_VELOCITY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcLinearVelocityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LINEAR_VELOCITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLinearVelocityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLogicalImpl Ifc Logical}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLogicalImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLogical()
* @generated
*/
EClass IFC_LOGICAL = eINSTANCE.getIfcLogical();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LOGICAL__WRAPPED_VALUE = eINSTANCE.getIfcLogical_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLuminousFluxMeasureImpl Ifc Luminous Flux Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLuminousFluxMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLuminousFluxMeasure()
* @generated
*/
EClass IFC_LUMINOUS_FLUX_MEASURE = eINSTANCE.getIfcLuminousFluxMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LUMINOUS_FLUX_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcLuminousFluxMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LUMINOUS_FLUX_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLuminousFluxMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityDistributionMeasureImpl Ifc Luminous Intensity Distribution Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityDistributionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLuminousIntensityDistributionMeasure()
* @generated
*/
EClass IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE = eINSTANCE.getIfcLuminousIntensityDistributionMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcLuminousIntensityDistributionMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LUMINOUS_INTENSITY_DISTRIBUTION_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLuminousIntensityDistributionMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityMeasureImpl Ifc Luminous Intensity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcLuminousIntensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLuminousIntensityMeasure()
* @generated
*/
EClass IFC_LUMINOUS_INTENSITY_MEASURE = eINSTANCE.getIfcLuminousIntensityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LUMINOUS_INTENSITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcLuminousIntensityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_LUMINOUS_INTENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcLuminousIntensityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxDensityMeasureImpl Ifc Magnetic Flux Density Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxDensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMagneticFluxDensityMeasure()
* @generated
*/
EClass IFC_MAGNETIC_FLUX_DENSITY_MEASURE = eINSTANCE.getIfcMagneticFluxDensityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MAGNETIC_FLUX_DENSITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcMagneticFluxDensityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MAGNETIC_FLUX_DENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMagneticFluxDensityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxMeasureImpl Ifc Magnetic Flux Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMagneticFluxMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMagneticFluxMeasure()
* @generated
*/
EClass IFC_MAGNETIC_FLUX_MEASURE = eINSTANCE.getIfcMagneticFluxMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MAGNETIC_FLUX_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMagneticFluxMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MAGNETIC_FLUX_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMagneticFluxMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassDensityMeasureImpl Ifc Mass Density Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassDensityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassDensityMeasure()
* @generated
*/
EClass IFC_MASS_DENSITY_MEASURE = eINSTANCE.getIfcMassDensityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_DENSITY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMassDensityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_DENSITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMassDensityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassFlowRateMeasureImpl Ifc Mass Flow Rate Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassFlowRateMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassFlowRateMeasure()
* @generated
*/
EClass IFC_MASS_FLOW_RATE_MEASURE = eINSTANCE.getIfcMassFlowRateMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_FLOW_RATE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMassFlowRateMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_FLOW_RATE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMassFlowRateMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassMeasureImpl Ifc Mass Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassMeasure()
* @generated
*/
EClass IFC_MASS_MEASURE = eINSTANCE.getIfcMassMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMassMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcMassMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMassPerLengthMeasureImpl Ifc Mass Per Length Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMassPerLengthMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMassPerLengthMeasure()
* @generated
*/
EClass IFC_MASS_PER_LENGTH_MEASURE = eINSTANCE.getIfcMassPerLengthMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_PER_LENGTH_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMassPerLengthMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MASS_PER_LENGTH_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMassPerLengthMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMinuteInHourImpl Ifc Minute In Hour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMinuteInHourImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMinuteInHour()
* @generated
*/
EClass IFC_MINUTE_IN_HOUR = eINSTANCE.getIfcMinuteInHour();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MINUTE_IN_HOUR__WRAPPED_VALUE = eINSTANCE.getIfcMinuteInHour_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfElasticityMeasureImpl Ifc Modulus Of Elasticity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfElasticityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfElasticityMeasure()
* @generated
*/
EClass IFC_MODULUS_OF_ELASTICITY_MEASURE = eINSTANCE.getIfcModulusOfElasticityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_ELASTICITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcModulusOfElasticityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_ELASTICITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcModulusOfElasticityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfLinearSubgradeReactionMeasureImpl Ifc Modulus Of Linear Subgrade Reaction Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfLinearSubgradeReactionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfLinearSubgradeReactionMeasure()
* @generated
*/
EClass IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE = eINSTANCE
.getIfcModulusOfLinearSubgradeReactionMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcModulusOfLinearSubgradeReactionMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_LINEAR_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcModulusOfLinearSubgradeReactionMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfRotationalSubgradeReactionMeasureImpl Ifc Modulus Of Rotational Subgrade Reaction Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfRotationalSubgradeReactionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfRotationalSubgradeReactionMeasure()
* @generated
*/
EClass IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE = eINSTANCE
.getIfcModulusOfRotationalSubgradeReactionMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcModulusOfRotationalSubgradeReactionMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_ROTATIONAL_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcModulusOfRotationalSubgradeReactionMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfSubgradeReactionMeasureImpl Ifc Modulus Of Subgrade Reaction Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcModulusOfSubgradeReactionMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcModulusOfSubgradeReactionMeasure()
* @generated
*/
EClass IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE = eINSTANCE.getIfcModulusOfSubgradeReactionMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcModulusOfSubgradeReactionMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MODULUS_OF_SUBGRADE_REACTION_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcModulusOfSubgradeReactionMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMoistureDiffusivityMeasureImpl Ifc Moisture Diffusivity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMoistureDiffusivityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMoistureDiffusivityMeasure()
* @generated
*/
EClass IFC_MOISTURE_DIFFUSIVITY_MEASURE = eINSTANCE.getIfcMoistureDiffusivityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOISTURE_DIFFUSIVITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcMoistureDiffusivityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOISTURE_DIFFUSIVITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMoistureDiffusivityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMolecularWeightMeasureImpl Ifc Molecular Weight Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMolecularWeightMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMolecularWeightMeasure()
* @generated
*/
EClass IFC_MOLECULAR_WEIGHT_MEASURE = eINSTANCE.getIfcMolecularWeightMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOLECULAR_WEIGHT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMolecularWeightMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOLECULAR_WEIGHT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMolecularWeightMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMomentOfInertiaMeasureImpl Ifc Moment Of Inertia Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMomentOfInertiaMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMomentOfInertiaMeasure()
* @generated
*/
EClass IFC_MOMENT_OF_INERTIA_MEASURE = eINSTANCE.getIfcMomentOfInertiaMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOMENT_OF_INERTIA_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMomentOfInertiaMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MOMENT_OF_INERTIA_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMomentOfInertiaMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryMeasureImpl Ifc Monetary Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMonetaryMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMonetaryMeasure()
* @generated
*/
EClass IFC_MONETARY_MEASURE = eINSTANCE.getIfcMonetaryMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MONETARY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcMonetaryMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MONETARY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcMonetaryMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcMonthInYearNumberImpl Ifc Month In Year Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcMonthInYearNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMonthInYearNumber()
* @generated
*/
EClass IFC_MONTH_IN_YEAR_NUMBER = eINSTANCE.getIfcMonthInYearNumber();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_MONTH_IN_YEAR_NUMBER__WRAPPED_VALUE = eINSTANCE.getIfcMonthInYearNumber_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNumericMeasureImpl Ifc Numeric Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNumericMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNumericMeasure()
* @generated
*/
EClass IFC_NUMERIC_MEASURE = eINSTANCE.getIfcNumericMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_NUMERIC_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcNumericMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_NUMERIC_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcNumericMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPHMeasureImpl Ifc PH Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPHMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPHMeasure()
* @generated
*/
EClass IFC_PH_MEASURE = eINSTANCE.getIfcPHMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PH_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcPHMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PH_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcPHMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcParameterValueImpl Ifc Parameter Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcParameterValueImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcParameterValue()
* @generated
*/
EClass IFC_PARAMETER_VALUE = eINSTANCE.getIfcParameterValue();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PARAMETER_VALUE__WRAPPED_VALUE = eINSTANCE.getIfcParameterValue_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PARAMETER_VALUE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcParameterValue_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlanarForceMeasureImpl Ifc Planar Force Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlanarForceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlanarForceMeasure()
* @generated
*/
EClass IFC_PLANAR_FORCE_MEASURE = eINSTANCE.getIfcPlanarForceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANAR_FORCE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcPlanarForceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANAR_FORCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcPlanarForceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPlaneAngleMeasureImpl Ifc Plane Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPlaneAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlaneAngleMeasure()
* @generated
*/
EClass IFC_PLANE_ANGLE_MEASURE = eINSTANCE.getIfcPlaneAngleMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANE_ANGLE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcPlaneAngleMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PLANE_ANGLE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcPlaneAngleMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPowerMeasureImpl Ifc Power Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPowerMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPowerMeasure()
* @generated
*/
EClass IFC_POWER_MEASURE = eINSTANCE.getIfcPowerMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POWER_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcPowerMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_POWER_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcPowerMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPresentableTextImpl Ifc Presentable Text}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPresentableTextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentableText()
* @generated
*/
EClass IFC_PRESENTABLE_TEXT = eINSTANCE.getIfcPresentableText();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESENTABLE_TEXT__WRAPPED_VALUE = eINSTANCE.getIfcPresentableText_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPressureMeasureImpl Ifc Pressure Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPressureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPressureMeasure()
* @generated
*/
EClass IFC_PRESSURE_MEASURE = eINSTANCE.getIfcPressureMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESSURE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcPressureMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_PRESSURE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcPressureMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRadioActivityMeasureImpl Ifc Radio Activity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRadioActivityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRadioActivityMeasure()
* @generated
*/
EClass IFC_RADIO_ACTIVITY_MEASURE = eINSTANCE.getIfcRadioActivityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RADIO_ACTIVITY_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcRadioActivityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RADIO_ACTIVITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcRadioActivityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRatioMeasureImpl Ifc Ratio Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRatioMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRatioMeasure()
* @generated
*/
EClass IFC_RATIO_MEASURE = eINSTANCE.getIfcRatioMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RATIO_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcRatioMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_RATIO_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcRatioMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRealImpl Ifc Real}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRealImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReal()
* @generated
*/
EClass IFC_REAL = eINSTANCE.getIfcReal();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REAL__WRAPPED_VALUE = eINSTANCE.getIfcReal_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_REAL__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcReal_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRotationalFrequencyMeasureImpl Ifc Rotational Frequency Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRotationalFrequencyMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRotationalFrequencyMeasure()
* @generated
*/
EClass IFC_ROTATIONAL_FREQUENCY_MEASURE = eINSTANCE.getIfcRotationalFrequencyMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROTATIONAL_FREQUENCY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcRotationalFrequencyMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROTATIONAL_FREQUENCY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcRotationalFrequencyMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRotationalMassMeasureImpl Ifc Rotational Mass Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRotationalMassMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRotationalMassMeasure()
* @generated
*/
EClass IFC_ROTATIONAL_MASS_MEASURE = eINSTANCE.getIfcRotationalMassMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROTATIONAL_MASS_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcRotationalMassMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROTATIONAL_MASS_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcRotationalMassMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcRotationalStiffnessMeasureImpl Ifc Rotational Stiffness Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcRotationalStiffnessMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRotationalStiffnessMeasure()
* @generated
*/
EClass IFC_ROTATIONAL_STIFFNESS_MEASURE = eINSTANCE.getIfcRotationalStiffnessMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROTATIONAL_STIFFNESS_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcRotationalStiffnessMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_ROTATIONAL_STIFFNESS_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcRotationalStiffnessMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSecondInMinuteImpl Ifc Second In Minute}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSecondInMinuteImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSecondInMinute()
* @generated
*/
EClass IFC_SECOND_IN_MINUTE = eINSTANCE.getIfcSecondInMinute();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECOND_IN_MINUTE__WRAPPED_VALUE = eINSTANCE.getIfcSecondInMinute_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECOND_IN_MINUTE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSecondInMinute_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionModulusMeasureImpl Ifc Section Modulus Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionModulusMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionModulusMeasure()
* @generated
*/
EClass IFC_SECTION_MODULUS_MEASURE = eINSTANCE.getIfcSectionModulusMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_MODULUS_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcSectionModulusMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTION_MODULUS_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSectionModulusMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSectionalAreaIntegralMeasureImpl Ifc Sectional Area Integral Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSectionalAreaIntegralMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionalAreaIntegralMeasure()
* @generated
*/
EClass IFC_SECTIONAL_AREA_INTEGRAL_MEASURE = eINSTANCE.getIfcSectionalAreaIntegralMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTIONAL_AREA_INTEGRAL_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcSectionalAreaIntegralMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SECTIONAL_AREA_INTEGRAL_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSectionalAreaIntegralMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcShearModulusMeasureImpl Ifc Shear Modulus Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcShearModulusMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShearModulusMeasure()
* @generated
*/
EClass IFC_SHEAR_MODULUS_MEASURE = eINSTANCE.getIfcShearModulusMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SHEAR_MODULUS_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcShearModulusMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SHEAR_MODULUS_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcShearModulusMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSolidAngleMeasureImpl Ifc Solid Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSolidAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSolidAngleMeasure()
* @generated
*/
EClass IFC_SOLID_ANGLE_MEASURE = eINSTANCE.getIfcSolidAngleMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOLID_ANGLE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcSolidAngleMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOLID_ANGLE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSolidAngleMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundPowerMeasureImpl Ifc Sound Power Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundPowerMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundPowerMeasure()
* @generated
*/
EClass IFC_SOUND_POWER_MEASURE = eINSTANCE.getIfcSoundPowerMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_POWER_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcSoundPowerMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_POWER_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSoundPowerMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSoundPressureMeasureImpl Ifc Sound Pressure Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSoundPressureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundPressureMeasure()
* @generated
*/
EClass IFC_SOUND_PRESSURE_MEASURE = eINSTANCE.getIfcSoundPressureMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_PRESSURE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcSoundPressureMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SOUND_PRESSURE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSoundPressureMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpecificHeatCapacityMeasureImpl Ifc Specific Heat Capacity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpecificHeatCapacityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecificHeatCapacityMeasure()
* @generated
*/
EClass IFC_SPECIFIC_HEAT_CAPACITY_MEASURE = eINSTANCE.getIfcSpecificHeatCapacityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPECIFIC_HEAT_CAPACITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcSpecificHeatCapacityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPECIFIC_HEAT_CAPACITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSpecificHeatCapacityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpecularExponentImpl Ifc Specular Exponent}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpecularExponentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecularExponent()
* @generated
*/
EClass IFC_SPECULAR_EXPONENT = eINSTANCE.getIfcSpecularExponent();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPECULAR_EXPONENT__WRAPPED_VALUE = eINSTANCE.getIfcSpecularExponent_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPECULAR_EXPONENT__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSpecularExponent_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcSpecularRoughnessImpl Ifc Specular Roughness}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcSpecularRoughnessImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecularRoughness()
* @generated
*/
EClass IFC_SPECULAR_ROUGHNESS = eINSTANCE.getIfcSpecularRoughness();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPECULAR_ROUGHNESS__WRAPPED_VALUE = eINSTANCE.getIfcSpecularRoughness_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_SPECULAR_ROUGHNESS__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcSpecularRoughness_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTemperatureGradientMeasureImpl Ifc Temperature Gradient Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTemperatureGradientMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTemperatureGradientMeasure()
* @generated
*/
EClass IFC_TEMPERATURE_GRADIENT_MEASURE = eINSTANCE.getIfcTemperatureGradientMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEMPERATURE_GRADIENT_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcTemperatureGradientMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEMPERATURE_GRADIENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcTemperatureGradientMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextImpl Ifc Text}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcText()
* @generated
*/
EClass IFC_TEXT = eINSTANCE.getIfcText();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT__WRAPPED_VALUE = eINSTANCE.getIfcText_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextAlignmentImpl Ifc Text Alignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextAlignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextAlignment()
* @generated
*/
EClass IFC_TEXT_ALIGNMENT = eINSTANCE.getIfcTextAlignment();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_ALIGNMENT__WRAPPED_VALUE = eINSTANCE.getIfcTextAlignment_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextDecorationImpl Ifc Text Decoration}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextDecorationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextDecoration()
* @generated
*/
EClass IFC_TEXT_DECORATION = eINSTANCE.getIfcTextDecoration();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_DECORATION__WRAPPED_VALUE = eINSTANCE.getIfcTextDecoration_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextFontNameImpl Ifc Text Font Name}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextFontNameImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextFontName()
* @generated
*/
EClass IFC_TEXT_FONT_NAME = eINSTANCE.getIfcTextFontName();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_FONT_NAME__WRAPPED_VALUE = eINSTANCE.getIfcTextFontName_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTextTransformationImpl Ifc Text Transformation}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTextTransformationImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextTransformation()
* @generated
*/
EClass IFC_TEXT_TRANSFORMATION = eINSTANCE.getIfcTextTransformation();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TEXT_TRANSFORMATION__WRAPPED_VALUE = eINSTANCE.getIfcTextTransformation_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalAdmittanceMeasureImpl Ifc Thermal Admittance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalAdmittanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalAdmittanceMeasure()
* @generated
*/
EClass IFC_THERMAL_ADMITTANCE_MEASURE = eINSTANCE.getIfcThermalAdmittanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_ADMITTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcThermalAdmittanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_ADMITTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcThermalAdmittanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalConductivityMeasureImpl Ifc Thermal Conductivity Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalConductivityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalConductivityMeasure()
* @generated
*/
EClass IFC_THERMAL_CONDUCTIVITY_MEASURE = eINSTANCE.getIfcThermalConductivityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_CONDUCTIVITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcThermalConductivityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_CONDUCTIVITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcThermalConductivityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalExpansionCoefficientMeasureImpl Ifc Thermal Expansion Coefficient Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalExpansionCoefficientMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalExpansionCoefficientMeasure()
* @generated
*/
EClass IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE = eINSTANCE.getIfcThermalExpansionCoefficientMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcThermalExpansionCoefficientMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_EXPANSION_COEFFICIENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcThermalExpansionCoefficientMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalResistanceMeasureImpl Ifc Thermal Resistance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalResistanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalResistanceMeasure()
* @generated
*/
EClass IFC_THERMAL_RESISTANCE_MEASURE = eINSTANCE.getIfcThermalResistanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_RESISTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcThermalResistanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_RESISTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcThermalResistanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermalTransmittanceMeasureImpl Ifc Thermal Transmittance Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermalTransmittanceMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalTransmittanceMeasure()
* @generated
*/
EClass IFC_THERMAL_TRANSMITTANCE_MEASURE = eINSTANCE.getIfcThermalTransmittanceMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_TRANSMITTANCE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcThermalTransmittanceMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMAL_TRANSMITTANCE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcThermalTransmittanceMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcThermodynamicTemperatureMeasureImpl Ifc Thermodynamic Temperature Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcThermodynamicTemperatureMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermodynamicTemperatureMeasure()
* @generated
*/
EClass IFC_THERMODYNAMIC_TEMPERATURE_MEASURE = eINSTANCE.getIfcThermodynamicTemperatureMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMODYNAMIC_TEMPERATURE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcThermodynamicTemperatureMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_THERMODYNAMIC_TEMPERATURE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcThermodynamicTemperatureMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeMeasureImpl Ifc Time Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeMeasure()
* @generated
*/
EClass IFC_TIME_MEASURE = eINSTANCE.getIfcTimeMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcTimeMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcTimeMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTimeStampImpl Ifc Time Stamp}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTimeStampImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeStamp()
* @generated
*/
EClass IFC_TIME_STAMP = eINSTANCE.getIfcTimeStamp();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TIME_STAMP__WRAPPED_VALUE = eINSTANCE.getIfcTimeStamp_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcTorqueMeasureImpl Ifc Torque Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcTorqueMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTorqueMeasure()
* @generated
*/
EClass IFC_TORQUE_MEASURE = eINSTANCE.getIfcTorqueMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TORQUE_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcTorqueMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_TORQUE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcTorqueMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVaporPermeabilityMeasureImpl Ifc Vapor Permeability Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVaporPermeabilityMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVaporPermeabilityMeasure()
* @generated
*/
EClass IFC_VAPOR_PERMEABILITY_MEASURE = eINSTANCE.getIfcVaporPermeabilityMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VAPOR_PERMEABILITY_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcVaporPermeabilityMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VAPOR_PERMEABILITY_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcVaporPermeabilityMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVolumeMeasureImpl Ifc Volume Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVolumeMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVolumeMeasure()
* @generated
*/
EClass IFC_VOLUME_MEASURE = eINSTANCE.getIfcVolumeMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VOLUME_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcVolumeMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VOLUME_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcVolumeMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcVolumetricFlowRateMeasureImpl Ifc Volumetric Flow Rate Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcVolumetricFlowRateMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVolumetricFlowRateMeasure()
* @generated
*/
EClass IFC_VOLUMETRIC_FLOW_RATE_MEASURE = eINSTANCE.getIfcVolumetricFlowRateMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VOLUMETRIC_FLOW_RATE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcVolumetricFlowRateMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_VOLUMETRIC_FLOW_RATE_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcVolumetricFlowRateMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWarpingConstantMeasureImpl Ifc Warping Constant Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWarpingConstantMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWarpingConstantMeasure()
* @generated
*/
EClass IFC_WARPING_CONSTANT_MEASURE = eINSTANCE.getIfcWarpingConstantMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WARPING_CONSTANT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcWarpingConstantMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WARPING_CONSTANT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcWarpingConstantMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcWarpingMomentMeasureImpl Ifc Warping Moment Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcWarpingMomentMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWarpingMomentMeasure()
* @generated
*/
EClass IFC_WARPING_MOMENT_MEASURE = eINSTANCE.getIfcWarpingMomentMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WARPING_MOMENT_MEASURE__WRAPPED_VALUE = eINSTANCE.getIfcWarpingMomentMeasure_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute feature.
*
*
* @generated
*/
EAttribute IFC_WARPING_MOMENT_MEASURE__WRAPPED_VALUE_AS_STRING = eINSTANCE
.getIfcWarpingMomentMeasure_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcYearNumberImpl Ifc Year Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcYearNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcYearNumber()
* @generated
*/
EClass IFC_YEAR_NUMBER = eINSTANCE.getIfcYearNumber();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_YEAR_NUMBER__WRAPPED_VALUE = eINSTANCE.getIfcYearNumber_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcBoxAlignmentImpl Ifc Box Alignment}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcBoxAlignmentImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoxAlignment()
* @generated
*/
EClass IFC_BOX_ALIGNMENT = eINSTANCE.getIfcBoxAlignment();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcCompoundPlaneAngleMeasureImpl Ifc Compound Plane Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcCompoundPlaneAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompoundPlaneAngleMeasure()
* @generated
*/
EClass IFC_COMPOUND_PLANE_ANGLE_MEASURE = eINSTANCE.getIfcCompoundPlaneAngleMeasure();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_COMPOUND_PLANE_ANGLE_MEASURE__WRAPPED_VALUE = eINSTANCE
.getIfcCompoundPlaneAngleMeasure_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNormalisedRatioMeasureImpl Ifc Normalised Ratio Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNormalisedRatioMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNormalisedRatioMeasure()
* @generated
*/
EClass IFC_NORMALISED_RATIO_MEASURE = eINSTANCE.getIfcNormalisedRatioMeasure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPositiveLengthMeasureImpl Ifc Positive Length Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPositiveLengthMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPositiveLengthMeasure()
* @generated
*/
EClass IFC_POSITIVE_LENGTH_MEASURE = eINSTANCE.getIfcPositiveLengthMeasure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPositivePlaneAngleMeasureImpl Ifc Positive Plane Angle Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPositivePlaneAngleMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPositivePlaneAngleMeasure()
* @generated
*/
EClass IFC_POSITIVE_PLANE_ANGLE_MEASURE = eINSTANCE.getIfcPositivePlaneAngleMeasure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcPositiveRatioMeasureImpl Ifc Positive Ratio Measure}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcPositiveRatioMeasureImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPositiveRatioMeasure()
* @generated
*/
EClass IFC_POSITIVE_RATIO_MEASURE = eINSTANCE.getIfcPositiveRatioMeasure();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcComplexNumberImpl Ifc Complex Number}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcComplexNumberImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcComplexNumber()
* @generated
*/
EClass IFC_COMPLEX_NUMBER = eINSTANCE.getIfcComplexNumber();
/**
* The meta object literal for the 'Wrapped Value' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_COMPLEX_NUMBER__WRAPPED_VALUE = eINSTANCE.getIfcComplexNumber_WrappedValue();
/**
* The meta object literal for the 'Wrapped Value As String' attribute list feature.
*
*
* @generated
*/
EAttribute IFC_COMPLEX_NUMBER__WRAPPED_VALUE_AS_STRING = eINSTANCE.getIfcComplexNumber_WrappedValueAsString();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.impl.IfcNullStyleImpl Ifc Null Style}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.impl.IfcNullStyleImpl
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNullStyle()
* @generated
*/
EClass IFC_NULL_STYLE = eINSTANCE.getIfcNullStyle();
/**
* The meta object literal for the 'Wrapped Value' attribute feature.
*
*
* @generated
*/
EAttribute IFC_NULL_STYLE__WRAPPED_VALUE = eINSTANCE.getIfcNullStyle_WrappedValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcActorSelect Ifc Actor Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActorSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActorSelect()
* @generated
*/
EClass IFC_ACTOR_SELECT = eINSTANCE.getIfcActorSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect Ifc Applied Value Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAppliedValueSelect()
* @generated
*/
EClass IFC_APPLIED_VALUE_SELECT = eINSTANCE.getIfcAppliedValueSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAxis2Placement Ifc Axis2 Placement}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAxis2Placement
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAxis2Placement()
* @generated
*/
EClass IFC_AXIS2_PLACEMENT = eINSTANCE.getIfcAxis2Placement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperand Ifc Boolean Operand}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperand
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanOperand()
* @generated
*/
EClass IFC_BOOLEAN_OPERAND = eINSTANCE.getIfcBooleanOperand();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect Ifc Character Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCharacterStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCharacterStyleSelect()
* @generated
*/
EClass IFC_CHARACTER_STYLE_SELECT = eINSTANCE.getIfcCharacterStyleSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect Ifc Classification Notation Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationNotationSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcClassificationNotationSelect()
* @generated
*/
EClass IFC_CLASSIFICATION_NOTATION_SELECT = eINSTANCE.getIfcClassificationNotationSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcColour Ifc Colour}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcColour
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColour()
* @generated
*/
EClass IFC_COLOUR = eINSTANCE.getIfcColour();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcColourOrFactor Ifc Colour Or Factor}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcColourOrFactor
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColourOrFactor()
* @generated
*/
EClass IFC_COLOUR_OR_FACTOR = eINSTANCE.getIfcColourOrFactor();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect Ifc Condition Criterion Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcConditionCriterionSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConditionCriterionSelect()
* @generated
*/
EClass IFC_CONDITION_CRITERION_SELECT = eINSTANCE.getIfcConditionCriterionSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCsgSelect Ifc Csg Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCsgSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCsgSelect()
* @generated
*/
EClass IFC_CSG_SELECT = eINSTANCE.getIfcCsgSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect Ifc Curve Font Or Scaled Curve Font Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurveFontOrScaledCurveFontSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveFontOrScaledCurveFontSelect()
* @generated
*/
EClass IFC_CURVE_FONT_OR_SCALED_CURVE_FONT_SELECT = eINSTANCE.getIfcCurveFontOrScaledCurveFontSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve Ifc Curve Or Edge Curve}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurveOrEdgeCurve
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveOrEdgeCurve()
* @generated
*/
EClass IFC_CURVE_OR_EDGE_CURVE = eINSTANCE.getIfcCurveOrEdgeCurve();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect Ifc Curve Style Font Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurveStyleFontSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurveStyleFontSelect()
* @generated
*/
EClass IFC_CURVE_STYLE_FONT_SELECT = eINSTANCE.getIfcCurveStyleFontSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect Ifc Date Time Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDateTimeSelect()
* @generated
*/
EClass IFC_DATE_TIME_SELECT = eINSTANCE.getIfcDateTimeSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect Ifc Defined Symbol Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDefinedSymbolSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDefinedSymbolSelect()
* @generated
*/
EClass IFC_DEFINED_SYMBOL_SELECT = eINSTANCE.getIfcDefinedSymbolSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue Ifc Derived Measure Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedMeasureValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedMeasureValue()
* @generated
*/
EClass IFC_DERIVED_MEASURE_VALUE = eINSTANCE.getIfcDerivedMeasureValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentSelect Ifc Document Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentSelect()
* @generated
*/
EClass IFC_DOCUMENT_SELECT = eINSTANCE.getIfcDocumentSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement Ifc Draughting Callout Element}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDraughtingCalloutElement
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDraughtingCalloutElement()
* @generated
*/
EClass IFC_DRAUGHTING_CALLOUT_ELEMENT = eINSTANCE.getIfcDraughtingCalloutElement();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect Ifc Fill Area Style Tile Shape Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFillAreaStyleTileShapeSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillAreaStyleTileShapeSelect()
* @generated
*/
EClass IFC_FILL_AREA_STYLE_TILE_SHAPE_SELECT = eINSTANCE.getIfcFillAreaStyleTileShapeSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect Ifc Fill Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFillStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFillStyleSelect()
* @generated
*/
EClass IFC_FILL_STYLE_SELECT = eINSTANCE.getIfcFillStyleSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect Ifc Geometric Set Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricSetSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricSetSelect()
* @generated
*/
EClass IFC_GEOMETRIC_SET_SELECT = eINSTANCE.getIfcGeometricSetSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect Ifc Hatch Line Distance Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcHatchLineDistanceSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHatchLineDistanceSelect()
* @generated
*/
EClass IFC_HATCH_LINE_DISTANCE_SELECT = eINSTANCE.getIfcHatchLineDistanceSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLayeredItem Ifc Layered Item}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLayeredItem
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLayeredItem()
* @generated
*/
EClass IFC_LAYERED_ITEM = eINSTANCE.getIfcLayeredItem();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLibrarySelect Ifc Library Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLibrarySelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLibrarySelect()
* @generated
*/
EClass IFC_LIBRARY_SELECT = eINSTANCE.getIfcLibrarySelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect Ifc Light Distribution Data Source Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionDataSourceSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightDistributionDataSourceSelect()
* @generated
*/
EClass IFC_LIGHT_DISTRIBUTION_DATA_SOURCE_SELECT = eINSTANCE.getIfcLightDistributionDataSourceSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcMaterialSelect Ifc Material Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMaterialSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMaterialSelect()
* @generated
*/
EClass IFC_MATERIAL_SELECT = eINSTANCE.getIfcMaterialSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcMeasureValue Ifc Measure Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMeasureValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMeasureValue()
* @generated
*/
EClass IFC_MEASURE_VALUE = eINSTANCE.getIfcMeasureValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect Ifc Metric Value Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMetricValueSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMetricValueSelect()
* @generated
*/
EClass IFC_METRIC_VALUE_SELECT = eINSTANCE.getIfcMetricValueSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect Ifc Object Reference Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcObjectReferenceSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectReferenceSelect()
* @generated
*/
EClass IFC_OBJECT_REFERENCE_SELECT = eINSTANCE.getIfcObjectReferenceSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcOrientationSelect Ifc Orientation Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcOrientationSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOrientationSelect()
* @generated
*/
EClass IFC_ORIENTATION_SELECT = eINSTANCE.getIfcOrientationSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint Ifc Point Or Vertex Point}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPointOrVertexPoint
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPointOrVertexPoint()
* @generated
*/
EClass IFC_POINT_OR_VERTEX_POINT = eINSTANCE.getIfcPointOrVertexPoint();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect Ifc Presentation Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPresentationStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPresentationStyleSelect()
* @generated
*/
EClass IFC_PRESENTATION_STYLE_SELECT = eINSTANCE.getIfcPresentationStyleSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcShell Ifc Shell}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcShell
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcShell()
* @generated
*/
EClass IFC_SHELL = eINSTANCE.getIfcShell();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSimpleValue Ifc Simple Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSimpleValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSimpleValue()
* @generated
*/
EClass IFC_SIMPLE_VALUE = eINSTANCE.getIfcSimpleValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSizeSelect Ifc Size Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSizeSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSizeSelect()
* @generated
*/
EClass IFC_SIZE_SELECT = eINSTANCE.getIfcSizeSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect Ifc Specular Highlight Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSpecularHighlightSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpecularHighlightSelect()
* @generated
*/
EClass IFC_SPECULAR_HIGHLIGHT_SELECT = eINSTANCE.getIfcSpecularHighlightSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect Ifc Structural Activity Assignment Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralActivityAssignmentSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralActivityAssignmentSelect()
* @generated
*/
EClass IFC_STRUCTURAL_ACTIVITY_ASSIGNMENT_SELECT = eINSTANCE.getIfcStructuralActivityAssignmentSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface Ifc Surface Or Face Surface}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceOrFaceSurface
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceOrFaceSurface()
* @generated
*/
EClass IFC_SURFACE_OR_FACE_SURFACE = eINSTANCE.getIfcSurfaceOrFaceSurface();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect Ifc Surface Style Element Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceStyleElementSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceStyleElementSelect()
* @generated
*/
EClass IFC_SURFACE_STYLE_ELEMENT_SELECT = eINSTANCE.getIfcSurfaceStyleElementSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect Ifc Symbol Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSymbolStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSymbolStyleSelect()
* @generated
*/
EClass IFC_SYMBOL_STYLE_SELECT = eINSTANCE.getIfcSymbolStyleSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTextFontSelect Ifc Text Font Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTextFontSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextFontSelect()
* @generated
*/
EClass IFC_TEXT_FONT_SELECT = eINSTANCE.getIfcTextFontSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect Ifc Text Style Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTextStyleSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextStyleSelect()
* @generated
*/
EClass IFC_TEXT_STYLE_SELECT = eINSTANCE.getIfcTextStyleSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect Ifc Trimming Select}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingSelect
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrimmingSelect()
* @generated
*/
EClass IFC_TRIMMING_SELECT = eINSTANCE.getIfcTrimmingSelect();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcUnit Ifc Unit}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcUnit
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnit()
* @generated
*/
EClass IFC_UNIT = eINSTANCE.getIfcUnit();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcValue Ifc Value}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcValue
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcValue()
* @generated
*/
EClass IFC_VALUE = eINSTANCE.getIfcValue();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection Ifc Vector Or Direction}' class.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcVectorOrDirection
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVectorOrDirection()
* @generated
*/
EClass IFC_VECTOR_OR_DIRECTION = eINSTANCE.getIfcVectorOrDirection();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.Tristate Tristate}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.Tristate
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getTristate()
* @generated
*/
EEnum TRISTATE = eINSTANCE.getTristate();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcActionSourceTypeEnum Ifc Action Source Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActionSourceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActionSourceTypeEnum()
* @generated
*/
EEnum IFC_ACTION_SOURCE_TYPE_ENUM = eINSTANCE.getIfcActionSourceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcActionTypeEnum Ifc Action Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActionTypeEnum()
* @generated
*/
EEnum IFC_ACTION_TYPE_ENUM = eINSTANCE.getIfcActionTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcActuatorTypeEnum Ifc Actuator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcActuatorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcActuatorTypeEnum()
* @generated
*/
EEnum IFC_ACTUATOR_TYPE_ENUM = eINSTANCE.getIfcActuatorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAddressTypeEnum Ifc Address Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAddressTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAddressTypeEnum()
* @generated
*/
EEnum IFC_ADDRESS_TYPE_ENUM = eINSTANCE.getIfcAddressTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind Ifc Ahead Or Behind}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAheadOrBehind()
* @generated
*/
EEnum IFC_AHEAD_OR_BEHIND = eINSTANCE.getIfcAheadOrBehind();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxTypeEnum Ifc Air Terminal Box Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalBoxTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalBoxTypeEnum()
* @generated
*/
EEnum IFC_AIR_TERMINAL_BOX_TYPE_ENUM = eINSTANCE.getIfcAirTerminalBoxTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAirTerminalTypeEnum Ifc Air Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAirTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirTerminalTypeEnum()
* @generated
*/
EEnum IFC_AIR_TERMINAL_TYPE_ENUM = eINSTANCE.getIfcAirTerminalTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryTypeEnum Ifc Air To Air Heat Recovery Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAirToAirHeatRecoveryTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAirToAirHeatRecoveryTypeEnum()
* @generated
*/
EEnum IFC_AIR_TO_AIR_HEAT_RECOVERY_TYPE_ENUM = eINSTANCE.getIfcAirToAirHeatRecoveryTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAlarmTypeEnum Ifc Alarm Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAlarmTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAlarmTypeEnum()
* @generated
*/
EEnum IFC_ALARM_TYPE_ENUM = eINSTANCE.getIfcAlarmTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum Ifc Analysis Model Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAnalysisModelTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnalysisModelTypeEnum()
* @generated
*/
EEnum IFC_ANALYSIS_MODEL_TYPE_ENUM = eINSTANCE.getIfcAnalysisModelTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAnalysisTheoryTypeEnum Ifc Analysis Theory Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAnalysisTheoryTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAnalysisTheoryTypeEnum()
* @generated
*/
EEnum IFC_ANALYSIS_THEORY_TYPE_ENUM = eINSTANCE.getIfcAnalysisTheoryTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcArithmeticOperatorEnum Ifc Arithmetic Operator Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcArithmeticOperatorEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcArithmeticOperatorEnum()
* @generated
*/
EEnum IFC_ARITHMETIC_OPERATOR_ENUM = eINSTANCE.getIfcArithmeticOperatorEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcAssemblyPlaceEnum Ifc Assembly Place Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcAssemblyPlaceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcAssemblyPlaceEnum()
* @generated
*/
EEnum IFC_ASSEMBLY_PLACE_ENUM = eINSTANCE.getIfcAssemblyPlaceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBSplineCurveForm Ifc BSpline Curve Form}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBSplineCurveForm
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBSplineCurveForm()
* @generated
*/
EEnum IFC_BSPLINE_CURVE_FORM = eINSTANCE.getIfcBSplineCurveForm();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBeamTypeEnum Ifc Beam Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBeamTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBeamTypeEnum()
* @generated
*/
EEnum IFC_BEAM_TYPE_ENUM = eINSTANCE.getIfcBeamTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBenchmarkEnum Ifc Benchmark Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBenchmarkEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBenchmarkEnum()
* @generated
*/
EEnum IFC_BENCHMARK_ENUM = eINSTANCE.getIfcBenchmarkEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBoilerTypeEnum Ifc Boiler Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBoilerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBoilerTypeEnum()
* @generated
*/
EEnum IFC_BOILER_TYPE_ENUM = eINSTANCE.getIfcBoilerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBooleanOperator Ifc Boolean Operator}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBooleanOperator
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBooleanOperator()
* @generated
*/
EEnum IFC_BOOLEAN_OPERATOR = eINSTANCE.getIfcBooleanOperator();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyTypeEnum Ifc Building Element Proxy Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcBuildingElementProxyTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcBuildingElementProxyTypeEnum()
* @generated
*/
EEnum IFC_BUILDING_ELEMENT_PROXY_TYPE_ENUM = eINSTANCE.getIfcBuildingElementProxyTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingTypeEnum Ifc Cable Carrier Fitting Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierFittingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierFittingTypeEnum()
* @generated
*/
EEnum IFC_CABLE_CARRIER_FITTING_TYPE_ENUM = eINSTANCE.getIfcCableCarrierFittingTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentTypeEnum Ifc Cable Carrier Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCableCarrierSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableCarrierSegmentTypeEnum()
* @generated
*/
EEnum IFC_CABLE_CARRIER_SEGMENT_TYPE_ENUM = eINSTANCE.getIfcCableCarrierSegmentTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCableSegmentTypeEnum Ifc Cable Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCableSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCableSegmentTypeEnum()
* @generated
*/
EEnum IFC_CABLE_SEGMENT_TYPE_ENUM = eINSTANCE.getIfcCableSegmentTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcChangeActionEnum Ifc Change Action Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcChangeActionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChangeActionEnum()
* @generated
*/
EEnum IFC_CHANGE_ACTION_ENUM = eINSTANCE.getIfcChangeActionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcChillerTypeEnum Ifc Chiller Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcChillerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcChillerTypeEnum()
* @generated
*/
EEnum IFC_CHILLER_TYPE_ENUM = eINSTANCE.getIfcChillerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCoilTypeEnum Ifc Coil Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCoilTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoilTypeEnum()
* @generated
*/
EEnum IFC_COIL_TYPE_ENUM = eINSTANCE.getIfcCoilTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcColumnTypeEnum Ifc Column Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcColumnTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcColumnTypeEnum()
* @generated
*/
EEnum IFC_COLUMN_TYPE_ENUM = eINSTANCE.getIfcColumnTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCompressorTypeEnum Ifc Compressor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCompressorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCompressorTypeEnum()
* @generated
*/
EEnum IFC_COMPRESSOR_TYPE_ENUM = eINSTANCE.getIfcCompressorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCondenserTypeEnum Ifc Condenser Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCondenserTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCondenserTypeEnum()
* @generated
*/
EEnum IFC_CONDENSER_TYPE_ENUM = eINSTANCE.getIfcCondenserTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum Ifc Connection Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConnectionTypeEnum()
* @generated
*/
EEnum IFC_CONNECTION_TYPE_ENUM = eINSTANCE.getIfcConnectionTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcConstraintEnum Ifc Constraint Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcConstraintEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcConstraintEnum()
* @generated
*/
EEnum IFC_CONSTRAINT_ENUM = eINSTANCE.getIfcConstraintEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcControllerTypeEnum Ifc Controller Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcControllerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcControllerTypeEnum()
* @generated
*/
EEnum IFC_CONTROLLER_TYPE_ENUM = eINSTANCE.getIfcControllerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCooledBeamTypeEnum Ifc Cooled Beam Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCooledBeamTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCooledBeamTypeEnum()
* @generated
*/
EEnum IFC_COOLED_BEAM_TYPE_ENUM = eINSTANCE.getIfcCooledBeamTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCoolingTowerTypeEnum Ifc Cooling Tower Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCoolingTowerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoolingTowerTypeEnum()
* @generated
*/
EEnum IFC_COOLING_TOWER_TYPE_ENUM = eINSTANCE.getIfcCoolingTowerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum Ifc Cost Schedule Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCostScheduleTypeEnum()
* @generated
*/
EEnum IFC_COST_SCHEDULE_TYPE_ENUM = eINSTANCE.getIfcCostScheduleTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCoveringTypeEnum Ifc Covering Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCoveringTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCoveringTypeEnum()
* @generated
*/
EEnum IFC_COVERING_TYPE_ENUM = eINSTANCE.getIfcCoveringTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurrencyEnum Ifc Currency Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurrencyEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurrencyEnum()
* @generated
*/
EEnum IFC_CURRENCY_ENUM = eINSTANCE.getIfcCurrencyEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcCurtainWallTypeEnum Ifc Curtain Wall Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcCurtainWallTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcCurtainWallTypeEnum()
* @generated
*/
EEnum IFC_CURTAIN_WALL_TYPE_ENUM = eINSTANCE.getIfcCurtainWallTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDamperTypeEnum Ifc Damper Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDamperTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDamperTypeEnum()
* @generated
*/
EEnum IFC_DAMPER_TYPE_ENUM = eINSTANCE.getIfcDamperTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDataOriginEnum Ifc Data Origin Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDataOriginEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDataOriginEnum()
* @generated
*/
EEnum IFC_DATA_ORIGIN_ENUM = eINSTANCE.getIfcDataOriginEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDerivedUnitEnum Ifc Derived Unit Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDerivedUnitEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDerivedUnitEnum()
* @generated
*/
EEnum IFC_DERIVED_UNIT_ENUM = eINSTANCE.getIfcDerivedUnitEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDimensionExtentUsage Ifc Dimension Extent Usage}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDimensionExtentUsage
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDimensionExtentUsage()
* @generated
*/
EEnum IFC_DIMENSION_EXTENT_USAGE = eINSTANCE.getIfcDimensionExtentUsage();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum Ifc Direction Sense Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDirectionSenseEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDirectionSenseEnum()
* @generated
*/
EEnum IFC_DIRECTION_SENSE_ENUM = eINSTANCE.getIfcDirectionSenseEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementTypeEnum Ifc Distribution Chamber Element Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDistributionChamberElementTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDistributionChamberElementTypeEnum()
* @generated
*/
EEnum IFC_DISTRIBUTION_CHAMBER_ELEMENT_TYPE_ENUM = eINSTANCE.getIfcDistributionChamberElementTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentConfidentialityEnum Ifc Document Confidentiality Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentConfidentialityEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentConfidentialityEnum()
* @generated
*/
EEnum IFC_DOCUMENT_CONFIDENTIALITY_ENUM = eINSTANCE.getIfcDocumentConfidentialityEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDocumentStatusEnum Ifc Document Status Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDocumentStatusEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDocumentStatusEnum()
* @generated
*/
EEnum IFC_DOCUMENT_STATUS_ENUM = eINSTANCE.getIfcDocumentStatusEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum Ifc Door Panel Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorPanelOperationEnum()
* @generated
*/
EEnum IFC_DOOR_PANEL_OPERATION_ENUM = eINSTANCE.getIfcDoorPanelOperationEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum Ifc Door Panel Position Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorPanelPositionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorPanelPositionEnum()
* @generated
*/
EEnum IFC_DOOR_PANEL_POSITION_ENUM = eINSTANCE.getIfcDoorPanelPositionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyleConstructionEnum Ifc Door Style Construction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyleConstructionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorStyleConstructionEnum()
* @generated
*/
EEnum IFC_DOOR_STYLE_CONSTRUCTION_ENUM = eINSTANCE.getIfcDoorStyleConstructionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDoorStyleOperationEnum Ifc Door Style Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDoorStyleOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDoorStyleOperationEnum()
* @generated
*/
EEnum IFC_DOOR_STYLE_OPERATION_ENUM = eINSTANCE.getIfcDoorStyleOperationEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDuctFittingTypeEnum Ifc Duct Fitting Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDuctFittingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctFittingTypeEnum()
* @generated
*/
EEnum IFC_DUCT_FITTING_TYPE_ENUM = eINSTANCE.getIfcDuctFittingTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSegmentTypeEnum Ifc Duct Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSegmentTypeEnum()
* @generated
*/
EEnum IFC_DUCT_SEGMENT_TYPE_ENUM = eINSTANCE.getIfcDuctSegmentTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcDuctSilencerTypeEnum Ifc Duct Silencer Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcDuctSilencerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcDuctSilencerTypeEnum()
* @generated
*/
EEnum IFC_DUCT_SILENCER_TYPE_ENUM = eINSTANCE.getIfcDuctSilencerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricApplianceTypeEnum Ifc Electric Appliance Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricApplianceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricApplianceTypeEnum()
* @generated
*/
EEnum IFC_ELECTRIC_APPLIANCE_TYPE_ENUM = eINSTANCE.getIfcElectricApplianceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum Ifc Electric Current Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricCurrentEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricCurrentEnum()
* @generated
*/
EEnum IFC_ELECTRIC_CURRENT_ENUM = eINSTANCE.getIfcElectricCurrentEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPointFunctionEnum Ifc Electric Distribution Point Function Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricDistributionPointFunctionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricDistributionPointFunctionEnum()
* @generated
*/
EEnum IFC_ELECTRIC_DISTRIBUTION_POINT_FUNCTION_ENUM = eINSTANCE.getIfcElectricDistributionPointFunctionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceTypeEnum Ifc Electric Flow Storage Device Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricFlowStorageDeviceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricFlowStorageDeviceTypeEnum()
* @generated
*/
EEnum IFC_ELECTRIC_FLOW_STORAGE_DEVICE_TYPE_ENUM = eINSTANCE.getIfcElectricFlowStorageDeviceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorTypeEnum Ifc Electric Generator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricGeneratorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricGeneratorTypeEnum()
* @generated
*/
EEnum IFC_ELECTRIC_GENERATOR_TYPE_ENUM = eINSTANCE.getIfcElectricGeneratorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricHeaterTypeEnum Ifc Electric Heater Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricHeaterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricHeaterTypeEnum()
* @generated
*/
EEnum IFC_ELECTRIC_HEATER_TYPE_ENUM = eINSTANCE.getIfcElectricHeaterTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricMotorTypeEnum Ifc Electric Motor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricMotorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricMotorTypeEnum()
* @generated
*/
EEnum IFC_ELECTRIC_MOTOR_TYPE_ENUM = eINSTANCE.getIfcElectricMotorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlTypeEnum Ifc Electric Time Control Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElectricTimeControlTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElectricTimeControlTypeEnum()
* @generated
*/
EEnum IFC_ELECTRIC_TIME_CONTROL_TYPE_ENUM = eINSTANCE.getIfcElectricTimeControlTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElementAssemblyTypeEnum Ifc Element Assembly Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElementAssemblyTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementAssemblyTypeEnum()
* @generated
*/
EEnum IFC_ELEMENT_ASSEMBLY_TYPE_ENUM = eINSTANCE.getIfcElementAssemblyTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcElementCompositionEnum Ifc Element Composition Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcElementCompositionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcElementCompositionEnum()
* @generated
*/
EEnum IFC_ELEMENT_COMPOSITION_ENUM = eINSTANCE.getIfcElementCompositionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcEnergySequenceEnum Ifc Energy Sequence Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEnergySequenceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnergySequenceEnum()
* @generated
*/
EEnum IFC_ENERGY_SEQUENCE_ENUM = eINSTANCE.getIfcEnergySequenceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactCategoryEnum Ifc Environmental Impact Category Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEnvironmentalImpactCategoryEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEnvironmentalImpactCategoryEnum()
* @generated
*/
EEnum IFC_ENVIRONMENTAL_IMPACT_CATEGORY_ENUM = eINSTANCE.getIfcEnvironmentalImpactCategoryEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerTypeEnum Ifc Evaporative Cooler Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporativeCoolerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporativeCoolerTypeEnum()
* @generated
*/
EEnum IFC_EVAPORATIVE_COOLER_TYPE_ENUM = eINSTANCE.getIfcEvaporativeCoolerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcEvaporatorTypeEnum Ifc Evaporator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcEvaporatorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcEvaporatorTypeEnum()
* @generated
*/
EEnum IFC_EVAPORATOR_TYPE_ENUM = eINSTANCE.getIfcEvaporatorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFanTypeEnum Ifc Fan Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFanTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFanTypeEnum()
* @generated
*/
EEnum IFC_FAN_TYPE_ENUM = eINSTANCE.getIfcFanTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFilterTypeEnum Ifc Filter Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFilterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFilterTypeEnum()
* @generated
*/
EEnum IFC_FILTER_TYPE_ENUM = eINSTANCE.getIfcFilterTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalTypeEnum Ifc Fire Suppression Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFireSuppressionTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFireSuppressionTerminalTypeEnum()
* @generated
*/
EEnum IFC_FIRE_SUPPRESSION_TERMINAL_TYPE_ENUM = eINSTANCE.getIfcFireSuppressionTerminalTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFlowDirectionEnum Ifc Flow Direction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFlowDirectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowDirectionEnum()
* @generated
*/
EEnum IFC_FLOW_DIRECTION_ENUM = eINSTANCE.getIfcFlowDirectionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentTypeEnum Ifc Flow Instrument Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFlowInstrumentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowInstrumentTypeEnum()
* @generated
*/
EEnum IFC_FLOW_INSTRUMENT_TYPE_ENUM = eINSTANCE.getIfcFlowInstrumentTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFlowMeterTypeEnum Ifc Flow Meter Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFlowMeterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFlowMeterTypeEnum()
* @generated
*/
EEnum IFC_FLOW_METER_TYPE_ENUM = eINSTANCE.getIfcFlowMeterTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcFootingTypeEnum Ifc Footing Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcFootingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcFootingTypeEnum()
* @generated
*/
EEnum IFC_FOOTING_TYPE_ENUM = eINSTANCE.getIfcFootingTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcGasTerminalTypeEnum Ifc Gas Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGasTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGasTerminalTypeEnum()
* @generated
*/
EEnum IFC_GAS_TERMINAL_TYPE_ENUM = eINSTANCE.getIfcGasTerminalTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum Ifc Geometric Projection Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGeometricProjectionEnum()
* @generated
*/
EEnum IFC_GEOMETRIC_PROJECTION_ENUM = eINSTANCE.getIfcGeometricProjectionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcGlobalOrLocalEnum Ifc Global Or Local Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcGlobalOrLocalEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcGlobalOrLocalEnum()
* @generated
*/
EEnum IFC_GLOBAL_OR_LOCAL_ENUM = eINSTANCE.getIfcGlobalOrLocalEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcHeatExchangerTypeEnum Ifc Heat Exchanger Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcHeatExchangerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHeatExchangerTypeEnum()
* @generated
*/
EEnum IFC_HEAT_EXCHANGER_TYPE_ENUM = eINSTANCE.getIfcHeatExchangerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcHumidifierTypeEnum Ifc Humidifier Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcHumidifierTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcHumidifierTypeEnum()
* @generated
*/
EEnum IFC_HUMIDIFIER_TYPE_ENUM = eINSTANCE.getIfcHumidifierTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcInternalOrExternalEnum Ifc Internal Or External Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcInternalOrExternalEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInternalOrExternalEnum()
* @generated
*/
EEnum IFC_INTERNAL_OR_EXTERNAL_ENUM = eINSTANCE.getIfcInternalOrExternalEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcInventoryTypeEnum Ifc Inventory Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcInventoryTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcInventoryTypeEnum()
* @generated
*/
EEnum IFC_INVENTORY_TYPE_ENUM = eINSTANCE.getIfcInventoryTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcJunctionBoxTypeEnum Ifc Junction Box Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcJunctionBoxTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcJunctionBoxTypeEnum()
* @generated
*/
EEnum IFC_JUNCTION_BOX_TYPE_ENUM = eINSTANCE.getIfcJunctionBoxTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLampTypeEnum Ifc Lamp Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLampTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLampTypeEnum()
* @generated
*/
EEnum IFC_LAMP_TYPE_ENUM = eINSTANCE.getIfcLampTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum Ifc Layer Set Direction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLayerSetDirectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLayerSetDirectionEnum()
* @generated
*/
EEnum IFC_LAYER_SET_DIRECTION_ENUM = eINSTANCE.getIfcLayerSetDirectionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightDistributionCurveEnum Ifc Light Distribution Curve Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightDistributionCurveEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightDistributionCurveEnum()
* @generated
*/
EEnum IFC_LIGHT_DISTRIBUTION_CURVE_ENUM = eINSTANCE.getIfcLightDistributionCurveEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum Ifc Light Emission Source Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightEmissionSourceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightEmissionSourceEnum()
* @generated
*/
EEnum IFC_LIGHT_EMISSION_SOURCE_ENUM = eINSTANCE.getIfcLightEmissionSourceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLightFixtureTypeEnum Ifc Light Fixture Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLightFixtureTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLightFixtureTypeEnum()
* @generated
*/
EEnum IFC_LIGHT_FIXTURE_TYPE_ENUM = eINSTANCE.getIfcLightFixtureTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLoadGroupTypeEnum Ifc Load Group Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLoadGroupTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLoadGroupTypeEnum()
* @generated
*/
EEnum IFC_LOAD_GROUP_TYPE_ENUM = eINSTANCE.getIfcLoadGroupTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcLogicalOperatorEnum Ifc Logical Operator Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcLogicalOperatorEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcLogicalOperatorEnum()
* @generated
*/
EEnum IFC_LOGICAL_OPERATOR_ENUM = eINSTANCE.getIfcLogicalOperatorEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcMemberTypeEnum Ifc Member Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMemberTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMemberTypeEnum()
* @generated
*/
EEnum IFC_MEMBER_TYPE_ENUM = eINSTANCE.getIfcMemberTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcMotorConnectionTypeEnum Ifc Motor Connection Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcMotorConnectionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcMotorConnectionTypeEnum()
* @generated
*/
EEnum IFC_MOTOR_CONNECTION_TYPE_ENUM = eINSTANCE.getIfcMotorConnectionTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcNullStyleEnum Ifc Null Style Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcNullStyleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcNullStyleEnum()
* @generated
*/
EEnum IFC_NULL_STYLE_ENUM = eINSTANCE.getIfcNullStyleEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcObjectTypeEnum Ifc Object Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcObjectTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectTypeEnum()
* @generated
*/
EEnum IFC_OBJECT_TYPE_ENUM = eINSTANCE.getIfcObjectTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcObjectiveEnum Ifc Objective Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcObjectiveEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcObjectiveEnum()
* @generated
*/
EEnum IFC_OBJECTIVE_ENUM = eINSTANCE.getIfcObjectiveEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcOccupantTypeEnum Ifc Occupant Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcOccupantTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOccupantTypeEnum()
* @generated
*/
EEnum IFC_OCCUPANT_TYPE_ENUM = eINSTANCE.getIfcOccupantTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcOutletTypeEnum Ifc Outlet Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcOutletTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcOutletTypeEnum()
* @generated
*/
EEnum IFC_OUTLET_TYPE_ENUM = eINSTANCE.getIfcOutletTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringOperationEnum Ifc Permeable Covering Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPermeableCoveringOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPermeableCoveringOperationEnum()
* @generated
*/
EEnum IFC_PERMEABLE_COVERING_OPERATION_ENUM = eINSTANCE.getIfcPermeableCoveringOperationEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPhysicalOrVirtualEnum Ifc Physical Or Virtual Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPhysicalOrVirtualEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPhysicalOrVirtualEnum()
* @generated
*/
EEnum IFC_PHYSICAL_OR_VIRTUAL_ENUM = eINSTANCE.getIfcPhysicalOrVirtualEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPileConstructionEnum Ifc Pile Construction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPileConstructionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPileConstructionEnum()
* @generated
*/
EEnum IFC_PILE_CONSTRUCTION_ENUM = eINSTANCE.getIfcPileConstructionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPileTypeEnum Ifc Pile Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPileTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPileTypeEnum()
* @generated
*/
EEnum IFC_PILE_TYPE_ENUM = eINSTANCE.getIfcPileTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPipeFittingTypeEnum Ifc Pipe Fitting Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPipeFittingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeFittingTypeEnum()
* @generated
*/
EEnum IFC_PIPE_FITTING_TYPE_ENUM = eINSTANCE.getIfcPipeFittingTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPipeSegmentTypeEnum Ifc Pipe Segment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPipeSegmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPipeSegmentTypeEnum()
* @generated
*/
EEnum IFC_PIPE_SEGMENT_TYPE_ENUM = eINSTANCE.getIfcPipeSegmentTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPlateTypeEnum Ifc Plate Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPlateTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPlateTypeEnum()
* @generated
*/
EEnum IFC_PLATE_TYPE_ENUM = eINSTANCE.getIfcPlateTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcProcedureTypeEnum Ifc Procedure Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProcedureTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProcedureTypeEnum()
* @generated
*/
EEnum IFC_PROCEDURE_TYPE_ENUM = eINSTANCE.getIfcProcedureTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcProfileTypeEnum Ifc Profile Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProfileTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProfileTypeEnum()
* @generated
*/
EEnum IFC_PROFILE_TYPE_ENUM = eINSTANCE.getIfcProfileTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecordTypeEnum Ifc Project Order Record Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderRecordTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrderRecordTypeEnum()
* @generated
*/
EEnum IFC_PROJECT_ORDER_RECORD_TYPE_ENUM = eINSTANCE.getIfcProjectOrderRecordTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcProjectOrderTypeEnum Ifc Project Order Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProjectOrderTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectOrderTypeEnum()
* @generated
*/
EEnum IFC_PROJECT_ORDER_TYPE_ENUM = eINSTANCE.getIfcProjectOrderTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcProjectedOrTrueLengthEnum Ifc Projected Or True Length Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProjectedOrTrueLengthEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProjectedOrTrueLengthEnum()
* @generated
*/
EEnum IFC_PROJECTED_OR_TRUE_LENGTH_ENUM = eINSTANCE.getIfcProjectedOrTrueLengthEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum Ifc Property Source Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPropertySourceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPropertySourceEnum()
* @generated
*/
EEnum IFC_PROPERTY_SOURCE_ENUM = eINSTANCE.getIfcPropertySourceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceTypeEnum Ifc Protective Device Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcProtectiveDeviceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcProtectiveDeviceTypeEnum()
* @generated
*/
EEnum IFC_PROTECTIVE_DEVICE_TYPE_ENUM = eINSTANCE.getIfcProtectiveDeviceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcPumpTypeEnum Ifc Pump Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcPumpTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcPumpTypeEnum()
* @generated
*/
EEnum IFC_PUMP_TYPE_ENUM = eINSTANCE.getIfcPumpTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcRailingTypeEnum Ifc Railing Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRailingTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRailingTypeEnum()
* @generated
*/
EEnum IFC_RAILING_TYPE_ENUM = eINSTANCE.getIfcRailingTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcRampFlightTypeEnum Ifc Ramp Flight Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRampFlightTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampFlightTypeEnum()
* @generated
*/
EEnum IFC_RAMP_FLIGHT_TYPE_ENUM = eINSTANCE.getIfcRampFlightTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcRampTypeEnum Ifc Ramp Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRampTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRampTypeEnum()
* @generated
*/
EEnum IFC_RAMP_TYPE_ENUM = eINSTANCE.getIfcRampTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcReflectanceMethodEnum Ifc Reflectance Method Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcReflectanceMethodEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReflectanceMethodEnum()
* @generated
*/
EEnum IFC_REFLECTANCE_METHOD_ENUM = eINSTANCE.getIfcReflectanceMethodEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum Ifc Reinforcing Bar Role Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarRoleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingBarRoleEnum()
* @generated
*/
EEnum IFC_REINFORCING_BAR_ROLE_ENUM = eINSTANCE.getIfcReinforcingBarRoleEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcReinforcingBarSurfaceEnum Ifc Reinforcing Bar Surface Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcReinforcingBarSurfaceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcReinforcingBarSurfaceEnum()
* @generated
*/
EEnum IFC_REINFORCING_BAR_SURFACE_ENUM = eINSTANCE.getIfcReinforcingBarSurfaceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcResourceConsumptionEnum Ifc Resource Consumption Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcResourceConsumptionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcResourceConsumptionEnum()
* @generated
*/
EEnum IFC_RESOURCE_CONSUMPTION_ENUM = eINSTANCE.getIfcResourceConsumptionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum Ifc Rib Plate Direction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRibPlateDirectionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRibPlateDirectionEnum()
* @generated
*/
EEnum IFC_RIB_PLATE_DIRECTION_ENUM = eINSTANCE.getIfcRibPlateDirectionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcRoleEnum Ifc Role Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRoleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoleEnum()
* @generated
*/
EEnum IFC_ROLE_ENUM = eINSTANCE.getIfcRoleEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcRoofTypeEnum Ifc Roof Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcRoofTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcRoofTypeEnum()
* @generated
*/
EEnum IFC_ROOF_TYPE_ENUM = eINSTANCE.getIfcRoofTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSIPrefix Ifc SI Prefix}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSIPrefix
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSIPrefix()
* @generated
*/
EEnum IFC_SI_PREFIX = eINSTANCE.getIfcSIPrefix();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSIUnitName Ifc SI Unit Name}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSIUnitName
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSIUnitName()
* @generated
*/
EEnum IFC_SI_UNIT_NAME = eINSTANCE.getIfcSIUnitName();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalTypeEnum Ifc Sanitary Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSanitaryTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSanitaryTerminalTypeEnum()
* @generated
*/
EEnum IFC_SANITARY_TERMINAL_TYPE_ENUM = eINSTANCE.getIfcSanitaryTerminalTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSectionTypeEnum Ifc Section Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSectionTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSectionTypeEnum()
* @generated
*/
EEnum IFC_SECTION_TYPE_ENUM = eINSTANCE.getIfcSectionTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSensorTypeEnum Ifc Sensor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSensorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSensorTypeEnum()
* @generated
*/
EEnum IFC_SENSOR_TYPE_ENUM = eINSTANCE.getIfcSensorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSequenceEnum Ifc Sequence Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSequenceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSequenceEnum()
* @generated
*/
EEnum IFC_SEQUENCE_ENUM = eINSTANCE.getIfcSequenceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum Ifc Service Life Factor Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeFactorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLifeFactorTypeEnum()
* @generated
*/
EEnum IFC_SERVICE_LIFE_FACTOR_TYPE_ENUM = eINSTANCE.getIfcServiceLifeFactorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcServiceLifeTypeEnum Ifc Service Life Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcServiceLifeTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcServiceLifeTypeEnum()
* @generated
*/
EEnum IFC_SERVICE_LIFE_TYPE_ENUM = eINSTANCE.getIfcServiceLifeTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSlabTypeEnum Ifc Slab Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSlabTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSlabTypeEnum()
* @generated
*/
EEnum IFC_SLAB_TYPE_ENUM = eINSTANCE.getIfcSlabTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSoundScaleEnum Ifc Sound Scale Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSoundScaleEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSoundScaleEnum()
* @generated
*/
EEnum IFC_SOUND_SCALE_ENUM = eINSTANCE.getIfcSoundScaleEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterTypeEnum Ifc Space Heater Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceHeaterTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceHeaterTypeEnum()
* @generated
*/
EEnum IFC_SPACE_HEATER_TYPE_ENUM = eINSTANCE.getIfcSpaceHeaterTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSpaceTypeEnum Ifc Space Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSpaceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSpaceTypeEnum()
* @generated
*/
EEnum IFC_SPACE_TYPE_ENUM = eINSTANCE.getIfcSpaceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStackTerminalTypeEnum Ifc Stack Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStackTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStackTerminalTypeEnum()
* @generated
*/
EEnum IFC_STACK_TERMINAL_TYPE_ENUM = eINSTANCE.getIfcStackTerminalTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStairFlightTypeEnum Ifc Stair Flight Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStairFlightTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairFlightTypeEnum()
* @generated
*/
EEnum IFC_STAIR_FLIGHT_TYPE_ENUM = eINSTANCE.getIfcStairFlightTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStairTypeEnum Ifc Stair Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStairTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStairTypeEnum()
* @generated
*/
EEnum IFC_STAIR_TYPE_ENUM = eINSTANCE.getIfcStairTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStateEnum Ifc State Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStateEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStateEnum()
* @generated
*/
EEnum IFC_STATE_ENUM = eINSTANCE.getIfcStateEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralCurveTypeEnum Ifc Structural Curve Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralCurveTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralCurveTypeEnum()
* @generated
*/
EEnum IFC_STRUCTURAL_CURVE_TYPE_ENUM = eINSTANCE.getIfcStructuralCurveTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceTypeEnum Ifc Structural Surface Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcStructuralSurfaceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcStructuralSurfaceTypeEnum()
* @generated
*/
EEnum IFC_STRUCTURAL_SURFACE_TYPE_ENUM = eINSTANCE.getIfcStructuralSurfaceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceSide Ifc Surface Side}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceSide
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceSide()
* @generated
*/
EEnum IFC_SURFACE_SIDE = eINSTANCE.getIfcSurfaceSide();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum Ifc Surface Texture Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSurfaceTextureEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSurfaceTextureEnum()
* @generated
*/
EEnum IFC_SURFACE_TEXTURE_ENUM = eINSTANCE.getIfcSurfaceTextureEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceTypeEnum Ifc Switching Device Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcSwitchingDeviceTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcSwitchingDeviceTypeEnum()
* @generated
*/
EEnum IFC_SWITCHING_DEVICE_TYPE_ENUM = eINSTANCE.getIfcSwitchingDeviceTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTankTypeEnum Ifc Tank Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTankTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTankTypeEnum()
* @generated
*/
EEnum IFC_TANK_TYPE_ENUM = eINSTANCE.getIfcTankTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum Ifc Tendon Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTendonTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTendonTypeEnum()
* @generated
*/
EEnum IFC_TENDON_TYPE_ENUM = eINSTANCE.getIfcTendonTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTextPath Ifc Text Path}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTextPath
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTextPath()
* @generated
*/
EEnum IFC_TEXT_PATH = eINSTANCE.getIfcTextPath();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcThermalLoadSourceEnum Ifc Thermal Load Source Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcThermalLoadSourceEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalLoadSourceEnum()
* @generated
*/
EEnum IFC_THERMAL_LOAD_SOURCE_ENUM = eINSTANCE.getIfcThermalLoadSourceEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcThermalLoadTypeEnum Ifc Thermal Load Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcThermalLoadTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcThermalLoadTypeEnum()
* @generated
*/
EEnum IFC_THERMAL_LOAD_TYPE_ENUM = eINSTANCE.getIfcThermalLoadTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesDataTypeEnum Ifc Time Series Data Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesDataTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesDataTypeEnum()
* @generated
*/
EEnum IFC_TIME_SERIES_DATA_TYPE_ENUM = eINSTANCE.getIfcTimeSeriesDataTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum Ifc Time Series Schedule Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTimeSeriesScheduleTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTimeSeriesScheduleTypeEnum()
* @generated
*/
EEnum IFC_TIME_SERIES_SCHEDULE_TYPE_ENUM = eINSTANCE.getIfcTimeSeriesScheduleTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTransformerTypeEnum Ifc Transformer Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTransformerTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransformerTypeEnum()
* @generated
*/
EEnum IFC_TRANSFORMER_TYPE_ENUM = eINSTANCE.getIfcTransformerTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTransitionCode Ifc Transition Code}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTransitionCode
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransitionCode()
* @generated
*/
EEnum IFC_TRANSITION_CODE = eINSTANCE.getIfcTransitionCode();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTransportElementTypeEnum Ifc Transport Element Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTransportElementTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTransportElementTypeEnum()
* @generated
*/
EEnum IFC_TRANSPORT_ELEMENT_TYPE_ENUM = eINSTANCE.getIfcTransportElementTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTrimmingPreference Ifc Trimming Preference}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTrimmingPreference
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTrimmingPreference()
* @generated
*/
EEnum IFC_TRIMMING_PREFERENCE = eINSTANCE.getIfcTrimmingPreference();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcTubeBundleTypeEnum Ifc Tube Bundle Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcTubeBundleTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcTubeBundleTypeEnum()
* @generated
*/
EEnum IFC_TUBE_BUNDLE_TYPE_ENUM = eINSTANCE.getIfcTubeBundleTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcUnitEnum Ifc Unit Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcUnitEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitEnum()
* @generated
*/
EEnum IFC_UNIT_ENUM = eINSTANCE.getIfcUnitEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentTypeEnum Ifc Unitary Equipment Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcUnitaryEquipmentTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcUnitaryEquipmentTypeEnum()
* @generated
*/
EEnum IFC_UNITARY_EQUIPMENT_TYPE_ENUM = eINSTANCE.getIfcUnitaryEquipmentTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcValveTypeEnum Ifc Valve Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcValveTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcValveTypeEnum()
* @generated
*/
EEnum IFC_VALVE_TYPE_ENUM = eINSTANCE.getIfcValveTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorTypeEnum Ifc Vibration Isolator Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcVibrationIsolatorTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcVibrationIsolatorTypeEnum()
* @generated
*/
EEnum IFC_VIBRATION_ISOLATOR_TYPE_ENUM = eINSTANCE.getIfcVibrationIsolatorTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWallTypeEnum Ifc Wall Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWallTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWallTypeEnum()
* @generated
*/
EEnum IFC_WALL_TYPE_ENUM = eINSTANCE.getIfcWallTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWasteTerminalTypeEnum Ifc Waste Terminal Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWasteTerminalTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWasteTerminalTypeEnum()
* @generated
*/
EEnum IFC_WASTE_TERMINAL_TYPE_ENUM = eINSTANCE.getIfcWasteTerminalTypeEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelOperationEnum Ifc Window Panel Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowPanelOperationEnum()
* @generated
*/
EEnum IFC_WINDOW_PANEL_OPERATION_ENUM = eINSTANCE.getIfcWindowPanelOperationEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowPanelPositionEnum Ifc Window Panel Position Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowPanelPositionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowPanelPositionEnum()
* @generated
*/
EEnum IFC_WINDOW_PANEL_POSITION_ENUM = eINSTANCE.getIfcWindowPanelPositionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum Ifc Window Style Construction Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleConstructionEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowStyleConstructionEnum()
* @generated
*/
EEnum IFC_WINDOW_STYLE_CONSTRUCTION_ENUM = eINSTANCE.getIfcWindowStyleConstructionEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum Ifc Window Style Operation Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWindowStyleOperationEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWindowStyleOperationEnum()
* @generated
*/
EEnum IFC_WINDOW_STYLE_OPERATION_ENUM = eINSTANCE.getIfcWindowStyleOperationEnum();
/**
* The meta object literal for the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum Ifc Work Control Type Enum}' enum.
*
*
* @see org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum
* @see org.bimserver.models.ifc2x3tc1.impl.Ifc2x3tc1PackageImpl#getIfcWorkControlTypeEnum()
* @generated
*/
EEnum IFC_WORK_CONTROL_TYPE_ENUM = eINSTANCE.getIfcWorkControlTypeEnum();
}
} //Ifc2x3tc1Package
© 2015 - 2025 Weber Informatics LLC | Privacy Policy