URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [OrientationRequested.h] - Rev 776
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_print_attribute_standard_OrientationRequested__ #define __javax_print_attribute_standard_OrientationRequested__ #pragma interface #include <javax/print/attribute/EnumSyntax.h> #include <gcj/array.h> extern "Java" { namespace javax { namespace print { namespace attribute { class EnumSyntax; namespace standard { class OrientationRequested; } } } } } class javax::print::attribute::standard::OrientationRequested : public ::javax::print::attribute::EnumSyntax { public: // actually protected OrientationRequested(jint); public: ::java::lang::Class * getCategory(); ::java::lang::String * getName(); public: // actually protected JArray< ::java::lang::String * > * getStringTable(); JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable(); jint getOffset(); private: static const jlong serialVersionUID = -4447437289862822276LL; public: static ::javax::print::attribute::standard::OrientationRequested * PORTRAIT; static ::javax::print::attribute::standard::OrientationRequested * LANDSCAPE; static ::javax::print::attribute::standard::OrientationRequested * REVERSE_LANDSCAPE; static ::javax::print::attribute::standard::OrientationRequested * REVERSE_PORTRAIT; private: static JArray< ::java::lang::String * > * stringTable; static JArray< ::javax::print::attribute::standard::OrientationRequested * > * enumValueTable; public: static ::java::lang::Class class$; }; #endif // __javax_print_attribute_standard_OrientationRequested__
Go to most recent revision | Compare with Previous | Blame | View Log