:: com :: sun :: star :: reflection ::
|
| deprecated |
interface XUnionTypeDescription |
|
|
- Base Interfaces
XUnionTypeDescription
┗ XTypeDescription
-
|
- Usage Restrictions
- deprecated
- Description
- Deprecated. Unions are not supported.
Reflects a union type.
The discriminant of a union switches between the current value types.
In addition, there is also a default case, having no discriminant.
|
| Methods' Details |
getDiscriminantType
- Description
- Returns the (ordinal) discriminant type.
- Returns
- type of the discriminant
|
|
getDefaultDiscriminant
| any |
| getDefaultDiscriminant(); |
- Description
- Returns the default discriminant value.
- Returns
- default discriminant value
|
|
getDefaultMemberType
- Description
- Returns the type of the default value.
- Returns
- type of the default value
|
|
getDiscriminants
| sequence< any > |
| getDiscriminants(); |
- Description
- Returns discriminants of all members in order of IDL declaration.
- Returns
- discriminants of all members
|
|
getMemberTypes
- Description
- Returns types of all members in order of IDL declaration.
- Returns
- types of all members
|
|
getMemberNames
| sequence< string > |
| getMemberNames(); |
- Description
- Returns names of all members in order of IDL declaration.
- Returns
- names of all members
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.