IndexedPropertyDescriptor.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_beans_IndexedPropertyDescriptor__
  3. #define __java_beans_IndexedPropertyDescriptor__
  4. #pragma interface
  5. #include <java/beans/PropertyDescriptor.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace beans
  11. {
  12. class IndexedPropertyDescriptor;
  13. }
  14. }
  15. }
  16. class java::beans::IndexedPropertyDescriptor : public ::java::beans::PropertyDescriptor
  17. {
  18. public:
  19. IndexedPropertyDescriptor(::java::lang::String *, ::java::lang::Class *);
  20. IndexedPropertyDescriptor(::java::lang::String *, ::java::lang::Class *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *);
  21. IndexedPropertyDescriptor(::java::lang::String *, ::java::lang::reflect::Method *, ::java::lang::reflect::Method *, ::java::lang::reflect::Method *, ::java::lang::reflect::Method *);
  22. virtual ::java::lang::Class * getIndexedPropertyType();
  23. virtual ::java::lang::reflect::Method * getIndexedReadMethod();
  24. virtual void setIndexedReadMethod(::java::lang::reflect::Method *);
  25. virtual ::java::lang::reflect::Method * getIndexedWriteMethod();
  26. virtual void setIndexedWriteMethod(::java::lang::reflect::Method *);
  27. private:
  28. void findMethods(::java::lang::Class *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *);
  29. ::java::lang::Class * __attribute__((aligned(__alignof__( ::java::beans::PropertyDescriptor)))) indexedPropertyType;
  30. ::java::lang::reflect::Method * setIndex;
  31. ::java::lang::reflect::Method * getIndex;
  32. public:
  33. static ::java::lang::Class class$;
  34. };
  35. #endif // __java_beans_IndexedPropertyDescriptor__