All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

The newest version!
/**
 * 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.IfcApproval;
import org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship;
import org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship;
import org.bimserver.models.ifc2x3tc1.IfcDateTimeSelect;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;

/**
 * 
 * An implementation of the model object 'Ifc Approval'.
 * 
 * 

* The following features are implemented: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getApprovalDateTime Approval Date Time}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getApprovalStatus Approval Status}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getApprovalLevel Approval Level}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getApprovalQualifier Approval Qualifier}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getName Name}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getIdentifier Identifier}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getActors Actors}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getIsRelatedWith Is Related With}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.impl.IfcApprovalImpl#getRelates Relates}
  • *
* * @generated */ public class IfcApprovalImpl extends IdEObjectImpl implements IfcApproval { /** * * * @generated */ protected IfcApprovalImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return Ifc2x3tc1Package.Literals.IFC_APPROVAL; } /** * * * @generated */ @Override protected int eStaticFeatureCount() { return 0; } /** * * * @generated */ public String getDescription() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__DESCRIPTION, true); } /** * * * @generated */ public void setDescription(String newDescription) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__DESCRIPTION, newDescription); } /** * * * @generated */ public void unsetDescription() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__DESCRIPTION); } /** * * * @generated */ public boolean isSetDescription() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__DESCRIPTION); } /** * * * @generated */ public IfcDateTimeSelect getApprovalDateTime() { return (IfcDateTimeSelect) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_DATE_TIME, true); } /** * * * @generated */ public void setApprovalDateTime(IfcDateTimeSelect newApprovalDateTime) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_DATE_TIME, newApprovalDateTime); } /** * * * @generated */ public String getApprovalStatus() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_STATUS, true); } /** * * * @generated */ public void setApprovalStatus(String newApprovalStatus) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_STATUS, newApprovalStatus); } /** * * * @generated */ public void unsetApprovalStatus() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_STATUS); } /** * * * @generated */ public boolean isSetApprovalStatus() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_STATUS); } /** * * * @generated */ public String getApprovalLevel() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_LEVEL, true); } /** * * * @generated */ public void setApprovalLevel(String newApprovalLevel) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_LEVEL, newApprovalLevel); } /** * * * @generated */ public void unsetApprovalLevel() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_LEVEL); } /** * * * @generated */ public boolean isSetApprovalLevel() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_LEVEL); } /** * * * @generated */ public String getApprovalQualifier() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_QUALIFIER, true); } /** * * * @generated */ public void setApprovalQualifier(String newApprovalQualifier) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_QUALIFIER, newApprovalQualifier); } /** * * * @generated */ public void unsetApprovalQualifier() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_QUALIFIER); } /** * * * @generated */ public boolean isSetApprovalQualifier() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__APPROVAL_QUALIFIER); } /** * * * @generated */ public String getName() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__NAME, true); } /** * * * @generated */ public void setName(String newName) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__NAME, newName); } /** * * * @generated */ public String getIdentifier() { return (String) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__IDENTIFIER, true); } /** * * * @generated */ public void setIdentifier(String newIdentifier) { eSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__IDENTIFIER, newIdentifier); } /** * * * @generated */ @SuppressWarnings("unchecked") public EList getActors() { return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__ACTORS, true); } /** * * * @generated */ public void unsetActors() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__ACTORS); } /** * * * @generated */ public boolean isSetActors() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__ACTORS); } /** * * * @generated */ @SuppressWarnings("unchecked") public EList getIsRelatedWith() { return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__IS_RELATED_WITH, true); } /** * * * @generated */ public void unsetIsRelatedWith() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__IS_RELATED_WITH); } /** * * * @generated */ public boolean isSetIsRelatedWith() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__IS_RELATED_WITH); } /** * * * @generated */ @SuppressWarnings("unchecked") public EList getRelates() { return (EList) eGet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__RELATES, true); } /** * * * @generated */ public void unsetRelates() { eUnset(Ifc2x3tc1Package.Literals.IFC_APPROVAL__RELATES); } /** * * * @generated */ public boolean isSetRelates() { return eIsSet(Ifc2x3tc1Package.Literals.IFC_APPROVAL__RELATES); } } //IfcApprovalImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy