Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpfStringToEnumeration (enumId : GENERIC;
aString : STRING)
enumeration : GENERIC;
|
This function returns enumeration element value and (2) expects not id of target model, but id of target enumeration, that could be received e.g. in call to xpfGetDefinedType, like the following:. The value of the given STRING is placed within the given target enumeration instance.
Arguments
...
Insert excerpt |
---|
| US:_a_enumId |
---|
| US:_a_enumId |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_String |
---|
| US:_a_String |
---|
nopanel | true |
---|
|
...