public static enum Signal.DarwinSignalEnum extends Enum<Signal.DarwinSignalEnum>
| Modifier and Type | Method and Description |
|---|---|
int |
getCValue() |
static Signal.DarwinSignalEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal.DarwinSignalEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Signal.DarwinSignalEnum SIGINFO
public static final Signal.DarwinSignalEnum SIGEMT
public static Signal.DarwinSignalEnum[] values()
public static Signal.DarwinSignalEnum 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 int getCValue()