Enum Class SimplePrintLoggerToRemoveSoon

java.lang.Object
java.lang.Enum<SimplePrintLoggerToRemoveSoon>
tripleo.elijah.util.SimplePrintLoggerToRemoveSoon
All Implemented Interfaces:
Serializable, Comparable<SimplePrintLoggerToRemoveSoon>, Constable

public enum SimplePrintLoggerToRemoveSoon extends Enum<SimplePrintLoggerToRemoveSoon>
  • Method Details

    • values

      public static SimplePrintLoggerToRemoveSoon[] 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 SimplePrintLoggerToRemoveSoon 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
    • println_err

      @Contract(pure=true) public static void println_err(String aS)
    • println_err_2

      public static void println_err_2(Object aS)
    • println_err2

      @Contract(pure=true) public static void println_err2(Object aS)
    • println_out

      @Contract(pure=true) public static void println_out(String aS)
    • println_out_2

      @Contract(pure=true) public static void println_out_2(Object aS)
    • println2

      @Contract(pure=true) public static void println2(String aS)
    • println_err_3

      @Contract(pure=true) public static void println_err_3(String aS)
    • println_out_3

      public static void println_out_3(String aS)