public static enum CssClassManager.ICON_SIZE extends Enum<CssClassManager.ICON_SIZE>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static CssClassManager.ICON_SIZE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssClassManager.ICON_SIZE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CssClassManager.ICON_SIZE ICON_16
public static final CssClassManager.ICON_SIZE ICON_24
public static final CssClassManager.ICON_SIZE ICON_48
public static final CssClassManager.ICON_SIZE ICON_64
public static CssClassManager.ICON_SIZE[] values()
for (CssClassManager.ICON_SIZE c : CssClassManager.ICON_SIZE.values()) System.out.println(c);
public static CssClassManager.ICON_SIZE 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 getName()
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.