Enum Class Wikipages

java.lang.Object
java.lang.Enum<Wikipages>
scrapper.fileCreator.Wikipages
All Implemented Interfaces:
Serializable, Comparable<Wikipages>, Constable

public enum Wikipages extends Enum<Wikipages>
Contains all links that are to be searched.
See Also:
  • Enum Constant Details

    • BNT_REGULAR_NODE

      public static final Wikipages BNT_REGULAR_NODE
    • BNT_UNSPOILED_NODE

      public static final Wikipages BNT_UNSPOILED_NODE
    • MNR_REGULAR_NODE

      public static final Wikipages MNR_REGULAR_NODE
    • MNR_UNSPOILED_NODE

      public static final Wikipages MNR_UNSPOILED_NODE
    • FOLK_LORE_NODE

      public static final Wikipages FOLK_LORE_NODE
    • FSH_NODE

      public static final Wikipages FSH_NODE
    • FSH_BIG_NODE

      public static final Wikipages FSH_BIG_NODE
    • FSH_COLLECT_NODE

      public static final Wikipages FSH_COLLECT_NODE
  • Method Details

    • values

      public static Wikipages[] 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 Wikipages 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Wikipages>
      Returns:
      Enum Value (in this case the URL)