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

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

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._Field
_Field.Disp, _Field.Jni
 
Field Summary
 
Fields inherited from interface com.moesol.bindings.microsoft.dao._Field
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 _Field.Jni()
           
 
Method Summary
 void AppendChunk(Object p0)
          IDL: [ helpstring("") ]
 Property CreateProperty()
          [optional=4]
 Property CreateProperty(Object p0)
          [optional=3]
 Property CreateProperty(Object p0, Object p1)
          [optional=2]
 Property CreateProperty(Object p0, Object p1, Object p2)
          [optional=1]
 Property CreateProperty(Object p0, Object p1, Object p2, Object p3)
          IDL: [ helpstring("") ]
 boolean getAllowZeroLength()
          IDL: [ helpstring("") ]
 int getAttributes()
          IDL: [ helpstring("") ]
 Object GetChunk(int p0, int p1)
          IDL: [ helpstring("") ]
 int getCollatingOrder()
          IDL: [ helpstring("") ]
 short getCollectionIndex()
          IDL: [ helpstring("") ]
 boolean getDataUpdatable()
          IDL: [ helpstring("") ]
 Object getDefaultValue()
          IDL: [ helpstring("") ]
 int getFieldSize()
          IDL: [ helpstring("") ]
 String getForeignName()
          IDL: [ helpstring("") ]
 String getName()
          IDL: [ helpstring("") ]
 short getOrdinalPosition()
          IDL: [ helpstring("") ]
 Object getOriginalValue()
          IDL: [ helpstring("") ]
 boolean getRequired()
          IDL: [ helpstring("") ]
 int getSize()
          IDL: [ helpstring("") ]
 String getSourceField()
          IDL: [ helpstring("") ]
 String getSourceTable()
          IDL: [ helpstring("") ]
 short getType()
          IDL: [ helpstring("") ]
 boolean getValidateOnSet()
          IDL: [ helpstring("") ]
 String getValidationRule()
          IDL: [ helpstring("") ]
 String getValidationText()
          IDL: [ helpstring("") ]
 Object getValue()
          IDL: [ helpstring("") ]
 Object getVisibleValue()
          IDL: [ helpstring("") ]
