@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcLibraryInformation extends Object implements IfcLibrarySelect
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcLibraryReference> |
libraryReference |
private IfcLabel |
name |
private IfcOrganization |
publisher |
private IfcLabel |
version |
private IfcCalendarDate |
versionDate |
| 构造器和说明 |
|---|
IfcLibraryInformation(IfcLabel name,
IfcLabel version,
IfcOrganization publisher,
IfcCalendarDate versionDate,
SET<IfcLibraryReference> libraryReference) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcLibraryReference> |
getLibraryReference() |
IfcLabel |
getName() |
IfcOrganization |
getPublisher() |
IfcLabel |
getVersion() |
IfcCalendarDate |
getVersionDate() |
void |
setLibraryReference(SET<IfcLibraryReference> libraryReference) |
void |
setName(IfcLabel name) |
void |
setPublisher(IfcOrganization publisher) |
void |
setVersion(IfcLabel version) |
void |
setVersionDate(IfcCalendarDate versionDate) |
private IfcLabel name
@IfcOptionField private IfcLabel version
@IfcOptionField private IfcOrganization publisher
@IfcOptionField private IfcCalendarDate versionDate
@IfcOptionField private SET<IfcLibraryReference> libraryReference
@IfcParserConstructor public IfcLibraryInformation(IfcLabel name, IfcLabel version, IfcOrganization publisher, IfcCalendarDate versionDate, SET<IfcLibraryReference> libraryReference)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcLabel getVersion()
public void setVersion(IfcLabel version)
public IfcOrganization getPublisher()
public void setPublisher(IfcOrganization publisher)
public IfcCalendarDate getVersionDate()
public void setVersionDate(IfcCalendarDate versionDate)
public SET<IfcLibraryReference> getLibraryReference()
public void setLibraryReference(SET<IfcLibraryReference> libraryReference)
Copyright © 2023. All rights reserved.