projects/m2-core/src/lib/model/constraint/ConstraintTableCell.ts
Properties |
|
Methods |
|
constructor(id, propertyId?: number, valueType?: AttributeType)
|
||||||||||||
|
Parameters :
|
| Public data |
Type : AttributeValueData
|
| Public id |
Type : number
|
| Public meaningId |
Type : number
|
| Public partId |
Type : number
|
| Public partParentNodeId |
Type : number
|
| Public refName |
Type : string
|
| Public refTreeClassifier |
Type : number
|
| Public restrictiveCondition |
Type : RestrictiveCondition
|
| Public searchExplanation |
Type : string
|
| Static Readonly TYPE |
Type : string
|
Default value : 'ConstraintTableCellTransfer'
|
| Public valueType |
Type : AttributeType
|
| Static clearCell | ||||||
clearCell(cell: ConstraintTableCell)
|
||||||
|
Parameters :
Returns :
void
|
| Static createEmptyCell | |||||||||
createEmptyCell(propertyId: number, valueType?: AttributeType)
|
|||||||||
|
Parameters :
Returns :
ConstraintTableCell
|