public static enum JRST.Overwrite extends Enum<JRST.Overwrite>
Modifier and Type | Method and Description |
---|---|
static JRST.Overwrite |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRST.Overwrite[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JRST.Overwrite NEVER
public static final JRST.Overwrite IFNEWER
public static final JRST.Overwrite ALLTIME
public static JRST.Overwrite[] values()
for (JRST.Overwrite c : JRST.Overwrite.values()) System.out.println(c);
public static JRST.Overwrite 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 nullCopyright © 2004–2014 CodeLutin. All rights reserved.