blob: fc3d70330e4c0d92d63f5db612fcf035fe973f99 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_print_attribute_standard_PrinterStateReasons__
#define __javax_print_attribute_standard_PrinterStateReasons__
#pragma interface
#include <java/util/HashMap.h>
extern "Java"
{
namespace javax
{
namespace print
{
namespace attribute
{
namespace standard
{
class PrinterStateReason;
class PrinterStateReasons;
class Severity;
}
}
}
}
}
class javax::print::attribute::standard::PrinterStateReasons : public ::java::util::HashMap
{
public:
PrinterStateReasons();
PrinterStateReasons(jint, jfloat);
PrinterStateReasons(jint);
PrinterStateReasons(::java::util::Map *);
::java::util::Set * printerStateReasonSet(::javax::print::attribute::standard::Severity *);
::javax::print::attribute::standard::Severity * PrinterStateReasons$put(::javax::print::attribute::standard::PrinterStateReason *, ::javax::print::attribute::standard::Severity *);
::java::lang::Class * getCategory();
::java::lang::String * getName();
::java::lang::Object * put(::java::lang::Object *, ::java::lang::Object *);
private:
static const jlong serialVersionUID = -3731791085163619457LL;
public:
static ::java::lang::Class class$;
};
#endif // __javax_print_attribute_standard_PrinterStateReasons__