protected static enum RotateLogNaming.ResolveRenameFailed extends Enum<RotateLogNaming.ResolveRenameFailed>
| Enum Constant and Description |
|---|
throwError |
truncateSource |
| Modifier and Type | Method and Description |
|---|---|
static RotateLogNaming.ResolveRenameFailed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RotateLogNaming.ResolveRenameFailed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RotateLogNaming.ResolveRenameFailed throwError
public static final RotateLogNaming.ResolveRenameFailed truncateSource
public static RotateLogNaming.ResolveRenameFailed[] values()
for (RotateLogNaming.ResolveRenameFailed c : RotateLogNaming.ResolveRenameFailed.values()) System.out.println(c);
public static RotateLogNaming.ResolveRenameFailed 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 © 2017. All rights reserved.