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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [ipp/] [IppValueTag.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_print_ipp_IppValueTag__
5
#define __gnu_javax_print_ipp_IppValueTag__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace print
17
      {
18
        namespace ipp
19
        {
20
            class IppValueTag;
21
        }
22
      }
23
    }
24
  }
25
}
26
 
27
class gnu::javax::print::ipp::IppValueTag : public ::java::lang::Object
28
{
29
 
30
  IppValueTag();
31
public:
32
  static jboolean isValueTag(jbyte);
33
  static const jbyte UNSUPPORTED = 16;
34
  static const jbyte UNKNOWN = 18;
35
  static const jbyte NO_VALUE = 19;
36
  static const jbyte INTEGER = 33;
37
  static const jbyte BOOLEAN = 34;
38
  static const jbyte ENUM = 35;
39
  static const jbyte OCTECTSTRING_UNSPECIFIED = 48;
40
  static const jbyte DATETIME = 49;
41
  static const jbyte RESOLUTION = 50;
42
  static const jbyte RANGEOFINTEGER = 51;
43
  static const jbyte TEXT_WITH_LANGUAGE = 53;
44
  static const jbyte NAME_WITH_LANGUAGE = 54;
45
  static const jbyte TEXT_WITHOUT_LANGUAGE = 65;
46
  static const jbyte NAME_WITHOUT_LANGUAGE = 66;
47
  static const jbyte KEYWORD = 68;
48
  static const jbyte URI = 69;
49
  static const jbyte URI_SCHEME = 70;
50
  static const jbyte CHARSET = 71;
51
  static const jbyte NATURAL_LANGUAGE = 72;
52
  static const jbyte MIME_MEDIA_TYPE = 73;
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __gnu_javax_print_ipp_IppValueTag__

powered by: WebSVN 2.1.0

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