public class IfcPropertyConstraintRelationship extends IfcEntity
Constructor and Description |
---|
IfcPropertyConstraintRelationship() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcCollection<IfcProperty> |
getRelatedProperties() |
IfcConstraint |
getRelatingConstraint() |
void |
setDescription(IfcText value) |
void |
setName(IfcLabel value) |
void |
setRelatedProperties(IfcCollection<IfcProperty> value) |
void |
setRelatingConstraint(IfcConstraint value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcConstraint getRelatingConstraint()
public final void setRelatingConstraint(IfcConstraint value)
public final IfcCollection<IfcProperty> getRelatedProperties()
public final void setRelatedProperties(IfcCollection<IfcProperty> value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)