public static enum EvaluatorConstants.URI_FRAGMENTS extends java.lang.Enum<EvaluatorConstants.URI_FRAGMENTS>
Enum Constant and Description |
---|
host |
path |
port |
protocol |
query |
ref |
user |
Modifier and Type | Method and Description |
---|---|
static EvaluatorConstants.URI_FRAGMENTS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatorConstants.URI_FRAGMENTS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluatorConstants.URI_FRAGMENTS protocol
public static final EvaluatorConstants.URI_FRAGMENTS user
public static final EvaluatorConstants.URI_FRAGMENTS host
public static final EvaluatorConstants.URI_FRAGMENTS port
public static final EvaluatorConstants.URI_FRAGMENTS path
public static final EvaluatorConstants.URI_FRAGMENTS query
public static final EvaluatorConstants.URI_FRAGMENTS ref
public static EvaluatorConstants.URI_FRAGMENTS[] values()
for (EvaluatorConstants.URI_FRAGMENTS c : EvaluatorConstants.URI_FRAGMENTS.values()) System.out.println(c);
public static EvaluatorConstants.URI_FRAGMENTS 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 nullCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.