@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcApprovalRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLabel |
name |
private IfcApproval |
relatedApproval |
private IfcApproval |
relatingApproval |
stepNumber| 构造器和说明 |
|---|
IfcApprovalRelationship(IfcApproval relatedApproval,
IfcApproval relatingApproval,
IfcText description,
IfcLabel name) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcApproval |
getRelatedApproval() |
IfcApproval |
getRelatingApproval() |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
void |
setRelatedApproval(IfcApproval relatedApproval) |
void |
setRelatingApproval(IfcApproval relatingApproval) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcApproval relatedApproval
private IfcApproval relatingApproval
@IfcOptionField private IfcText description
private IfcLabel name
@IfcParserConstructor public IfcApprovalRelationship(IfcApproval relatedApproval, IfcApproval relatingApproval, IfcText description, IfcLabel name)
public IfcApproval getRelatedApproval()
public void setRelatedApproval(IfcApproval relatedApproval)
public IfcApproval getRelatingApproval()
public void setRelatingApproval(IfcApproval relatingApproval)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcLabel getName()
public void setName(IfcLabel name)
Copyright © 2023. All rights reserved.