/** * Copyright (C) 2009-2013 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 <http://www.gnu.org/licenses/>. */ package org.bimserver.models.ifc2x3tc1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Ifc Task</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcTask#getTaskId <em>Task Id</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcTask#getStatus <em>Status</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod <em>Work Method</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcTask#getIsMilestone <em>Is Milestone</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority <em>Priority</em>}</li> * </ul> * </p> * * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask() * @model * @generated */ public interface IfcTask extends IfcProcess { /** * Returns the value of the '<em><b>Task Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Task Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Task Id</em>' attribute. * @see #setTaskId(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_TaskId() * @model * @generated */ String getTaskId(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getTaskId <em>Task Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Task Id</em>' attribute. * @see #getTaskId() * @generated */ void setTaskId(String value); /** * Returns the value of the '<em><b>Status</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Status</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Status</em>' attribute. * @see #isSetStatus() * @see #unsetStatus() * @see #setStatus(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_Status() * @model unsettable="true" * @generated */ String getStatus(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getStatus <em>Status</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Status</em>' attribute. * @see #isSetStatus() * @see #unsetStatus() * @see #getStatus() * @generated */ void setStatus(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getStatus <em>Status</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetStatus() * @see #getStatus() * @see #setStatus(String) * @generated */ void unsetStatus(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getStatus <em>Status</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Status</em>' attribute is set. * @see #unsetStatus() * @see #getStatus() * @see #setStatus(String) * @generated */ boolean isSetStatus(); /** * Returns the value of the '<em><b>Work Method</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Work Method</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Work Method</em>' attribute. * @see #isSetWorkMethod() * @see #unsetWorkMethod() * @see #setWorkMethod(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_WorkMethod() * @model unsettable="true" * @generated */ String getWorkMethod(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod <em>Work Method</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Work Method</em>' attribute. * @see #isSetWorkMethod() * @see #unsetWorkMethod() * @see #getWorkMethod() * @generated */ void setWorkMethod(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod <em>Work Method</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetWorkMethod() * @see #getWorkMethod() * @see #setWorkMethod(String) * @generated */ void unsetWorkMethod(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod <em>Work Method</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Work Method</em>' attribute is set. * @see #unsetWorkMethod() * @see #getWorkMethod() * @see #setWorkMethod(String) * @generated */ boolean isSetWorkMethod(); /** * Returns the value of the '<em><b>Is Milestone</b></em>' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.Tristate}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Is Milestone</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Is Milestone</em>' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #setIsMilestone(Tristate) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_IsMilestone() * @model * @generated */ Tristate getIsMilestone(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getIsMilestone <em>Is Milestone</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Is Milestone</em>' attribute. * @see org.bimserver.models.ifc2x3tc1.Tristate * @see #getIsMilestone() * @generated */ void setIsMilestone(Tristate value); /** * Returns the value of the '<em><b>Priority</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Priority</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Priority</em>' attribute. * @see #isSetPriority() * @see #unsetPriority() * @see #setPriority(int) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_Priority() * @model unsettable="true" * @generated */ int getPriority(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority <em>Priority</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Priority</em>' attribute. * @see #isSetPriority() * @see #unsetPriority() * @see #getPriority() * @generated */ void setPriority(int value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority <em>Priority</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetPriority() * @see #getPriority() * @see #setPriority(int) * @generated */ void unsetPriority(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority <em>Priority</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Priority</em>' attribute is set. * @see #unsetPriority() * @see #getPriority() * @see #setPriority(int) * @generated */ boolean isSetPriority(); } // IfcTask