Enum Class ExtensionConversion

java.lang.Object
java.lang.Enum<ExtensionConversion>
com.vladsch.flexmark.html2md.converter.ExtensionConversion
All Implemented Interfaces:
Serializable, Comparable<ExtensionConversion>, Constable

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

  • Constructor Details

    • ExtensionConversion

      private ExtensionConversion()
  • Method Details

    • values

      public static ExtensionConversion[] 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 ExtensionConversion 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
    • isParsed

      public boolean isParsed()
    • isTextOnly

      public boolean isTextOnly()
    • isSuppressed

      public boolean isSuppressed()