The properties of the TipcOption class are listed below. For a complete list of TipcOption class members, see the TipcOption Members topic.
![]() | Returns an ArrayList of legal value Strings, which may be empty. |
![]() | Options can be marked as "protected", so they cannot be monitored. |
![]() | Options can be marked as "read only", so they cannot be set. |
![]() | Sets the value of an option. No error checking is done on the value. |
![]() | Gets the value of the option as a boolean. The rules for the
value of the option are the same as JDK library method
Boolean.booleanValue .
|
![]() | Gets the value of the option as a double. |
![]() | Gets the value of the option and verifies it against a list of legal values. For example, if you have a list of names: "foo", "bar", "baz"; and the value is "baz", then "baz" would be returned. If the value was "whiffle", then an exception would be thrown, since this value does not appear in the list of legal values. The list of legal values is set with addEnumLegalValue. |
![]() | 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. |
![]() | Gets the value of the option as an int. |
![]() | Parses the value containing a comma-separated list into a Vector of Strings. |
![]() | Gets the value of the option as a String. |
TipcOption Class | TIBCO.SMARTSOCKETS Namespace