30 lines
684 B
C
30 lines
684 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_util_FormattableFlags__
|
||
|
#define __java_util_FormattableFlags__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
|
||
|
class java::util::FormattableFlags : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
FormattableFlags();
|
||
|
public:
|
||
|
static const jint LEFT_JUSTIFY = 1;
|
||
|
static const jint UPPERCASE = 2;
|
||
|
static const jint ALTERNATE = 4;
|
||
|
public: // actually package-private
|
||
|
static const jint PLUS = 8;
|
||
|
static const jint SPACE = 16;
|
||
|
static const jint ZERO = 32;
|
||
|
static const jint COMMA = 64;
|
||
|
static const jint PAREN = 128;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __java_util_FormattableFlags__
|