| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Deprecated. More...
import "XIdlField.idl";
 
  
| Public Member Functions | |
| com::sun::star::reflection::XIdlClass | getType () | 
| com::sun::star::reflection::FieldAccessMode | getAccessMode () | 
| any | get ([in] any obj) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| void | set ([in] any obj, [in] any value) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::IllegalAccessException ) | 
| Public Member Functions inherited from XIdlMember | |
| XIdlClass | getDeclaringClass () | 
| Returns the declaring type of this field, i.e. | |
| string | getName () | 
| Returns the fully-qualified name of the member. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| any get | ( | [in] any | obj | ) | ||
| raises | ( | com::sun::star::lang::IllegalArgumentException ) | ||||
| com::sun::star::reflection::FieldAccessMode getAccessMode | ( | ) | 
| com::sun::star::reflection::XIdlClass getType | ( | ) | 
| void set | ( | [in] any | obj, | |||
| [in] any | value ) | |||||
| raises | ( | com::sun::star::lang::IllegalArgumentException, | ||||
| com::sun::star::lang::IllegalAccessException ) | ||||||