// 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 #include 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__