public class CadDataTable extends CadBaseObject
Class describing DATATABLE object.
| Constructor and Description |
|---|
CadDataTable()
Initializes a new instance of the
CadDataTable class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnsNumber()
Gets or sets the columns number.
|
List<CadDataTableColumn> |
getDataTableColumns()
Gets or sets the data table columns.
|
List<String> |
getHardPointerIds()
Gets or sets the hard pointer ids.
|
List<String> |
getHardPointerOwnerships()
Gets or sets the hard pointer ownerships.
|
List<String> |
getSoftPointerIdsHandle()
Gets or sets the soft pointer ids handle.
|
List<String> |
getSoftPointerIdsHandleToObjectValues()
Gets or sets the soft pointer ids handle to object values.
|
List<String> |
getSoftPointerOwnserships()
Gets or sets the soft pointer ownserships.
|
String |
getTableName()
Gets or sets the name of the table.
|
int |
getValidRowsNumber()
Gets or sets the valid rows number.
|
short |
getVersion()
Gets or sets the version.
|
void |
setColumnsNumber(int value)
Gets or sets the columns number.
|
void |
setDataTableColumns(List<CadDataTableColumn> value)
Gets or sets the data table columns.
|
void |
setHardPointerIds(List<String> value)
Gets or sets the hard pointer ids.
|
void |
setHardPointerOwnerships(List<String> value)
Gets or sets the hard pointer ownerships.
|
void |
setSoftPointerIdsHandle(List<String> value)
Gets or sets the soft pointer ids handle.
|
void |
setSoftPointerIdsHandleToObjectValues(List<String> value)
Gets or sets the soft pointer ids handle to object values.
|
void |
setSoftPointerOwnserships(List<String> value)
Gets or sets the soft pointer ownserships.
|
void |
setTableName(String value)
Gets or sets the name of the table.
|
void |
setValidRowsNumber(int value)
Gets or sets the valid rows number.
|
void |
setVersion(short value)
Gets or sets the version.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadDataTable()
Initializes a new instance of the CadDataTable class.
public final List<CadDataTableColumn> getDataTableColumns()
Gets or sets the data table columns.
public final void setDataTableColumns(List<CadDataTableColumn> value)
Gets or sets the data table columns.
value - The data table columns.public final short getVersion()
Gets or sets the version.
public final void setVersion(short value)
Gets or sets the version.
value - The version.public final int getColumnsNumber()
Gets or sets the columns number.
public final void setColumnsNumber(int value)
Gets or sets the columns number.
value - The columns number.public final int getValidRowsNumber()
Gets or sets the valid rows number.
public final void setValidRowsNumber(int value)
Gets or sets the valid rows number.
value - The valid rows number.public final String getTableName()
Gets or sets the name of the table.
public final void setTableName(String value)
Gets or sets the name of the table.
value - The name of the table.public final List<String> getSoftPointerIdsHandleToObjectValues()
Gets or sets the soft pointer ids handle to object values.
public final void setSoftPointerIdsHandleToObjectValues(List<String> value)
Gets or sets the soft pointer ids handle to object values.
value - The soft pointer ids handle to object values.public final List<String> getHardPointerOwnerships()
Gets or sets the hard pointer ownerships.
public final void setHardPointerOwnerships(List<String> value)
Gets or sets the hard pointer ownerships.
value - The hard pointer ownerships.public final List<String> getSoftPointerOwnserships()
Gets or sets the soft pointer ownserships.
public final void setSoftPointerOwnserships(List<String> value)
Gets or sets the soft pointer ownserships.
value - The soft pointer ownserships.public final List<String> getHardPointerIds()
Gets or sets the hard pointer ids.
public final void setHardPointerIds(List<String> value)
Gets or sets the hard pointer ids.
value - The hard pointer ids.public final List<String> getSoftPointerIdsHandle()
Gets or sets the soft pointer ids handle.