projects/m2-core/src/lib/model/application/ApplicationAttributePrototype.ts
Properties |
|
Methods |
|
Accessors |
| Public attrNamedValues |
Type : boolean
|
| Public classifierId |
Type : number
|
| Public data |
Type : AttributeValueData
|
| Public desirableUnitId |
Type : number
|
| Public displayName |
Type : string
|
| Public doublePrecision |
Type : number
|
| Public elementLinkId |
Type : number
|
| Public elementLinkName |
Type : string
|
| Public fileExtensions |
Type : string
|
| Public id |
Type : number
|
| Public inputMask |
Type : string
|
| Public isAutoAttributeSource |
Type : boolean
|
| Public isComposite |
Type : boolean
|
| Public isDefaultLink |
Type : boolean
|
| Public isEmpty |
Type : boolean
|
| Public isExecutorSource |
Type : boolean
|
| Public isMultiple |
Type : boolean
|
| Public isPeriodsSource |
Type : boolean
|
| Public itemStatus |
Type : ItemStatus
|
| Public mandatoriness |
Type : ApplicationAttributeMandatoriness
|
| Public natureId |
Type : number
|
| Public parentNodeId |
Type : number
|
| Public propertyId |
Type : number
|
| Public propertyName |
Type : string
|
| Public suggestions |
Type : string
|
| Public type |
Type : ApplicationAttributeType
|
| Public valueType |
Type : AttributeType
|
| Public cleanData |
cleanData()
|
|
Returns :
void
|
| Public format |
format()
|
|
Returns :
void
|
| Public getData |
getData()
|
| Static getDeclarationName | ||||||
getDeclarationName(appAttribute: ApplicationAttributePrototype)
|
||||||
|
Parameters :
Returns :
string
|
| Public isDataEqual | ||||||
isDataEqual(a2: ApplicationAttributePrototype)
|
||||||
|
Parameters :
Returns :
boolean
|
| nodeId | ||||||
getnodeId()
|
||||||
setnodeId(value: number)
|
||||||
|
Parameters :
Returns :
void
|