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

org.bimserver.models.ifc4.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.ifc4;

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

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

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcClassification#getSource Source}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getEdition Edition}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getEditionDate Edition Date}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getName Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getLocation Location}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getReferenceTokens Reference Tokens}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getClassificationForObjects Classification For Objects}
  • *
  • {@link org.bimserver.models.ifc4.IfcClassification#getHasReferences Has References}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification() * @model * @generated */ public interface IfcClassification extends IfcExternalInformation, IfcClassificationReferenceSelect, IfcClassificationSelect { /** * 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 #isSetSource() * @see #unsetSource() * @see #setSource(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_Source() * @model unsettable="true" * @generated */ String getSource(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getSource Source}' attribute. * * * @param value the new value of the 'Source' attribute. * @see #isSetSource() * @see #unsetSource() * @see #getSource() * @generated */ void setSource(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getSource Source}' attribute. * * * @see #isSetSource() * @see #getSource() * @see #setSource(String) * @generated */ void unsetSource(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getSource Source}' attribute is set. * * * @return whether the value of the 'Source' attribute is set. * @see #unsetSource() * @see #getSource() * @see #setSource(String) * @generated */ boolean isSetSource(); /** * 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 #isSetEdition() * @see #unsetEdition() * @see #setEdition(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_Edition() * @model unsettable="true" * @generated */ String getEdition(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getEdition Edition}' attribute. * * * @param value the new value of the 'Edition' attribute. * @see #isSetEdition() * @see #unsetEdition() * @see #getEdition() * @generated */ void setEdition(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getEdition Edition}' attribute. * * * @see #isSetEdition() * @see #getEdition() * @see #setEdition(String) * @generated */ void unsetEdition(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getEdition Edition}' attribute is set. * * * @return whether the value of the 'Edition' attribute is set. * @see #unsetEdition() * @see #getEdition() * @see #setEdition(String) * @generated */ boolean isSetEdition(); /** * Returns the value of the 'Edition Date' attribute. * *

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

* * @return the value of the 'Edition Date' attribute. * @see #isSetEditionDate() * @see #unsetEditionDate() * @see #setEditionDate(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_EditionDate() * @model unsettable="true" * @generated */ String getEditionDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getEditionDate Edition Date}' attribute. * * * @param value the new value of the 'Edition Date' attribute. * @see #isSetEditionDate() * @see #unsetEditionDate() * @see #getEditionDate() * @generated */ void setEditionDate(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getEditionDate Edition Date}' attribute. * * * @see #isSetEditionDate() * @see #getEditionDate() * @see #setEditionDate(String) * @generated */ void unsetEditionDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getEditionDate Edition Date}' attribute is set. * * * @return whether the value of the 'Edition Date' attribute is set. * @see #unsetEditionDate() * @see #getEditionDate() * @see #setEditionDate(String) * @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.ifc4.Ifc4Package#getIfcClassification_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.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 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #setDescription(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #getDescription() * @generated */ void setDescription(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getDescription Description}' attribute is set. * * * @return whether the value of the 'Description' attribute is set. * @see #unsetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ boolean isSetDescription(); /** * Returns the value of the 'Location' attribute. * *

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

* * @return the value of the 'Location' attribute. * @see #isSetLocation() * @see #unsetLocation() * @see #setLocation(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_Location() * @model unsettable="true" * @generated */ String getLocation(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getLocation Location}' attribute. * * * @param value the new value of the 'Location' attribute. * @see #isSetLocation() * @see #unsetLocation() * @see #getLocation() * @generated */ void setLocation(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getLocation Location}' attribute. * * * @see #isSetLocation() * @see #getLocation() * @see #setLocation(String) * @generated */ void unsetLocation(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getLocation Location}' attribute is set. * * * @return whether the value of the 'Location' attribute is set. * @see #unsetLocation() * @see #getLocation() * @see #setLocation(String) * @generated */ boolean isSetLocation(); /** * Returns the value of the 'Reference Tokens' attribute list. * The list contents are of type {@link java.lang.String}. * *

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

* * @return the value of the 'Reference Tokens' attribute list. * @see #isSetReferenceTokens() * @see #unsetReferenceTokens() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_ReferenceTokens() * @model unique="false" unsettable="true" * @generated */ EList getReferenceTokens(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getReferenceTokens Reference Tokens}' attribute list. * * * @see #isSetReferenceTokens() * @see #getReferenceTokens() * @generated */ void unsetReferenceTokens(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getReferenceTokens Reference Tokens}' attribute list is set. * * * @return whether the value of the 'Reference Tokens' attribute list is set. * @see #unsetReferenceTokens() * @see #getReferenceTokens() * @generated */ boolean isSetReferenceTokens(); /** * Returns the value of the 'Classification For Objects' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRelAssociatesClassification}. * *

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

* * @return the value of the 'Classification For Objects' reference list. * @see #isSetClassificationForObjects() * @see #unsetClassificationForObjects() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_ClassificationForObjects() * @model unsettable="true" * @generated */ EList getClassificationForObjects(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getClassificationForObjects Classification For Objects}' reference list. * * * @see #isSetClassificationForObjects() * @see #getClassificationForObjects() * @generated */ void unsetClassificationForObjects(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getClassificationForObjects Classification For Objects}' reference list is set. * * * @return whether the value of the 'Classification For Objects' reference list is set. * @see #unsetClassificationForObjects() * @see #getClassificationForObjects() * @generated */ boolean isSetClassificationForObjects(); /** * Returns the value of the 'Has References' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcClassificationReference}. * *

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

* * @return the value of the 'Has References' reference list. * @see #isSetHasReferences() * @see #unsetHasReferences() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcClassification_HasReferences() * @model unsettable="true" * @generated */ EList getHasReferences(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getHasReferences Has References}' reference list. * * * @see #isSetHasReferences() * @see #getHasReferences() * @generated */ void unsetHasReferences(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcClassification#getHasReferences Has References}' reference list is set. * * * @return whether the value of the 'Has References' reference list is set. * @see #unsetHasReferences() * @see #getHasReferences() * @generated */ boolean isSetHasReferences(); } // IfcClassification




© 2015 - 2024 Weber Informatics LLC | Privacy Policy