Content for OpenOffice.org version 3.3.
| Methods' Summary |
| getTypeParameters |
Returns the type parameters of a polymorphic struct type template.
|
| getTypeArguments |
Returns the type arguments of an instantiated polymorphic struct type.
|
| Methods' Details |
getTypeParameters
| sequence< string > |
| getTypeParameters(); |
- Description
- Returns the type parameters of a polymorphic struct type template.
- Returns
- a sequence of the names of all type parameters, in the correct
order; for a plain struct type, or an instantiated polymorphic struct
type, an empty sequence is returned
|
|
getTypeArguments
- Description
- Returns the type arguments of an instantiated polymorphic struct type.
- Returns
- a sequence of all type arguments, in the correct order; for a
plain struct type, or a polymorphic struct type template, an empty
sequence is returned
|
|
Top of Page
Copyright © 1995, 2010, 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.