blob: b5dc5c269d478d42532b281652e04613b0de3e10 [file] [log] [blame]
// 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__