mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_util_Currency__
|
|
#define __java_util_Currency__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
|
|
class java::util::Currency : public ::java::lang::Object
|
|
{
|
|
|
|
Currency();
|
|
Currency(::java::util::Locale *);
|
|
Currency(::java::lang::String *);
|
|
public:
|
|
::java::lang::String * getCurrencyCode();
|
|
jint getDefaultFractionDigits();
|
|
static ::java::util::Currency * getInstance(::java::util::Locale *);
|
|
static ::java::util::Currency * getInstance(::java::lang::String *);
|
|
::java::lang::String * getSymbol();
|
|
::java::lang::String * getSymbol(::java::util::Locale *);
|
|
::java::lang::String * toString();
|
|
private:
|
|
::java::lang::Object * readResolve();
|
|
public: // actually package-private
|
|
static const jlong serialVersionUID = -158308464356906721LL;
|
|
private:
|
|
static ::java::util::Properties * properties;
|
|
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) currencyCode;
|
|
jint fractionDigits;
|
|
static ::java::util::Map * countryMap;
|
|
static ::java::util::Map * cache;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_util_Currency__
|