
org.bimserver.models.ifc2x3tc1.IfcTask Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of PluginBase Show documentation
Show all versions of PluginBase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
/**
* 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;
/**
*
* A representation of the model object 'Ifc Task'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcTask#getTaskId Task Id}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTask#getStatus Status}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTask#getWorkMethod Work Method}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTask#getIsMilestone Is Milestone}
* - {@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority Priority}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask()
* @model
* @generated
*/
public interface IfcTask extends IfcProcess {
/**
* Returns the value of the 'Task Id' attribute.
*
*
* If the meaning of the 'Task Id' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Task Id' 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 Task Id}' attribute.
*
*
* @param value the new value of the 'Task Id' attribute.
* @see #getTaskId()
* @generated
*/
void setTaskId(String value);
/**
* 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.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_Status()
* @model unsettable="true"
* @generated
*/
String getStatus();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcTask#getStatus Status}' attribute.
*
*
* @see #isSetStatus()
* @see #getStatus()
* @see #setStatus(String)
* @generated
*/
void unsetStatus();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcTask_WorkMethod()
* @model unsettable="true"
* @generated
*/
String getWorkMethod();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.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.ifc2x3tc1.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.ifc2x3tc1.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.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 Is Milestone}' attribute.
*
*
* @param value the new value of the 'Is Milestone' attribute.
* @see org.bimserver.models.ifc2x3tc1.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(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 Priority}' attribute.
*
*
* @param value the new value of the 'Priority' attribute.
* @see #isSetPriority()
* @see #unsetPriority()
* @see #getPriority()
* @generated
*/
void setPriority(int value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority Priority}' attribute.
*
*
* @see #isSetPriority()
* @see #getPriority()
* @see #setPriority(int)
* @generated
*/
void unsetPriority();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcTask#getPriority Priority}' attribute is set.
*
*
* @return whether the value of the 'Priority' attribute is set.
* @see #unsetPriority()
* @see #getPriority()
* @see #setPriority(int)
* @generated
*/
boolean isSetPriority();
} // IfcTask
© 2015 - 2025 Weber Informatics LLC | Privacy Policy