
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_xml_validation_datatype_Facet__
#define __gnu_xml_validation_datatype_Facet__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace xml
    {
      namespace validation
      {
        namespace datatype
        {
            class Annotation;
            class Facet;
        }
      }
    }
  }
}

class gnu::xml::validation::datatype::Facet : public ::java::lang::Object
{

public: // actually protected
  Facet(jint, ::gnu::xml::validation::datatype::Annotation *);
public:
  static const jint LENGTH = 1;
  static const jint MIN_LENGTH = 2;
  static const jint MAX_LENGTH = 3;
  static const jint PATTERN = 4;
  static const jint ENUMERATION = 5;
  static const jint WHITESPACE = 6;
  static const jint MAX_INCLUSIVE = 7;
  static const jint MAX_EXCLUSIVE = 8;
  static const jint MIN_EXCLUSIVE = 9;
  static const jint MIN_INCLUSIVE = 10;
  static const jint TOTAL_DIGITS = 11;
  static const jint FRACTION_DIGITS = 12;
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
  ::gnu::xml::validation::datatype::Annotation * annotation;
  static ::java::lang::Class class$;
};

#endif // __gnu_xml_validation_datatype_Facet__
