public static enum RenamingPlugin.Renaming.NoOp extends Enum<RenamingPlugin.Renaming.NoOp> implements RenamingPlugin.Renaming
RenamingPlugin.Renaming.Compound, RenamingPlugin.Renaming.ForPattern, RenamingPlugin.Renaming.NoOp| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
apply(String name)
Applies a renaming.
|
static RenamingPlugin.Renaming.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenamingPlugin.Renaming.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenamingPlugin.Renaming.NoOp INSTANCE
public static RenamingPlugin.Renaming.NoOp[] values()
for (RenamingPlugin.Renaming.NoOp c : RenamingPlugin.Renaming.NoOp.values()) System.out.println(c);
public static RenamingPlugin.Renaming.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 String apply(String name)
apply in interface RenamingPlugin.Renamingname - The previous name.Copyright © 2014–2025. All rights reserved.