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 |
---|---|
CadIntParameter |
getColumnsNumber()
Gets or sets the columns number.
|
List<CadDataTableColumn> |
getDataTableColumns()
Gets or sets the data table columns.
|
List<CadStringParameter> |
getHardPointerIds()
Gets or sets the hard pointer ids.
|
List<CadStringParameter> |
getHardPointerOwnerships()
Gets or sets the hard pointer ownerships.
|
List<CadStringParameter> |
getSoftPointerIdsHandle()
Gets or sets the soft pointer ids handle.
|
List<CadStringParameter> |
getSoftPointerIdsHandleToObjectValues()
Gets or sets the soft pointer ids handle to object values.
|
List<CadStringParameter> |
getSoftPointerOwnserships()
Gets or sets the soft pointer ownserships.
|
CadStringParameter |
getTableName()
Gets or sets the name of the table.
|
CadIntParameter |
getValidRowsNumber()
Gets or sets the valid rows number.
|
CadShortParameter |
getVersion()
Gets or sets the version.
|
void |
setColumnsNumber(CadIntParameter value)
Gets or sets the columns number.
|
void |
setDataTableColumns(List<CadDataTableColumn> value)
Gets or sets the data table columns.
|
void |
setHardPointerIds(List<CadStringParameter> value)
Gets or sets the hard pointer ids.
|
void |
setHardPointerOwnerships(List<CadStringParameter> value)
Gets or sets the hard pointer ownerships.
|
void |
setSoftPointerIdsHandle(List<CadStringParameter> value)
Gets or sets the soft pointer ids handle.
|
void |
setSoftPointerIdsHandleToObjectValues(List<CadStringParameter> value)
Gets or sets the soft pointer ids handle to object values.
|
void |
setSoftPointerOwnserships(List<CadStringParameter> value)
Gets or sets the soft pointer ownserships.
|
void |
setTableName(CadStringParameter value)
Gets or sets the name of the table.
|
void |
setValidRowsNumber(CadIntParameter value)
Gets or sets the valid rows number.
|
void |
setVersion(CadShortParameter value)
Gets or sets the version.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadDataTable()
Initializes a new instance of the CadDataTable
class.
public List<CadDataTableColumn> getDataTableColumns()
Gets or sets the data table columns.
public void setDataTableColumns(List<CadDataTableColumn> value)
Gets or sets the data table columns.
value
- The data table columns.public CadShortParameter getVersion()
Gets or sets the version.
public void setVersion(CadShortParameter value)
Gets or sets the version.
value
- The version.public CadIntParameter getColumnsNumber()
Gets or sets the columns number.
public void setColumnsNumber(CadIntParameter value)
Gets or sets the columns number.
value
- The columns number.public CadIntParameter getValidRowsNumber()
Gets or sets the valid rows number.
public void setValidRowsNumber(CadIntParameter value)
Gets or sets the valid rows number.
value
- The valid rows number.public CadStringParameter getTableName()
Gets or sets the name of the table.
public void setTableName(CadStringParameter value)
Gets or sets the name of the table.
value
- The name of the table.public List<CadStringParameter> getSoftPointerIdsHandleToObjectValues()
Gets or sets the soft pointer ids handle to object values.
public void setSoftPointerIdsHandleToObjectValues(List<CadStringParameter> value)
Gets or sets the soft pointer ids handle to object values.
value
- The soft pointer ids handle to object values.public List<CadStringParameter> getHardPointerOwnerships()
Gets or sets the hard pointer ownerships.
public void setHardPointerOwnerships(List<CadStringParameter> value)
Gets or sets the hard pointer ownerships.
value
- The hard pointer ownerships.public List<CadStringParameter> getSoftPointerOwnserships()
Gets or sets the soft pointer ownserships.
public void setSoftPointerOwnserships(List<CadStringParameter> value)
Gets or sets the soft pointer ownserships.
value
- The soft pointer ownserships.public List<CadStringParameter> getHardPointerIds()
Gets or sets the hard pointer ids.
public void setHardPointerIds(List<CadStringParameter> value)
Gets or sets the hard pointer ids.
value
- The hard pointer ids.public List<CadStringParameter> getSoftPointerIdsHandle()
Gets or sets the soft pointer ids handle.
public void setSoftPointerIdsHandle(List<CadStringParameter> value)
Gets or sets the soft pointer ids handle.
value
- The soft pointer ids handle.