JobAttributes$SidesType.h 808 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_JobAttributes$SidesType__
  3. #define __java_awt_JobAttributes$SidesType__
  4. #pragma interface
  5. #include <java/awt/AttributeValue.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace awt
  12. {
  13. class JobAttributes$SidesType;
  14. }
  15. }
  16. }
  17. class java::awt::JobAttributes$SidesType : public ::java::awt::AttributeValue
  18. {
  19. JobAttributes$SidesType(jint);
  20. static JArray< ::java::lang::String * > * NAMES;
  21. public:
  22. static ::java::awt::JobAttributes$SidesType * ONE_SIDED;
  23. static ::java::awt::JobAttributes$SidesType * TWO_SIDED_LONG_EDGE;
  24. static ::java::awt::JobAttributes$SidesType * TWO_SIDED_SHORT_EDGE;
  25. static ::java::lang::Class class$;
  26. };
  27. #endif // __java_awt_JobAttributes$SidesType__