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