CCAFFEINE  0.8.8
StringEnumeration.h
00001 
00008 #ifndef StringEnumeration_h_seen
00009 #define StringEnumeration_h_seen
00010 namespace jcpp {
00011 
00012 
00013 //#include "jc++/jc++.h"
00014 //#include "jc++/lang/Object.h"
00016 class StringEnumeration : public virtual Object {
00017 
00018 public:
00019 
00020   virtual ~StringEnumeration(){}
00022   virtual boolean hasMoreElements() = 0;
00024   virtual char *nextElement() = 0;
00025 
00026 };
00027 
00028 } ENDSEMI //jcpp
00029 #endif // StringEnumeration_h_seen