rt_gccstream/libjava/javax/sound/sampled/Control$Type.h

40 lines
825 B
C++

// 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__