@Deprecated public static enum TransactionalGraph.Conclusion extends Enum<TransactionalGraph.Conclusion>
| Enum Constant and Description |
|---|
FAILURE
Deprecated.
|
SUCCESS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionalGraph.Conclusion |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransactionalGraph.Conclusion[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionalGraph.Conclusion SUCCESS
public static final TransactionalGraph.Conclusion FAILURE
public static TransactionalGraph.Conclusion[] values()
for (TransactionalGraph.Conclusion c : TransactionalGraph.Conclusion.values()) System.out.println(c);
public static TransactionalGraph.Conclusion 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 nullCopyright © 2010-2014. All Rights Reserved.