public interface IfcMaterialLayer extends IfcMaterialDefinition
The following features are supported:
Ifc4Package.getIfcMaterialLayer()| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Returns the value of the 'Category' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Tristate |
getIsVentilated()
Returns the value of the 'Is Ventilated' attribute.
|
double |
getLayerThickness()
Returns the value of the 'Layer Thickness' attribute.
|
String |
getLayerThicknessAsString()
Returns the value of the 'Layer Thickness As String' attribute.
|
IfcMaterial |
getMaterial()
Returns the value of the 'Material' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
double |
getPriority()
Returns the value of the 'Priority' attribute.
|
String |
getPriorityAsString()
Returns the value of the 'Priority As String' attribute.
|
IfcMaterialLayerSet |
getToMaterialLayerSet()
Returns the value of the 'To Material Layer Set' reference.
|
boolean |
isSetCategory()
Returns whether the value of the '
Category' attribute is set. |
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
boolean |
isSetIsVentilated()
Returns whether the value of the '
Is Ventilated' attribute is set. |
boolean |
isSetMaterial()
Returns whether the value of the '
Material' reference is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
boolean |
isSetPriority()
Returns whether the value of the '
Priority' attribute is set. |
boolean |
isSetPriorityAsString()
Returns whether the value of the '
Priority As String' attribute is set. |
boolean |
isSetToMaterialLayerSet()
Returns whether the value of the '
To Material Layer Set' reference is set. |
void |
setCategory(String value)
Sets the value of the '
Category' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setIsVentilated(Tristate value)
Sets the value of the '
Is Ventilated' attribute. |
void |
setLayerThickness(double value)
Sets the value of the '
Layer Thickness' attribute. |
void |
setLayerThicknessAsString(String value)
Sets the value of the '
Layer Thickness As String' attribute. |
void |
setMaterial(IfcMaterial value)
Sets the value of the '
Material' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setPriority(double value)
Sets the value of the '
Priority' attribute. |
void |
setPriorityAsString(String value)
Sets the value of the '
Priority As String' attribute. |
void |
setToMaterialLayerSet(IfcMaterialLayerSet value)
Sets the value of the '
To Material Layer Set' reference. |
void |
unsetCategory()
Unsets the value of the '
Category' attribute. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetIsVentilated()
Unsets the value of the '
Is Ventilated' attribute. |
void |
unsetMaterial()
Unsets the value of the '
Material' reference. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
void |
unsetPriority()
Unsets the value of the '
Priority' attribute. |
void |
unsetPriorityAsString()
Unsets the value of the '
Priority As String' attribute. |
void |
unsetToMaterialLayerSet()
Unsets the value of the '
To Material Layer Set' reference. |
getAssociatedTo, getHasExternalReferences, getHasProperties, isSetAssociatedTo, isSetHasExternalReferences, isSetHasProperties, unsetAssociatedTo, unsetHasExternalReferences, unsetHasPropertiesforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcMaterial getMaterial()
If the meaning of the 'Material' reference isn't clear, there really should be more of a description here...
isSetMaterial(),
unsetMaterial(),
setMaterial(IfcMaterial),
Ifc4Package.getIfcMaterialLayer_Material()void setMaterial(IfcMaterial value)
Material' reference.
value - the new value of the 'Material' reference.isSetMaterial(),
unsetMaterial(),
getMaterial()void unsetMaterial()
Material' reference.
isSetMaterial(),
getMaterial(),
setMaterial(IfcMaterial)boolean isSetMaterial()
Material' reference is set.
unsetMaterial(),
getMaterial(),
setMaterial(IfcMaterial)double getLayerThickness()
If the meaning of the 'Layer Thickness' attribute isn't clear, there really should be more of a description here...
setLayerThickness(double),
Ifc4Package.getIfcMaterialLayer_LayerThickness()void setLayerThickness(double value)
Layer Thickness' attribute.
value - the new value of the 'Layer Thickness' attribute.getLayerThickness()String getLayerThicknessAsString()
If the meaning of the 'Layer Thickness As String' attribute isn't clear, there really should be more of a description here...
setLayerThicknessAsString(String),
Ifc4Package.getIfcMaterialLayer_LayerThicknessAsString()void setLayerThicknessAsString(String value)
Layer Thickness As String' attribute.
value - the new value of the 'Layer Thickness As String' attribute.getLayerThicknessAsString()Tristate getIsVentilated()
Tristate.
If the meaning of the 'Is Ventilated' attribute isn't clear, there really should be more of a description here...
Tristate,
isSetIsVentilated(),
unsetIsVentilated(),
setIsVentilated(Tristate),
Ifc4Package.getIfcMaterialLayer_IsVentilated()void setIsVentilated(Tristate value)
Is Ventilated' attribute.
value - the new value of the 'Is Ventilated' attribute.Tristate,
isSetIsVentilated(),
unsetIsVentilated(),
getIsVentilated()void unsetIsVentilated()
Is Ventilated' attribute.
boolean isSetIsVentilated()
Is Ventilated' attribute is set.
unsetIsVentilated(),
getIsVentilated(),
setIsVentilated(Tristate)String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName(),
unsetName(),
setName(String),
Ifc4Package.getIfcMaterialLayer_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.isSetName(),
unsetName(),
getName()void unsetName()
Name' attribute.
isSetName(),
getName(),
setName(String)boolean isSetName()
Name' attribute is set.
unsetName(),
getName(),
setName(String)String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
isSetDescription(),
unsetDescription(),
setDescription(String),
Ifc4Package.getIfcMaterialLayer_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.isSetDescription(),
unsetDescription(),
getDescription()void unsetDescription()
Description' attribute.
isSetDescription(),
getDescription(),
setDescription(String)boolean isSetDescription()
Description' attribute is set.
unsetDescription(),
getDescription(),
setDescription(String)String getCategory()
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
isSetCategory(),
unsetCategory(),
setCategory(String),
Ifc4Package.getIfcMaterialLayer_Category()void setCategory(String value)
Category' attribute.
value - the new value of the 'Category' attribute.isSetCategory(),
unsetCategory(),
getCategory()void unsetCategory()
Category' attribute.
isSetCategory(),
getCategory(),
setCategory(String)boolean isSetCategory()
Category' attribute is set.
unsetCategory(),
getCategory(),
setCategory(String)double getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
isSetPriority(),
unsetPriority(),
setPriority(double),
Ifc4Package.getIfcMaterialLayer_Priority()void setPriority(double value)
Priority' attribute.
value - the new value of the 'Priority' attribute.isSetPriority(),
unsetPriority(),
getPriority()void unsetPriority()
Priority' attribute.
isSetPriority(),
getPriority(),
setPriority(double)boolean isSetPriority()
Priority' attribute is set.
unsetPriority(),
getPriority(),
setPriority(double)String getPriorityAsString()
If the meaning of the 'Priority As String' attribute isn't clear, there really should be more of a description here...
isSetPriorityAsString(),
unsetPriorityAsString(),
setPriorityAsString(String),
Ifc4Package.getIfcMaterialLayer_PriorityAsString()void setPriorityAsString(String value)
Priority As String' attribute.
value - the new value of the 'Priority As String' attribute.isSetPriorityAsString(),
unsetPriorityAsString(),
getPriorityAsString()void unsetPriorityAsString()
Priority As String' attribute.
boolean isSetPriorityAsString()
Priority As String' attribute is set.
unsetPriorityAsString(),
getPriorityAsString(),
setPriorityAsString(String)IfcMaterialLayerSet getToMaterialLayerSet()
Material Layers'.
If the meaning of the 'To Material Layer Set' reference isn't clear, there really should be more of a description here...
isSetToMaterialLayerSet(),
unsetToMaterialLayerSet(),
setToMaterialLayerSet(IfcMaterialLayerSet),
Ifc4Package.getIfcMaterialLayer_ToMaterialLayerSet(),
IfcMaterialLayerSet.getMaterialLayers()void setToMaterialLayerSet(IfcMaterialLayerSet value)
To Material Layer Set' reference.
value - the new value of the 'To Material Layer Set' reference.isSetToMaterialLayerSet(),
unsetToMaterialLayerSet(),
getToMaterialLayerSet()void unsetToMaterialLayerSet()
To Material Layer Set' reference.
boolean isSetToMaterialLayerSet()
To Material Layer Set' reference is set.
unsetToMaterialLayerSet(),
getToMaterialLayerSet(),
setToMaterialLayerSet(IfcMaterialLayerSet)Copyright © 2016 OpenSource BIM. All rights reserved.