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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [PresentationDirection.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_PresentationDirection__
5
#define __javax_print_attribute_standard_PresentationDirection__
6
 
7
#pragma interface
8
 
9
#include <javax/print/attribute/EnumSyntax.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace print
17
    {
18
      namespace attribute
19
      {
20
          class EnumSyntax;
21
        namespace standard
22
        {
23
            class PresentationDirection;
24
        }
25
      }
26
    }
27
  }
28
}
29
 
30
class javax::print::attribute::standard::PresentationDirection : public ::javax::print::attribute::EnumSyntax
31
{
32
 
33
  PresentationDirection(jint);
34
public:
35
  ::java::lang::Class * getCategory();
36
  ::java::lang::String * getName();
37
public: // actually protected
38
  JArray< ::java::lang::String * > * getStringTable();
39
  JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
40
private:
41
  static const jlong serialVersionUID = 8294728067230931780LL;
42
public:
43
  static ::javax::print::attribute::standard::PresentationDirection * TOBOTTOM_TORIGHT;
44
  static ::javax::print::attribute::standard::PresentationDirection * TOBOTTOM_TOLEFT;
45
  static ::javax::print::attribute::standard::PresentationDirection * TOTOP_TORIGHT;
46
  static ::javax::print::attribute::standard::PresentationDirection * TOTOP_TOLEFT;
47
  static ::javax::print::attribute::standard::PresentationDirection * TORIGHT_TOBOTTOM;
48
  static ::javax::print::attribute::standard::PresentationDirection * TORIGHT_TOTOP;
49
  static ::javax::print::attribute::standard::PresentationDirection * TOLEFT_TOBOTTOM;
50
  static ::javax::print::attribute::standard::PresentationDirection * TOLEFT_TOTOP;
51
private:
52
  static JArray< ::java::lang::String * > * stringTable;
53
  static JArray< ::javax::print::attribute::standard::PresentationDirection * > * enumValueTable;
54
public:
55
  static ::java::lang::Class class$;
56
};
57
 
58
#endif // __javax_print_attribute_standard_PresentationDirection__

powered by: WebSVN 2.1.0

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