com.moesol.bindings.platform_sdk.data_services
Interface Fields
- All Superinterfaces:
- _Collection, Fields15, Fields20, IDispatch, IUnknown
- All Known Implementing Classes:
- Fields.Jni
public interface Fields
- extends Fields20
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary |
static class |
Fields.Disp
Implementation, COM to Java. |
static class |
Fields.Jni
Implementation, Java to COM. |
Field Summary |
static GUID |
IID
IDL: [uuid(00000564-0000-0010-8000-00AA006D2EA4)] |
static Class |
TYPELIB
|
Method Summary |
void |
Append(String Name,
int Type,
int DefinedSize,
int Attrib)
[optional=1] |
void |
Append(String Name,
int Type,
int DefinedSize,
int Attrib,
Object FieldValue)
IDL: [ helpstring("") ] |
void |
CancelUpdate()
IDL: [ helpstring("") ] |
void |
Resync(int ResyncValues)
IDL: [ helpstring("") ] |
void |
Update()
IDL: [ helpstring("") ] |
Methods inherited from interface com.moesol.bindings.platform_sdk.data_services.Fields15 |
getItem |
TYPELIB
static final Class TYPELIB
IID
static final GUID IID
IDL: [uuid(00000564-0000-0010-8000-00AA006D2EA4)]
Append
void Append(String Name,
int Type,
int DefinedSize,
int Attrib,
Object FieldValue)
IDL: [ helpstring("") ]
- Parameters:
Name
- IDL: [in] BSTR
Type
- IDL: [in] DataTypeEnum
DefinedSize
- IDL: [in] [optional] [default] LONG
Attrib
- IDL: [in] [optional] [default] FieldAttributeEnum
FieldValue
- IDL: [in] [optional] VARIANT
Append
void Append(String Name,
int Type,
int DefinedSize,
int Attrib)
- [optional=1]
Update
void Update()
IDL: [ helpstring("") ]
Resync
void Resync(int ResyncValues)
IDL: [ helpstring("") ]
- Parameters:
ResyncValues
- IDL: [in] [optional] [default] ResyncEnum
CancelUpdate
void CancelUpdate()
IDL: [ helpstring("") ]
Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.