Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: reflection ::

interface XEnumTypeDescription

Base Interface
com::sun::star::reflection::XTypeDescription

Description
the type description of an enum.


Methods' Summary

getDefaultEnumValue returns the value of the the first enum.
getEnumNames
getEnumValues

Methods' Details

getDefaultEnumValue
 
long
getDefaultEnumValue();
Description
returns the value of the the first enum.
getEnumNames
 
sequence< string >
getEnumNames();
Returns
the names of the enum values.
getEnumValues
 
sequence< long >
getEnumValues();
Returns
the values of the enum (corresponding to names in similar order).

Top of Page