public static enum UrlBuilder.Css extends Enum<UrlBuilder.Css>
| Enum Constant and Description |
|---|
CUSTOM_FORM |
JQUERY_UI |
| Modifier and Type | Method and Description |
|---|---|
String |
path() |
String |
toString() |
static UrlBuilder.Css |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlBuilder.Css[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlBuilder.Css CUSTOM_FORM
public static final UrlBuilder.Css JQUERY_UI
public static UrlBuilder.Css[] values()
for (UrlBuilder.Css c : UrlBuilder.Css.values()) System.out.println(c);
public static UrlBuilder.Css 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 path()
public String toString()
toString in class Enum<UrlBuilder.Css>Copyright © 2022. All rights reserved.