blob: 38ab8a7737eac371521ee3c988ac119eef350b54 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__
#define __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__
#pragma interface
#include <javax/print/attribute/TextSyntax.h>
#include <gcj/array.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace print
{
namespace ipp
{
namespace attribute
{
namespace defaults
{
class JobSheetsDefault;
}
namespace supported
{
class JobSheetsSupported;
}
}
}
}
}
}
namespace javax
{
namespace print
{
namespace attribute
{
namespace standard
{
class JobSheets;
}
}
}
}
}
class gnu::javax::print::ipp::attribute::supported::JobSheetsSupported : public ::javax::print::attribute::TextSyntax
{
public:
JobSheetsSupported(::java::lang::String *, ::java::util::Locale *);
::java::lang::Class * getCategory();
::java::lang::String * getName();
::javax::print::attribute::standard::JobSheets * getAssociatedAttribute();
static JArray< ::javax::print::attribute::standard::JobSheets * > * getAssociatedAttributeArray(::java::util::Set *);
static ::gnu::javax::print::ipp::attribute::defaults::JobSheetsDefault * NONE;
static ::gnu::javax::print::ipp::attribute::defaults::JobSheetsDefault * STANDARD;
static ::java::lang::Class class$;
};
#endif // __gnu_javax_print_ipp_attribute_supported_JobSheetsSupported__