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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [PageRanges.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_PageRanges__
5
#define __javax_print_attribute_standard_PageRanges__
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 PageRanges;
23
        }
24
      }
25
    }
26
  }
27
}
28
 
29
class javax::print::attribute::standard::PageRanges : public ::javax::print::attribute::SetOfIntegerSyntax
30
{
31
 
32
public:
33
  PageRanges(jint);
34
  PageRanges(JArray< JArray< jint > * > *);
35
  PageRanges(jint, jint);
36
  PageRanges(::java::lang::String *);
37
  jboolean equals(::java::lang::Object *);
38
  ::java::lang::Class * getCategory();
39
  ::java::lang::String * getName();
40
private:
41
  static const jlong serialVersionUID = 8639895197656148392LL;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __javax_print_attribute_standard_PageRanges__

powered by: WebSVN 2.1.0

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