|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
IDL: [ helpstring(""), dual, nonextensible, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
Property.Disp
Implementation, COM to Java. |
static class |
Property.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(00000503-0000-0010-8000-00AA006D2EA4)] |
static Class |
TYPELIB
|
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
Method Summary | |
---|---|
int |
getAttributes()
IDL: [ helpstring("") ] |
String |
getName()
IDL: [ helpstring("") ] |
int |
getType()
IDL: [ helpstring("") ] |
Object |
getValue()
IDL: [ helpstring("") ] |
void |
setAttributes(int plAttributes)
IDL: [ helpstring("") ] |
void |
setValue(Object pval)
IDL: [ helpstring("") ] |
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
---|
QueryInterface, QueryInterface, Release |
Field Detail |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(00000503-0000-0010-8000-00AA006D2EA4)]
Method Detail |
---|
Object getValue()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setValue(Object pval)
IDL: [ helpstring("") ]
pval
- IDL: [in] VARIANT
String getName()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
int getType()
IDL: [ helpstring("") ]
IDL: [out] [retval] DataTypeEnum*
int getAttributes()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setAttributes(int plAttributes)
IDL: [ helpstring("") ]
plAttributes
- IDL: [in] LONG
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |