public static class BoltBuilder.BoltOperation extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BOLT_NUT
Creates a bolt connection with nut
|
static int |
_BOLT_TAP
Creates a bolt connection in a tapped hole
|
static int |
_SPIDER_JUNCTION
Creates a spider connection at junctions
|
static BoltBuilder.BoltOperation |
BOLT_NUT
Creates a bolt connection with nut
|
static BoltBuilder.BoltOperation |
BOLT_TAP
Creates a bolt connection in a tapped hole
|
static BoltBuilder.BoltOperation |
SPIDER_JUNCTION
Creates a spider connection at junctions
|
Modifier and Type | Method and Description |
---|---|
static BoltBuilder.BoltOperation |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static BoltBuilder.BoltOperation |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static BoltBuilder.BoltOperation[] |
values()
Returns an array that contains the values for this enum.
|
public static final BoltBuilder.BoltOperation BOLT_NUT
public static final BoltBuilder.BoltOperation BOLT_TAP
public static final BoltBuilder.BoltOperation SPIDER_JUNCTION
public static final int _BOLT_NUT
public static final int _BOLT_TAP
public static final int _SPIDER_JUNCTION
public static BoltBuilder.BoltOperation valueOf(int value)
public static BoltBuilder.BoltOperation valueOf(String name)
public static BoltBuilder.BoltOperation[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.