public static enum EvaluatorConstants.URI_FRAGMENTS extends 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(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(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 © 2005-2017 Apache Software Foundation. All Rights Reserved.