public static enum Instrumentation.Context.ExtractableView.InjectedCode.None extends Enum<Instrumentation.Context.ExtractableView.InjectedCode.None> implements Instrumentation.Context.ExtractableView.InjectedCode
Instrumentation.Context.ExtractableView.InjectedCode.None
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation |
getInjectedCode()
Returns the injected code.
|
boolean |
isInjected()
Checks if code is injected.
|
static Instrumentation.Context.ExtractableView.InjectedCode.None |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Instrumentation.Context.ExtractableView.InjectedCode.None[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Instrumentation.Context.ExtractableView.InjectedCode.None INSTANCE
public static Instrumentation.Context.ExtractableView.InjectedCode.None[] values()
for (Instrumentation.Context.ExtractableView.InjectedCode.None c : Instrumentation.Context.ExtractableView.InjectedCode.None.values()) System.out.println(c);
public static Instrumentation.Context.ExtractableView.InjectedCode.None 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 StackManipulation getInjectedCode()
Instrumentation.Context.ExtractableView.InjectedCode
Instrumentation.Context.ExtractableView.InjectedCode.isInjected()
.getInjectedCode
in interface Instrumentation.Context.ExtractableView.InjectedCode
public boolean isInjected()
Instrumentation.Context.ExtractableView.InjectedCode
isInjected
in interface Instrumentation.Context.ExtractableView.InjectedCode
true
if code is injected.Copyright © 2014. All rights reserved.