public enum NavbarHardLinks extends Enum<NavbarHardLinks>
| Enum Constant and Description |
|---|
config
hardlink for the configuration navbar element
|
links
hardlink for the links navbar element
|
options
hardlink for the options navbar element
|
| Modifier and Type | Method and Description |
|---|---|
String |
getViewName() |
static NavbarHardLinks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavbarHardLinks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavbarHardLinks config
public static final NavbarHardLinks options
public static final NavbarHardLinks links
public static NavbarHardLinks[] values()
for (NavbarHardLinks c : NavbarHardLinks.values()) System.out.println(c);
public static NavbarHardLinks 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 getViewName()
Copyright © 2014 Cinovo AG. All Rights Reserved.