
org.bimserver.models.ifc4.IfcTable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
The newest version!
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see .
*/
package org.bimserver.models.ifc4;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Table'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcTable#getName Name}
* - {@link org.bimserver.models.ifc4.IfcTable#getRows Rows}
* - {@link org.bimserver.models.ifc4.IfcTable#getColumns Columns}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTable()
* @model
* @generated
*/
public interface IfcTable extends IfcMetricValueSelect, IfcObjectReferenceSelect {
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #isSetName()
* @see #unsetName()
* @see #setName(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTable_Name()
* @model unsettable="true"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcTable#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #isSetName()
* @see #unsetName()
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTable#getName Name}' attribute.
*
*
* @see #isSetName()
* @see #getName()
* @see #setName(String)
* @generated
*/
void unsetName();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTable#getName Name}' attribute is set.
*
*
* @return whether the value of the 'Name' attribute is set.
* @see #unsetName()
* @see #getName()
* @see #setName(String)
* @generated
*/
boolean isSetName();
/**
* Returns the value of the 'Rows' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcTableRow}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcTableRow#getOfTable Of Table}'.
*
*
* If the meaning of the 'Rows' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Rows' reference list.
* @see #isSetRows()
* @see #unsetRows()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTable_Rows()
* @see org.bimserver.models.ifc4.IfcTableRow#getOfTable
* @model opposite="OfTable" unsettable="true"
* @generated
*/
EList getRows();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTable#getRows Rows}' reference list.
*
*
* @see #isSetRows()
* @see #getRows()
* @generated
*/
void unsetRows();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTable#getRows Rows}' reference list is set.
*
*
* @return whether the value of the 'Rows' reference list is set.
* @see #unsetRows()
* @see #getRows()
* @generated
*/
boolean isSetRows();
/**
* Returns the value of the 'Columns' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcTableColumn}.
*
*
* If the meaning of the 'Columns' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Columns' reference list.
* @see #isSetColumns()
* @see #unsetColumns()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcTable_Columns()
* @model unsettable="true"
* @generated
*/
EList getColumns();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTable#getColumns Columns}' reference list.
*
*
* @see #isSetColumns()
* @see #getColumns()
* @generated
*/
void unsetColumns();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTable#getColumns Columns}' reference list is set.
*
*
* @return whether the value of the 'Columns' reference list is set.
* @see #unsetColumns()
* @see #getColumns()
* @generated
*/
boolean isSetColumns();
} // IfcTable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy