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