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