OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [standard/] [PrinterStateReasons.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_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__
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.