public static enum ColumnLayoutComponent.AdjustType extends Enum<ColumnLayoutComponent.AdjustType>
| Enum Constant and Description |
|---|
NORMAL |
SPREADLAST |
| Modifier and Type | Method and Description |
|---|---|
static ColumnLayoutComponent.AdjustType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnLayoutComponent.AdjustType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnLayoutComponent.AdjustType NORMAL
public static final ColumnLayoutComponent.AdjustType SPREADLAST
public static ColumnLayoutComponent.AdjustType[] values()
for (ColumnLayoutComponent.AdjustType c : ColumnLayoutComponent.AdjustType.values()) System.out.println(c);
public static ColumnLayoutComponent.AdjustType 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 © 2017 SAP SE. All Rights Reserved.