com.moesol.bindings.microsoft.dao
Class Property.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.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.
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 |
Property.Jni
protected Property.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
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.