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

org.bimserver.models.ifc2x3tc1.IfcWorkControl 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.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Work Control'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getIdentifier Identifier}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreationDate Creation Date}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreators Creators}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getPurpose Purpose}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDuration Duration}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDurationAsString Duration As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloat Total Float}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloatAsString Total Float As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getStartTime Start Time}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getFinishTime Finish Time}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getWorkControlType Work Control Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getUserDefinedControlType User Defined Control Type}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl() * @model * @generated */ public interface IfcWorkControl extends IfcControl { /** * 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#getIfcWorkControl_Identifier() * @model * @generated */ String getIdentifier(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getIdentifier Identifier}' attribute. * * * @param value the new value of the 'Identifier' attribute. * @see #getIdentifier() * @generated */ void setIdentifier(String value); /** * Returns the value of the 'Creation Date' reference. * *

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

* * @return the value of the 'Creation Date' reference. * @see #setCreationDate(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_CreationDate() * @model * @generated */ IfcDateTimeSelect getCreationDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreationDate Creation Date}' reference. * * * @param value the new value of the 'Creation Date' reference. * @see #getCreationDate() * @generated */ void setCreationDate(IfcDateTimeSelect value); /** * Returns the value of the 'Creators' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_Creators() * @model unsettable="true" * @generated */ EList getCreators(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getCreators Creators}' reference list. * * * @see #isSetCreators() * @see #getCreators() * @generated */ void unsetCreators(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_Purpose() * @model unsettable="true" * @generated */ String getPurpose(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcWorkControl#getPurpose Purpose}' attribute. * * * @see #isSetPurpose() * @see #getPurpose() * @see #setPurpose(String) * @generated */ void unsetPurpose(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_Duration() * @model unsettable="true" * @generated */ double getDuration(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDuration Duration}' attribute. * * * @param value the new value of the 'Duration' attribute. * @see #isSetDuration() * @see #unsetDuration() * @see #getDuration() * @generated */ void setDuration(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDuration Duration}' attribute. * * * @see #isSetDuration() * @see #getDuration() * @see #setDuration(double) * @generated */ void unsetDuration(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDuration Duration}' attribute is set. * * * @return whether the value of the 'Duration' attribute is set. * @see #unsetDuration() * @see #getDuration() * @see #setDuration(double) * @generated */ boolean isSetDuration(); /** * Returns the value of the 'Duration As String' attribute. * *

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

* * @return the value of the 'Duration As String' attribute. * @see #isSetDurationAsString() * @see #unsetDurationAsString() * @see #setDurationAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_DurationAsString() * @model unsettable="true" * @generated */ String getDurationAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDurationAsString Duration As String}' attribute. * * * @param value the new value of the 'Duration As String' attribute. * @see #isSetDurationAsString() * @see #unsetDurationAsString() * @see #getDurationAsString() * @generated */ void setDurationAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDurationAsString Duration As String}' attribute. * * * @see #isSetDurationAsString() * @see #getDurationAsString() * @see #setDurationAsString(String) * @generated */ void unsetDurationAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getDurationAsString Duration As String}' attribute is set. * * * @return whether the value of the 'Duration As String' attribute is set. * @see #unsetDurationAsString() * @see #getDurationAsString() * @see #setDurationAsString(String) * @generated */ boolean isSetDurationAsString(); /** * 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(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_TotalFloat() * @model unsettable="true" * @generated */ double getTotalFloat(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloat Total Float}' attribute. * * * @param value the new value of the 'Total Float' attribute. * @see #isSetTotalFloat() * @see #unsetTotalFloat() * @see #getTotalFloat() * @generated */ void setTotalFloat(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloat Total Float}' attribute. * * * @see #isSetTotalFloat() * @see #getTotalFloat() * @see #setTotalFloat(double) * @generated */ void unsetTotalFloat(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloat Total Float}' attribute is set. * * * @return whether the value of the 'Total Float' attribute is set. * @see #unsetTotalFloat() * @see #getTotalFloat() * @see #setTotalFloat(double) * @generated */ boolean isSetTotalFloat(); /** * Returns the value of the 'Total Float As String' attribute. * *

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

