java.lang.Object
java.lang.Enum<Sync>
me.ulrich.clans.manager.EnumFiles.Sync
All Implemented Interfaces:
Serializable, Comparable<Sync>, java.lang.constant.Constable, me.ulrich.econfig.interfaces.ConfigurationEnum

public enum Sync extends Enum<Sync> implements me.ulrich.econfig.interfaces.ConfigurationEnum
  • Enum Constant Details

    • SYNC

      public static final Sync SYNC
    • SYNC_high

      public static final Sync SYNC_high
    • SYNC_high_enabled

      public static final Sync SYNC_high_enabled
    • SYNC_high_mode

      public static final Sync SYNC_high_mode
    • SYNC_high_cache_sync_delay

      public static final Sync SYNC_high_cache_sync_delay
    • SYNC_high_max_updates

      public static final Sync SYNC_high_max_updates
    • SYNC_high_cache_teleport_delay

      public static final Sync SYNC_high_cache_teleport_delay
    • SYNC_high_server_name

      public static final Sync SYNC_high_server_name
    • SYNC_high_redis_channel

      public static final Sync SYNC_high_redis_channel
    • SYNC_high_redis_url

      public static final Sync SYNC_high_redis_url
    • SYNC_high_debug

      public static final Sync SYNC_high_debug
    • SYNC_high_debug_console_messages_sent

      public static final Sync SYNC_high_debug_console_messages_sent
    • SYNC_high_debug_file_messages_sent

      public static final Sync SYNC_high_debug_file_messages_sent
    • SYNC_high_debug_console_received_messages

      public static final Sync SYNC_high_debug_console_received_messages
    • SYNC_high_debug_file_received_messages

      public static final Sync SYNC_high_debug_file_received_messages
    • SYNC_high_debug_dispatch_dispatch

      public static final Sync SYNC_high_debug_dispatch_dispatch
    • SYNC_high_debug_file_dispatch_dispatch

      public static final Sync SYNC_high_debug_file_dispatch_dispatch
  • Method Details

    • values

      public static Sync[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Sync valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getPath

      public String getPath()
      Specified by:
      getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getDefaultValue

      public Object getDefaultValue()
      Specified by:
      getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getComments

      public String[] getComments()
      Specified by:
      getComments in interface me.ulrich.econfig.interfaces.ConfigurationEnum