public static enum ColumnContainer.SmallScreenColumnSize extends Enum<ColumnContainer.SmallScreenColumnSize>
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.SmallScreenColumnSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnContainer.SmallScreenColumnSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnContainer.SmallScreenColumnSize ONE
public static final ColumnContainer.SmallScreenColumnSize TWO
public static final ColumnContainer.SmallScreenColumnSize THREE
public static final ColumnContainer.SmallScreenColumnSize FOUR
public static final ColumnContainer.SmallScreenColumnSize FIVE
public static final ColumnContainer.SmallScreenColumnSize SIX
public static final ColumnContainer.SmallScreenColumnSize SEVEN
public static final ColumnContainer.SmallScreenColumnSize HEIGHT
public static final ColumnContainer.SmallScreenColumnSize NINE
public static final ColumnContainer.SmallScreenColumnSize TEN
public static final ColumnContainer.SmallScreenColumnSize ELEVEN
public static final ColumnContainer.SmallScreenColumnSize TWELVE
public static ColumnContainer.SmallScreenColumnSize[] values()
for (ColumnContainer.SmallScreenColumnSize c : ColumnContainer.SmallScreenColumnSize.values()) System.out.println(c);
public static ColumnContainer.SmallScreenColumnSize 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.