Class LinkType

java.lang.Object
com.vladsch.flexmark.html.renderer.LinkType

public class LinkType extends Object
  • Field Details

    • IMAGE

      public static final LinkType IMAGE
    • IMAGE_REF

      public static final LinkType IMAGE_REF
    • myName

      @NotNull private final @NotNull String myName
  • Constructor Details

    • LinkType

      public LinkType(@NotNull @NotNull String name)
  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object