summaryrefslogtreecommitdiff
path: root/libjava/javax/sound/sampled/Control$Type.h
blob: cf7043abe6a6b059e0579869c0b3dab0ade8b5f0 (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_sound_sampled_Control$Type__
#define __javax_sound_sampled_Control$Type__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace javax
  {
    namespace sound
    {
      namespace sampled
      {
          class Control$Type;
      }
    }
  }
}

class javax::sound::sampled::Control$Type : public ::java::lang::Object
{

public: // actually protected
  Control$Type(::java::lang::String *);
public:
  virtual jboolean equals(::java::lang::Object *);
  virtual jint hashCode();
  virtual ::java::lang::String * toString();
private:
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) name;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_sound_sampled_Control$Type__