java.lang.Object
java.lang.Enum<Item.Type>
io.jenkins.plugins.xygeni.saltbuildstep.model.Item.Type
All Implemented Interfaces:
Serializable, Comparable<Item.Type>
Enclosing class:
Item

public static enum Item.Type extends Enum<Item.Type>
  • Enum Constant Details

    • material

      public static final Item.Type material
    • product

      public static final Item.Type product
    • statement

      public static final Item.Type statement
    • predicate

      public static final Item.Type predicate
  • Method Details

    • values

      public static Item.Type[] 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 Item.Type 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