public static enum Layout.LayoutType extends Enum<Layout.LayoutType>
Enum Constant and Description |
---|
Lax |
LaxTsFirst |
LaxTsLast |
Strict |
Modifier and Type | Method and Description |
---|---|
static Layout.LayoutType |
lookUp(String name) |
static Layout.LayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layout.LayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Layout.LayoutType Strict
public static final Layout.LayoutType Lax
public static final Layout.LayoutType LaxTsFirst
public static final Layout.LayoutType LaxTsLast
public static Layout.LayoutType[] values()
for (Layout.LayoutType c : Layout.LayoutType.values()) System.out.println(c);
public static Layout.LayoutType 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 static Layout.LayoutType lookUp(String name)
Copyright © 2016 JBoss by Red Hat. All rights reserved.