Format$Field.h 668 B

123456789101112131415161718192021222324252627282930313233
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_text_Format$Field__
  3. #define __java_text_Format$Field__
  4. #pragma interface
  5. #include <java/text/AttributedCharacterIterator$Attribute.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace text
  11. {
  12. class Format$Field;
  13. }
  14. }
  15. }
  16. class java::text::Format$Field : public ::java::text::AttributedCharacterIterator$Attribute
  17. {
  18. public: // actually protected
  19. Format$Field(::java::lang::String *);
  20. public: // actually package-private
  21. static const jlong serialVersionUID = 276966692217360283LL;
  22. public:
  23. static ::java::lang::Class class$;
  24. };
  25. #endif // __java_text_Format$Field__