com.moesol.bindings.platform_sdk.data_services
Interface Property

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

public interface Property
extends IDispatch

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


Nested Class Summary
static class Property.Disp
          Implementation, COM to Java.
static class Property.Jni
          Implementation, Java to COM.
 
Field Summary
static GUID IID
          IDL: [uuid(00000503-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 getAttributes()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 int getType()
          IDL: [ helpstring("") ]
 Object getValue()
          IDL: [ helpstring("") ]
 void setAttributes(int plAttributes)
          IDL: [ helpstring("") ]
 void setValue(Object pval)
          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(00000503-0000-0010-8000-00AA006D2EA4)]

Method Detail

getValue

Object getValue()
IDL: [ helpstring("") ]

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

setValue

void setValue(Object pval)
IDL: [ helpstring("") ]

Parameters:
pval - IDL: [in] VARIANT

getName

String getName()
IDL: [ helpstring("") ]

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

getType

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

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

getAttributes

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

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

setAttributes

void setAttributes(int plAttributes)
IDL: [ helpstring("") ]

Parameters:
plAttributes - IDL: [in] LONG


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