Enum Class ProviderType

java.lang.Object
java.lang.Enum<ProviderType>
io.adabox.dextreme.provider.base.ProviderType
All Implemented Interfaces:
Serializable, Comparable<ProviderType>, Constable

public enum ProviderType extends Enum<ProviderType>
Provider Type Enum
  • Enum Constant Details

    • API

      public static final ProviderType API
      API Provider Type
    • YACI

      public static final ProviderType YACI
      Yaci Provider Type
    • KOIOS

      public static final ProviderType KOIOS
      Koios Provider Type
    • BLOCKFROST

      public static final ProviderType BLOCKFROST
      Blockfrost Provider Type
  • Method Details

    • values

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

      public static ProviderType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null