public static class TableCellStyleBuilder.TabDirectionType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DOWN |
static int |
_LEFT |
static int |
_RIGHT |
static int |
_UP |
static TableCellStyleBuilder.TabDirectionType |
DOWN |
static TableCellStyleBuilder.TabDirectionType |
LEFT |
static TableCellStyleBuilder.TabDirectionType |
RIGHT |
static TableCellStyleBuilder.TabDirectionType |
UP |
Modifier and Type | Method and Description |
---|---|
static TableCellStyleBuilder.TabDirectionType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TableCellStyleBuilder.TabDirectionType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TableCellStyleBuilder.TabDirectionType[] |
values()
Returns an array that contains the values for this enum.
|
public static final TableCellStyleBuilder.TabDirectionType RIGHT
public static final TableCellStyleBuilder.TabDirectionType LEFT
public static final TableCellStyleBuilder.TabDirectionType UP
public static final TableCellStyleBuilder.TabDirectionType DOWN
public static final int _RIGHT
public static final int _LEFT
public static final int _UP
public static final int _DOWN
public static TableCellStyleBuilder.TabDirectionType valueOf(int value)
public static TableCellStyleBuilder.TabDirectionType valueOf(String name)
public static TableCellStyleBuilder.TabDirectionType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.