public interface IfcMaterialConstituent extends IfcMaterialDefinition
The following features are supported:
Ifc4Package.getIfcMaterialConstituent()| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Returns the value of the 'Category' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
double |
getFraction()
Returns the value of the 'Fraction' attribute.
|
String |
getFractionAsString()
Returns the value of the 'Fraction As String' attribute.
|
IfcMaterial |
getMaterial()
Returns the value of the 'Material' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
IfcMaterialConstituentSet |
getToMaterialConstituentSet()
Returns the value of the 'To Material Constituent 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 |
isSetFraction()
Returns whether the value of the '
Fraction' attribute is set. |
boolean |
isSetFractionAsString()
Returns whether the value of the '
Fraction As String' attribute is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
boolean |
isSetToMaterialConstituentSet()
Returns whether the value of the '
To Material Constituent 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 |
setFraction(double value)
Sets the value of the '
Fraction' attribute. |
void |
setFractionAsString(String value)
Sets the value of the '
Fraction 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 |
setToMaterialConstituentSet(IfcMaterialConstituentSet value)
Sets the value of the '
To Material Constituent Set' reference. |
void |
unsetCategory()
Unsets the value of the '
Category' attribute. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetFraction()
Unsets the value of the '
Fraction' attribute. |
void |
unsetFractionAsString()
Unsets the value of the '
Fraction As String' attribute. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
void |
unsetToMaterialConstituentSet()
Unsets the value of the '
To Material Constituent Set' reference. |
getAssociatedTo, getHasExternalReferences, getHasProperties, isSetAssociatedTo, isSetHasExternalReferences, isSetHasProperties, unsetAssociatedTo, unsetHasExternalReferences, unsetHasPropertiesforceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString 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.getIfcMaterialConstituent_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.getIfcMaterialConstituent_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)IfcMaterial getMaterial()
If the meaning of the 'Material' reference isn't clear, there really should be more of a description here...
setMaterial(IfcMaterial),
Ifc4Package.getIfcMaterialConstituent_Material()void setMaterial(IfcMaterial value)
Material' reference.
value - the new value of the 'Material' reference.getMaterial()double getFraction()
If the meaning of the 'Fraction' attribute isn't clear, there really should be more of a description here...
isSetFraction(),
unsetFraction(),
setFraction(double),
Ifc4Package.getIfcMaterialConstituent_Fraction()void setFraction(double value)
Fraction' attribute.
value - the new value of the 'Fraction' attribute.isSetFraction(),
unsetFraction(),
getFraction()void unsetFraction()
Fraction' attribute.
isSetFraction(),
getFraction(),
setFraction(double)boolean isSetFraction()
Fraction' attribute is set.
unsetFraction(),
getFraction(),
setFraction(double)String getFractionAsString()
If the meaning of the 'Fraction As String' attribute isn't clear, there really should be more of a description here...
isSetFractionAsString(),
unsetFractionAsString(),
setFractionAsString(String),
Ifc4Package.getIfcMaterialConstituent_FractionAsString()void setFractionAsString(String value)
Fraction As String' attribute.
value - the new value of the 'Fraction As String' attribute.isSetFractionAsString(),
unsetFractionAsString(),
getFractionAsString()void unsetFractionAsString()
Fraction As String' attribute.
boolean isSetFractionAsString()
Fraction As String' attribute is set.
unsetFractionAsString(),
getFractionAsString(),
setFractionAsString(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.getIfcMaterialConstituent_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)IfcMaterialConstituentSet getToMaterialConstituentSet()
Material Constituents'.
If the meaning of the 'To Material Constituent Set' reference isn't clear, there really should be more of a description here...
isSetToMaterialConstituentSet(),
unsetToMaterialConstituentSet(),
setToMaterialConstituentSet(IfcMaterialConstituentSet),
Ifc4Package.getIfcMaterialConstituent_ToMaterialConstituentSet(),
IfcMaterialConstituentSet.getMaterialConstituents()void setToMaterialConstituentSet(IfcMaterialConstituentSet value)
To Material Constituent Set' reference.
value - the new value of the 'To Material Constituent Set' reference.isSetToMaterialConstituentSet(),
unsetToMaterialConstituentSet(),
getToMaterialConstituentSet()void unsetToMaterialConstituentSet()
To Material Constituent Set' reference.
boolean isSetToMaterialConstituentSet()
To Material Constituent Set' reference is set.
unsetToMaterialConstituentSet(),
getToMaterialConstituentSet(),
setToMaterialConstituentSet(IfcMaterialConstituentSet)Copyright © 2016 OpenSource BIM. All rights reserved.