com.moesol.bindings.microsoft.dao
Class Property.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.Property.Jni
All Implemented Interfaces:
_DAO, Property, IDispatch, IUnknown
Enclosing interface:
Property

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

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.Property
Property.Disp, Property.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao.Property
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 Property.Jni()
           
 
Method Summary
 boolean getInherited()
          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 setName(String 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

Property.Jni

protected Property.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

getValue

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

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

setValue

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

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

getName

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

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

setName

public void setName(String p0)
Description copied from interface: Property
IDL: [ helpstring("") ]

Specified by:
setName in interface Property
Parameters:
p0 - IDL: [in] BSTR

getType

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

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

setType

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

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

getInherited

public boolean getInherited()
Description copied from interface: Property
IDL: [ helpstring("") ]

Specified by:
getInherited in interface Property
Returns:
IDL: [out] [retval] VARIANT_BOOL*


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