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