public enum EncodedSolidusHandling extends java.lang.Enum<EncodedSolidusHandling>
Enum Constant and Description |
---|
DECODE |
PASS_THROUGH |
REJECT |
Modifier and Type | Method and Description |
---|---|
static EncodedSolidusHandling |
fromString(java.lang.String from) |
java.lang.String |
getValue() |
static EncodedSolidusHandling |
valueOf(java.lang.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(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 nullpublic java.lang.String getValue()
public static EncodedSolidusHandling fromString(java.lang.String from)
Copyright © 2000-2023 Apache Software Foundation. All Rights Reserved.