
org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl 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.impl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcOrientationSelect;
import org.bimserver.models.ifc2x3tc1.IfcProfileProperties;
import org.bimserver.models.ifc2x3tc1.IfcRelAssociatesProfileProperties;
import org.bimserver.models.ifc2x3tc1.IfcShapeAspect;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Rel Associates Profile Properties'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl#getRelatingProfileProperties Relating Profile Properties}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl#getProfileSectionLocation Profile Section Location}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelAssociatesProfilePropertiesImpl#getProfileOrientation Profile Orientation}
*
*
* @generated
*/
public class IfcRelAssociatesProfilePropertiesImpl extends IfcRelAssociatesImpl
implements IfcRelAssociatesProfileProperties {
/**
*
*
* @generated
*/
protected IfcRelAssociatesProfilePropertiesImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES;
}
/**
*
*
* @generated
*/
public IfcProfileProperties getRelatingProfileProperties() {
return (IfcProfileProperties) eGet(
Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__RELATING_PROFILE_PROPERTIES, true);
}
/**
*
*
* @generated
*/
public void setRelatingProfileProperties(IfcProfileProperties newRelatingProfileProperties) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__RELATING_PROFILE_PROPERTIES,
newRelatingProfileProperties);
}
/**
*
*
* @generated
*/
public IfcShapeAspect getProfileSectionLocation() {
return (IfcShapeAspect) eGet(
Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_SECTION_LOCATION, true);
}
/**
*
*
* @generated
*/
public void setProfileSectionLocation(IfcShapeAspect newProfileSectionLocation) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_SECTION_LOCATION,
newProfileSectionLocation);
}
/**
*
*
* @generated
*/
public void unsetProfileSectionLocation() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_SECTION_LOCATION);
}
/**
*
*
* @generated
*/
public boolean isSetProfileSectionLocation() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_SECTION_LOCATION);
}
/**
*
*
* @generated
*/
public IfcOrientationSelect getProfileOrientation() {
return (IfcOrientationSelect) eGet(
Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_ORIENTATION, true);
}
/**
*
*
* @generated
*/
public void setProfileOrientation(IfcOrientationSelect newProfileOrientation) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_ORIENTATION,
newProfileOrientation);
}
/**
*
*
* @generated
*/
public void unsetProfileOrientation() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_ORIENTATION);
}
/**
*
*
* @generated
*/
public boolean isSetProfileOrientation() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_ASSOCIATES_PROFILE_PROPERTIES__PROFILE_ORIENTATION);
}
} //IfcRelAssociatesProfilePropertiesImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy