public enum EncodedSolidusHandling extends Enum<EncodedSolidusHandling>
Enum Constant and Description |
---|
DECODE |
PASS_THROUGH |
REJECT |
Modifier and Type | Method and Description |
---|---|
static EncodedSolidusHandling |
fromString(String from) |
String |
getValue() |
static EncodedSolidusHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodedSolidusHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodedSolidusHandling DECODE
public static final EncodedSolidusHandling REJECT
public static final EncodedSolidusHandling PASS_THROUGH
public static EncodedSolidusHandling[] values()
for (EncodedSolidusHandling c : EncodedSolidusHandling.values()) System.out.println(c);
public static EncodedSolidusHandling 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 String getValue()
public static EncodedSolidusHandling fromString(String from)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.