public enum UrlRewriteStepFlow extends Enum<UrlRewriteStepFlow>
| Modifier and Type | Method and Description |
|---|---|
static UrlRewriteStepFlow |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlRewriteStepFlow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlRewriteStepFlow ALL
public static final UrlRewriteStepFlow AND
public static final UrlRewriteStepFlow OR
public static UrlRewriteStepFlow[] values()
for (UrlRewriteStepFlow c : UrlRewriteStepFlow.values()) System.out.println(c);
public static UrlRewriteStepFlow 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 © 2015 Apache Software Foundation. All rights reserved.