Enum AnyA.Rel

java.lang.Object
java.lang.Enum<AnyA.Rel>
com.aoapps.html.any.AnyA.Rel
All Implemented Interfaces:
Serializable, Comparable<AnyA.Rel>, Function<AnyDocument<?>,String>
Enclosing class:
AnyA<D extends AnyDocument<D>,PC extends AnyUnion_Interactive_Phrasing<D,PC>,E extends AnyA<D,PC,E,_c>,_c extends AnyA_c<D,PC,_c>>

public static enum AnyA.Rel extends Enum<AnyA.Rel> implements Function<AnyDocument<?>,String>
  • Enum Constant Details

    • ALTERNATE

      public static final AnyA.Rel ALTERNATE
    • ARCHIVES

      @Deprecated public static final AnyA.Rel ARCHIVES
      Deprecated.
      MDN only
      MDN only.
    • AUTHOR

      public static final AnyA.Rel AUTHOR
    • BOOKMARK

      public static final AnyA.Rel BOOKMARK
    • EXTERNAL

      public static final AnyA.Rel EXTERNAL
    • FIRST

      @Deprecated public static final AnyA.Rel FIRST
      Deprecated.
      MDN only
      MDN only.
    • HELP

      public static final AnyA.Rel HELP
    • INDEX

      @Deprecated public static final AnyA.Rel INDEX
      Deprecated.
      MDN only
      MDN only.
    • LAST

      @Deprecated public static final AnyA.Rel LAST
      Deprecated.
      MDN only
      MDN only.
    • LICENSE

      public static final AnyA.Rel LICENSE
    • NEXT

      public static final AnyA.Rel NEXT
    • NOFOLLOW

      public static final AnyA.Rel NOFOLLOW
    • NOOPENER

      public static final AnyA.Rel NOOPENER
    • NOREFERRER

      public static final AnyA.Rel NOREFERRER
    • PREV

      public static final AnyA.Rel PREV
    • TAG

      public static final AnyA.Rel TAG
    • UP

      @Deprecated public static final AnyA.Rel UP
      Deprecated.
      MDN only
      MDN only.
  • Method Details

    • values

      public static AnyA.Rel[] 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 AnyA.Rel 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<AnyA.Rel>
    • apply

      public String apply(AnyDocument<?> document)
      Specified by:
      apply in interface Function<AnyDocument<?>,String>