@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcDocumentInformationRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcDocumentInformation> |
relatedDocuments |
private IfcDocumentInformation |
relatingDocument |
private IfcLabel |
relationshipType |
stepNumber| 构造器和说明 |
|---|
IfcDocumentInformationRelationship(IfcDocumentInformation relatingDocument,
SET<IfcDocumentInformation> relatedDocuments,
IfcLabel relationshipType) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcDocumentInformation> |
getRelatedDocuments() |
IfcDocumentInformation |
getRelatingDocument() |
IfcLabel |
getRelationshipType() |
void |
setRelatedDocuments(SET<IfcDocumentInformation> relatedDocuments) |
void |
setRelatingDocument(IfcDocumentInformation relatingDocument) |
void |
setRelationshipType(IfcLabel relationshipType) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcDocumentInformation relatingDocument
private SET<IfcDocumentInformation> relatedDocuments
@IfcOptionField private IfcLabel relationshipType
@IfcParserConstructor public IfcDocumentInformationRelationship(IfcDocumentInformation relatingDocument, SET<IfcDocumentInformation> relatedDocuments, IfcLabel relationshipType)
public IfcDocumentInformation getRelatingDocument()
public void setRelatingDocument(IfcDocumentInformation relatingDocument)
public SET<IfcDocumentInformation> getRelatedDocuments()
public void setRelatedDocuments(SET<IfcDocumentInformation> relatedDocuments)
public IfcLabel getRelationshipType()
public void setRelationshipType(IfcLabel relationshipType)
Copyright © 2023. All rights reserved.