com.moesol.bindings.microsoft.dao
Class Parameter.Jni

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.microsoft.dao._DAO.Jni
              extended by com.moesol.bindings.microsoft.dao.Parameter.Jni
All Implemented Interfaces:
_DAO, Parameter, IDispatch, IUnknown
Enclosing interface:
Parameter

public static class Parameter.Jni
extends _DAO.Jni
implements Parameter

Implementation, Java to COM.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.microsoft.dao.Parameter
Parameter.Disp, Parameter.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao.Parameter
IID, TYPELIB
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
protected Parameter.Jni()
           
 
Method Summary
 short getDirection()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 short getType()
          IDL: [ helpstring("") ]
 Object getValue()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void setDirection(short p0)
          IDL: [ helpstring("") ]
 void setType(short p0)
          IDL: [ helpstring("") ]
 void setValue(Object p0)
          IDL: [ helpstring("") ]
 
Methods inherited from class com.moesol.bindings.microsoft.dao._DAO.Jni
getProperties
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO
getProperties
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Constructor Detail

Parameter.Jni

protected Parameter.Jni()
Method Detail

internalOnSetInterface

protected void internalOnSetInterface()
Description copied from class: IUnknown.Jni
Template method to setup apartment thread checking. Call: MoeSolInternal.recordApartment(this) to setup apartment thread checking.

Overrides:
internalOnSetInterface in class _DAO.Jni

getName

public String getName()
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
getName in interface Parameter
Returns:
IDL: [out] [retval] BSTR*

getValue

public Object getValue()
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
getValue in interface Parameter
Returns:
IDL: [out] [retval] VARIANT*

setValue

public void setValue(Object p0)
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
setValue in interface Parameter
Parameters:
p0 - IDL: [in] VARIANT

getType

public short getType()
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
getType in interface Parameter
Returns:
IDL: [out] [retval] SHORT*

setType

public void setType(short p0)
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
setType in interface Parameter
Parameters:
p0 - IDL: [in] SHORT

getDirection

public short getDirection()
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
getDirection in interface Parameter
Returns:
IDL: [out] [retval] SHORT*

setDirection

public void setDirection(short p0)
Description copied from interface: Parameter
IDL: [ helpstring("") ]

Specified by:
setDirection in interface Parameter
Parameters:
p0 - IDL: [in] SHORT


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