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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [management/] [openmbean/] [SimpleType.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_management_openmbean_SimpleType__
5
#define __javax_management_openmbean_SimpleType__
6
 
7
#pragma interface
8
 
9
#include <javax/management/openmbean/OpenType.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace management
15
    {
16
      namespace openmbean
17
      {
18
          class SimpleType;
19
      }
20
    }
21
  }
22
}
23
 
24
class javax::management::openmbean::SimpleType : public ::javax::management::openmbean::OpenType
25
{
26
 
27
  SimpleType(::java::lang::String *);
28
public:
29
  jboolean equals(::java::lang::Object *);
30
  jint hashCode();
31
  jboolean isValue(::java::lang::Object *);
32
  ::java::lang::Object * readResolve();
33
  ::java::lang::String * toString();
34
  static ::javax::management::openmbean::SimpleType * BIGDECIMAL;
35
  static ::javax::management::openmbean::SimpleType * BIGINTEGER;
36
  static ::javax::management::openmbean::SimpleType * BOOLEAN;
37
  static ::javax::management::openmbean::SimpleType * BYTE;
38
  static ::javax::management::openmbean::SimpleType * CHARACTER;
39
  static ::javax::management::openmbean::SimpleType * DATE;
40
  static ::javax::management::openmbean::SimpleType * DOUBLE;
41
  static ::javax::management::openmbean::SimpleType * FLOAT;
42
  static ::javax::management::openmbean::SimpleType * INTEGER;
43
  static ::javax::management::openmbean::SimpleType * LONG;
44
  static ::javax::management::openmbean::SimpleType * OBJECTNAME;
45
  static ::javax::management::openmbean::SimpleType * SHORT;
46
  static ::javax::management::openmbean::SimpleType * STRING;
47
  static ::javax::management::openmbean::SimpleType * VOID;
48
private:
49
  static const jlong serialVersionUID = 2215577471957694503LL;
50
  ::java::lang::Integer * __attribute__((aligned(__alignof__( ::javax::management::openmbean::OpenType)))) hashCode__;
51
  ::java::lang::String * string;
52
public:
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __javax_management_openmbean_SimpleType__

powered by: WebSVN 2.1.0

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