protected  void internalOnSetInterface()
          Template method to setup apartment thread checking.
 void setAllowZeroLength(boolean p0)
          IDL: [ helpstring("") ]
 void setAttributes(int p0)
          IDL: [ helpstring("") ]
 void setDefaultValue(Object p0)
          IDL: [ helpstring("") ]
 void setForeignName(String p0)
          IDL: [ helpstring("") ]
 void setName(String p0)
          IDL: [ helpstring("") ]
 void setOrdinalPosition(short p0)
          IDL: [ helpstring("") ]
 void setRequired(boolean p0)
          IDL: [ helpstring("") ]
 void setSize(int p0)
          IDL: [ helpstring("") ]
 void setType(short p0)
          IDL: [ helpstring("") ]
 void setValidateOnSet(boolean p0)
          IDL: [ helpstring("") ]
 void setValidationRule(String p0)
          IDL: [ helpstring("") ]
 void setValidationText(String 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

_Field.Jni

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

getCollatingOrder

public int getCollatingOrder()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getCollatingOrder in interface _Field
Returns:
IDL: [out] [retval] LONG*

getType

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

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

setType

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

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

getName

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

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

setName

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

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

getSize

public int getSize()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getSize in interface _Field
Returns:
IDL: [out] [retval] LONG*

setSize

public void setSize(int p0)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
setSize in interface _Field
Parameters:
p0 - IDL: [in] LONG

getSourceField

public String getSourceField()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getSourceField in interface _Field
Returns:
IDL: [out] [retval] BSTR*

getSourceTable

public String getSourceTable()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getSourceTable in interface _Field
Returns:
IDL: [out] [retval] BSTR*

getValue

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

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

setValue

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

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

getAttributes

public int getAttributes()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getAttributes in interface _Field
Returns:
IDL: [out] [retval] LONG*

setAttributes

public void setAttributes(int p0)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
setAttributes in interface _Field
Parameters:
p0 - IDL: [in] LONG

getOrdinalPosition

public short getOrdinalPosition()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getOrdinalPosition in interface _Field
Returns:
IDL: [out] [retval] SHORT*

setOrdinalPosition

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

Specified by:
setOrdinalPosition in interface _Field
Parameters:
p0 - IDL: [in] SHORT

getValidationText

public String getValidationText()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getValidationText in interface _Field
Returns:
IDL: [out] [retval] BSTR*

setValidationText

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

Specified by:
setValidationText in interface _Field
Parameters:
p0 - IDL: [in] BSTR

getValidateOnSet

public boolean getValidateOnSet()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getValidateOnSet in interface _Field
Returns:
IDL: [out] [retval] VARIANT_BOOL*

setValidateOnSet

public void setValidateOnSet(boolean p0)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
setValidateOnSet in interface _Field
Parameters:
p0 - IDL: [in] VARIANT_BOOL

getValidationRule

public String getValidationRule()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getValidationRule in interface _Field
Returns:
IDL: [out] [retval] BSTR*

setValidationRule

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

Specified by:
setValidationRule in interface _Field
Parameters:
p0 - IDL: [in] BSTR

getDefaultValue

public Object getDefaultValue()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getDefaultValue in interface _Field
Returns:
IDL: [out] [retval] VARIANT*

setDefaultValue

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

Specified by:
setDefaultValue in interface _Field
Parameters:
p0 - IDL: [in] VARIANT

getRequired

public boolean getRequired()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getRequired in interface _Field
Returns:
IDL: [out] [retval] VARIANT_BOOL*

setRequired

public void setRequired(boolean p0)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
setRequired in interface _Field
Parameters:
p0 - IDL: [in] VARIANT_BOOL

getAllowZeroLength

public boolean getAllowZeroLength()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getAllowZeroLength in interface _Field
Returns:
IDL: [out] [retval] VARIANT_BOOL*

setAllowZeroLength

public void setAllowZeroLength(boolean p0)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
setAllowZeroLength in interface _Field
Parameters:
p0 - IDL: [in] VARIANT_BOOL

getDataUpdatable

public boolean getDataUpdatable()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getDataUpdatable in interface _Field
Returns:
IDL: [out] [retval] VARIANT_BOOL*

getForeignName

public String getForeignName()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getForeignName in interface _Field
Returns:
IDL: [out] [retval] BSTR*

setForeignName

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

Specified by:
setForeignName in interface _Field
Parameters:
p0 - IDL: [in] BSTR

AppendChunk

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

Specified by:
AppendChunk in interface _Field
Parameters:
p0 - IDL: [in] VARIANT

GetChunk

public Object GetChunk(int p0,
                       int p1)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
GetChunk in interface _Field
Parameters:
p0 - IDL: [in] LONG
p1 - IDL: [in] LONG
Returns:
IDL: [out] [retval] VARIANT*

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1,
                               Object p2,
                               Object p3)
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
CreateProperty in interface _Field
Parameters:
p0 - IDL: [in] [optional] VARIANT
p1 - IDL: [in] [optional] VARIANT
p2 - IDL: [in] [optional] VARIANT
p3 - IDL: [in] [optional] VARIANT
Returns:
IDL: [out] [retval] Property**

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1,
                               Object p2)
[optional=1]

Specified by:
CreateProperty in interface _Field

CreateProperty

public Property CreateProperty(Object p0,
                               Object p1)
[optional=2]

Specified by:
CreateProperty in interface _Field

CreateProperty

public Property CreateProperty(Object p0)
[optional=3]

Specified by:
CreateProperty in interface _Field

CreateProperty

public Property CreateProperty()
[optional=4]

Specified by:
CreateProperty in interface _Field

getCollectionIndex

public short getCollectionIndex()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getCollectionIndex in interface _Field
Returns:
IDL: [out] [retval] SHORT*

getOriginalValue

public Object getOriginalValue()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getOriginalValue in interface _Field
Returns:
IDL: [out] [retval] VARIANT*

getVisibleValue

public Object getVisibleValue()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getVisibleValue in interface _Field
Returns:
IDL: [out] [retval] VARIANT*

getFieldSize

public int getFieldSize()
Description copied from interface: _Field
IDL: [ helpstring("") ]

Specified by:
getFieldSize in interface _Field
Returns:
IDL: [out] [retval] LONG*


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