|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IMythFillDatabaseSettings.Props> org.jmythapi.database.IMythFillDatabaseSettings.Props
public static enum IMythFillDatabaseSettings.Props
Enum Constant Summary | |
---|---|
FILL_ENABLED
Automatically run MythFillDatabase. |
|
FILL_MAX_HOUR
MythFillDatabase Execution End. |
|
FILL_MIN_HOUR
MythFillDatabase Execution Start. |
|
FILL_NEXT_SUGGESTED_RUNTIME
Next suggested runtime for MythFillDatabase. |
|
FILL_PERIOD
MythFillDatabase Run Frequency (Days). |
|
FILL_USE_SUGGESTED_RUNTIME
Run MythFillDatabase at time suggested by the grabber. |
|
LAST_RUN_END
Last MythFillDatabase run end-time. |
|
LAST_RUN_START
Last MythFillDatabase run start-time. |
|
LAST_RUN_STATUS
Last MythFillDatabase status. |
Method Summary | |
---|---|
String |
getSettingName()
|
static IMythFillDatabaseSettings.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IMythFillDatabaseSettings.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IMythFillDatabaseSettings.Props FILL_ENABLED
This enables the automatic execution of mythfilldatabase.
public static final IMythFillDatabaseSettings.Props FILL_PERIOD
The number of days between mythfilldatabase runs.
public static final IMythFillDatabaseSettings.Props FILL_MIN_HOUR
This setting and the following one define a time period when the mythfilldatabase process is allowed to run. For example, setting Start to 11 and End to 13 would mean that the process would only run between 11:00 AM and 1:59 PM.
public static final IMythFillDatabaseSettings.Props FILL_MAX_HOUR
This setting and the preceding one define a time period when the mythfilldatabase process is allowed to run. For example, setting Start to 11 and End to 13 would mean that the process would only run between 11:00 AM and 1:59 PM.
public static final IMythFillDatabaseSettings.Props FILL_USE_SUGGESTED_RUNTIME
This setting allows a DataDirect guide data provider to specify the next download time in order to distribute load on their servers. If this setting is enabled, MythFillDatabase Execution Start/End times are ignored.
public static final IMythFillDatabaseSettings.Props FILL_NEXT_SUGGESTED_RUNTIME
public static final IMythFillDatabaseSettings.Props LAST_RUN_START
public static final IMythFillDatabaseSettings.Props LAST_RUN_END
public static final IMythFillDatabaseSettings.Props LAST_RUN_STATUS
Method Detail |
---|
public static IMythFillDatabaseSettings.Props[] values()
for (IMythFillDatabaseSettings.Props c : IMythFillDatabaseSettings.Props.values()) System.out.println(c);
public static IMythFillDatabaseSettings.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getSettingName()
getSettingName
in interface ISettingsProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |