GetEnumValues( ) method

Returns a comma-separated list of all the underlying numeric values (as a string) of an enumeration type. The method returns an error if invoked on a type that is not an enumeration.

Return type: CHARACTER

Access: PUBLIC

Applies to:Progress.Lang.Class class

Syntax

GetEnumValues ( )

Notes