Syntax
interface XEnumTypeDescription : com::sun::star::reflection::XTypeDescription ;
Description
the type description of an enum.
Method Details
|
|
Syntax
- long getDefaultEnumValue
();
Description
returns the value of the the first enum.
Syntax
- sequence< string > getEnumNames
();
Returns
- the names of the enum values.
Syntax
- sequence< long > getEnumValues
();
Returns
- the values of the enum (corresponding to names in similar order).
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.