public class IfcMaterialRelationship extends IfcResourceLevelRelationship
| Constructor and Description |
|---|
IfcMaterialRelationship() |
| Modifier and Type | Method and Description |
|---|---|
IfcLabel |
getExpression() |
IfcCollection<IfcMaterial> |
getRelatedMaterials() |
IfcMaterial |
getRelatingMaterial() |
void |
setExpression(IfcLabel value) |
void |
setRelatedMaterials(IfcCollection<IfcMaterial> value) |
void |
setRelatingMaterial(IfcMaterial value) |
getDescription, getName, setDescription, setNameequals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcMaterial getRelatingMaterial()
public final void setRelatingMaterial(IfcMaterial value)
public final IfcCollection<IfcMaterial> getRelatedMaterials()
public final void setRelatedMaterials(IfcCollection<IfcMaterial> value)
public final IfcLabel getExpression()
public final void setExpression(IfcLabel value)