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

public enum SmsMemlimitSrc extends Enum<SmsMemlimitSrc>
  • Enum Constant Details

    • SMFPRMXX

      public static final SmsMemlimitSrc SMFPRMXX
      Constant: 0x01 = 1
    • JCL

      public static final SmsMemlimitSrc JCL
      Constant: 0x02 = 2
    • REGION

      public static final SmsMemlimitSrc REGION
      Constant: 0x03 = 3
    • IEFUSI

      public static final SmsMemlimitSrc IEFUSI
      Constant: 0x04 = 4
    • AUTHCODE

      public static final SmsMemlimitSrc AUTHCODE
      Constant: 0x09 = 9
    • IEFUSIREGION

      public static final SmsMemlimitSrc IEFUSIREGION
      Constant: 0x0A = 10
    • NOT_DEFINED

      public static final SmsMemlimitSrc NOT_DEFINED
  • Method Details

    • values

      public static SmsMemlimitSrc[] 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 SmsMemlimitSrc 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 SmsMemlimitSrc from(int value)
      Get the SmsMemlimitSrc for an integer value
      Parameters:
      value - the integer value
      Returns:
      the corresponding SmsMemlimitSrc