projects/m2-core/src/lib/model/relations/RelationInfo.ts
Properties |
|
constructor(stereotypeId: number, displayName: string, isComposite: boolean, isMultiple: boolean, isInverse: boolean, subjectItemId?: number, rootItems?: RelatedItem[])
|
| Public classifierId |
Type : number
|
| Public Optional ctxNodeId |
Type : number
|
| Public displayName |
Type : string
|
| Public isComposite |
Type : boolean
|
| Public Optional isHidden |
Type : boolean
|
| Public isInverse |
Type : boolean
|
| Public isMultiple |
Type : boolean
|
| Public Optional rootItems |
Type : RelatedItem[]
|
| Public stereotypeId |
Type : number
|
| Public Optional subjectItemId |
Type : number
|