public class IfcConstraintAggregationRelationship2X3 extends IfcEntityBase
IfcConstraintAggregationRelationship
| Constructor and Description |
|---|
IfcConstraintAggregationRelationship2X3() |
| Modifier and Type | Method and Description |
|---|---|
IfcText2X3 |
getDescription() |
IfcLogicalOperatorEnum2X3 |
getLogicalAggregator() |
IfcLabel2X3 |
getName() |
IfcCollection<IfcConstraint2X3> |
getRelatedConstraints() |
IfcConstraint2X3 |
getRelatingConstraint() |
void |
setDescription(IfcText2X3 value) |
void |
setLogicalAggregator(IfcLogicalOperatorEnum2X3 value) |
void |
setName(IfcLabel2X3 value) |
void |
setRelatedConstraints(IfcCollection<IfcConstraint2X3> value) |
void |
setRelatingConstraint(IfcConstraint2X3 value) |
equals, getChilds, getEntityLabel, getId, hashCode, op_Equality, op_Inequalitypublic IfcConstraintAggregationRelationship2X3()
public final IfcLabel2X3 getName()
public final void setName(IfcLabel2X3 value)
public final IfcText2X3 getDescription()
public final void setDescription(IfcText2X3 value)
public final IfcConstraint2X3 getRelatingConstraint()
public final void setRelatingConstraint(IfcConstraint2X3 value)
public final IfcCollection<IfcConstraint2X3> getRelatedConstraints()
public final void setRelatedConstraints(IfcCollection<IfcConstraint2X3> value)
public final IfcLogicalOperatorEnum2X3 getLogicalAggregator()
public final void setLogicalAggregator(IfcLogicalOperatorEnum2X3 value)
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.