public interface IfcTable extends IfcMetricValueSelect, IfcObjectReferenceSelect
The following features are supported:
Ifc4Package.getIfcTable()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<IfcTableColumn> |
getColumns()
Returns the value of the 'Columns' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<IfcTableRow> |
getRows()
Returns the value of the 'Rows' reference list.
|
boolean |
isSetColumns()
Returns whether the value of the '
Columns' reference list is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
boolean |
isSetRows()
Returns whether the value of the '
Rows' reference list is set. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
unsetColumns()
Unsets the value of the '
Columns' reference list. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
void |
unsetRows()
Unsets the value of the '
Rows' reference list. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName(),
unsetName(),
setName(String),
Ifc4Package.getIfcTable_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.isSetName(),
unsetName(),
getName()void unsetName()
Name' attribute.
isSetName(),
getName(),
setName(String)boolean isSetName()
Name' attribute is set.
unsetName(),
getName(),
setName(String)org.eclipse.emf.common.util.EList<IfcTableRow> getRows()
IfcTableRow.
It is bidirectional and its opposite is 'Of Table'.
If the meaning of the 'Rows' reference list isn't clear, there really should be more of a description here...
isSetRows(),
unsetRows(),
Ifc4Package.getIfcTable_Rows(),
IfcTableRow.getOfTable()void unsetRows()
Rows' reference list.
isSetRows(),
getRows()boolean isSetRows()
Rows' reference list is set.
unsetRows(),
getRows()org.eclipse.emf.common.util.EList<IfcTableColumn> getColumns()
IfcTableColumn.
If the meaning of the 'Columns' reference list isn't clear, there really should be more of a description here...
isSetColumns(),
unsetColumns(),
Ifc4Package.getIfcTable_Columns()void unsetColumns()
Columns' reference list.
isSetColumns(),
getColumns()boolean isSetColumns()
Columns' reference list is set.
unsetColumns(),
getColumns()Copyright © 2016 OpenSource BIM. All rights reserved.