public static enum UrlReplacement.OperationType extends java.lang.Enum<UrlReplacement.OperationType>
| Modifier and Type | Method and Description |
|---|---|
static UrlReplacement.OperationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UrlReplacement.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlReplacement.OperationType Insert
public static final UrlReplacement.OperationType Swap
public static UrlReplacement.OperationType[] values()
for (UrlReplacement.OperationType c : UrlReplacement.OperationType.values()) System.out.println(c);
public static UrlReplacement.OperationType 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 © 2013–2019 GroupBy Inc.. All rights reserved.