public static class HolePackageBuilder.ThreadLengthOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CUSTOM
Length is custom
|
static int |
_DIAMETERX1
1 * (tap drill diameter)
|
static int |
_DIAMETERX15
1.5 * (tap drill diameter)
|
static int |
_DIAMETERX20
2 * (tap drill diameter)
|
static int |
_DIAMETERX25
2.5 * (tap drill diameter)
|
static int |
_DIAMETERX30
3 * (tap drill diameter)
|
static int |
_FULL
Length is full hole depth
|
static int |
_STANDARD
Length is Standard
|
static HolePackageBuilder.ThreadLengthOptions |
CUSTOM
Length is custom
|
static HolePackageBuilder.ThreadLengthOptions |
DIAMETERX1
1 * (tap drill diameter)
|
static HolePackageBuilder.ThreadLengthOptions |
DIAMETERX15
1.5 * (tap drill diameter)
|
static HolePackageBuilder.ThreadLengthOptions |
DIAMETERX20
2 * (tap drill diameter)
|
static HolePackageBuilder.ThreadLengthOptions |
DIAMETERX25
2.5 * (tap drill diameter)
|
static HolePackageBuilder.ThreadLengthOptions |
DIAMETERX30
3 * (tap drill diameter)
|
static HolePackageBuilder.ThreadLengthOptions |
FULL
Length is full hole depth
|
static HolePackageBuilder.ThreadLengthOptions |
STANDARD
Length is Standard
|
Modifier and Type | Method and Description |
---|---|
static HolePackageBuilder.ThreadLengthOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static HolePackageBuilder.ThreadLengthOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static HolePackageBuilder.ThreadLengthOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final HolePackageBuilder.ThreadLengthOptions DIAMETERX1
public static final HolePackageBuilder.ThreadLengthOptions DIAMETERX15
public static final HolePackageBuilder.ThreadLengthOptions DIAMETERX20
public static final HolePackageBuilder.ThreadLengthOptions DIAMETERX25
public static final HolePackageBuilder.ThreadLengthOptions DIAMETERX30
public static final HolePackageBuilder.ThreadLengthOptions STANDARD
public static final HolePackageBuilder.ThreadLengthOptions CUSTOM
public static final HolePackageBuilder.ThreadLengthOptions FULL
public static final int _DIAMETERX1
public static final int _DIAMETERX15
public static final int _DIAMETERX20
public static final int _DIAMETERX25
public static final int _DIAMETERX30
public static final int _STANDARD
public static final int _CUSTOM
public static final int _FULL
public static HolePackageBuilder.ThreadLengthOptions valueOf(int value)
public static HolePackageBuilder.ThreadLengthOptions valueOf(String name)
public static HolePackageBuilder.ThreadLengthOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.