aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/print/attribute/standard/PrinterURI.h
blob: b5dc5c269d478d42532b281652e04613b0de3e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_print_attribute_standard_PrinterURI__
#define __javax_print_attribute_standard_PrinterURI__

#pragma interface

#include <javax/print/attribute/URISyntax.h>
extern "Java"
{
  namespace java
  {
    namespace net
    {
        class URI;
    }
  }
  namespace javax
  {
    namespace print
    {
      namespace attribute
      {
        namespace standard
        {
            class PrinterURI;
        }
      }
    }
  }
}

class javax::print::attribute::standard::PrinterURI : public ::javax::print::attribute::URISyntax
{

public:
  PrinterURI(::java::net::URI *);
  jboolean equals(::java::lang::Object *);
  ::java::lang::Class * getCategory();
  ::java::lang::String * getName();
private:
  static const jlong serialVersionUID = 7923912792485606497LL;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_print_attribute_standard_PrinterURI__