public static enum DumpArchiveConstants.SEGMENT_TYPE extends Enum<DumpArchiveConstants.SEGMENT_TYPE>
| Modifier and Type | Method and Description | 
|---|---|
| static DumpArchiveConstants.SEGMENT_TYPE | find(int code) | 
| static DumpArchiveConstants.SEGMENT_TYPE | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DumpArchiveConstants.SEGMENT_TYPE[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DumpArchiveConstants.SEGMENT_TYPE TAPE
public static final DumpArchiveConstants.SEGMENT_TYPE INODE
public static final DumpArchiveConstants.SEGMENT_TYPE BITS
public static final DumpArchiveConstants.SEGMENT_TYPE ADDR
public static final DumpArchiveConstants.SEGMENT_TYPE END
public static final DumpArchiveConstants.SEGMENT_TYPE CLRI
public static DumpArchiveConstants.SEGMENT_TYPE[] values()
for (DumpArchiveConstants.SEGMENT_TYPE c : DumpArchiveConstants.SEGMENT_TYPE.values()) System.out.println(c);
public static DumpArchiveConstants.SEGMENT_TYPE 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 DumpArchiveConstants.SEGMENT_TYPE find(int code)
Copyright © 2018 The Apache Software Foundation. All rights reserved.