@IfcClass(type=ENTITY, layer=SHARED) public class IfcProjectOrder extends IfcControl
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcIdentifier |
ID |
private IfcProjectOrderTypeEnum |
predefinedType |
private IfcLabel |
status |
stepNumber| 构造器和说明 |
|---|
IfcProjectOrder(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
SET<IfcRelAssignsToControl> controls,
IfcIdentifier ID,
IfcProjectOrderTypeEnum predefinedType,
IfcLabel status) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcIdentifier |
getID() |
IfcProjectOrderTypeEnum |
getPredefinedType() |
IfcLabel |
getStatus() |
void |
setID(IfcIdentifier iD) |
void |
setPredefinedType(IfcProjectOrderTypeEnum predefinedType) |
void |
setStatus(IfcLabel status) |
getControls, setControlsaddIsDefinedBy, 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 ID
private IfcProjectOrderTypeEnum predefinedType
private IfcLabel status
@IfcParserConstructor public IfcProjectOrder(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, SET<IfcRelAssignsToControl> controls, IfcIdentifier ID, IfcProjectOrderTypeEnum predefinedType, IfcLabel status)
public IfcIdentifier getID()
public void setID(IfcIdentifier iD)
public IfcProjectOrderTypeEnum getPredefinedType()
public void setPredefinedType(IfcProjectOrderTypeEnum predefinedType)
public IfcLabel getStatus()
public void setStatus(IfcLabel status)
Copyright © 2023. All rights reserved.