java.lang.Object
java.lang.Enum<CIAgent>
com.blackhillsoftware.smf.cics.statistics.values.CIAgent
All Implemented Interfaces:
Serializable, Comparable<CIAgent>, java.lang.constant.Constable

public enum CIAgent extends Enum<CIAgent>
Values for various statistics Change Agent and Install Agent fields
  • Enum Constant Details

    • UNKNOWN

      public static final CIAgent UNKNOWN
      Constant: 0x00 = 0
    • CSDAPI

      public static final CIAgent CSDAPI
      Constant: 0x01 = 1
    • CSDBATCH

      public static final CIAgent CSDBATCH
      Constant: 0x02 = 2
    • DREPAPI

      public static final CIAgent DREPAPI
      Constant: 0x03 = 3
    • CREATE

      public static final CIAgent CREATE
      Constant: 0x04 = 4
    • GRPLIST

      public static final CIAgent GRPLIST
      Constant: 0x05 = 5
    • AUTOINSTALL

      public static final CIAgent AUTOINSTALL
      Constant: 0x06 = 6
    • SYSTEM

      public static final CIAgent SYSTEM
      Constant: 0x07 = 7
    • DYNAMIC

      public static final CIAgent DYNAMIC
      Constant: 0x08 = 8
    • BUNDLE

      public static final CIAgent BUNDLE
      Constant: 0x09 = 9
    • TABLE

      public static final CIAgent TABLE
      Constant: 0x0A = 10
    • NOT_DEFINED

      public static final CIAgent NOT_DEFINED
  • Method Details

    • values

      public static CIAgent[] 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 CIAgent 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
    • from

      public static CIAgent from(int value)
      Get the PgdProgramInstallAgent for an integer value
      Parameters:
      value - the integer value
      Returns:
      the corresponding PgdProgramInstallAgent