diff options
Diffstat (limited to 'src/uk/org/ury/show/ShowItemProperty.java')
-rw-r--r-- | src/uk/org/ury/show/ShowItemProperty.java | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/uk/org/ury/show/ShowItemProperty.java b/src/uk/org/ury/show/ShowItemProperty.java deleted file mode 100644 index a722a21..0000000 --- a/src/uk/org/ury/show/ShowItemProperty.java +++ /dev/null @@ -1,26 +0,0 @@ -package uk.org.ury.show; - - -/** - * Enumeration of the parameters that are stored in a ShowItem. - * - * @author Matt Windsor - */ - -public enum ShowItemProperty - { - // Constant SQL identifier - NAME1 ("name1"), - NAME2 ("name2"), - POSITION ("positionid"); - - - public final String sql; - - - private - ShowItemProperty (String sql) - { - this.sql = sql; - } - };
\ No newline at end of file |