public static enum DefaultUriBuilderFactory.EncodingMode extends java.lang.Enum<DefaultUriBuilderFactory.EncodingMode>
Enum Constant and Description |
---|
NONE |
URI_COMPONENT |
VALUES_ONLY |
Modifier and Type | Method and Description |
---|---|
static DefaultUriBuilderFactory.EncodingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultUriBuilderFactory.EncodingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultUriBuilderFactory.EncodingMode URI_COMPONENT
public static final DefaultUriBuilderFactory.EncodingMode VALUES_ONLY
public static final DefaultUriBuilderFactory.EncodingMode NONE
public static DefaultUriBuilderFactory.EncodingMode[] values()
for (DefaultUriBuilderFactory.EncodingMode c : DefaultUriBuilderFactory.EncodingMode.values()) System.out.println(c);
public static DefaultUriBuilderFactory.EncodingMode 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 null