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