Methods' Summary |
getBaseTypes |
Returns a sequence of all directly inherited (mandatory) base interface
types.
|
getOptionalBaseTypes |
Returns a sequence of all directly inherited optional base interface
types.
|
Methods' Details |
getBaseTypes
- Description
- Returns a sequence of all directly inherited (mandatory) base interface
types.
- Returns
- a sequence of all directly inherited (mandatory) base interface types,
in the correct order; each element of the returned sequence will be the
reflection of either an interface type (of type XInterfaceTypeDescription) or
a typedef (of type XIndirectTypeDescription)
that—directly or indirectly—denotes an interface type
|
|
getOptionalBaseTypes
- Description
- Returns a sequence of all directly inherited optional base interface
types.
- Returns
- a sequence of all directly inherited optional base interface types, in
the correct order; each element of the returned sequence will be the
reflection of either an interface type (of type XInterfaceTypeDescription) or
a typedef (of type XIndirectTypeDescription)
that—directly or indirectly—denotes an interface type
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.