mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
42 lines
961 B
C
42 lines
961 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_print_attribute_standard_JobImpressionsSupported__
|
||
|
#define __javax_print_attribute_standard_JobImpressionsSupported__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/print/attribute/SetOfIntegerSyntax.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace print
|
||
|
{
|
||
|
namespace attribute
|
||
|
{
|
||
|
namespace standard
|
||
|
{
|
||
|
class JobImpressionsSupported;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::print::attribute::standard::JobImpressionsSupported : public ::javax::print::attribute::SetOfIntegerSyntax
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
JobImpressionsSupported(jint, jint);
|
||
|
jboolean equals(::java::lang::Object *);
|
||
|
::java::lang::Class * getCategory();
|
||
|
::java::lang::String * getName();
|
||
|
private:
|
||
|
static const jlong serialVersionUID = -4887354803843173692LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_print_attribute_standard_JobImpressionsSupported__
|