mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
31 lines
562 B
C++
31 lines
562 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_management_MXBean__
|
|
#define __javax_management_MXBean__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace management
|
|
{
|
|
class MXBean;
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::management::MXBean : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual jboolean value() = 0;
|
|
virtual ::java::lang::Class * annotationType() = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __javax_management_MXBean__
|