public enum IconBarVerticalStyle extends Enum<IconBarVerticalStyle>
Enum Constant and Description |
---|
LARGE_VERTICAL |
MEDIUM_VERTICAL |
VERTICAL |
Modifier and Type | Method and Description |
---|---|
static IconBarVerticalStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconBarVerticalStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IconBarVerticalStyle VERTICAL
public static final IconBarVerticalStyle MEDIUM_VERTICAL
public static final IconBarVerticalStyle LARGE_VERTICAL
public static IconBarVerticalStyle[] values()
for (IconBarVerticalStyle c : IconBarVerticalStyle.values()) System.out.println(c);
public static IconBarVerticalStyle 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.