java.lang.Object
java.lang.Enum<DcollectType>
com.blackhillsoftware.dcollect.DcollectType
All Implemented Interfaces:
Serializable, Comparable<DcollectType>, java.lang.constant.Constable

public enum DcollectType extends Enum<DcollectType>
DCOLLECT Output Record Types.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    VSAM Association information
    Aggregate Group information
    Accounting information
    Backup Dataset information
    Base Configuration information
    DASD Capacity Planning information
    Cache names
    Active Dataset Record
    Data Class information
    OAM Drive information
    OAM Library information
    Migrated Dataset information
    Management Class information
    Not defined to EasySMF
    Storage Class information
    Storage Group information
    Tape Capacity Planning information
    Volume information
    SMS Volume information
  • Method Summary

    Modifier and Type
    Method
    Description
    from(String value)
    Get the DcollectType for an String value
     
    Returns the enum constant of this type with the specified name.
    static DcollectType[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • D

      public static final DcollectType D
      Active Dataset Record
    • A

      public static final DcollectType A
      VSAM Association information
    • V

      public static final DcollectType V
      Volume information
    • M

      public static final DcollectType M
      Migrated Dataset information
    • B

      public static final DcollectType B
      Backup Dataset information
    • C

      public static final DcollectType C
      DASD Capacity Planning information
    • T

      public static final DcollectType T
      Tape Capacity Planning information
    • DC

      public static final DcollectType DC
      Data Class information
    • SC

      public static final DcollectType SC
      Storage Class information
    • MC

      public static final DcollectType MC
      Management Class information
    • BC

      public static final DcollectType BC
      Base Configuration information
    • SG

      public static final DcollectType SG
      Storage Group information
    • VL

      public static final DcollectType VL
      SMS Volume information
    • AG

      public static final DcollectType AG
      Aggregate Group information
    • DR

      public static final DcollectType DR
      OAM Drive information
    • LB

      public static final DcollectType LB
      OAM Library information
    • CN

      public static final DcollectType CN
      Cache names
    • AI

      public static final DcollectType AI
      Accounting information
    • NOT_DEFINED

      public static final DcollectType NOT_DEFINED
      Not defined to EasySMF
  • Method Details

    • values

      public static DcollectType[] 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 DcollectType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DcollectType>
    • from

      public static DcollectType from(String value)
      Get the DcollectType for an String value
      Parameters:
      value - the String value
      Returns:
      the corresponding DcollectType