public class IfcTable extends IfcEntity
Constructor and Description |
---|
IfcTable() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcTableColumn> |
getColumns() |
IfcLabel |
getName() |
IfcCollection<IfcTableRow> |
getRows() |
void |
setColumns(IfcCollection<IfcTableColumn> value) |
void |
setName(IfcLabel value) |
void |
setRows(IfcCollection<IfcTableRow> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcCollection<IfcTableRow> getRows()
public final void setRows(IfcCollection<IfcTableRow> value)
public final IfcCollection<IfcTableColumn> getColumns()
public final void setColumns(IfcCollection<IfcTableColumn> value)