public static enum Yarn.Style extends Enum<Yarn.Style>
Modifier and Type | Method and Description |
---|---|
static Yarn.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Yarn.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Yarn.Style DEFAULT
public static final Yarn.Style SHORT
public static final Yarn.Style MULTI
public static Yarn.Style[] values()
for (Yarn.Style c : Yarn.Style.values()) System.out.println(c);
public static Yarn.Style 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 © 2008-2013 Sonatype. All Rights Reserved.