Enum Class WeakDepsTags

java.lang.Object
java.lang.Enum<WeakDepsTags>
com.artipie.rpm.pkg.WeakDepsTags
All Implemented Interfaces:
Serializable, Comparable<WeakDepsTags>, Constable, org.redline_rpm.header.AbstractHeader.Tag

public enum WeakDepsTags extends Enum<WeakDepsTags> implements org.redline_rpm.header.AbstractHeader.Tag
Tags for package weak dependency. Tags. Deps.
Since:
1.11
  • Enum Constant Details

    • RECOMMENDNAME

      public static final WeakDepsTags RECOMMENDNAME
    • RECOMMENDVERSION

      public static final WeakDepsTags RECOMMENDVERSION
    • RECOMMENDFLAGS

      public static final WeakDepsTags RECOMMENDFLAGS
    • SUGGESTNAME

      public static final WeakDepsTags SUGGESTNAME
    • SUGGESTVERSION

      public static final WeakDepsTags SUGGESTVERSION
    • SUGGESTFLAGS

      public static final WeakDepsTags SUGGESTFLAGS
    • SUPPLEMENTNAME

      public static final WeakDepsTags SUPPLEMENTNAME
    • SUPPLEMENTVERSION

      public static final WeakDepsTags SUPPLEMENTVERSION
    • SUPPLEMENTFLAGS

      public static final WeakDepsTags SUPPLEMENTFLAGS
    • ENHANCENAME

      public static final WeakDepsTags ENHANCENAME
    • ENHANCEVERSION

      public static final WeakDepsTags ENHANCEVERSION
    • ENHANCEFLAGS

      public static final WeakDepsTags ENHANCEFLAGS
  • Method Details

    • values

      public static WeakDepsTags[] 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 WeakDepsTags 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
    • getCode

      public int getCode()
      Specified by:
      getCode in interface org.redline_rpm.header.AbstractHeader.Tag
    • getType

      public int getType()
      Specified by:
      getType in interface org.redline_rpm.header.AbstractHeader.Tag
    • getName

      public String getName()
      Specified by:
      getName in interface org.redline_rpm.header.AbstractHeader.Tag