@IfcClass(type=ENTITY, layer=CORE) public abstract class IfcRoot extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcGloballyUniqueId |
globalId |
private IfcLabel |
name |
private IfcOwnerHistory |
ownerHistory |
stepNumber| 构造器和说明 |
|---|
IfcRoot() |
IfcRoot(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcGloballyUniqueId |
getGlobalId() |
IfcLabel |
getName() |
IfcOwnerHistory |
getOwnerHistory() |
void |
setDescription(IfcText description) |
void |
setDescription(String description) |
void |
setGlobalId(IfcGloballyUniqueId globalId) |
void |
setName(IfcLabel name) |
void |
setName(String name) |
void |
setOwnerHistory(IfcOwnerHistory ownerHistory) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcGloballyUniqueId globalId
private IfcOwnerHistory ownerHistory
@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
public IfcRoot()
public IfcRoot(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description)
public IfcGloballyUniqueId getGlobalId()
public void setGlobalId(IfcGloballyUniqueId globalId)
public IfcOwnerHistory getOwnerHistory()
public void setOwnerHistory(IfcOwnerHistory ownerHistory)
public IfcLabel getName()
public void setName(IfcLabel name)
public void setName(String name)
public IfcText getDescription()
public void setDescription(IfcText description)
public void setDescription(String description)
Copyright © 2023. All rights reserved.