public static enum ColumnContainer.LargeScreenColumnSize extends Enum<ColumnContainer.LargeScreenColumnSize>
Enum Constant and Description |
---|
ELEVEN |
FIVE |
FOUR |
HEIGHT |
NINE |
ONE |
SEVEN |
SIX |
TEN |
THREE |
TWELVE |
TWO |
Modifier and Type | Method and Description |
---|---|
String |
getStyle() |
static ColumnContainer.LargeScreenColumnSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnContainer.LargeScreenColumnSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnContainer.LargeScreenColumnSize ONE
public static final ColumnContainer.LargeScreenColumnSize TWO
public static final ColumnContainer.LargeScreenColumnSize THREE
public static final ColumnContainer.LargeScreenColumnSize FOUR
public static final ColumnContainer.LargeScreenColumnSize FIVE
public static final ColumnContainer.LargeScreenColumnSize SIX
public static final ColumnContainer.LargeScreenColumnSize SEVEN
public static final ColumnContainer.LargeScreenColumnSize HEIGHT
public static final ColumnContainer.LargeScreenColumnSize NINE
public static final ColumnContainer.LargeScreenColumnSize TEN
public static final ColumnContainer.LargeScreenColumnSize ELEVEN
public static final ColumnContainer.LargeScreenColumnSize TWELVE
public static ColumnContainer.LargeScreenColumnSize[] values()
for (ColumnContainer.LargeScreenColumnSize c : ColumnContainer.LargeScreenColumnSize.values()) System.out.println(c);
public static ColumnContainer.LargeScreenColumnSize 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 getStyle()
Copyright © 2018 Xalys. All rights reserved.