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, setName
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public 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)