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