Modifier and Type | Method and Description |
---|---|
static ProblemDataKey |
ProblemDataKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemDataKey[] |
ProblemDataKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
ProblemData.get(ProblemDataKey key) |
String |
ProblemDataAbrt.get(ProblemDataKey key) |
void |
ProblemData.put(ProblemDataKey key,
String value) |
void |
ProblemDataAbrt.put(ProblemDataKey key,
String value) |
void |
ProblemData.put(ProblemDataKey key,
Throwable t) |
void |
ProblemDataAbrt.put(ProblemDataKey key,
Throwable t) |
Copyright © 2017. All rights reserved.