public static enum IThemeSPI.ResourceFolder extends Enum<IThemeSPI.ResourceFolder>
Enum Constant and Description |
---|
DEF
The "def" folder.
|
WWW
The "www" folder.
|
Modifier and Type | Method and Description |
---|---|
String |
getFolder()
Returns the resource folder name.
|
static IThemeSPI.ResourceFolder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IThemeSPI.ResourceFolder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IThemeSPI.ResourceFolder DEF
public static final IThemeSPI.ResourceFolder WWW
public static IThemeSPI.ResourceFolder[] values()
for (IThemeSPI.ResourceFolder c : IThemeSPI.ResourceFolder.values()) System.out.println(c);
public static IThemeSPI.ResourceFolder 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 getFolder()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.