@IfcClass(layer=CORE, type=ENTITY) public class IfcTask extends IfcProcess
| 限定符和类型 | 字段和说明 |
|---|---|
private BOOLEAN |
isMilestone |
private INTEGER |
priority |
private IfcLabel |
status |
private IfcIdentifier |
taskId |
private IfcLabel |
workMethod |
stepNumber| 构造器和说明 |
|---|
IfcTask(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcIdentifier taskId,
IfcLabel status,
IfcLabel workMethod,
BOOLEAN isMilestone,
INTEGER priority) |
| 限定符和类型 | 方法和说明 |
|---|---|
BOOLEAN |
getIsMilestone() |
INTEGER |
getPriority() |
IfcLabel |
getStatus() |
IfcIdentifier |
getTaskId() |
IfcLabel |
getWorkMethod() |
void |
setIsMilestone(BOOLEAN isMilestone) |
void |
setPriority(INTEGER priority) |
void |
setStatus(IfcLabel status) |
void |
setTaskId(IfcIdentifier taskId) |
void |
setWorkMethod(IfcLabel workMethod) |
getIsPredecessorTo, getIsSuccessorFrom, getOperatesOn, setIsPredecessorTo, setIsSuccessorFrom, setOperatesOnaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcIdentifier taskId
@IfcOptionField private IfcLabel status
@IfcOptionField private IfcLabel workMethod
private BOOLEAN isMilestone
@IfcOptionField private INTEGER priority
@IfcParserConstructor public IfcTask(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcIdentifier taskId, IfcLabel status, IfcLabel workMethod, BOOLEAN isMilestone, INTEGER priority)
public IfcIdentifier getTaskId()
public void setTaskId(IfcIdentifier taskId)
public IfcLabel getStatus()
public void setStatus(IfcLabel status)
public IfcLabel getWorkMethod()
public void setWorkMethod(IfcLabel workMethod)
public BOOLEAN getIsMilestone()
public void setIsMilestone(BOOLEAN isMilestone)
public INTEGER getPriority()
public void setPriority(INTEGER priority)
Copyright © 2023. All rights reserved.