static DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveConstants.SEGMENT_TYPE.find(int code) |
Finds the matching enumeration value for the given code.
|
DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveEntry.getHeaderType() |
Gets the type of the tape segment header.
|
static DumpArchiveConstants.SEGMENT_TYPE |
DumpArchiveConstants.SEGMENT_TYPE.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DumpArchiveConstants.SEGMENT_TYPE[] |
DumpArchiveConstants.SEGMENT_TYPE.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|