public static enum MapClassProvider.NameFormat extends java.lang.Enum<MapClassProvider.NameFormat>
| Enum Constant and Description |
|---|
DOT |
DOT_CLASS |
SLASH |
SLASH_CLASS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String name) |
java.lang.String |
toSlash(java.lang.String name) |
static MapClassProvider.NameFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapClassProvider.NameFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapClassProvider.NameFormat SLASH
public static final MapClassProvider.NameFormat DOT
public static final MapClassProvider.NameFormat SLASH_CLASS
public static final MapClassProvider.NameFormat DOT_CLASS
public static MapClassProvider.NameFormat[] values()
for (MapClassProvider.NameFormat c : MapClassProvider.NameFormat.values()) System.out.println(c);
public static MapClassProvider.NameFormat 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 nullpublic java.lang.String format(java.lang.String name)
public java.lang.String toSlash(java.lang.String name)