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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [NumberUpSupported.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_print_attribute_standard_NumberUpSupported__
5
#define __javax_print_attribute_standard_NumberUpSupported__
6
 
7
#pragma interface
8
 
9
#include <javax/print/attribute/SetOfIntegerSyntax.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace print
17
    {
18
      namespace attribute
19
      {
20
        namespace standard
21
        {
22
            class NumberUpSupported;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class javax::print::attribute::standard::NumberUpSupported : public ::javax::print::attribute::SetOfIntegerSyntax
30
{
31
 
32
public:
33
  NumberUpSupported(jint);
34
  NumberUpSupported(JArray< JArray< jint > * > *);
35
  NumberUpSupported(jint, jint);
36
  jboolean equals(::java::lang::Object *);
37
  ::java::lang::Class * getCategory();
38
  ::java::lang::String * getName();
39
private:
40
  static const jlong serialVersionUID = -1041573395759141805LL;
41
public:
42
  static ::java::lang::Class class$;
43
};
44
 
45
#endif // __javax_print_attribute_standard_NumberUpSupported__

powered by: WebSVN 2.1.0

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