- All Implemented Interfaces:
Serializable
,Comparable<DcollectType>
,java.lang.constant.Constable
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 ConstantDescriptionVSAM Association informationAggregate Group informationAccounting informationBackup Dataset informationBase Configuration informationDASD Capacity Planning informationCache namesActive Dataset RecordData Class informationOAM Drive informationOAM Library informationMigrated Dataset informationManagement Class informationNot defined to EasySMFStorage Class informationStorage Group informationTape Capacity Planning informationVolume informationSMS Volume information -
Method Summary
Modifier and TypeMethodDescriptionstatic DcollectType
Get the DcollectType for an String valuetoString()
static DcollectType
Returns the enum constant of this type with the specified name.static DcollectType[]
values()
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
-
Enum Constant Details
-
D
Active Dataset Record -
A
VSAM Association information -
V
Volume information -
M
Migrated Dataset information -
B
Backup Dataset information -
C
DASD Capacity Planning information -
T
Tape Capacity Planning information -
DC
Data Class information -
SC
Storage Class information -
MC
Management Class information -
BC
Base Configuration information -
SG
Storage Group information -
VL
SMS Volume information -
AG
Aggregate Group information -
DR
OAM Drive information -
LB
OAM Library information -
CN
Cache names -
AI
Accounting information -
NOT_DEFINED
Not defined to EasySMF
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<DcollectType>
-
from
Get the DcollectType for an String value- Parameters:
value
- the String value- Returns:
- the corresponding DcollectType
-