summaryrefslogtreecommitdiff
path: root/libjava/java/awt/JobAttributes$SidesType.h
blob: 349c3c07729dbd8b54118c3ff0b8d377eb66d79d (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_awt_JobAttributes$SidesType__
#define __java_awt_JobAttributes$SidesType__

#pragma interface

#include <java/awt/AttributeValue.h>
#include <gcj/array.h>

extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class JobAttributes$SidesType;
    }
  }
}

class java::awt::JobAttributes$SidesType : public ::java::awt::AttributeValue
{

  JobAttributes$SidesType(jint);
  static JArray< ::java::lang::String * > * NAMES;
public:
  static ::java::awt::JobAttributes$SidesType * ONE_SIDED;
  static ::java::awt::JobAttributes$SidesType * TWO_SIDED_LONG_EDGE;
  static ::java::awt::JobAttributes$SidesType * TWO_SIDED_SHORT_EDGE;
  static ::java::lang::Class class$;
};

#endif // __java_awt_JobAttributes$SidesType__