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

org.bimserver.models.ifc4.IfcWorkControl 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 Work Control'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getCreationDate Creation Date}
  • *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getCreators Creators}
  • *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getPurpose Purpose}
  • *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getDuration Duration}
  • *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getTotalFloat Total Float}
  • *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getStartTime Start Time}
  • *
  • {@link org.bimserver.models.ifc4.IfcWorkControl#getFinishTime Finish Time}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl() * @model * @generated */ public interface IfcWorkControl extends IfcControl { /** * Returns the value of the 'Creation Date' attribute. * *

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

* * @return the value of the 'Creation Date' attribute. * @see #setCreationDate(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_CreationDate() * @model * @generated */ String getCreationDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getCreationDate Creation Date}' attribute. * * * @param value the new value of the 'Creation Date' attribute. * @see #getCreationDate() * @generated */ void setCreationDate(String value); /** * Returns the value of the 'Creators' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcPerson}. * *

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

* * @return the value of the 'Creators' reference list. * @see #isSetCreators() * @see #unsetCreators() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_Creators() * @model unsettable="true" * @generated */ EList getCreators(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getCreators Creators}' reference list. * * * @see #isSetCreators() * @see #getCreators() * @generated */ void unsetCreators(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getCreators Creators}' reference list is set. * * * @return whether the value of the 'Creators' reference list is set. * @see #unsetCreators() * @see #getCreators() * @generated */ boolean isSetCreators(); /** * Returns the value of the 'Purpose' attribute. * *

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

* * @return the value of the 'Purpose' attribute. * @see #isSetPurpose() * @see #unsetPurpose() * @see #setPurpose(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_Purpose() * @model unsettable="true" * @generated */ String getPurpose(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getPurpose Purpose}' attribute. * * * @param value the new value of the 'Purpose' attribute. * @see #isSetPurpose() * @see #unsetPurpose() * @see #getPurpose() * @generated */ void setPurpose(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getPurpose Purpose}' attribute. * * * @see #isSetPurpose() * @see #getPurpose() * @see #setPurpose(String) * @generated */ void unsetPurpose(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getPurpose Purpose}' attribute is set. * * * @return whether the value of the 'Purpose' attribute is set. * @see #unsetPurpose() * @see #getPurpose() * @see #setPurpose(String) * @generated */ boolean isSetPurpose(); /** * Returns the value of the 'Duration' attribute. * *

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

* * @return the value of the 'Duration' attribute. * @see #isSetDuration() * @see #unsetDuration() * @see #setDuration(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_Duration() * @model unsettable="true" * @generated */ String getDuration(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getDuration Duration}' attribute. * * * @param value the new value of the 'Duration' attribute. * @see #isSetDuration() * @see #unsetDuration() * @see #getDuration() * @generated */ void setDuration(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getDuration Duration}' attribute. * * * @see #isSetDuration() * @see #getDuration() * @see #setDuration(String) * @generated */ void unsetDuration(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getDuration Duration}' attribute is set. * * * @return whether the value of the 'Duration' attribute is set. * @see #unsetDuration() * @see #getDuration() * @see #setDuration(String) * @generated */ boolean isSetDuration(); /** * Returns the value of the 'Total Float' attribute. * *

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

* * @return the value of the 'Total Float' attribute. * @see #isSetTotalFloat() * @see #unsetTotalFloat() * @see #setTotalFloat(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_TotalFloat() * @model unsettable="true" * @generated */ String getTotalFloat(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getTotalFloat Total Float}' attribute. * * * @param value the new value of the 'Total Float' attribute. * @see #isSetTotalFloat() * @see #unsetTotalFloat() * @see #getTotalFloat() * @generated */ void setTotalFloat(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getTotalFloat Total Float}' attribute. * * * @see #isSetTotalFloat() * @see #getTotalFloat() * @see #setTotalFloat(String) * @generated */ void unsetTotalFloat(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getTotalFloat Total Float}' attribute is set. * * * @return whether the value of the 'Total Float' attribute is set. * @see #unsetTotalFloat() * @see #getTotalFloat() * @see #setTotalFloat(String) * @generated */ boolean isSetTotalFloat(); /** * Returns the value of the 'Start Time' attribute. * *

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

* * @return the value of the 'Start Time' attribute. * @see #setStartTime(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_StartTime() * @model * @generated */ String getStartTime(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getStartTime Start Time}' attribute. * * * @param value the new value of the 'Start Time' attribute. * @see #getStartTime() * @generated */ void setStartTime(String value); /** * Returns the value of the 'Finish Time' attribute. * *

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

* * @return the value of the 'Finish Time' attribute. * @see #isSetFinishTime() * @see #unsetFinishTime() * @see #setFinishTime(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcWorkControl_FinishTime() * @model unsettable="true" * @generated */ String getFinishTime(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getFinishTime Finish Time}' attribute. * * * @param value the new value of the 'Finish Time' attribute. * @see #isSetFinishTime() * @see #unsetFinishTime() * @see #getFinishTime() * @generated */ void setFinishTime(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getFinishTime Finish Time}' attribute. * * * @see #isSetFinishTime() * @see #getFinishTime() * @see #setFinishTime(String) * @generated */ void unsetFinishTime(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcWorkControl#getFinishTime Finish Time}' attribute is set. * * * @return whether the value of the 'Finish Time' attribute is set. * @see #unsetFinishTime() * @see #getFinishTime() * @see #setFinishTime(String) * @generated */ boolean isSetFinishTime(); } // IfcWorkControl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy