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

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

Go to download

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

There is a newer version: 2.0.0
Show 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.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;

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

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalDateTime Approval Date Time}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalStatus Approval Status}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalLevel Approval Level}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalQualifier Approval Qualifier}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getName Name}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIdentifier Identifier}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getActors Actors}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIsRelatedWith Is Related With}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcApproval#getRelates Relates}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval() * @model * @extends IdEObject * @generated */ public interface IfcApproval extends IdEObject { /** * 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.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#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.ifc2x3tc1.IfcApproval#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#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 'Approval Date Time' reference. * *

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

* * @return the value of the 'Approval Date Time' reference. * @see #setApprovalDateTime(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_ApprovalDateTime() * @model * @generated */ IfcDateTimeSelect getApprovalDateTime(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalDateTime Approval Date Time}' reference. * * * @param value the new value of the 'Approval Date Time' reference. * @see #getApprovalDateTime() * @generated */ void setApprovalDateTime(IfcDateTimeSelect value); /** * Returns the value of the 'Approval Status' attribute. * *

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

* * @return the value of the 'Approval Status' attribute. * @see #isSetApprovalStatus() * @see #unsetApprovalStatus() * @see #setApprovalStatus(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_ApprovalStatus() * @model unsettable="true" * @generated */ String getApprovalStatus(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalStatus Approval Status}' attribute. * * * @param value the new value of the 'Approval Status' attribute. * @see #isSetApprovalStatus() * @see #unsetApprovalStatus() * @see #getApprovalStatus() * @generated */ void setApprovalStatus(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalStatus Approval Status}' attribute. * * * @see #isSetApprovalStatus() * @see #getApprovalStatus() * @see #setApprovalStatus(String) * @generated */ void unsetApprovalStatus(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalStatus Approval Status}' attribute is set. * * * @return whether the value of the 'Approval Status' attribute is set. * @see #unsetApprovalStatus() * @see #getApprovalStatus() * @see #setApprovalStatus(String) * @generated */ boolean isSetApprovalStatus(); /** * Returns the value of the 'Approval Level' attribute. * *

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

* * @return the value of the 'Approval Level' attribute. * @see #isSetApprovalLevel() * @see #unsetApprovalLevel() * @see #setApprovalLevel(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_ApprovalLevel() * @model unsettable="true" * @generated */ String getApprovalLevel(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalLevel Approval Level}' attribute. * * * @param value the new value of the 'Approval Level' attribute. * @see #isSetApprovalLevel() * @see #unsetApprovalLevel() * @see #getApprovalLevel() * @generated */ void setApprovalLevel(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalLevel Approval Level}' attribute. * * * @see #isSetApprovalLevel() * @see #getApprovalLevel() * @see #setApprovalLevel(String) * @generated */ void unsetApprovalLevel(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalLevel Approval Level}' attribute is set. * * * @return whether the value of the 'Approval Level' attribute is set. * @see #unsetApprovalLevel() * @see #getApprovalLevel() * @see #setApprovalLevel(String) * @generated */ boolean isSetApprovalLevel(); /** * Returns the value of the 'Approval Qualifier' attribute. * *

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

* * @return the value of the 'Approval Qualifier' attribute. * @see #isSetApprovalQualifier() * @see #unsetApprovalQualifier() * @see #setApprovalQualifier(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_ApprovalQualifier() * @model unsettable="true" * @generated */ String getApprovalQualifier(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalQualifier Approval Qualifier}' attribute. * * * @param value the new value of the 'Approval Qualifier' attribute. * @see #isSetApprovalQualifier() * @see #unsetApprovalQualifier() * @see #getApprovalQualifier() * @generated */ void setApprovalQualifier(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalQualifier Approval Qualifier}' attribute. * * * @see #isSetApprovalQualifier() * @see #getApprovalQualifier() * @see #setApprovalQualifier(String) * @generated */ void unsetApprovalQualifier(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getApprovalQualifier Approval Qualifier}' attribute is set. * * * @return whether the value of the 'Approval Qualifier' attribute is set. * @see #unsetApprovalQualifier() * @see #getApprovalQualifier() * @see #setApprovalQualifier(String) * @generated */ boolean isSetApprovalQualifier(); /** * 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#getIfcApproval_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Identifier' attribute. * *

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

* * @return the value of the 'Identifier' attribute. * @see #setIdentifier(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_Identifier() * @model * @generated */ String getIdentifier(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIdentifier Identifier}' attribute. * * * @param value the new value of the 'Identifier' attribute. * @see #getIdentifier() * @generated */ void setIdentifier(String value); /** * Returns the value of the 'Actors' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getApproval Approval}'. * *

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

* * @return the value of the 'Actors' reference list. * @see #isSetActors() * @see #unsetActors() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_Actors() * @see org.bimserver.models.ifc2x3tc1.IfcApprovalActorRelationship#getApproval * @model opposite="Approval" unsettable="true" * @generated */ EList getActors(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getActors Actors}' reference list. * * * @see #isSetActors() * @see #getActors() * @generated */ void unsetActors(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getActors Actors}' reference list is set. * * * @return whether the value of the 'Actors' reference list is set. * @see #unsetActors() * @see #getActors() * @generated */ boolean isSetActors(); /** * Returns the value of the 'Is Related With' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatedApproval Related Approval}'. * *

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

* * @return the value of the 'Is Related With' reference list. * @see #isSetIsRelatedWith() * @see #unsetIsRelatedWith() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_IsRelatedWith() * @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatedApproval * @model opposite="RelatedApproval" unsettable="true" * @generated */ EList getIsRelatedWith(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIsRelatedWith Is Related With}' reference list. * * * @see #isSetIsRelatedWith() * @see #getIsRelatedWith() * @generated */ void unsetIsRelatedWith(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getIsRelatedWith Is Related With}' reference list is set. * * * @return whether the value of the 'Is Related With' reference list is set. * @see #unsetIsRelatedWith() * @see #getIsRelatedWith() * @generated */ boolean isSetIsRelatedWith(); /** * Returns the value of the 'Relates' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatingApproval Relating Approval}'. * *

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

* * @return the value of the 'Relates' reference list. * @see #isSetRelates() * @see #unsetRelates() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcApproval_Relates() * @see org.bimserver.models.ifc2x3tc1.IfcApprovalRelationship#getRelatingApproval * @model opposite="RelatingApproval" unsettable="true" * @generated */ EList getRelates(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getRelates Relates}' reference list. * * * @see #isSetRelates() * @see #getRelates() * @generated */ void unsetRelates(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcApproval#getRelates Relates}' reference list is set. * * * @return whether the value of the 'Relates' reference list is set. * @see #unsetRelates() * @see #getRelates() * @generated */ boolean isSetRelates(); } // IfcApproval




© 2015 - 2025 Weber Informatics LLC | Privacy Policy