public static class InspectionMethodBuilder.ScanCurveModeTypes extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_AUTO_CURVE
Autogenerate curves
|
static int |
_EXISTING_CURVE
Use existing curve
|
static int |
_OFFSET_CURVE
Offset curve
|
static InspectionMethodBuilder.ScanCurveModeTypes |
AUTO_CURVE
Autogenerate curves
|
static InspectionMethodBuilder.ScanCurveModeTypes |
EXISTING_CURVE
Use existing curve
|
static InspectionMethodBuilder.ScanCurveModeTypes |
OFFSET_CURVE
Offset curve
|
Modifier and Type | Method and Description |
---|---|
static InspectionMethodBuilder.ScanCurveModeTypes |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static InspectionMethodBuilder.ScanCurveModeTypes |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static InspectionMethodBuilder.ScanCurveModeTypes[] |
values()
Returns an array that contains the values for this enum.
|
public static final InspectionMethodBuilder.ScanCurveModeTypes EXISTING_CURVE
public static final InspectionMethodBuilder.ScanCurveModeTypes AUTO_CURVE
public static final InspectionMethodBuilder.ScanCurveModeTypes OFFSET_CURVE
public static final int _EXISTING_CURVE
public static final int _AUTO_CURVE
public static final int _OFFSET_CURVE
public static InspectionMethodBuilder.ScanCurveModeTypes valueOf(int value)
public static InspectionMethodBuilder.ScanCurveModeTypes valueOf(String name)
public static InspectionMethodBuilder.ScanCurveModeTypes[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.