public class IfcMaterial extends IfcMaterialDefinition
| Constructor and Description |
|---|
IfcMaterial() |
| Modifier and Type | Method and Description |
|---|---|
IfcLabel |
getCategory() |
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcCollection<IfcMaterialRelationship> |
getRelatesTo() |
IfcCollection<IfcMaterialDefinitionRepresentation> |
hasRepresentation() |
IfcCollection<IfcMaterialRelationship> |
isRelatedWith() |
void |
setCategory(IfcLabel value) |
void |
setDescription(IfcText 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 IfcLabel getCategory()
public final void setCategory(IfcLabel value)
public final IfcCollection<IfcMaterialDefinitionRepresentation> hasRepresentation()
public final IfcCollection<IfcMaterialRelationship> isRelatedWith()
public final IfcCollection<IfcMaterialRelationship> getRelatesTo()