@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcProperty extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcIdentifier |
name |
private SET<IfcComplexProperty> |
partOfComplex |
private SET<IfcPropertyDependencyRelationship> |
propertyDependsOn |
private SET<IfcPropertyDependencyRelationship> |
propertyForDependance |
stepNumber| 构造器和说明 |
|---|
IfcProperty() |
IfcProperty(IfcIdentifier name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcIdentifier |
getName() |
SET<IfcComplexProperty> |
getPartOfComplex() |
SET<IfcPropertyDependencyRelationship> |
getPropertyDependsOn() |
SET<IfcPropertyDependencyRelationship> |
getPropertyForDependance() |
void |
setDescription(IfcText description) |
void |
setName(IfcIdentifier name) |
void |
setPartOfComplex(SET<IfcComplexProperty> partOfComplex) |
void |
setPropertyDependsOn(SET<IfcPropertyDependencyRelationship> propertyDependsOn) |
void |
setPropertyForDependance(SET<IfcPropertyDependencyRelationship> propertyForDependance) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcIdentifier name
@IfcOptionField private IfcText description
@IfcInverseParameter private SET<IfcPropertyDependencyRelationship> propertyForDependance
@IfcInverseParameter private SET<IfcPropertyDependencyRelationship> propertyDependsOn
@IfcInverseParameter private SET<IfcComplexProperty> partOfComplex
public IfcProperty()
@IfcParserConstructor public IfcProperty(IfcIdentifier name, IfcText description)
public IfcIdentifier getName()
public void setName(IfcIdentifier name)
public IfcText getDescription()
public void setDescription(IfcText description)
public SET<IfcPropertyDependencyRelationship> getPropertyForDependance()
public void setPropertyForDependance(SET<IfcPropertyDependencyRelationship> propertyForDependance)
public SET<IfcPropertyDependencyRelationship> getPropertyDependsOn()
public void setPropertyDependsOn(SET<IfcPropertyDependencyRelationship> propertyDependsOn)
public SET<IfcComplexProperty> getPartOfComplex()
public void setPartOfComplex(SET<IfcComplexProperty> partOfComplex)
Copyright © 2023. All rights reserved.