public static class HoleTableSettingsFormatBuilder.ShowColumnsType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALL
All
|
static int |
_XY
X and Y
|
static int |
_XYZ
X, Y and Z
|
static HoleTableSettingsFormatBuilder.ShowColumnsType |
ALL
All
|
static HoleTableSettingsFormatBuilder.ShowColumnsType |
XY
X and Y
|
static HoleTableSettingsFormatBuilder.ShowColumnsType |
XYZ
X, Y and Z
|
Modifier and Type | Method and Description |
---|---|
static HoleTableSettingsFormatBuilder.ShowColumnsType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static HoleTableSettingsFormatBuilder.ShowColumnsType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static HoleTableSettingsFormatBuilder.ShowColumnsType[] |
values()
Returns an array that contains the values for this enum.
|
public static final HoleTableSettingsFormatBuilder.ShowColumnsType XY
public static final HoleTableSettingsFormatBuilder.ShowColumnsType XYZ
public static final HoleTableSettingsFormatBuilder.ShowColumnsType ALL
public static final int _XY
public static final int _XYZ
public static final int _ALL
public static HoleTableSettingsFormatBuilder.ShowColumnsType valueOf(int value)
public static HoleTableSettingsFormatBuilder.ShowColumnsType valueOf(String name)
public static HoleTableSettingsFormatBuilder.ShowColumnsType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.