public class IfcTask extends IfcProcess
| Constructor and Description |
|---|
IfcTask() |
| Modifier and Type | Method and Description |
|---|---|
IfcTaskTypeEnum |
getPredefinedType() |
IfcInteger |
getPriority() |
IfcLabel |
getStatus() |
IfcTaskTime |
getTaskTime() |
IfcLabel |
getWorkMethod() |
IfcBoolean |
isMilestone() |
void |
setMilestone(IfcBoolean value) |
void |
setPredefinedType(IfcTaskTypeEnum value) |
void |
setPriority(IfcInteger value) |
void |
setStatus(IfcLabel value) |
void |
setTaskTime(IfcTaskTime value) |
void |
setWorkMethod(IfcLabel value) |
getIdentification, getLongDescription, getOperatesOn, isPredecessorTo, isSuccessorFrom, setIdentification, setLongDescriptiongetDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectTypegetDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcLabel getStatus()
public final void setStatus(IfcLabel value)
public final IfcLabel getWorkMethod()
public final void setWorkMethod(IfcLabel value)
public final IfcBoolean isMilestone()
public final void setMilestone(IfcBoolean value)
public final IfcInteger getPriority()
public final void setPriority(IfcInteger value)
public final IfcTaskTime getTaskTime()
public final void setTaskTime(IfcTaskTime value)
public final IfcTaskTypeEnum getPredefinedType()
public final void setPredefinedType(IfcTaskTypeEnum value)