public static enum ERXRouteRequestHandler.NameFormat.Case extends Enum<ERXRouteRequestHandler.NameFormat.Case>
Enum Constant and Description |
---|
CamelCase
CamelCase
|
LowerCamelCase
lowerCamelCase
|
Lowercase
lowercase
|
LowercaseUnderscore
lowercase_underscore
|
Modifier and Type | Method and Description |
---|---|
static ERXRouteRequestHandler.NameFormat.Case |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXRouteRequestHandler.NameFormat.Case[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXRouteRequestHandler.NameFormat.Case CamelCase
public static final ERXRouteRequestHandler.NameFormat.Case LowerCamelCase
public static final ERXRouteRequestHandler.NameFormat.Case Lowercase
public static final ERXRouteRequestHandler.NameFormat.Case LowercaseUnderscore
public static ERXRouteRequestHandler.NameFormat.Case[] values()
for (ERXRouteRequestHandler.NameFormat.Case c : ERXRouteRequestHandler.NameFormat.Case.values()) System.out.println(c);
public static ERXRouteRequestHandler.NameFormat.Case 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 © 2002 – 2024 Project Wonder.