summaryrefslogtreecommitdiff
path: root/orkbasej/java/net/sf/oreka/Cycle.java
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasej/java/net/sf/oreka/Cycle.java')
-rw-r--r--orkbasej/java/net/sf/oreka/Cycle.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/orkbasej/java/net/sf/oreka/Cycle.java b/orkbasej/java/net/sf/oreka/Cycle.java
new file mode 100644
index 0000000..1d48893
--- /dev/null
+++ b/orkbasej/java/net/sf/oreka/Cycle.java
@@ -0,0 +1,16 @@
+/*
+ * Oreka -- A media capture and retrieval platform
+ *
+ * Copyright (C) 2005, orecx LLC
+ *
+ * http://www.orecx.com
+ *
+ * This program is free software, distributed under the terms of
+ * the GNU General Public License.
+ * Please refer to http://www.gnu.org/copyleft/gpl.html
+ *
+ */
+
+package net.sf.oreka;
+
+public enum Cycle {permanent, hourly, daily, weekly, monthly, unknown}