Index
DDL dictionary version 2.1.6
_method_list.code
Name:'_method_list.code'
Definition:
A code that describes the function of the method.
Examples:
| calculation
| method to calculate the item
|
| verification
| method to verify the data item
|
| cast
| method to provide cast conversion
|
| addition
| method to define item + item
|
| division
| method to define item / item
|
| multiplication
| method to define item * item
|
| equivalence
| method to define item = item
|
| other
| miscellaneous method
|
Type: code
Mandatory item: yes
Category: method_list