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

org.bimserver.models.ifc2x3tc1.IfcClassification Maven / Gradle / Ivy

/**
 * 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;

import org.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Classification'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcClassification#getSource Source}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEdition Edition}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEditionDate Edition Date}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcClassification#getName Name}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcClassification#getContains Contains}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassification() * @model * @extends IdEObject * @generated */ public interface IfcClassification extends IdEObject { /** * Returns the value of the 'Source' attribute. * *

* If the meaning of the 'Source' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Source' attribute. * @see #setSource(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassification_Source() * @model * @generated */ String getSource(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getSource Source}' attribute. * * * @param value the new value of the 'Source' attribute. * @see #getSource() * @generated */ void setSource(String value); /** * Returns the value of the 'Edition' attribute. * *

* If the meaning of the 'Edition' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Edition' attribute. * @see #setEdition(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassification_Edition() * @model * @generated */ String getEdition(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEdition Edition}' attribute. * * * @param value the new value of the 'Edition' attribute. * @see #getEdition() * @generated */ void setEdition(String value); /** * Returns the value of the 'Edition Date' reference. * *

* If the meaning of the 'Edition Date' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Edition Date' reference. * @see #isSetEditionDate() * @see #unsetEditionDate() * @see #setEditionDate(IfcCalendarDate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassification_EditionDate() * @model unsettable="true" * @generated */ IfcCalendarDate getEditionDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEditionDate Edition Date}' reference. * * * @param value the new value of the 'Edition Date' reference. * @see #isSetEditionDate() * @see #unsetEditionDate() * @see #getEditionDate() * @generated */ void setEditionDate(IfcCalendarDate value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEditionDate Edition Date}' reference. * * * @see #isSetEditionDate() * @see #getEditionDate() * @see #setEditionDate(IfcCalendarDate) * @generated */ void unsetEditionDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getEditionDate Edition Date}' reference is set. * * * @return whether the value of the 'Edition Date' reference is set. * @see #unsetEditionDate() * @see #getEditionDate() * @see #setEditionDate(IfcCalendarDate) * @generated */ boolean isSetEditionDate(); /** * Returns the value of the 'Name' attribute. * *

* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassification_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Contains' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf Item Of}'. * *

* If the meaning of the 'Contains' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Contains' reference list. * @see #isSetContains() * @see #unsetContains() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassification_Contains() * @see org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf * @model opposite="ItemOf" unsettable="true" * @generated */ EList getContains(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getContains Contains}' reference list. * * * @see #isSetContains() * @see #getContains() * @generated */ void unsetContains(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getContains Contains}' reference list is set. * * * @return whether the value of the 'Contains' reference list is set. * @see #unsetContains() * @see #getContains() * @generated */ boolean isSetContains(); } // IfcClassification




© 2015 - 2024 Weber Informatics LLC | Privacy Policy