mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			896 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			896 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __java_util_Formatter$BigDecimalLayoutForm__
 | |
| #define __java_util_Formatter$BigDecimalLayoutForm__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/Enum.h>
 | |
| #include <gcj/array.h>
 | |
| 
 | |
| 
 | |
| class java::util::Formatter$BigDecimalLayoutForm : public ::java::lang::Enum
 | |
| {
 | |
| 
 | |
|   Formatter$BigDecimalLayoutForm(::java::lang::String *, jint);
 | |
| public:
 | |
|   static JArray< ::java::util::Formatter$BigDecimalLayoutForm * > * values();
 | |
|   static ::java::util::Formatter$BigDecimalLayoutForm * valueOf(::java::lang::String *);
 | |
|   static ::java::util::Formatter$BigDecimalLayoutForm * DECIMAL_FLOAT;
 | |
|   static ::java::util::Formatter$BigDecimalLayoutForm * SCIENTIFIC;
 | |
| private:
 | |
|   static JArray< ::java::util::Formatter$BigDecimalLayoutForm * > * ENUM$VALUES;
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __java_util_Formatter$BigDecimalLayoutForm__
 |