public enum NoTracedCall extends java.lang.Enum<NoTracedCall> implements TracedCall
| Enum Constant and Description |
|---|
INSTANCE
Instance, the one and only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
callTraced()
Returns true if there is currently a running use case.
|
java.lang.String |
toString() |
static NoTracedCall |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoTracedCall[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoTracedCall INSTANCE
public static NoTracedCall[] values()
for (NoTracedCall c : NoTracedCall.values()) System.out.println(c);
public static NoTracedCall valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<NoTracedCall>public boolean callTraced()
TracedCallcallTraced in interface TracedCallCurrentlyTracedCall,
NoTracedCallCopyright © 2010-2020 anotheria.net. All Rights Reserved.