public enum StaticContentNature extends java.lang.Enum<StaticContentNature>
| Enum Constant and Description |
|---|
ADMIN_HELP |
FOOTER |
GUEST_HOME |
HEADER |
LOGGED_USER_HOME |
LOGIN_FOOTER |
LOGIN_HEADER |
MOBILE_HELP |
MOBILE_POS_HELP |
USER_HELP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHelpContent() |
StaticContentType |
type() |
static StaticContentNature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticContentNature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticContentNature HEADER
public static final StaticContentNature FOOTER
public static final StaticContentNature LOGGED_USER_HOME
public static final StaticContentNature GUEST_HOME
public static final StaticContentNature ADMIN_HELP
public static final StaticContentNature USER_HELP
public static final StaticContentNature LOGIN_HEADER
public static final StaticContentNature LOGIN_FOOTER
public static final StaticContentNature MOBILE_HELP
public static final StaticContentNature MOBILE_POS_HELP
public static StaticContentNature[] values()
for (StaticContentNature c : StaticContentNature.values()) System.out.println(c);
public static StaticContentNature 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 nullpublic boolean isHelpContent()
public StaticContentType type()