
org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl 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.emf.IdEObjectImpl;
import org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package;
import org.bimserver.models.ifc2x3tc1.IfcCalendarDate;
import org.bimserver.models.ifc2x3tc1.IfcClassification;
import org.bimserver.models.ifc2x3tc1.IfcClassificationItem;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
/**
*
* An implementation of the model object 'Ifc Classification'.
*
*
* The following features are implemented:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl#getSource Source}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl#getEdition Edition}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl#getEditionDate Edition Date}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl#getName Name}
* - {@link org.bimserver.models.ifc2x3tc1.impl.IfcClassificationImpl#getContains Contains}
*
*
* @generated
*/
public class IfcClassificationImpl extends IdEObjectImpl implements IfcClassification {
/**
*
*
* @generated
*/
protected IfcClassificationImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION;
}
/**
*
*
* @generated
*/
@Override
protected int eStaticFeatureCount() {
return 0;
}
/**
*
*
* @generated
*/
public String getSource() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__SOURCE, true);
}
/**
*
*
* @generated
*/
public void setSource(String newSource) {
eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__SOURCE, newSource);
}
/**
*
*
* @generated
*/
public String getEdition() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__EDITION, true);
}
/**
*
*
* @generated
*/
public void setEdition(String newEdition) {
eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__EDITION, newEdition);
}
/**
*
*
* @generated
*/
public IfcCalendarDate getEditionDate() {
return (IfcCalendarDate) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__EDITION_DATE, true);
}
/**
*
*
* @generated
*/
public void setEditionDate(IfcCalendarDate newEditionDate) {
eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__EDITION_DATE, newEditionDate);
}
/**
*
*
* @generated
*/
public void unsetEditionDate() {
eUnset(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__EDITION_DATE);
}
/**
*
*
* @generated
*/
public boolean isSetEditionDate() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__EDITION_DATE);
}
/**
*
*
* @generated
*/
public String getName() {
return (String) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__NAME, true);
}
/**
*
*
* @generated
*/
public void setName(String newName) {
eSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__NAME, newName);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getContains() {
return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__CONTAINS, true);
}
/**
*
*
* @generated
*/
public void unsetContains() {
eUnset(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__CONTAINS);
}
/**
*
*
* @generated
*/
public boolean isSetContains() {
return eIsSet(Ifc2x3tc1Package.Literals.IFC_CLASSIFICATION__CONTAINS);
}
} //IfcClassificationImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy