public class IfcTableRow extends IfcEntity
Constructor and Description |
---|
IfcTableRow() |
Modifier and Type | Method and Description |
---|---|
IfcTable |
getOfTable() |
IfcCollection<IfcValue> |
getRowCells() |
boolean |
isHeading() |
void |
setHeading(boolean value) |
void |
setRowCells(IfcCollection<IfcValue> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcCollection<IfcValue> getRowCells()
public final void setRowCells(IfcCollection<IfcValue> value)
public final boolean isHeading()
public final void setHeading(boolean value)
public final IfcTable getOfTable()