public enum Pull extends Enum<Pull> implements Style.HasCssName
| Modifier and Type | Method and Description |
|---|---|
static Pull |
fromStyleName(String styleName) |
String |
getCssName() |
static Pull |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pull[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Pull[] values()
for (Pull c : Pull.values()) System.out.println(c);
public static Pull 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 getCssName()
getCssName in interface Style.HasCssNamepublic static Pull fromStyleName(String styleName)
Copyright © 2017. All rights reserved.