StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.comp.typedescriptionmanager
Class MethodTypeDescription

java.lang.Object
  |
  +--com.sun.star.comp.typedescriptionmanager.TypeDescription
        |
        +--com.sun.star.comp.typedescriptionmanager.MethodTypeDescription
All Implemented Interfaces:
com.sun.star.uno.XInterface, com.sun.star.reflection.XInterfaceMemberTypeDescription, com.sun.star.reflection.XInterfaceMethodTypeDescription, com.sun.star.reflection.XTypeDescription

synchronized class MethodTypeDescription
extends com.sun.star.comp.typedescriptionmanager.TypeDescription
implements com.sun.star.reflection.XInterfaceMethodTypeDescription


Field Summary
private  boolean _bOneway
           
private  com.sun.star.reflection.XTypeDescription[] _exceptions
           
private  java.lang.String _memberName
           
private  int _nPos
           
private  com.sun.star.reflection.XMethodParameter[] _params
           
private  com.sun.star.reflection.XTypeDescription _xReturnType
           
 
Fields inherited from class com.sun.star.comp.typedescriptionmanager.TypeDescription
_class, _name, _typeClass, _typeInfos
 
Fields inherited from interface com.sun.star.reflection.XInterfaceMethodTypeDescription
UIK, UNORUNTIMEDATA, UNOTYPEINFO
 
Constructor Summary
MethodTypeDescription(java.lang.String s1, java.lang.String s2, com.sun.star.reflection.XTypeDescription xtd1, int i, boolean b, com.sun.star.reflection.XMethodParameter[] xmp, com.sun.star.reflection.XTypeDescription[] xtd2)
           
 
Method Summary
 com.sun.star.reflection.XTypeDescription[] getExceptions()
           
 java.lang.String getMemberName()
           
 com.sun.star.reflection.XMethodParameter[] getParameters()
           
 int getPosition()
           
 com.sun.star.reflection.XTypeDescription getReturnType()
           
 boolean isOneway()
           
 
Methods inherited from class com.sun.star.comp.typedescriptionmanager.TypeDescription
getName, getTypeClass, getTypeInfo, initTypeInfos, isConst, isInterface, isOneway, isReadOnly, isUnsigned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.star.reflection.XTypeDescription
getName, getTypeClass
 

Field Detail

_bOneway

private boolean _bOneway

_exceptions

private com.sun.star.reflection.XTypeDescription[] _exceptions

_memberName

private java.lang.String _memberName

_nPos

private int _nPos

_params

private com.sun.star.reflection.XMethodParameter[] _params

_xReturnType

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

MethodTypeDescription

public MethodTypeDescription(java.lang.String s1,
                             java.lang.String s2,
                             com.sun.star.reflection.XTypeDescription xtd1,
                             int i,
                             boolean b,
                             com.sun.star.reflection.XMethodParameter[] xmp,
                             com.sun.star.reflection.XTypeDescription[] xtd2)
Method Detail

getExceptions

public com.sun.star.reflection.XTypeDescription[] getExceptions()
                                                         throws com.sun.star.uno.RuntimeException
Specified by:
getExceptions in interface com.sun.star.reflection.XInterfaceMethodTypeDescription

getMemberName

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

getParameters

public com.sun.star.reflection.XMethodParameter[] getParameters()
                                                         throws com.sun.star.uno.RuntimeException
Specified by:
getParameters in interface com.sun.star.reflection.XInterfaceMethodTypeDescription

getPosition

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

getReturnType

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

isOneway

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

StarOffice 5.2 API
reverse engineered by classdoc