public static enum Breadcrumb.Type extends Enum<Breadcrumb.Type>
Enum Constant and Description |
---|
DEFAULT
DEFAULT type.
|
HTTP
HTTP type.
|
NAVIGATION
NAVIGATION type.
|
USER
USER type.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Breadcrumb.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Breadcrumb.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Breadcrumb.Type DEFAULT
public static final Breadcrumb.Type HTTP
public static final Breadcrumb.Type NAVIGATION
public static final Breadcrumb.Type USER
public static Breadcrumb.Type[] values()
for (Breadcrumb.Type c : Breadcrumb.Type.values()) System.out.println(c);
public static Breadcrumb.Type 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 getValue()
Copyright © 2012–2017. All rights reserved.