com.moesol.bindings.microsoft.dao
Class Parameter.Jni
java.lang.Object
com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
com.moesol.bindings.microsoft.dao._DAO.Jni
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.
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni |
Invoke |
Methods inherited from interface com.moesol.bindings.microsoft.dao._DAO |
getProperties |
Parameter.Jni
protected Parameter.Jni()
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.