:: com :: sun :: star :: reflection ::
|
struct ParamInfo |
|
- Description
- Provides information about a formal parameter of a method.
|
Elements' Summary |
aName |
name of the parameter
|
aMode |
parameter mode: in, out, inout
|
aType |
formal type of the parameter
|
Elements' Details |
aName
string aName;
- Description
- name of the parameter
|
|
aMode
ParamMode aMode;
- Description
- parameter mode: in, out, inout
|
|
aType
XIdlClass aType;
- Description
- formal type of the parameter
|
|
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.