Returns an Enumeration of String objects where each String is one of the parsed tokens.
Syntax
Enumeration getEnumeration()
Return values
Returns an Enumeration object.
Notes
The getEnumeration() method provides another way to process the parsed tokens in a DtpSplitString object. For more information on working with Enumeration objects, see the Java.Util package.