com :: sun :: star :: reflection :: interface XEnumTypeDescription
- Base Interface
- com::sun::star::reflection::XTypeDescription
- Description
- the type description of an enum.
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.