OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [ipp/] [attribute/] [supported/] [OperationsSupported.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_print_ipp_attribute_supported_OperationsSupported__
5
#define __gnu_javax_print_ipp_attribute_supported_OperationsSupported__
6
 
7
#pragma interface
8
 
9
#include <javax/print/attribute/EnumSyntax.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace print
19
      {
20
        namespace ipp
21
        {
22
          namespace attribute
23
          {
24
            namespace supported
25
            {
26
                class OperationsSupported;
27
            }
28
          }
29
        }
30
      }
31
    }
32
  }
33
  namespace javax
34
  {
35
    namespace print
36
    {
37
      namespace attribute
38
      {
39
          class EnumSyntax;
40
      }
41
    }
42
  }
43
}
44
 
45
class gnu::javax::print::ipp::attribute::supported::OperationsSupported : public ::javax::print::attribute::EnumSyntax
46
{
47
 
48
public: // actually protected
49
  OperationsSupported(jint);
50
public:
51
  ::java::lang::Class * getCategory();
52
  ::java::lang::String * getName();
53
public: // actually protected
54
  JArray< ::java::lang::String * > * getStringTable();
55
  JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
56
  jint getOffset();
57
public:
58
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * PRINT_JOB;
59
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * PRINT_URI;
60
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * VALIDATE_JOB;
61
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CREATE_JOB;
62
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_DOCUMENT;
63
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * SEND_URI;
64
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * CANCEL_JOB;
65
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOB_ATTRIBUTES;
66
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * PAUSE_PRINTER;
67
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_JOBS;
68
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * GET_PRINTER_ATTRIBUTES;
69
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * HOLD_JOB;
70
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * RELEASE_JOB;
71
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * RESTART_JOB;
72
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * RESERVED;
73
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * RESUME_PRINTER;
74
  static ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * PURGE_JOBS;
75
private:
76
  static JArray< ::java::lang::String * > * stringTable;
77
  static JArray< ::gnu::javax::print::ipp::attribute::supported::OperationsSupported * > * enumValueTable;
78
public:
79
  static ::java::lang::Class class$;
80
};
81
 
82
#endif // __gnu_javax_print_ipp_attribute_supported_OperationsSupported__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.