lib.dwfl
Class ElfNhdrType

java.lang.Object
  extended by lib.dwfl.ElfNhdrType

public class ElfNhdrType
extends Object


Field Summary
private  String name
           
static ElfNhdrType NT_ASRS
           
static ElfNhdrType NT_AUXV
           
static ElfNhdrType NT_FPREGSET
           
static ElfNhdrType NT_GWINDOWS
           
static ElfNhdrType NT_INVALID
           
static ElfNhdrType NT_LWPSINFO
           
static ElfNhdrType NT_LWPSTATUS
           
static ElfNhdrType NT_PLATFORM
           
static ElfNhdrType NT_PRCRED
           
static ElfNhdrType NT_PRFPXREG
           
static ElfNhdrType NT_PRPSINFO
           
static ElfNhdrType NT_PRSTATUS
           
static ElfNhdrType NT_PRXFPREG
           
static ElfNhdrType NT_PRXREG
           
static ElfNhdrType NT_PSINFO
           
static ElfNhdrType NT_PSTATUS
           
static ElfNhdrType NT_TASKSTRUCT
           
static ElfNhdrType NT_UTSNAME
           
private static ElfNhdrType[] types
           
private  int value
           
 
Constructor Summary
private ElfNhdrType(int value, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getValue()
           
static ElfNhdrType intern(int type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NT_INVALID

public static final ElfNhdrType NT_INVALID

NT_PRSTATUS

public static final ElfNhdrType NT_PRSTATUS

NT_FPREGSET

public static final ElfNhdrType NT_FPREGSET

NT_PRPSINFO

public static final ElfNhdrType NT_PRPSINFO

NT_PRXREG

public static final ElfNhdrType NT_PRXREG

NT_TASKSTRUCT

public static final ElfNhdrType NT_TASKSTRUCT

NT_PLATFORM

public static final ElfNhdrType NT_PLATFORM

NT_AUXV

public static final ElfNhdrType NT_AUXV

NT_GWINDOWS

public static final ElfNhdrType NT_GWINDOWS

NT_ASRS

public static final ElfNhdrType NT_ASRS

NT_PSTATUS

public static final ElfNhdrType NT_PSTATUS

NT_PSINFO

public static final ElfNhdrType NT_PSINFO

NT_PRCRED

public static final ElfNhdrType NT_PRCRED

NT_UTSNAME

public static final ElfNhdrType NT_UTSNAME

NT_LWPSTATUS

public static final ElfNhdrType NT_LWPSTATUS

NT_LWPSINFO

public static final ElfNhdrType NT_LWPSINFO

NT_PRFPXREG

public static final ElfNhdrType NT_PRFPXREG

NT_PRXFPREG

public static final ElfNhdrType NT_PRXFPREG

types

private static ElfNhdrType[] types

value

private int value

name

private String name
Constructor Detail

ElfNhdrType

private ElfNhdrType(int value,
                    String name)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
Returns:
true iff the object is an ElfType and equal to this object

getValue

public int getValue()

intern

public static ElfNhdrType intern(int type)

toString

public String toString()
Overrides:
toString in class Object