public static enum InstrumentedType.Prepareable.NoOp extends Enum<InstrumentedType.Prepareable.NoOp> implements InstrumentedType.Prepareable
InstrumentedType.Prepareable.NoOp| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstrumentedType |
prepare(InstrumentedType instrumentedType)
Prepares a given instrumented type.
|
static InstrumentedType.Prepareable.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentedType.Prepareable.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstrumentedType.Prepareable.NoOp INSTANCE
public static InstrumentedType.Prepareable.NoOp[] values()
for (InstrumentedType.Prepareable.NoOp c : InstrumentedType.Prepareable.NoOp.values()) System.out.println(c);
public static InstrumentedType.Prepareable.NoOp 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 InstrumentedType prepare(InstrumentedType instrumentedType)
prepare in interface InstrumentedType.PrepareableinstrumentedType - The instrumented type in its current form.Copyright © 2014–2025. All rights reserved.