@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcClassification extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcClassificationItem> |
contains |
private IfcLabel |
edition |
private IfcCalendarDate |
editionDate |
private IfcLabel |
name |
private IfcLabel |
source |
stepNumber| 构造器和说明 |
|---|
IfcClassification() |
IfcClassification(IfcLabel source,
IfcLabel edition,
IfcCalendarDate editionDate,
IfcLabel name) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcClassificationItem> |
getContains() |
IfcLabel |
getEdition() |
IfcCalendarDate |
getEditionDate() |
IfcLabel |
getName() |
IfcLabel |
getSource() |
void |
setContains(SET<IfcClassificationItem> contains) |
void |
setEdition(IfcLabel edition) |
void |
setEditionDate(IfcCalendarDate editionDate) |
void |
setName(IfcLabel name) |
void |
setSource(IfcLabel source) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcLabel source
private IfcLabel edition
@IfcOptionField private IfcCalendarDate editionDate
private IfcLabel name
@IfcInverseParameter private SET<IfcClassificationItem> contains
public IfcClassification()
@IfcParserConstructor public IfcClassification(IfcLabel source, IfcLabel edition, IfcCalendarDate editionDate, IfcLabel name)
public IfcLabel getSource()
public void setSource(IfcLabel source)
public IfcLabel getEdition()
public void setEdition(IfcLabel edition)
public IfcCalendarDate getEditionDate()
public void setEditionDate(IfcCalendarDate editionDate)
public IfcLabel getName()
public void setName(IfcLabel name)
public SET<IfcClassificationItem> getContains()
public void setContains(SET<IfcClassificationItem> contains)
Copyright © 2023. All rights reserved.