Enum Class CreoleMode

java.lang.Object
java.lang.Enum<CreoleMode>
net.sourceforge.plantuml.klimt.creole.CreoleMode
All Implemented Interfaces:
Serializable, Comparable<CreoleMode>, Constable

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

    • FULL

      public static final CreoleMode FULL
    • SIMPLE_LINE

      public static final CreoleMode SIMPLE_LINE
    • NO_CREOLE

      public static final CreoleMode NO_CREOLE
    • FULL_BUT_UNDERSCORE

      public static final CreoleMode FULL_BUT_UNDERSCORE
  • Method Details

    • values

      public static CreoleMode[] 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 CreoleMode 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