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, setLongDescription
getDeclares, getObjectType, isDeclaredBy, isDefinedBy, isTypedBy, setObjectType
getDecomposes, getNests, hasAssignments, hasAssociations, hasContext, isDecomposedBy, isNestedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public 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)