public static enum Options.Rename extends Enum<Options.Rename>
| Modifier and Type | Method and Description | 
|---|---|
byte | 
value()  | 
static Options.Rename | 
valueOf(byte code)  | 
static Options.Rename | 
valueOf(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(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 static Options.Rename valueOf(byte code)
public byte value()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.