public class IfcPropertyDependencyRelationship extends IfcEntity
Constructor and Description |
---|
IfcPropertyDependencyRelationship() |
Modifier and Type | Method and Description |
---|---|
IfcProperty |
getDependantProperty() |
IfcProperty |
getDependingProperty() |
IfcText |
getDescription() |
IfcText |
getExpression() |
IfcLabel |
getName() |
void |
setDependantProperty(IfcProperty value) |
void |
setDependingProperty(IfcProperty value) |
void |
setDescription(IfcText value) |
void |
setExpression(IfcText value) |
void |
setName(IfcLabel value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcProperty getDependingProperty()
public final void setDependingProperty(IfcProperty value)
public final IfcProperty getDependantProperty()
public final void setDependantProperty(IfcProperty value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcText getExpression()
public final void setExpression(IfcText value)