StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.comp.typedescriptionmanager
Class MethodParameter

java.lang.Object
  |
  +--com.sun.star.comp.typedescriptionmanager.MethodParameter
All Implemented Interfaces:
com.sun.star.uno.XInterface, com.sun.star.reflection.XMethodParameter

synchronized class MethodParameter
extends java.lang.Object
implements com.sun.star.reflection.XMethodParameter


Field Summary
private  boolean _bIn
           
private  boolean _bOut
           
private  int _nPos
           
private  java.lang.String _name
           
private  com.sun.star.reflection.XTypeDescription _xType
           
 
Fields inherited from interface com.sun.star.reflection.XMethodParameter
UIK, UNORUNTIMEDATA, UNOTYPEINFO
 
Constructor Summary
MethodParameter(java.lang.String s, com.sun.star.reflection.XTypeDescription xtd, int i, boolean b1, boolean b2)
           
 
Method Summary
 java.lang.String getName()
           
 int getPosition()
           
 com.sun.star.reflection.XTypeDescription getType()
           
 boolean isIn()
           
 boolean isOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_bIn

private boolean _bIn

_bOut

private boolean _bOut

_nPos

private int _nPos

_name

private java.lang.String _name

_xType

private com.sun.star.reflection.XTypeDescription _xType
Constructor Detail

MethodParameter

public MethodParameter(java.lang.String s,
                       com.sun.star.reflection.XTypeDescription xtd,
                       int i,
                       boolean b1,
                       boolean b2)
Method Detail

getName

public java.lang.String getName()
                         throws com.sun.star.uno.RuntimeException
Specified by:
getName in interface com.sun.star.reflection.XMethodParameter

getPosition

public int getPosition()
                throws com.sun.star.uno.RuntimeException
Specified by:
getPosition in interface com.sun.star.reflection.XMethodParameter

getType

public com.sun.star.reflection.XTypeDescription getType()
                                                 throws com.sun.star.uno.RuntimeException
Specified by:
getType in interface com.sun.star.reflection.XMethodParameter

isIn

public boolean isIn()
             throws com.sun.star.uno.RuntimeException
Specified by:
isIn in interface com.sun.star.reflection.XMethodParameter

isOut

public boolean isOut()
              throws com.sun.star.uno.RuntimeException
Specified by:
isOut in interface com.sun.star.reflection.XMethodParameter

StarOffice 5.2 API
reverse engineered by classdoc