@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcApproval extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcApprovalActorRelationship> |
actors |
private IfcDateTimeSelect |
approvalDateTime |
private IfcLabel |
approvalLevel |
private IfcText |
approvalQualifier |
private IfcLabel |
approvalStatus |
private IfcText |
description |
private IfcIdentifier |
identifier |
private SET<IfcApprovalRelationship> |
isRelatedWith |
private IfcLabel |
name |
private SET<IfcApprovalRelationship> |
relates |
stepNumber| 构造器和说明 |
|---|
IfcApproval(IfcText description,
IfcDateTimeSelect approvalDateTime,
IfcLabel approvalStatus,
IfcLabel approvalLevel,
IfcText approvalQualifier,
IfcLabel name,
IfcIdentifier identifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcApprovalActorRelationship> |
getActors() |
IfcDateTimeSelect |
getApprovalDateTime() |
IfcLabel |
getApprovalLevel() |
IfcText |
getApprovalQualifier() |
IfcLabel |
getApprovalStatus() |
IfcText |
getDescription() |
IfcIdentifier |
getIdentifier() |
SET<IfcApprovalRelationship> |
getIsRelatedWith() |
IfcLabel |
getName() |
SET<IfcApprovalRelationship> |
getRelates() |
void |
setActors(SET<IfcApprovalActorRelationship> actors) |
void |
setApprovalDateTime(IfcDateTimeSelect approvalDateTime) |
void |
setApprovalLevel(IfcLabel approvalLevel) |
void |
setApprovalQualifier(IfcText approvalQualifier) |
void |
setApprovalStatus(IfcLabel approvalStatus) |
void |
setDescription(IfcText description) |
void |
setIdentifier(IfcIdentifier identifier) |
void |
setIsRelatedWith(SET<IfcApprovalRelationship> isRelatedWith) |
void |
setName(IfcLabel name) |
void |
setRelates(SET<IfcApprovalRelationship> relates) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcText description
private IfcDateTimeSelect approvalDateTime
@IfcOptionField private IfcLabel approvalStatus
@IfcOptionField private IfcLabel approvalLevel
@IfcOptionField private IfcText approvalQualifier
private IfcLabel name
private IfcIdentifier identifier
@IfcInverseParameter private SET<IfcApprovalActorRelationship> actors
@IfcInverseParameter private SET<IfcApprovalRelationship> isRelatedWith
@IfcInverseParameter private SET<IfcApprovalRelationship> relates
@IfcParserConstructor public IfcApproval(IfcText description, IfcDateTimeSelect approvalDateTime, IfcLabel approvalStatus, IfcLabel approvalLevel, IfcText approvalQualifier, IfcLabel name, IfcIdentifier identifier)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcDateTimeSelect getApprovalDateTime()
public void setApprovalDateTime(IfcDateTimeSelect approvalDateTime)
public IfcLabel getApprovalStatus()
public void setApprovalStatus(IfcLabel approvalStatus)
public IfcLabel getApprovalLevel()
public void setApprovalLevel(IfcLabel approvalLevel)
public IfcText getApprovalQualifier()
public void setApprovalQualifier(IfcText approvalQualifier)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcIdentifier getIdentifier()
public void setIdentifier(IfcIdentifier identifier)
public SET<IfcApprovalActorRelationship> getActors()
public void setActors(SET<IfcApprovalActorRelationship> actors)
public SET<IfcApprovalRelationship> getIsRelatedWith()
public void setIsRelatedWith(SET<IfcApprovalRelationship> isRelatedWith)
public SET<IfcApprovalRelationship> getRelates()
public void setRelates(SET<IfcApprovalRelationship> relates)
Copyright © 2023. All rights reserved.