com.moesol.tests.com_server
Interface IDispOnly

All Superinterfaces:
IDispatch, IUnknown
All Known Implementing Classes:
IDispOnly.Jni

public interface IDispOnly
extends IDispatch

IDL: [ helpstring("IDispOnly Interface"), dual, nonextensible, oleautomation, dispatchable ] interface


Nested Class Summary
static class IDispOnly.Disp
          Implementation, COM to Java.
static class IDispOnly.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(0517FAB3-BB13-4D15-88A4-ECBA1B59C1DC)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Method Summary
 Object getPropVARIANT()
          IDL: [ helpstring("property PropVARIANT") ]
 void setPropVARIANT(Object pVal)
          IDL: [ helpstring("property PropVARIANT") ]
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

static final Class TYPELIB

IID

static final GUID IID
IDL: [uuid(0517FAB3-BB13-4D15-88A4-ECBA1B59C1DC)]

Method Detail

getPropVARIANT

Object getPropVARIANT()
IDL: [ helpstring("property PropVARIANT") ]

Returns:
IDL: [out] [retval] VARIANT*

setPropVARIANT

void setPropVARIANT(Object pVal)
IDL: [ helpstring("property PropVARIANT") ]

Parameters:
pVal - IDL: [in] VARIANT


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.