summaryrefslogtreecommitdiff
path: root/libjava/javax/print/attribute/standard/CopiesSupported.h
blob: 62c3428645a19b9a7c13475f4a705b3fe9adb4d9 (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_print_attribute_standard_CopiesSupported__
#define __javax_print_attribute_standard_CopiesSupported__

#pragma interface

#include <javax/print/attribute/SetOfIntegerSyntax.h>
extern "Java"
{
  namespace javax
  {
    namespace print
    {
      namespace attribute
      {
        namespace standard
        {
            class CopiesSupported;
        }
      }
    }
  }
}

class javax::print::attribute::standard::CopiesSupported : public ::javax::print::attribute::SetOfIntegerSyntax
{

public:
  CopiesSupported(jint);
  CopiesSupported(jint, jint);
  jboolean equals(::java::lang::Object *);
  ::java::lang::Class * getCategory();
  ::java::lang::String * getName();
private:
  static const jlong serialVersionUID = 6927711687034846001LL;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_print_attribute_standard_CopiesSupported__