public class IfcMaterialLayerSet extends IfcMaterialDefinition
Constructor and Description |
---|
IfcMaterialLayerSet() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcLabel |
getLayerSetName() |
IfcCollection<IfcMaterialLayer> |
getMaterialLayers() |
void |
setDescription(IfcText value) |
void |
setLayerSetName(IfcLabel value) |
void |
setMaterialLayers(IfcCollection<IfcMaterialLayer> value) |
getAssociatedTo, hasExternalReferences, hasProperties
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcCollection<IfcMaterialLayer> getMaterialLayers()
public final void setMaterialLayers(IfcCollection<IfcMaterialLayer> value)
public final IfcLabel getLayerSetName()
public final void setLayerSetName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)