
org.bimserver.models.ifc2x3tc1.IfcLibraryInformation 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
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;
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.ifc2x3tc1.IfcLibraryInformation#getName Name}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersion Version}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getPublisher Publisher}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersionDate Version Date}
* - {@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getLibraryReference Library Reference}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLibraryInformation()
* @model
* @generated
*/
public interface IfcLibraryInformation extends 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.ifc2x3tc1.Ifc2x3tc1Package#getIfcLibraryInformation_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcLibraryInformation_Version()
* @model unsettable="true"
* @generated
*/
String getVersion();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcLibraryInformation#getVersion Version}' attribute.
*
*
* @see #isSetVersion()
* @see #getVersion()
* @see #setVersion(String)
* @generated
*/
void unsetVersion();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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(IfcOrganization)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLibraryInformation_Publisher()
* @model unsettable="true"
* @generated
*/
IfcOrganization getPublisher();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getPublisher Publisher}' reference.
*
*
* @param value the new value of the 'Publisher' reference.
* @see #isSetPublisher()
* @see #unsetPublisher()
* @see #getPublisher()
* @generated
*/
void setPublisher(IfcOrganization value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getPublisher Publisher}' reference.
*
*
* @see #isSetPublisher()
* @see #getPublisher()
* @see #setPublisher(IfcOrganization)
* @generated
*/
void unsetPublisher();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getPublisher Publisher}' reference is set.
*
*
* @return whether the value of the 'Publisher' reference is set.
* @see #unsetPublisher()
* @see #getPublisher()
* @see #setPublisher(IfcOrganization)
* @generated
*/
boolean isSetPublisher();
/**
* Returns the value of the 'Version Date' reference.
*
*
* If the meaning of the 'Version Date' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Version Date' reference.
* @see #isSetVersionDate()
* @see #unsetVersionDate()
* @see #setVersionDate(IfcCalendarDate)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLibraryInformation_VersionDate()
* @model unsettable="true"
* @generated
*/
IfcCalendarDate getVersionDate();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersionDate Version Date}' reference.
*
*
* @param value the new value of the 'Version Date' reference.
* @see #isSetVersionDate()
* @see #unsetVersionDate()
* @see #getVersionDate()
* @generated
*/
void setVersionDate(IfcCalendarDate value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersionDate Version Date}' reference.
*
*
* @see #isSetVersionDate()
* @see #getVersionDate()
* @see #setVersionDate(IfcCalendarDate)
* @generated
*/
void unsetVersionDate();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getVersionDate Version Date}' reference is set.
*
*
* @return whether the value of the 'Version Date' reference is set.
* @see #unsetVersionDate()
* @see #getVersionDate()
* @see #setVersionDate(IfcCalendarDate)
* @generated
*/
boolean isSetVersionDate();
/**
* Returns the value of the 'Library Reference' reference list.
* The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcLibraryReference}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryReference#getReferenceIntoLibrary Reference Into Library}'.
*
*
* If the meaning of the 'Library Reference' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Library Reference' reference list.
* @see #isSetLibraryReference()
* @see #unsetLibraryReference()
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcLibraryInformation_LibraryReference()
* @see org.bimserver.models.ifc2x3tc1.IfcLibraryReference#getReferenceIntoLibrary
* @model opposite="ReferenceIntoLibrary" unsettable="true"
* @generated
*/
EList getLibraryReference();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getLibraryReference Library Reference}' reference list.
*
*
* @see #isSetLibraryReference()
* @see #getLibraryReference()
* @generated
*/
void unsetLibraryReference();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcLibraryInformation#getLibraryReference Library Reference}' reference list is set.
*
*
* @return whether the value of the 'Library Reference' reference list is set.
* @see #unsetLibraryReference()
* @see #getLibraryReference()
* @generated
*/
boolean isSetLibraryReference();
} // IfcLibraryInformation
© 2015 - 2025 Weber Informatics LLC | Privacy Policy