public class CadTableContent extends CadBaseObject
Class describing TABLECONTENT object.
Constructor and Description |
---|
CadTableContent()
Initializes a new instance of the
CadTableContent class. |
Modifier and Type | Method and Description |
---|---|
List<CadCodeValue> |
getFormatedTableDataParameters()
Gets or sets the formated table data parameters.
|
List<CadCodeValue> |
getLinkedDataParameters()
Gets or sets the linked data parameters.
|
List<CadCodeValue> |
getLinkedTableDataParameters()
Gets or sets the linked table data parameters.
|
List<CadCodeValue> |
getTableContentParameters()
Gets or sets the table content parameters.
|
void |
setFormatedTableDataParameters(List<CadCodeValue> value)
Gets or sets the formated table data parameters.
|
void |
setLinkedDataParameters(List<CadCodeValue> value)
Gets or sets the linked data parameters.
|
void |
setLinkedTableDataParameters(List<CadCodeValue> value)
Gets or sets the linked table data parameters.
|
void |
setTableContentParameters(List<CadCodeValue> value)
Gets or sets the table content parameters.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadTableContent()
Initializes a new instance of the CadTableContent
class.
public List<CadCodeValue> getTableContentParameters()
Gets or sets the table content parameters.
public void setTableContentParameters(List<CadCodeValue> value)
Gets or sets the table content parameters.
value
- The table content parameters.public List<CadCodeValue> getFormatedTableDataParameters()
Gets or sets the formated table data parameters.
public void setFormatedTableDataParameters(List<CadCodeValue> value)
Gets or sets the formated table data parameters.
value
- The formated table data parameters.public List<CadCodeValue> getLinkedTableDataParameters()
Gets or sets the linked table data parameters.
public void setLinkedTableDataParameters(List<CadCodeValue> value)
Gets or sets the linked table data parameters.
value
- The linked table data parameters.public List<CadCodeValue> getLinkedDataParameters()
Gets or sets the linked data parameters.
public void setLinkedDataParameters(List<CadCodeValue> value)
Gets or sets the linked data parameters.
value
- The linked data parameters.