diff options
author | James Moger <james.moger@gmail.com> | 2011-08-12 14:55:02 -0400 |
---|---|---|
committer | James Moger <james.moger@gmail.com> | 2011-08-12 14:55:02 -0400 |
commit | 373a5c74f4c5e8cc19812a63893f6090d8f14b95 (patch) | |
tree | 249d858e377a95be68942e061cf97e91808a5601 /tests/com/iciql/test/models/EnumModels.java | |
parent | 783797ff9ddfafa19481fda5295fcacd3c9b51cd (diff) | |
download | iciql-373a5c74f4c5e8cc19812a63893f6090d8f14b95.tar.gz iciql-373a5c74f4c5e8cc19812a63893f6090d8f14b95.zip |
Documentation. Source cleanup. Prepare 0.6.4 release.v0.6.4
Diffstat (limited to 'tests/com/iciql/test/models/EnumModels.java')
-rw-r--r-- | tests/com/iciql/test/models/EnumModels.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/com/iciql/test/models/EnumModels.java b/tests/com/iciql/test/models/EnumModels.java index 40b7806..a865f6c 100644 --- a/tests/com/iciql/test/models/EnumModels.java +++ b/tests/com/iciql/test/models/EnumModels.java @@ -25,6 +25,10 @@ import com.iciql.Iciql.IQColumn; import com.iciql.Iciql.IQEnum;
import com.iciql.Iciql.IQTable;
+/**
+ * Container for reusable enum model classes which exercise the 3 supported
+ * types.
+ */
public abstract class EnumModels {
/**
|