@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcPropertyConstraintRelationship extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLabel |
name |
private SET<IfcProperty> |
relatedProperties |
private IfcConstraint |
relatingConstraint |
stepNumber| 构造器和说明 |
|---|
IfcPropertyConstraintRelationship(IfcConstraint relatingConstraint,
SET<IfcProperty> relatedProperties,
IfcLabel name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
SET<IfcProperty> |
getRelatedProperties() |
IfcConstraint |
getRelatingConstraint() |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
void |
setRelatedProperties(SET<IfcProperty> relatedProperties) |
void |
setRelatingConstraint(IfcConstraint relatingConstraint) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcConstraint relatingConstraint
private SET<IfcProperty> relatedProperties
@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
@IfcParserConstructor public IfcPropertyConstraintRelationship(IfcConstraint relatingConstraint, SET<IfcProperty> relatedProperties, IfcLabel name, IfcText description)
public IfcConstraint getRelatingConstraint()
public void setRelatingConstraint(IfcConstraint relatingConstraint)
public SET<IfcProperty> getRelatedProperties()
public void setRelatedProperties(SET<IfcProperty> relatedProperties)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
Copyright © 2023. All rights reserved.