IfcPropertyConstraintRelationship

Inheritance: java.lang.Object, IfcEntity

Constructors

ConstructorDescription
IfcPropertyConstraintRelationship()

Methods

MethodDescription
getRelatingConstraint()
setRelatingConstraint(IfcConstraint value)
getRelatedProperties()
setRelatedProperties(IfcCollection value)
getName()
setName(IfcLabel value)
getDescription()
setDescription(IfcText value)

IfcPropertyConstraintRelationship()

public IfcPropertyConstraintRelationship()

getRelatingConstraint()

public final IfcConstraint getRelatingConstraint()

Returns: IfcConstraint

setRelatingConstraint(IfcConstraint value)

public final void setRelatingConstraint(IfcConstraint value)

getRelatedProperties()

public final IfcCollection<IfcProperty> getRelatedProperties()

Returns: IfcCollection

setRelatedProperties(IfcCollection value)

public final void setRelatedProperties(IfcCollection<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)