* * @return the value of the 'Total Float As String' attribute. * @see #isSetTotalFloatAsString() * @see #unsetTotalFloatAsString() * @see #setTotalFloatAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_TotalFloatAsString() * @model unsettable="true" * @generated */ String getTotalFloatAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloatAsString Total Float As String}' attribute. * * * @param value the new value of the 'Total Float As String' attribute. * @see #isSetTotalFloatAsString() * @see #unsetTotalFloatAsString() * @see #getTotalFloatAsString() * @generated */ void setTotalFloatAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloatAsString Total Float As String}' attribute. * * * @see #isSetTotalFloatAsString() * @see #getTotalFloatAsString() * @see #setTotalFloatAsString(String) * @generated */ void unsetTotalFloatAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getTotalFloatAsString Total Float As String}' attribute is set. * * * @return whether the value of the 'Total Float As String' attribute is set. * @see #unsetTotalFloatAsString() * @see #getTotalFloatAsString() * @see #setTotalFloatAsString(String) * @generated */ boolean isSetTotalFloatAsString(); /** * Returns the value of the 'Start Time' reference. * *

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

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

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

* * @return the value of the 'Finish Time' reference. * @see #isSetFinishTime() * @see #unsetFinishTime() * @see #setFinishTime(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_FinishTime() * @model unsettable="true" * @generated */ IfcDateTimeSelect getFinishTime(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getFinishTime Finish Time}' reference. * * * @param value the new value of the 'Finish Time' reference. * @see #isSetFinishTime() * @see #unsetFinishTime() * @see #getFinishTime() * @generated */ void setFinishTime(IfcDateTimeSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getFinishTime Finish Time}' reference. * * * @see #isSetFinishTime() * @see #getFinishTime() * @see #setFinishTime(IfcDateTimeSelect) * @generated */ void unsetFinishTime(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getFinishTime Finish Time}' reference is set. * * * @return whether the value of the 'Finish Time' reference is set. * @see #unsetFinishTime() * @see #getFinishTime() * @see #setFinishTime(IfcDateTimeSelect) * @generated */ boolean isSetFinishTime(); /** * Returns the value of the 'Work Control Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum}. * *

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

* * @return the value of the 'Work Control Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum * @see #isSetWorkControlType() * @see #unsetWorkControlType() * @see #setWorkControlType(IfcWorkControlTypeEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_WorkControlType() * @model unsettable="true" * @generated */ IfcWorkControlTypeEnum getWorkControlType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getWorkControlType Work Control Type}' attribute. * * * @param value the new value of the 'Work Control Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcWorkControlTypeEnum * @see #isSetWorkControlType() * @see #unsetWorkControlType() * @see #getWorkControlType() * @generated */ void setWorkControlType(IfcWorkControlTypeEnum value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getWorkControlType Work Control Type}' attribute. * * * @see #isSetWorkControlType() * @see #getWorkControlType() * @see #setWorkControlType(IfcWorkControlTypeEnum) * @generated */ void unsetWorkControlType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getWorkControlType Work Control Type}' attribute is set. * * * @return whether the value of the 'Work Control Type' attribute is set. * @see #unsetWorkControlType() * @see #getWorkControlType() * @see #setWorkControlType(IfcWorkControlTypeEnum) * @generated */ boolean isSetWorkControlType(); /** * Returns the value of the 'User Defined Control Type' attribute. * *

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

* * @return the value of the 'User Defined Control Type' attribute. * @see #isSetUserDefinedControlType() * @see #unsetUserDefinedControlType() * @see #setUserDefinedControlType(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcWorkControl_UserDefinedControlType() * @model unsettable="true" * @generated */ String getUserDefinedControlType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getUserDefinedControlType User Defined Control Type}' attribute. * * * @param value the new value of the 'User Defined Control Type' attribute. * @see #isSetUserDefinedControlType() * @see #unsetUserDefinedControlType() * @see #getUserDefinedControlType() * @generated */ void setUserDefinedControlType(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getUserDefinedControlType User Defined Control Type}' attribute. * * * @see #isSetUserDefinedControlType() * @see #getUserDefinedControlType() * @see #setUserDefinedControlType(String) * @generated */ void unsetUserDefinedControlType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcWorkControl#getUserDefinedControlType User Defined Control Type}' attribute is set. * * * @return whether the value of the 'User Defined Control Type' attribute is set. * @see #unsetUserDefinedControlType() * @see #getUserDefinedControlType() * @see #setUserDefinedControlType(String) * @generated */ boolean isSetUserDefinedControlType(); } // IfcWorkControl




© 2015 - 2024 Weber Informatics LLC | Privacy Policy