Gets the value of the option and maps it to an enumerated list. For example, if you have a list of names: "first", "second" and "third"; and you want to use those internally as 1, 2, 3; then you would use this to get the value. You must first set the map ("first" = 1, "second" = 2, etc.) with addEnumMapValidValue.
Exception Type | Condition |
---|---|
TipcNotFoundException | If the value cannot be converted into a valid enum. |
TipcOption Class | TipcOption Members | TIBCO.SMARTSOCKETS Namespace