public static enum JControlModel.SweepRule.Action extends java.lang.Enum<JControlModel.SweepRule.Action>
| Modifier and Type | Method and Description |
|---|---|
static JControlModel.SweepRule.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JControlModel.SweepRule.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JControlModel.SweepRule.Action REMOVE
public static final JControlModel.SweepRule.Action RENAME
public static final JControlModel.SweepRule.Action COMMENT
public static JControlModel.SweepRule.Action[] values()
for (JControlModel.SweepRule.Action c : JControlModel.SweepRule.Action.values()) System.out.println(c);
public static JControlModel.SweepRule.Action 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 nullCopyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature