Definition at line 28 of file EnumType.h.
◆ getDisplay()
A brief string representation describing what the type means (For example, this may be an abbreviation of a currency to be displayed to a user).
- Returns
- the display
◆ getMeaning()
A more elaborate description of what the value means. This information is typically optional and not displayed.
- Returns
- the meaning
◆ getValue()
The actual value representing the type.
- Returns
- the value
◆ operator const char *()
refinitiv::ema::rdm::EnumType::operator const char * |
( |
| ) |
const |
Operator const char* overload.
- Exceptions
-
OmmMemoryExhaustionException | if app runs out of memory |
◆ toString()
Returns a string representation of the class instance.
- Exceptions
-
OmmMemoryExhaustionException | if app runs out of memory |
- Returns
- string representation of the class instance