Reset branch to trunk.
[official-gcc.git] / trunk / libjava / gnu / javax / print / ipp / attribute / defaults / JobPriorityDefault.h
blob22f503013979ffb0060435a5eb26f3baf474bc9a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_print_ipp_attribute_defaults_JobPriorityDefault__
5 #define __gnu_javax_print_ipp_attribute_defaults_JobPriorityDefault__
7 #pragma interface
9 #include <javax/print/attribute/IntegerSyntax.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace print
18 namespace ipp
20 namespace attribute
22 namespace defaults
24 class JobPriorityDefault;
31 namespace javax
33 namespace print
35 namespace attribute
37 class Attribute;
43 class gnu::javax::print::ipp::attribute::defaults::JobPriorityDefault : public ::javax::print::attribute::IntegerSyntax
46 public:
47 JobPriorityDefault(jint);
48 jboolean equals(::java::lang::Object *);
49 ::java::lang::Class * getCategory();
50 ::java::lang::String * getName();
51 ::javax::print::attribute::Attribute * getAssociatedAttribute();
52 static ::java::lang::Class class$;
55 #endif // __gnu_javax_print_ipp_attribute_defaults_JobPriorityDefault__