mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
51 lines
914 B
C++
51 lines
914 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_print_ipp_attribute_job_JobUri__
|
|
#define __gnu_javax_print_ipp_attribute_job_JobUri__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/print/attribute/URISyntax.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace print
|
|
{
|
|
namespace ipp
|
|
{
|
|
namespace attribute
|
|
{
|
|
namespace job
|
|
{
|
|
class JobUri;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace java
|
|
{
|
|
namespace net
|
|
{
|
|
class URI;
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::print::ipp::attribute::job::JobUri : public ::javax::print::attribute::URISyntax
|
|
{
|
|
|
|
public:
|
|
JobUri(::java::net::URI *);
|
|
::java::lang::Class * getCategory();
|
|
::java::lang::String * getName();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_print_ipp_attribute_job_JobUri__
|