@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcPropertyDependencyRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcProperty |
dependantProperty |
private IfcProperty |
dependingProperty |
private IfcText |
description |
private IfcText |
expression |
private IfcLabel |
name |
stepNumber| 构造器和说明 |
|---|
IfcPropertyDependencyRelationship(IfcProperty dependingProperty,
IfcProperty dependantProperty,
IfcLabel name,
IfcText description,
IfcText expression) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcProperty |
getDependantProperty() |
IfcProperty |
getDependingProperty() |
IfcText |
getDescription() |
IfcText |
getExpression() |
IfcLabel |
getName() |
boolean |
illegal() |
void |
setDependantProperty(IfcProperty dependantProperty) |
void |
setDependingProperty(IfcProperty dependingProperty) |
void |
setDescription(IfcText description) |
void |
setExpression(IfcText expression) |
void |
setName(IfcLabel name) |
check, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfcprivate IfcProperty dependingProperty
private IfcProperty dependantProperty
@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
@IfcOptionField private IfcText expression
@IfcParserConstructor public IfcPropertyDependencyRelationship(IfcProperty dependingProperty, IfcProperty dependantProperty, IfcLabel name, IfcText description, IfcText expression)
public IfcProperty getDependingProperty()
public void setDependingProperty(IfcProperty dependingProperty)
public IfcProperty getDependantProperty()
public void setDependantProperty(IfcProperty dependantProperty)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcText getExpression()
public void setExpression(IfcText expression)
public boolean illegal()
illegal 在接口中 IfcInterfaceillegal 在类中 IfcAbstractClassCopyright © 2023. All rights reserved.