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