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.
|
long |
getNumberOfCellsInRow()
Returns the value of the 'Number Of Cells In Row' attribute.
|
long |
getNumberOfDataRows()
Returns the value of the 'Number Of Data Rows' attribute.
|
long |
getNumberOfHeadings()
Returns the value of the 'Number Of Headings' 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 |
isSetNumberOfCellsInRow()
Returns whether the value of the '
Number Of Cells In Row' attribute is set. |
boolean |
isSetNumberOfDataRows()
Returns whether the value of the '
Number Of Data Rows' attribute is set. |
boolean |
isSetNumberOfHeadings()
Returns whether the value of the '
Number Of Headings' 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 |
setNumberOfCellsInRow(long value)
Sets the value of the '
Number Of Cells In Row' attribute. |
void |
setNumberOfDataRows(long value)
Sets the value of the '
Number Of Data Rows' attribute. |
void |
setNumberOfHeadings(long value)
Sets the value of the '
Number Of Headings' attribute. |
void |
unsetColumns()
Unsets the value of the '
Columns' reference list. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
void |
unsetNumberOfCellsInRow()
Unsets the value of the '
Number Of Cells In Row' attribute. |
void |
unsetNumberOfDataRows()
Unsets the value of the '
Number Of Data Rows' attribute. |
void |
unsetNumberOfHeadings()
Unsets the value of the '
Number Of Headings' 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.
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()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()long getNumberOfCellsInRow()
If the meaning of the 'Number Of Cells In Row' attribute isn't clear, there really should be more of a description here...
isSetNumberOfCellsInRow(),
unsetNumberOfCellsInRow(),
setNumberOfCellsInRow(long),
Ifc4Package.getIfcTable_NumberOfCellsInRow()void setNumberOfCellsInRow(long value)
Number Of Cells In Row' attribute.
value - the new value of the 'Number Of Cells In Row' attribute.isSetNumberOfCellsInRow(),
unsetNumberOfCellsInRow(),
getNumberOfCellsInRow()void unsetNumberOfCellsInRow()
Number Of Cells In Row' attribute.
boolean isSetNumberOfCellsInRow()
Number Of Cells In Row' attribute is set.
unsetNumberOfCellsInRow(),
getNumberOfCellsInRow(),
setNumberOfCellsInRow(long)long getNumberOfDataRows()
If the meaning of the 'Number Of Data Rows' attribute isn't clear, there really should be more of a description here...
isSetNumberOfDataRows(),
unsetNumberOfDataRows(),
setNumberOfDataRows(long),
Ifc4Package.getIfcTable_NumberOfDataRows()void setNumberOfDataRows(long value)
Number Of Data Rows' attribute.
value - the new value of the 'Number Of Data Rows' attribute.isSetNumberOfDataRows(),
unsetNumberOfDataRows(),
getNumberOfDataRows()void unsetNumberOfDataRows()
Number Of Data Rows' attribute.
boolean isSetNumberOfDataRows()
Number Of Data Rows' attribute is set.
unsetNumberOfDataRows(),
getNumberOfDataRows(),
setNumberOfDataRows(long)long getNumberOfHeadings()
If the meaning of the 'Number Of Headings' attribute isn't clear, there really should be more of a description here...
isSetNumberOfHeadings(),
unsetNumberOfHeadings(),
setNumberOfHeadings(long),
Ifc4Package.getIfcTable_NumberOfHeadings()void setNumberOfHeadings(long value)
Number Of Headings' attribute.
value - the new value of the 'Number Of Headings' attribute.isSetNumberOfHeadings(),
unsetNumberOfHeadings(),
getNumberOfHeadings()void unsetNumberOfHeadings()
Number Of Headings' attribute.
boolean isSetNumberOfHeadings()
Number Of Headings' attribute is set.
unsetNumberOfHeadings(),
getNumberOfHeadings(),
setNumberOfHeadings(long)Copyright © 2018 OpenSource BIM. All rights reserved.