public class IfcTask extends IfcProcess
| Constructor and Description |
|---|
IfcTask() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
IfcLabel |
getStatus() |
IfcIdentifier |
getTaskId() |
IfcLabel |
getWorkMethod() |
boolean |
isMilestone() |
void |
setMilestone(boolean value) |
void |
setPriority(int value) |
void |
setStatus(IfcLabel value) |
void |
setTaskId(IfcIdentifier value) |
void |
setWorkMethod(IfcLabel value) |
getOperatesOn, isPredecessorTo, isSuccessorFromgetObjectType, isDefinedBy, setObjectTypegetDecomposes, hasAssignments, hasAssociations, isDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcIdentifier getTaskId()
public final void setTaskId(IfcIdentifier value)
public final IfcLabel getStatus()
public final void setStatus(IfcLabel value)
public final IfcLabel getWorkMethod()
public final void setWorkMethod(IfcLabel value)
public final boolean isMilestone()
public final void setMilestone(boolean value)
public final int getPriority()
public final void setPriority(int value)