summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/typecodes/FixedTypeCode.h
blob: 2acd5e917d4081d7f24367dd28cfdba05ccf8798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_typecodes_FixedTypeCode__
#define __gnu_CORBA_typecodes_FixedTypeCode__

#pragma interface

#include <gnu/CORBA/typecodes/PrimitiveTypeCode.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace typecodes
      {
          class FixedTypeCode;
      }
    }
  }
  namespace java
  {
    namespace math
    {
        class BigDecimal;
    }
  }
  namespace org
  {
    namespace omg
    {
      namespace CORBA
      {
          class TypeCode;
      }
    }
  }
}

class gnu::CORBA::typecodes::FixedTypeCode : public ::gnu::CORBA::typecodes::PrimitiveTypeCode
{

public:
  FixedTypeCode();
  FixedTypeCode(::java::math::BigDecimal *);
  virtual void setDigits(jint);
  virtual void setScale(jint);
  static jint countDigits(::java::math::BigDecimal *);
  virtual jboolean equal(::org::omg::CORBA::TypeCode *);
  virtual jshort fixed_digits();
  virtual jshort fixed_scale();
private:
  static const jlong serialVersionUID = 1LL;
  jshort __attribute__((aligned(__alignof__( ::gnu::CORBA::typecodes::PrimitiveTypeCode)))) digits;
  jshort scale;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_typecodes_FixedTypeCode__