
org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl 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.IfcRelInteractionRequirements;
import org.bimserver.models.ifc2x3tc1.IfcSpaceProgram;
import org.bimserver.models.ifc2x3tc1.IfcSpatialStructureElement;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Rel Interaction Requirements'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getDailyInteraction Daily Interaction}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getDailyInteractionAsString Daily Interaction As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getImportanceRating Importance Rating}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getImportanceRatingAsString Importance Rating As String}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getLocationOfInteraction Location Of Interaction}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getRelatedSpaceProgram Related Space Program}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcRelInteractionRequirementsImpl#getRelatingSpaceProgram Relating Space Program}
*
*
* @generated
*/
public class IfcRelInteractionRequirementsImpl extends IfcRelConnectsImpl implements IfcRelInteractionRequirements {
/**
*
*
* @generated
*/
protected IfcRelInteractionRequirementsImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS;
}
/**
*
*
* @generated
*/
public double getDailyInteraction() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION, true);
}
/**
*
*
* @generated
*/
public void setDailyInteraction(double newDailyInteraction) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION, newDailyInteraction);
}
/**
*
*
* @generated
*/
public void unsetDailyInteraction() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION);
}
/**
*
*
* @generated
*/
public boolean isSetDailyInteraction() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION);
}
/**
*
*
* @generated
*/
public String getDailyInteractionAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION_AS_STRING,
true);
}
/**
*
*
* @generated
*/
public void setDailyInteractionAsString(String newDailyInteractionAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION_AS_STRING,
newDailyInteractionAsString);
}
/**
*
*
* @generated
*/
public void unsetDailyInteractionAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetDailyInteractionAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__DAILY_INTERACTION_AS_STRING);
}
/**
*
*
* @generated
*/
public double getImportanceRating() {
return (Double) eGet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING, true);
}
/**
*
*
* @generated
*/
public void setImportanceRating(double newImportanceRating) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING, newImportanceRating);
}
/**
*
*
* @generated
*/
public void unsetImportanceRating() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING);
}
/**
*
*
* @generated
*/
public boolean isSetImportanceRating() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING);
}
/**
*
*
* @generated
*/
public String getImportanceRatingAsString() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING_AS_STRING,
true);
}
/**
*
*
* @generated
*/
public void setImportanceRatingAsString(String newImportanceRatingAsString) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING_AS_STRING,
newImportanceRatingAsString);
}
/**
*
*
* @generated
*/
public void unsetImportanceRatingAsString() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING_AS_STRING);
}
/**
*
*
* @generated
*/
public boolean isSetImportanceRatingAsString() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__IMPORTANCE_RATING_AS_STRING);
}
/**
*
*
* @generated
*/
public IfcSpatialStructureElement getLocationOfInteraction() {
return (IfcSpatialStructureElement) eGet(
Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__LOCATION_OF_INTERACTION, true);
}
/**
*
*
* @generated
*/
public void setLocationOfInteraction(IfcSpatialStructureElement newLocationOfInteraction) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__LOCATION_OF_INTERACTION,
newLocationOfInteraction);
}
/**
*
*
* @generated
*/
public void unsetLocationOfInteraction() {
eUnset(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__LOCATION_OF_INTERACTION);
}
/**
*
*
* @generated
*/
public boolean isSetLocationOfInteraction() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__LOCATION_OF_INTERACTION);
}
/**
*
*
* @generated
*/
public IfcSpaceProgram getRelatedSpaceProgram() {
return (IfcSpaceProgram) eGet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__RELATED_SPACE_PROGRAM,
true);
}
/**
*
*
* @generated
*/
public void setRelatedSpaceProgram(IfcSpaceProgram newRelatedSpaceProgram) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__RELATED_SPACE_PROGRAM, newRelatedSpaceProgram);
}
/**
*
*
* @generated
*/
public IfcSpaceProgram getRelatingSpaceProgram() {
return (IfcSpaceProgram) eGet(
Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__RELATING_SPACE_PROGRAM, true);
}
/**
*
*
* @generated
*/
public void setRelatingSpaceProgram(IfcSpaceProgram newRelatingSpaceProgram) {
eSet(Ifc2x3tc1Package.Literals.IFC_REL_INTERACTION_REQUIREMENTS__RELATING_SPACE_PROGRAM,
newRelatingSpaceProgram);
}
} //IfcRelInteractionRequirementsImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy