java.io.Serializable, java.lang.Comparable<Options.Rename>public static enum Options.Rename extends java.lang.Enum<Options.Rename>
| Modifier and Type | Method | Description |
|---|---|---|
byte |
value() |
|
static Options.Rename |
valueOf(byte code) |
Returns the enum constant of this type with the specified name.
|
static Options.Rename |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Options.Rename[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.Rename NONE
public static final Options.Rename OVERWRITE
public static final Options.Rename TO_TRASH
public static Options.Rename[] values()
for (Options.Rename c : Options.Rename.values()) System.out.println(c);
public static Options.Rename 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 nullpublic static Options.Rename valueOf(byte code)
code - 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 nullpublic byte value()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.