Methods' Details
|
- getName
-  
string
getName();
- Returns
- the name of the parameter.
|
- getType
-  
com::sun::star::reflection::XTypeDescription
getType();
- Returns
- the type of the parameter.
|
- isIn
-  
boolean
isIn();
- Returns
- true, if the call type of this parameter IN or INOUT if in
parameter, false, if the call type is OUT.
|
- isOut
-  
boolean
isOut();
- Returns
- true, if the call type of this parameter OUT or INOUT,
false, if the call type is IN.
|
- getPosition
-  
long
getPosition();
- Returns
- the position of this parameter in the method definition.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.