public class IfcMaterialLayer extends IfcMaterialDefinition
Constructor and Description |
---|
IfcMaterialLayer() |
Modifier and Type | Method and Description |
---|---|
IfcLabel |
getCategory() |
IfcText |
getDescription() |
IfcNonNegativeLengthMeasure |
getLayerThickness() |
IfcMaterial |
getMaterial() |
IfcLabel |
getName() |
IfcInteger |
getPriority() |
IfcMaterialLayerSet |
getToMaterialLayerSet() |
IfcLogical |
isVentilated() |
void |
setCategory(IfcLabel value) |
void |
setDescription(IfcText value) |
void |
setLayerThickness(IfcNonNegativeLengthMeasure value) |
void |
setMaterial(IfcMaterial value) |
void |
setName(IfcLabel value) |
void |
setPriority(IfcInteger value) |
void |
setVentilated(IfcLogical value) |
getAssociatedTo, hasExternalReferences, hasProperties
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcMaterial getMaterial()
public final void setMaterial(IfcMaterial value)
public final IfcNonNegativeLengthMeasure getLayerThickness()
public final void setLayerThickness(IfcNonNegativeLengthMeasure value)
public final IfcLogical isVentilated()
public final void setVentilated(IfcLogical value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcLabel getCategory()
public final void setCategory(IfcLabel value)
public final IfcInteger getPriority()
public final void setPriority(IfcInteger value)
public final IfcMaterialLayerSet getToMaterialLayerSet()