Package net.datafaker

Enum Dune.Saying

java.lang.Object
java.lang.Enum<Dune.Saying>
net.datafaker.Dune.Saying
All Implemented Interfaces:
Serializable, Comparable<Dune.Saying>, java.lang.constant.Constable
Enclosing class:
Dune

public static enum Dune.Saying extends Enum<Dune.Saying>
  • Enum Constant Details

    • BENE_GESSERIT

      public static final Dune.Saying BENE_GESSERIT
    • FREMEN

      public static final Dune.Saying FREMEN
    • MENTAT

      public static final Dune.Saying MENTAT
    • MUADDIB

      public static final Dune.Saying MUADDIB
    • ORANGE_CATHOLIC_BIBLE

      public static final Dune.Saying ORANGE_CATHOLIC_BIBLE
  • Method Details

    • values

      public static Dune.Saying[] 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 Dune.Saying 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