| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Deprecated, UNOIDL does not have a union concept. More...
import "XUnionTypeDescription.idl";
 
  
| Public Member Functions | |
| com::sun::star::reflection::XTypeDescription | getDiscriminantType () | 
| Returns the (ordinal) discriminant type. | |
| any | getDefaultDiscriminant () | 
| Returns the default discriminant value. | |
| com::sun::star::reflection::XTypeDescription | getDefaultMemberType () | 
| Returns the type of the default value. | |
| sequence< any > | getDiscriminants () | 
| Returns discriminants of all members in order of IDL declaration. | |
| sequence< com::sun::star::reflection::XTypeDescription > | getMemberTypes () | 
| Returns types of all members in order of IDL declaration. | |
| sequence< string > | getMemberNames () | 
| Returns names of all members in order of IDL declaration. | |
| Public Member Functions inherited from XTypeDescription | |
| com::sun::star::uno::TypeClass | getTypeClass () | 
| Returns the type class of the reflected UNOIDL entity. | |
| string | getName () | 
| Returns the fully qualified name of the UNOIDL entity. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Deprecated, UNOIDL does not have a union concept.
| any getDefaultDiscriminant | ( | ) | 
Returns the default discriminant value.
| com::sun::star::reflection::XTypeDescription getDefaultMemberType | ( | ) | 
Returns the type of the default value.
| sequence< any > getDiscriminants | ( | ) | 
Returns discriminants of all members in order of IDL declaration.
| com::sun::star::reflection::XTypeDescription getDiscriminantType | ( | ) | 
Returns the (ordinal) discriminant type.
| sequence< string > getMemberNames | ( | ) | 
Returns names of all members in order of IDL declaration.
| sequence< com::sun::star::reflection::XTypeDescription > getMemberTypes | ( | ) | 
Returns types of all members in order of IDL declaration.