Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
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
nopaneltrue
Insert excerpt
US:_a_String
US:_a_String
nopaneltrue

...