new Accessor()
- Source:
Methods
getValue(object, attribute) → {*}
Parameters:
Name | Type | Description |
---|---|---|
object |
Object | |
attribute |
metamodel.Attribute |
- Source:
Returns:
- Type
- *
setValue(object, attribute, value) → {void}
Parameters:
Name | Type | Description |
---|---|---|
object |
Object | |
attribute |
metamodel.Attribute | |
value |
* |
- Source:
Returns:
- Type
- void