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

org.bimserver.models.ifc4.IfcLibraryInformation 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 Library Information'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getName Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersion Version}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getPublisher Publisher}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersionDate Version Date}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getLocation Location}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getLibraryInfoForObjects Library Info For Objects}
  • *
  • {@link org.bimserver.models.ifc4.IfcLibraryInformation#getHasLibraryReferences Has Library References}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLibraryInformation() * @model * @generated */ public interface IfcLibraryInformation extends IfcExternalInformation, IfcLibrarySelect { /** * 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#getIfcLibraryInformation_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Version' attribute. * *

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

* * @return the value of the 'Version' attribute. * @see #isSetVersion() * @see #unsetVersion() * @see #setVersion(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLibraryInformation_Version() * @model unsettable="true" * @generated */ String getVersion(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersion Version}' attribute. * * * @param value the new value of the 'Version' attribute. * @see #isSetVersion() * @see #unsetVersion() * @see #getVersion() * @generated */ void setVersion(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersion Version}' attribute. * * * @see #isSetVersion() * @see #getVersion() * @see #setVersion(String) * @generated */ void unsetVersion(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersion Version}' attribute is set. * * * @return whether the value of the 'Version' attribute is set. * @see #unsetVersion() * @see #getVersion() * @see #setVersion(String) * @generated */ boolean isSetVersion(); /** * Returns the value of the 'Publisher' reference. * *

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

* * @return the value of the 'Publisher' reference. * @see #isSetPublisher() * @see #unsetPublisher() * @see #setPublisher(IfcActorSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLibraryInformation_Publisher() * @model unsettable="true" * @generated */ IfcActorSelect getPublisher(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getPublisher Publisher}' reference. * * * @param value the new value of the 'Publisher' reference. * @see #isSetPublisher() * @see #unsetPublisher() * @see #getPublisher() * @generated */ void setPublisher(IfcActorSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getPublisher Publisher}' reference. * * * @see #isSetPublisher() * @see #getPublisher() * @see #setPublisher(IfcActorSelect) * @generated */ void unsetPublisher(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getPublisher Publisher}' reference is set. * * * @return whether the value of the 'Publisher' reference is set. * @see #unsetPublisher() * @see #getPublisher() * @see #setPublisher(IfcActorSelect) * @generated */ boolean isSetPublisher(); /** * Returns the value of the 'Version Date' attribute. * *

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

* * @return the value of the 'Version Date' attribute. * @see #isSetVersionDate() * @see #unsetVersionDate() * @see #setVersionDate(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLibraryInformation_VersionDate() * @model unsettable="true" * @generated */ String getVersionDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersionDate Version Date}' attribute. * * * @param value the new value of the 'Version Date' attribute. * @see #isSetVersionDate() * @see #unsetVersionDate() * @see #getVersionDate() * @generated */ void setVersionDate(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersionDate Version Date}' attribute. * * * @see #isSetVersionDate() * @see #getVersionDate() * @see #setVersionDate(String) * @generated */ void unsetVersionDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getVersionDate Version Date}' attribute is set. * * * @return whether the value of the 'Version Date' attribute is set. * @see #unsetVersionDate() * @see #getVersionDate() * @see #setVersionDate(String) * @generated */ boolean isSetVersionDate(); /** * 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#getIfcLibraryInformation_Location() * @model unsettable="true" * @generated */ String getLocation(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#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.IfcLibraryInformation#getLocation Location}' attribute. * * * @see #isSetLocation() * @see #getLocation() * @see #setLocation(String) * @generated */ void unsetLocation(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#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 '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#getIfcLibraryInformation_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#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.IfcLibraryInformation#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#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 'Library Info For Objects' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRelAssociatesLibrary}. * *

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

* * @return the value of the 'Library Info For Objects' reference list. * @see #isSetLibraryInfoForObjects() * @see #unsetLibraryInfoForObjects() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLibraryInformation_LibraryInfoForObjects() * @model unsettable="true" * @generated */ EList getLibraryInfoForObjects(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getLibraryInfoForObjects Library Info For Objects}' reference list. * * * @see #isSetLibraryInfoForObjects() * @see #getLibraryInfoForObjects() * @generated */ void unsetLibraryInfoForObjects(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getLibraryInfoForObjects Library Info For Objects}' reference list is set. * * * @return whether the value of the 'Library Info For Objects' reference list is set. * @see #unsetLibraryInfoForObjects() * @see #getLibraryInfoForObjects() * @generated */ boolean isSetLibraryInfoForObjects(); /** * Returns the value of the 'Has Library References' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcLibraryReference}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcLibraryReference#getReferencedLibrary Referenced Library}'. * *

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

* * @return the value of the 'Has Library References' reference list. * @see #isSetHasLibraryReferences() * @see #unsetHasLibraryReferences() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcLibraryInformation_HasLibraryReferences() * @see org.bimserver.models.ifc4.IfcLibraryReference#getReferencedLibrary * @model opposite="ReferencedLibrary" unsettable="true" * @generated */ EList getHasLibraryReferences(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getHasLibraryReferences Has Library References}' reference list. * * * @see #isSetHasLibraryReferences() * @see #getHasLibraryReferences() * @generated */ void unsetHasLibraryReferences(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcLibraryInformation#getHasLibraryReferences Has Library References}' reference list is set. * * * @return whether the value of the 'Has Library References' reference list is set. * @see #unsetHasLibraryReferences() * @see #getHasLibraryReferences() * @generated */ boolean isSetHasLibraryReferences(); } // IfcLibraryInformation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy