// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_print_attribute_standard_Severity__ #define __javax_print_attribute_standard_Severity__ #pragma interface #include #include extern "Java" { namespace javax { namespace print { namespace attribute { class EnumSyntax; namespace standard { class Severity; } } } } } class javax::print::attribute::standard::Severity : public ::javax::print::attribute::EnumSyntax { public: // actually protected Severity(jint); public: ::java::lang::Class * getCategory(); ::java::lang::String * getName(); public: // actually protected JArray< ::java::lang::String * > * getStringTable(); JArray< ::javax::print::attribute::EnumSyntax * > * getEnumValueTable(); private: static const jlong serialVersionUID = 8781881462717925380LL; public: static ::javax::print::attribute::standard::Severity * REPORT; static ::javax::print::attribute::standard::Severity * WARNING; static ::javax::print::attribute::standard::Severity * ERROR; private: static JArray< ::java::lang::String * > * stringTable; static JArray< ::javax::print::attribute::standard::Severity * > * enumValueTable; public: static ::java::lang::Class class$; }; #endif // __javax_print_attribute_standard_Severity__