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