public static enum NavComponentBuilder.Separator extends Enum<NavComponentBuilder.Separator>
NavComponentBuilder.ATTR_INSERT_SEPARATOR.| Modifier and Type | Method and Description |
|---|---|
static NavComponentBuilder.Separator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavComponentBuilder.Separator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavComponentBuilder.Separator BEFORE
public static final NavComponentBuilder.Separator AFTER
public static final NavComponentBuilder.Separator AROUND
public static NavComponentBuilder.Separator[] values()
for (NavComponentBuilder.Separator c : NavComponentBuilder.Separator.values()) System.out.println(c);
public static NavComponentBuilder.Separator 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 nullCopyright © 2020. All rights reserved.