public interface IfcMaterialProfile extends IfcMaterialDefinition
The following features are supported:
Ifc4Package.getIfcMaterialProfile()| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Returns the value of the 'Category' attribute.
|
String |
getDescription()
Returns the value of the 'Description' 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.
|
IfcProfileDef |
getProfile()
Returns the value of the 'Profile' reference.
|
IfcMaterialProfileSet |
getToMaterialProfileSet()
Returns the value of the 'To Material Profile 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 |
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 |
isSetToMaterialProfileSet()
Returns whether the value of the '
To Material Profile 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 |
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 |
setProfile(IfcProfileDef value)
Sets the value of the '
Profile' reference. |
void |
setToMaterialProfileSet(IfcMaterialProfileSet value)
Sets the value of the '
To Material Profile Set' reference. |
void |
unsetCategory()
Unsets the value of the '
Category' attribute. |
void |
unsetDescription()
Unsets the value of the '
Description' 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 |
unsetToMaterialProfileSet()
Unsets the value of the '
To Material Profile 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.getIfcMaterialProfile_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.getIfcMaterialProfile_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...
isSetMaterial(),
unsetMaterial(),
setMaterial(IfcMaterial),
Ifc4Package.getIfcMaterialProfile_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)IfcProfileDef getProfile()
If the meaning of the 'Profile' reference isn't clear, there really should be more of a description here...
setProfile(IfcProfileDef),
Ifc4Package.getIfcMaterialProfile_Profile()void setProfile(IfcProfileDef value)
Profile' reference.
value - the new value of the 'Profile' reference.getProfile()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.getIfcMaterialProfile_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.getIfcMaterialProfile_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)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.getIfcMaterialProfile_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)IfcMaterialProfileSet getToMaterialProfileSet()
Material Profiles'.
If the meaning of the 'To Material Profile Set' reference isn't clear, there really should be more of a description here...
isSetToMaterialProfileSet(),
unsetToMaterialProfileSet(),
setToMaterialProfileSet(IfcMaterialProfileSet),
Ifc4Package.getIfcMaterialProfile_ToMaterialProfileSet(),
IfcMaterialProfileSet.getMaterialProfiles()void setToMaterialProfileSet(IfcMaterialProfileSet value)
To Material Profile Set' reference.
value - the new value of the 'To Material Profile Set' reference.isSetToMaterialProfileSet(),
unsetToMaterialProfileSet(),
getToMaterialProfileSet()void unsetToMaterialProfileSet()
To Material Profile Set' reference.
boolean isSetToMaterialProfileSet()
To Material Profile Set' reference is set.
unsetToMaterialProfileSet(),
getToMaterialProfileSet(),
setToMaterialProfileSet(IfcMaterialProfileSet)Copyright © 2016 OpenSource BIM. All rights reserved.