OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [attribute/] [DocAttributeSet.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_print_attribute_DocAttributeSet__
5
#define __javax_print_attribute_DocAttributeSet__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace print
17
    {
18
      namespace attribute
19
      {
20
          class Attribute;
21
          class AttributeSet;
22
          class DocAttributeSet;
23
      }
24
    }
25
  }
26
}
27
 
28
class javax::print::attribute::DocAttributeSet : public ::java::lang::Object
29
{
30
 
31
public:
32
  virtual jboolean add(::javax::print::attribute::Attribute *) = 0;
33
  virtual jboolean addAll(::javax::print::attribute::AttributeSet *) = 0;
34
  virtual void clear() = 0;
35
  virtual jboolean containsKey(::java::lang::Class *) = 0;
36
  virtual jboolean containsValue(::javax::print::attribute::Attribute *) = 0;
37
  virtual ::javax::print::attribute::Attribute * get(::java::lang::Class *) = 0;
38
  virtual jboolean isEmpty() = 0;
39
  virtual jboolean remove(::javax::print::attribute::Attribute *) = 0;
40
  virtual jboolean remove(::java::lang::Class *) = 0;
41
  virtual jint size() = 0;
42
  virtual JArray< ::javax::print::attribute::Attribute * > * toArray() = 0;
43
  static ::java::lang::Class class$;
44
} __attribute__ ((java_interface));
45
 
46
#endif // __javax_print_attribute_DocAttributeSet__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.