Enum Class DexType

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

public enum DexType extends Enum<DexType>
  • Enum Constant Details

    • Minswap

      public static final DexType Minswap
    • Muesliswap

      public static final DexType Muesliswap
    • Sundaeswap

      public static final DexType Sundaeswap
    • VyFinance

      public static final DexType VyFinance
    • Spectrum

      public static final DexType Spectrum
    • WingRiders

      public static final DexType WingRiders
  • Method Details

    • values

      public static DexType[] 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 DexType 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
    • resolveDexType

      public DexType resolveDexType(String dexTypeString)