public class IfcMaterialConstituent extends IfcMaterialDefinition
| Constructor and Description |
|---|
IfcMaterialConstituent() |
| Modifier and Type | Method and Description |
|---|---|
IfcLabel |
getCategory() |
IfcText |
getDescription() |
IfcNormalisedRatioMeasure |
getFraction() |
IfcMaterial |
getMaterial() |
IfcLabel |
getName() |
IfcMaterialConstituentSet |
getToMaterialConstituentSet() |
void |
setCategory(IfcLabel value) |
void |
setDescription(IfcText value) |
void |
setFraction(IfcNormalisedRatioMeasure value) |
void |
setMaterial(IfcMaterial value) |
void |
setName(IfcLabel value) |
getAssociatedTo, hasExternalReferences, hasPropertiesequals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcMaterial getMaterial()
public final void setMaterial(IfcMaterial value)
public final IfcNormalisedRatioMeasure getFraction()
public final void setFraction(IfcNormalisedRatioMeasure value)
public final IfcLabel getCategory()
public final void setCategory(IfcLabel value)
public final IfcMaterialConstituentSet getToMaterialConstituentSet()