public static enum ExtendedInformationSegment.ExtendedInformationSegmentType extends Enum<ExtendedInformationSegment.ExtendedInformationSegmentType>
Enum Constant and Description |
---|
AdditionalDatasetCharacteristics |
CcsidInformationSection |
CompressedFormatDatasetSection |
EncryptedDasdDatasetSection |
PdseStatistics |
RasSection |
SmsClassSection |
StepInformationSection |
TapeEncryptionData |
Modifier and Type | Method and Description |
---|---|
static ExtendedInformationSegment.ExtendedInformationSegmentType |
fromInt(int i) |
int |
getValue() |
static ExtendedInformationSegment.ExtendedInformationSegmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedInformationSegment.ExtendedInformationSegmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedInformationSegment.ExtendedInformationSegmentType CompressedFormatDatasetSection
public static final ExtendedInformationSegment.ExtendedInformationSegmentType SmsClassSection
public static final ExtendedInformationSegment.ExtendedInformationSegmentType StepInformationSection
public static final ExtendedInformationSegment.ExtendedInformationSegmentType CcsidInformationSection
public static final ExtendedInformationSegment.ExtendedInformationSegmentType AdditionalDatasetCharacteristics
public static final ExtendedInformationSegment.ExtendedInformationSegmentType PdseStatistics
public static final ExtendedInformationSegment.ExtendedInformationSegmentType TapeEncryptionData
public static final ExtendedInformationSegment.ExtendedInformationSegmentType RasSection
public static final ExtendedInformationSegment.ExtendedInformationSegmentType EncryptedDasdDatasetSection
public static ExtendedInformationSegment.ExtendedInformationSegmentType[] values()
for (ExtendedInformationSegment.ExtendedInformationSegmentType c : ExtendedInformationSegment.ExtendedInformationSegmentType.values()) System.out.println(c);
public static ExtendedInformationSegment.ExtendedInformationSegmentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ExtendedInformationSegment.ExtendedInformationSegmentType fromInt(int i)
public int getValue()
Copyright © 2020 Black Hill Software Pty Ltd. All rights reserved.