97b8365caf
From-SVN: r120621
49 lines
946 B
C++
49 lines
946 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_print_attribute_standard_PrinterURI__
|
|
#define __javax_print_attribute_standard_PrinterURI__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/print/attribute/URISyntax.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace net
|
|
{
|
|
class URI;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace print
|
|
{
|
|
namespace attribute
|
|
{
|
|
namespace standard
|
|
{
|
|
class PrinterURI;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::print::attribute::standard::PrinterURI : public ::javax::print::attribute::URISyntax
|
|
{
|
|
|
|
public:
|
|
PrinterURI(::java::net::URI *);
|
|
jboolean equals(::java::lang::Object *);
|
|
::java::lang::Class * getCategory();
|
|
::java::lang::String * getName();
|
|
private:
|
|
static const jlong serialVersionUID = 7923912792485606497LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_print_attribute_standard_PrinterURI__
|