public static enum Implementation.Context.ExtractableView.InjectedCode.None extends Enum<Implementation.Context.ExtractableView.InjectedCode.None> implements Implementation.Context.ExtractableView.InjectedCode
Implementation.Context.ExtractableView.InjectedCode.None| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCodeAppender |
getByteCodeAppender()
Returns a byte code appender for appending the injected code.
|
boolean |
isDefined()
Checks if there is actually code defined to be injected.
|
String |
toString() |
static Implementation.Context.ExtractableView.InjectedCode.None |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Implementation.Context.ExtractableView.InjectedCode.None[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Implementation.Context.ExtractableView.InjectedCode.None INSTANCE
public static Implementation.Context.ExtractableView.InjectedCode.None[] values()
for (Implementation.Context.ExtractableView.InjectedCode.None c : Implementation.Context.ExtractableView.InjectedCode.None.values()) System.out.println(c);
public static Implementation.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 ByteCodeAppender getByteCodeAppender()
Implementation.Context.ExtractableView.InjectedCodegetByteCodeAppender in interface Implementation.Context.ExtractableView.InjectedCodepublic boolean isDefined()
Implementation.Context.ExtractableView.InjectedCodeisDefined in interface Implementation.Context.ExtractableView.InjectedCodetrue if code is to be injected.public String toString()
toString in class Enum<Implementation.Context.ExtractableView.InjectedCode.None>Copyright © 2014–2015. All rights reserved.