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

org.bimserver.models.ifc4.IfcTask 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.ifc4;

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

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcTask#getStatus Status}
  • *
  • {@link org.bimserver.models.ifc4.IfcTask#getWorkMethod Work Method}
  • *
  • {@link org.bimserver.models.ifc4.IfcTask#getIsMilestone Is Milestone}
  • *
  • {@link org.bimserver.models.ifc4.IfcTask#getPriority Priority}
  • *
  • {@link org.bimserver.models.ifc4.IfcTask#getTaskTime Task Time}
  • *
  • {@link org.bimserver.models.ifc4.IfcTask#getPredefinedType Predefined Type}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask() * @model * @generated */ public interface IfcTask extends IfcProcess { /** * Returns the value of the 'Status' attribute. * *

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

* * @return the value of the 'Status' attribute. * @see #isSetStatus() * @see #unsetStatus() * @see #setStatus(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask_Status() * @model unsettable="true" * @generated */ String getStatus(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getStatus Status}' attribute. * * * @param value the new value of the 'Status' attribute. * @see #isSetStatus() * @see #unsetStatus() * @see #getStatus() * @generated */ void setStatus(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getStatus Status}' attribute. * * * @see #isSetStatus() * @see #getStatus() * @see #setStatus(String) * @generated */ void unsetStatus(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTask#getStatus Status}' attribute is set. * * * @return whether the value of the 'Status' attribute is set. * @see #unsetStatus() * @see #getStatus() * @see #setStatus(String) * @generated */ boolean isSetStatus(); /** * Returns the value of the 'Work Method' attribute. * *

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

* * @return the value of the 'Work Method' attribute. * @see #isSetWorkMethod() * @see #unsetWorkMethod() * @see #setWorkMethod(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask_WorkMethod() * @model unsettable="true" * @generated */ String getWorkMethod(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getWorkMethod Work Method}' attribute. * * * @param value the new value of the 'Work Method' attribute. * @see #isSetWorkMethod() * @see #unsetWorkMethod() * @see #getWorkMethod() * @generated */ void setWorkMethod(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getWorkMethod Work Method}' attribute. * * * @see #isSetWorkMethod() * @see #getWorkMethod() * @see #setWorkMethod(String) * @generated */ void unsetWorkMethod(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTask#getWorkMethod Work Method}' attribute is set. * * * @return whether the value of the 'Work Method' attribute is set. * @see #unsetWorkMethod() * @see #getWorkMethod() * @see #setWorkMethod(String) * @generated */ boolean isSetWorkMethod(); /** * Returns the value of the 'Is Milestone' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.Tristate}. * *

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

* * @return the value of the 'Is Milestone' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #setIsMilestone(Tristate) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask_IsMilestone() * @model * @generated */ Tristate getIsMilestone(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getIsMilestone Is Milestone}' attribute. * * * @param value the new value of the 'Is Milestone' attribute. * @see org.bimserver.models.ifc4.Tristate * @see #getIsMilestone() * @generated */ void setIsMilestone(Tristate value); /** * Returns the value of the 'Priority' attribute. * *

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

* * @return the value of the 'Priority' attribute. * @see #isSetPriority() * @see #unsetPriority() * @see #setPriority(long) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask_Priority() * @model unsettable="true" * @generated */ long getPriority(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getPriority Priority}' attribute. * * * @param value the new value of the 'Priority' attribute. * @see #isSetPriority() * @see #unsetPriority() * @see #getPriority() * @generated */ void setPriority(long value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getPriority Priority}' attribute. * * * @see #isSetPriority() * @see #getPriority() * @see #setPriority(long) * @generated */ void unsetPriority(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTask#getPriority Priority}' attribute is set. * * * @return whether the value of the 'Priority' attribute is set. * @see #unsetPriority() * @see #getPriority() * @see #setPriority(long) * @generated */ boolean isSetPriority(); /** * Returns the value of the 'Task Time' reference. * *

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

* * @return the value of the 'Task Time' reference. * @see #isSetTaskTime() * @see #unsetTaskTime() * @see #setTaskTime(IfcTaskTime) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask_TaskTime() * @model unsettable="true" * @generated */ IfcTaskTime getTaskTime(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getTaskTime Task Time}' reference. * * * @param value the new value of the 'Task Time' reference. * @see #isSetTaskTime() * @see #unsetTaskTime() * @see #getTaskTime() * @generated */ void setTaskTime(IfcTaskTime value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getTaskTime Task Time}' reference. * * * @see #isSetTaskTime() * @see #getTaskTime() * @see #setTaskTime(IfcTaskTime) * @generated */ void unsetTaskTime(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTask#getTaskTime Task Time}' reference is set. * * * @return whether the value of the 'Task Time' reference is set. * @see #unsetTaskTime() * @see #getTaskTime() * @see #setTaskTime(IfcTaskTime) * @generated */ boolean isSetTaskTime(); /** * Returns the value of the 'Predefined Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcTaskTypeEnum}. * *

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

* * @return the value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.IfcTaskTypeEnum * @see #isSetPredefinedType() * @see #unsetPredefinedType() * @see #setPredefinedType(IfcTaskTypeEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTask_PredefinedType() * @model unsettable="true" * @generated */ IfcTaskTypeEnum getPredefinedType(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getPredefinedType Predefined Type}' attribute. * * * @param value the new value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc4.IfcTaskTypeEnum * @see #isSetPredefinedType() * @see #unsetPredefinedType() * @see #getPredefinedType() * @generated */ void setPredefinedType(IfcTaskTypeEnum value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTask#getPredefinedType Predefined Type}' attribute. * * * @see #isSetPredefinedType() * @see #getPredefinedType() * @see #setPredefinedType(IfcTaskTypeEnum) * @generated */ void unsetPredefinedType(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTask#getPredefinedType Predefined Type}' attribute is set. * * * @return whether the value of the 'Predefined Type' attribute is set. * @see #unsetPredefinedType() * @see #getPredefinedType() * @see #setPredefinedType(IfcTaskTypeEnum) * @generated */ boolean isSetPredefinedType(); } // IfcTask




© 2015 - 2024 Weber Informatics LLC | Privacy Policy