|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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._Field.Jni
public static class _Field.Jni
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 |
---|
protected _Field.Jni()
Method Detail |
---|
protected void internalOnSetInterface()
IUnknown.Jni
internalOnSetInterface
in class _DAO.Jni
public int getCollatingOrder()
_Field
IDL: [ helpstring("") ]
getCollatingOrder
in interface _Field
IDL: [out] [retval] LONG*
public short getType()
_Field
IDL: [ helpstring("") ]
getType
in interface _Field
IDL: [out] [retval] SHORT*
public void setType(short p0)
_Field
IDL: [ helpstring("") ]
setType
in interface _Field
p0
- IDL: [in] SHORT
public String getName()
_Field
IDL: [ helpstring("") ]
getName
in interface _Field
IDL: [out] [retval] BSTR*
public void setName(String p0)
_Field
IDL: [ helpstring("") ]
setName
in interface _Field
p0
- IDL: [in] BSTR
public int getSize()
_Field
IDL: [ helpstring("") ]
getSize
in interface _Field
IDL: [out] [retval] LONG*
public void setSize(int p0)
_Field
IDL: [ helpstring("") ]
setSize
in interface _Field
p0
- IDL: [in] LONG
public String getSourceField()
_Field
IDL: [ helpstring("") ]
getSourceField
in interface _Field
IDL: [out] [retval] BSTR*
public String getSourceTable()
_Field
IDL: [ helpstring("") ]
getSourceTable
in interface _Field
IDL: [out] [retval] BSTR*
public Object getValue()
_Field
IDL: [ helpstring("") ]
getValue
in interface _Field
IDL: [out] [retval] VARIANT*
public void setValue(Object p0)
_Field
IDL: [ helpstring("") ]
setValue
in interface _Field
p0
- IDL: [in] VARIANT
public int getAttributes()
_Field
IDL: [ helpstring("") ]
getAttributes
in interface _Field
IDL: [out] [retval] LONG*
public void setAttributes(int p0)
_Field
IDL: [ helpstring("") ]
setAttributes
in interface _Field
p0
- IDL: [in] LONG
public short getOrdinalPosition()
_Field
IDL: [ helpstring("") ]
getOrdinalPosition
in interface _Field
IDL: [out] [retval] SHORT*
public void setOrdinalPosition(short p0)
_Field
IDL: [ helpstring("") ]
setOrdinalPosition
in interface _Field
p0
- IDL: [in] SHORT
public String getValidationText()
_Field
IDL: [ helpstring("") ]
getValidationText
in interface _Field
IDL: [out] [retval] BSTR*
public void setValidationText(String p0)
_Field
IDL: [ helpstring("") ]
setValidationText
in interface _Field
p0
- IDL: [in] BSTR
public boolean getValidateOnSet()
_Field
IDL: [ helpstring("") ]
getValidateOnSet
in interface _Field
IDL: [out] [retval] VARIANT_BOOL*
public void setValidateOnSet(boolean p0)
_Field
IDL: [ helpstring("") ]
setValidateOnSet
in interface _Field
p0
- IDL: [in] VARIANT_BOOL
public String getValidationRule()
_Field
IDL: [ helpstring("") ]
getValidationRule
in interface _Field
IDL: [out] [retval] BSTR*
public void setValidationRule(String p0)
_Field
IDL: [ helpstring("") ]
setValidationRule
in interface _Field
p0
- IDL: [in] BSTR
public Object getDefaultValue()
_Field
IDL: [ helpstring("") ]
getDefaultValue
in interface _Field
IDL: [out] [retval] VARIANT*
public void setDefaultValue(Object p0)
_Field
IDL: [ helpstring("") ]
setDefaultValue
in interface _Field
p0
- IDL: [in] VARIANT
public boolean getRequired()
_Field
IDL: [ helpstring("") ]
getRequired
in interface _Field
IDL: [out] [retval] VARIANT_BOOL*
public void setRequired(boolean p0)
_Field
IDL: [ helpstring("") ]
setRequired
in interface _Field
p0
- IDL: [in] VARIANT_BOOL
public boolean getAllowZeroLength()
_Field
IDL: [ helpstring("") ]
getAllowZeroLength
in interface _Field
IDL: [out] [retval] VARIANT_BOOL*
public void setAllowZeroLength(boolean p0)
_Field
IDL: [ helpstring("") ]
setAllowZeroLength
in interface _Field
p0
- IDL: [in] VARIANT_BOOL
public boolean getDataUpdatable()
_Field
IDL: [ helpstring("") ]
getDataUpdatable
in interface _Field
IDL: [out] [retval] VARIANT_BOOL*
public String getForeignName()
_Field
IDL: [ helpstring("") ]
getForeignName
in interface _Field
IDL: [out] [retval] BSTR*
public void setForeignName(String p0)
_Field
IDL: [ helpstring("") ]
setForeignName
in interface _Field
p0
- IDL: [in] BSTR
public void AppendChunk(Object p0)
_Field
IDL: [ helpstring("") ]
AppendChunk
in interface _Field
p0
- IDL: [in] VARIANT
public Object GetChunk(int p0, int p1)
_Field
IDL: [ helpstring("") ]
GetChunk
in interface _Field
p0
- IDL: [in] LONG
p1
- IDL: [in] LONG
IDL: [out] [retval] VARIANT*
public Property CreateProperty(Object p0, Object p1, Object p2, Object p3)
_Field
IDL: [ helpstring("") ]
CreateProperty
in interface _Field
p0
- IDL: [in] [optional] VARIANT
p1
- IDL: [in] [optional] VARIANT
p2
- IDL: [in] [optional] VARIANT
p3
- IDL: [in] [optional] VARIANT
IDL: [out] [retval] Property**
public Property CreateProperty(Object p0, Object p1, Object p2)
CreateProperty
in interface _Field
public Property CreateProperty(Object p0, Object p1)
CreateProperty
in interface _Field
public Property CreateProperty(Object p0)
CreateProperty
in interface _Field
public Property CreateProperty()
CreateProperty
in interface _Field
public short getCollectionIndex()
_Field
IDL: [ helpstring("") ]
getCollectionIndex
in interface _Field
IDL: [out] [retval] SHORT*
public Object getOriginalValue()
_Field
IDL: [ helpstring("") ]
getOriginalValue
in interface _Field
IDL: [out] [retval] VARIANT*
public Object getVisibleValue()
_Field
IDL: [ helpstring("") ]
getVisibleValue
in interface _Field
IDL: [out] [retval] VARIANT*
public int getFieldSize()
_Field
IDL: [ helpstring("") ]
getFieldSize
in interface _Field
IDL: [out] [retval] LONG*
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |