
org.bimserver.models.ifc4.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.ifc4.impl;
import org.bimserver.models.ifc4.Ifc4Package;
import org.bimserver.models.ifc4.IfcClassification;
import org.bimserver.models.ifc4.IfcClassificationReference;
import org.bimserver.models.ifc4.IfcRelAssociatesClassification;
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.ifc4.impl.IfcClassificationImpl#getSource Source}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getEdition Edition}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getEditionDate Edition Date}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getName Name}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getDescription Description}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getLocation Location}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getReferenceTokens Reference Tokens}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getClassificationForObjects Classification For Objects}
* - {@link org.bimserver.models.ifc4.impl.IfcClassificationImpl#getHasReferences Has References}
*
*
* @generated
*/
public class IfcClassificationImpl extends IfcExternalInformationImpl implements IfcClassification {
/**
*
*
* @generated
*/
protected IfcClassificationImpl() {
super();
}
/**
*
*
* @generated
*/
@Override
protected EClass eStaticClass() {
return Ifc4Package.Literals.IFC_CLASSIFICATION;
}
/**
*
*
* @generated
*/
public String getSource() {
return (String) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__SOURCE, true);
}
/**
*
*
* @generated
*/
public void setSource(String newSource) {
eSet(Ifc4Package.Literals.IFC_CLASSIFICATION__SOURCE, newSource);
}
/**
*
*
* @generated
*/
public void unsetSource() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__SOURCE);
}
/**
*
*
* @generated
*/
public boolean isSetSource() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__SOURCE);
}
/**
*
*
* @generated
*/
public String getEdition() {
return (String) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION, true);
}
/**
*
*
* @generated
*/
public void setEdition(String newEdition) {
eSet(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION, newEdition);
}
/**
*
*
* @generated
*/
public void unsetEdition() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION);
}
/**
*
*
* @generated
*/
public boolean isSetEdition() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION);
}
/**
*
*
* @generated
*/
public String getEditionDate() {
return (String) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION_DATE, true);
}
/**
*
*
* @generated
*/
public void setEditionDate(String newEditionDate) {
eSet(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION_DATE, newEditionDate);
}
/**
*
*
* @generated
*/
public void unsetEditionDate() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION_DATE);
}
/**
*
*
* @generated
*/
public boolean isSetEditionDate() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__EDITION_DATE);
}
/**
*
*
* @generated
*/
public String getName() {
return (String) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__NAME, true);
}
/**
*
*
* @generated
*/
public void setName(String newName) {
eSet(Ifc4Package.Literals.IFC_CLASSIFICATION__NAME, newName);
}
/**
*
*
* @generated
*/
public String getDescription() {
return (String) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__DESCRIPTION, true);
}
/**
*
*
* @generated
*/
public void setDescription(String newDescription) {
eSet(Ifc4Package.Literals.IFC_CLASSIFICATION__DESCRIPTION, newDescription);
}
/**
*
*
* @generated
*/
public void unsetDescription() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__DESCRIPTION);
}
/**
*
*
* @generated
*/
public boolean isSetDescription() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__DESCRIPTION);
}
/**
*
*
* @generated
*/
public String getLocation() {
return (String) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__LOCATION, true);
}
/**
*
*
* @generated
*/
public void setLocation(String newLocation) {
eSet(Ifc4Package.Literals.IFC_CLASSIFICATION__LOCATION, newLocation);
}
/**
*
*
* @generated
*/
public void unsetLocation() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__LOCATION);
}
/**
*
*
* @generated
*/
public boolean isSetLocation() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__LOCATION);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getReferenceTokens() {
return (EList) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__REFERENCE_TOKENS, true);
}
/**
*
*
* @generated
*/
public void unsetReferenceTokens() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__REFERENCE_TOKENS);
}
/**
*
*
* @generated
*/
public boolean isSetReferenceTokens() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__REFERENCE_TOKENS);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getClassificationForObjects() {
return (EList) eGet(
Ifc4Package.Literals.IFC_CLASSIFICATION__CLASSIFICATION_FOR_OBJECTS, true);
}
/**
*
*
* @generated
*/
public void unsetClassificationForObjects() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__CLASSIFICATION_FOR_OBJECTS);
}
/**
*
*
* @generated
*/
public boolean isSetClassificationForObjects() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__CLASSIFICATION_FOR_OBJECTS);
}
/**
*
*
* @generated
*/
@SuppressWarnings("unchecked")
public EList getHasReferences() {
return (EList) eGet(Ifc4Package.Literals.IFC_CLASSIFICATION__HAS_REFERENCES, true);
}
/**
*
*
* @generated
*/
public void unsetHasReferences() {
eUnset(Ifc4Package.Literals.IFC_CLASSIFICATION__HAS_REFERENCES);
}
/**
*
*
* @generated
*/
public boolean isSetHasReferences() {
return eIsSet(Ifc4Package.Literals.IFC_CLASSIFICATION__HAS_REFERENCES);
}
} //IfcClassificationImpl
© 2015 - 2025 Weber Informatics LLC | Privacy Policy