public enum TagriaConfigParameter extends Enum<TagriaConfigParameter>
Enum Constant and Description |
---|
CDN_ENABLED |
CDN_URL |
ENCODING |
LOCALE |
SKIN |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getName() |
static TagriaConfigParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagriaConfigParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagriaConfigParameter CDN_ENABLED
public static final TagriaConfigParameter ENCODING
public static final TagriaConfigParameter CDN_URL
public static final TagriaConfigParameter SKIN
public static final TagriaConfigParameter LOCALE
public static TagriaConfigParameter[] values()
for (TagriaConfigParameter c : TagriaConfigParameter.values()) System.out.println(c);
public static TagriaConfigParameter 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()
public String getDefaultValue()
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.