1 |
759 |
jeremybenn |
|
2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
3 |
|
|
|
4 |
|
|
#ifndef __javax_print_attribute_standard_Finishings__
|
5 |
|
|
#define __javax_print_attribute_standard_Finishings__
|
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 Finishings;
|
24 |
|
|
}
|
25 |
|
|
}
|
26 |
|
|
}
|
27 |
|
|
}
|
28 |
|
|
}
|
29 |
|
|
|
30 |
|
|
class javax::print::attribute::standard::Finishings : public ::javax::print::attribute::EnumSyntax
|
31 |
|
|
{
|
32 |
|
|
|
33 |
|
|
public: // actually protected
|
34 |
|
|
Finishings(jint);
|
35 |
|
|
public:
|
36 |
|
|
virtual ::java::lang::Class * getCategory();
|
37 |
|
|
virtual ::java::lang::String * getName();
|
38 |
|
|
public: // actually protected
|
39 |
|
|
virtual JArray< ::java::lang::String * > * getStringTable();
|
40 |
|
|
virtual JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable();
|
41 |
|
|
virtual jint getOffset();
|
42 |
|
|
private:
|
43 |
|
|
static const jlong serialVersionUID = -627840419548391754LL;
|
44 |
|
|
public:
|
45 |
|
|
static ::javax::print::attribute::standard::Finishings * NONE;
|
46 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE;
|
47 |
|
|
static ::javax::print::attribute::standard::Finishings * COVER;
|
48 |
|
|
static ::javax::print::attribute::standard::Finishings * BIND;
|
49 |
|
|
static ::javax::print::attribute::standard::Finishings * SADDLE_STITCH;
|
50 |
|
|
static ::javax::print::attribute::standard::Finishings * EDGE_STITCH;
|
51 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_TOP_LEFT;
|
52 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_BOTTOM_LEFT;
|
53 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_TOP_RIGHT;
|
54 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_BOTTOM_RIGHT;
|
55 |
|
|
static ::javax::print::attribute::standard::Finishings * EDGE_STITCH_LEFT;
|
56 |
|
|
static ::javax::print::attribute::standard::Finishings * EDGE_STITCH_TOP;
|
57 |
|
|
static ::javax::print::attribute::standard::Finishings * EDGE_STITCH_RIGHT;
|
58 |
|
|
static ::javax::print::attribute::standard::Finishings * EDGE_STITCH_BOTTOM;
|
59 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_DUAL_LEFT;
|
60 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_DUAL_TOP;
|
61 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_DUAL_RIGHT;
|
62 |
|
|
static ::javax::print::attribute::standard::Finishings * STAPLE_DUAL_BOTTOM;
|
63 |
|
|
private:
|
64 |
|
|
static JArray< ::java::lang::String * > * stringTable;
|
65 |
|
|
static JArray< ::javax::print::attribute::standard::Finishings * > * enumValueTable;
|
66 |
|
|
public:
|
67 |
|
|
static ::java::lang::Class class$;
|
68 |
|
|
};
|
69 |
|
|
|
70 |
|
|
#endif // __javax_print_attribute_standard_Finishings__
|