Enum Class JavadocSeeTagOrderCheck.Kind

java.lang.Object
java.lang.Enum<JavadocSeeTagOrderCheck.Kind>
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocSeeTagOrderCheck.Kind
All Implemented Interfaces:
Serializable, Comparable<JavadocSeeTagOrderCheck.Kind>, Constable
Enclosing class:
JavadocSeeTagOrderCheck

Kind of a member @see reference, ordered from the closest to the most distant access. Type and package references are not members and are always classified as METHOD, since that kind never needs to be compared against another kind within their own category.
  • Enum Constant Details

  • Field Details

    • structuralOrder

      private final int structuralOrder
      Explicit structural order, independent of the enum's declaration order.
  • Constructor Details

    • Kind

      private Kind(int order)
      Creates a new Kind instance.
      Parameters:
      order - the explicit structural order
  • Method Details

    • 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

      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
    • order

      int order()
      Returns the explicit structural order.
      Returns:
      the structural order