IfcPropertyDependencyRelationship

Inheritance: java.lang.Object, IfcEntity

Constructors

ConstructorDescription
IfcPropertyDependencyRelationship()

Methods

MethodDescription
getDependingProperty()
setDependingProperty(IfcProperty value)
getDependantProperty()
setDependantProperty(IfcProperty value)
getName()
setName(IfcLabel value)
getDescription()
setDescription(IfcText value)
getExpression()
setExpression(IfcText value)

IfcPropertyDependencyRelationship()

public IfcPropertyDependencyRelationship()

getDependingProperty()

public final IfcProperty getDependingProperty()

Returns: IfcProperty

setDependingProperty(IfcProperty value)

public final void setDependingProperty(IfcProperty value)

getDependantProperty()

public final IfcProperty getDependantProperty()

Returns: IfcProperty

setDependantProperty(IfcProperty value)

public final void setDependantProperty(IfcProperty value)

getName()

public final IfcLabel getName()

Returns: IfcLabel

setName(IfcLabel value)

public final void setName(IfcLabel value)

getDescription()

public final IfcText getDescription()

Returns: IfcText

setDescription(IfcText value)

public final void setDescription(IfcText value)

getExpression()

public final IfcText getExpression()

Returns: IfcText

setExpression(IfcText value)

public final void setExpression(IfcText value)