public enum PathParameter extends Enum<PathParameter>
| Modifier and Type | Method and Description |
|---|---|
String |
param() |
static PathParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathParameter DIR
public static final PathParameter PAGE
public static final PathParameter PATH
public static final PathParameter TEMPLATE
public static PathParameter[] values()
for (PathParameter c : PathParameter.values()) System.out.println(c);
public static PathParameter 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 nullpublic String param()
Copyright © 2013. All Rights Reserved.