public static enum CssRenamingMap.Style extends java.lang.Enum<CssRenamingMap.Style>
Modifier and Type | Method and Description |
---|---|
static CssRenamingMap.Style |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CssRenamingMap.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CssRenamingMap.Style BY_WHOLE
public static final CssRenamingMap.Style BY_PART
public static CssRenamingMap.Style[] values()
for (CssRenamingMap.Style c : CssRenamingMap.Style.values()) System.out.println(c);
public static CssRenamingMap.Style 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 © 2009-2020 Google. All Rights Reserved.