Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: beans ::

interface XIntroTest

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]
Description
This is a test interface for introspection.

IMPORTANT: FOR TEST ONLY!

The following interface is just for testing purposes. It will not stay in the product. It is only used as an exportable test class, i.e., for BASIC integration.



Methods' Summary

writeln output method.
getDroenk ...
getIntroTest gets another object with this interface.
getUps !!! No property, because parameter exists
setDroenk ...
getBla ...
setBla !!! Not the set method for property Bla, because param type != return type.
getBlub ...
setBlub ...
getGulp ...
setGulp !!! Not the set method for property Gulp, because return type != void.
getTypeClass ...
setTypeClass ...
getStrings
setStrings ...
setStringsPerMethod ...
getMultiSequence
setMultiSequence ...
addPropertiesChangeListener Add a PropertiesChangeListener
removePropertiesChangeListener Remove a PropertiesChangeListener

Methods' Details

writeln
 
void
writeln(
[ in ] string Text );

Description
output method.
getDroenk
 
long
getDroenk();
Description
...
getIntroTest
 
com::sun::star::beans::XIntroTest
getIntroTest();
Description
gets another object with this interface.
getUps
 
long
getUps(
[ in ] long l );

Description
!!! No property, because parameter exists
setDroenk
 
void
setDroenk(
[ in ] long l );

Description
...
getBla
 
short
getBla();
Description
...
setBla
 
void
setBla(
[ in ] long n );

Description
!!! Not the set method for property Bla, because param type != return type.
getBlub
 
short
getBlub();
Description
...
setBlub
 
void
setBlub(
[ in ] short n );

Description
...
getGulp
 
short
getGulp();
Description
...
setGulp
 
short
setGulp(
[ in ] short n );

Description
!!! Not the set method for property Gulp, because return type != void.
getTypeClass
 
com::sun::star::uno::TypeClass
getTypeClass(
[ in ] short n );

Description
...
setTypeClass
 
void
setTypeClass(
[ in ] com::sun::star::uno::TypeClass t,
[ in ] double d1,
[ in ] double d2 );

Description
...
getStrings
 
sequence< string >
getStrings();
setStrings
 
void
setStrings(
[ in ] sequence< string > Strings );

Description
...
setStringsPerMethod
 
void
setStringsPerMethod(
[ in ] sequence< string > Strings,
[ in ] short n );

Description
...
getMultiSequence
 
sequence< sequence< sequence< short > > >
getMultiSequence();
setMultiSequence
 
void
setMultiSequence(
[ in ] sequence< sequence< sequence< short > > > Seq );

Description
...
addPropertiesChangeListener
 
[ oneway ] void
addPropertiesChangeListener(
[ in ] sequence< string > PropertyNames,
[ in ] com::sun::star::beans::XPropertiesChangeListener Listener );

Description
Add a PropertiesChangeListener
removePropertiesChangeListener
 
[ oneway ] void
removePropertiesChangeListener(
[ in ] com::sun::star::beans::XPropertiesChangeListener Listener );

Description
Remove a PropertiesChangeListener

Top of Page