com.moesol.bindings.platform_sdk.data_services
Interface _Collection

All Superinterfaces:
IDispatch, IUnknown
All Known Subinterfaces:
_DynaCollection, Errors, Fields, Fields15, Fields20, Parameters, Properties
All Known Implementing Classes:
_Collection.Jni, _DynaCollection.Jni, Errors.Jni, Fields.Jni, Fields15.Jni, Fields20.Jni, Parameters.Jni, Properties.Jni

public interface _Collection
extends IDispatch

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


Nested Class Summary
static class _Collection.Disp
          Implementation, COM to Java.
static class _Collection.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000512-0000-0010-8000-00AA006D2EA4)]
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
 int getCount()
          IDL: [ helpstring("") ]
 void Refresh()
          IDL: [ helpstring("") ]
 
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(00000512-0000-0010-8000-00AA006D2EA4)]

Method Detail

getCount

int getCount()
IDL: [ helpstring("") ]

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

Refresh

void Refresh()
IDL: [ helpstring("") ]



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