@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcApplication extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcOrganization |
applicationDeveloper |
private IfcLabel |
applicationFullName |
private IfcIdentifier |
applicationIdentifier |
private IfcLabel |
version |
stepNumber| 构造器和说明 |
|---|
IfcApplication(IfcOrganization applicationDeveloper,
IfcLabel version,
IfcLabel applicationFullName,
IfcIdentifier applicationIdentifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcOrganization |
getApplicationDeveloper() |
IfcLabel |
getApplicationFullName() |
IfcIdentifier |
getApplicationIdentifier() |
IfcLabel |
getVersion() |
void |
setApplicationDeveloper(IfcOrganization applicationDeveloper) |
void |
setApplicationFullName(IfcLabel applicationFullName) |
void |
setApplicationIdentifier(IfcIdentifier applicationIdentifier) |
void |
setVersion(IfcLabel version) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcOrganization applicationDeveloper
private IfcLabel version
private IfcLabel applicationFullName
private IfcIdentifier applicationIdentifier
@IfcParserConstructor public IfcApplication(IfcOrganization applicationDeveloper, IfcLabel version, IfcLabel applicationFullName, IfcIdentifier applicationIdentifier)
public IfcOrganization getApplicationDeveloper()
public void setApplicationDeveloper(IfcOrganization applicationDeveloper)
public IfcLabel getVersion()
public void setVersion(IfcLabel version)
public IfcLabel getApplicationFullName()
public void setApplicationFullName(IfcLabel applicationFullName)
public IfcIdentifier getApplicationIdentifier()
public void setApplicationIdentifier(IfcIdentifier applicationIdentifier)
Copyright © 2023. All rights reserved.