...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfStringToEnumerationBN (modelName : STRING;
repositoryName : STRING;
aString : STRING)
enumeration : GENERIC;
|
This function returns enumeration element value. The value of the given STRING is placed within the given target enumeration instance.
Arguments
...
Type | Name | Comment |
STRING | modelName | comments |
STRING | repositoryName | |
STRING | aString | A string representation |
Return Value
...
Type | Name | Comment |
GENERIC | enumeration | enumeration element value |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|