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