public static class InspectionCmmCommandBuilder.HomePtMethods extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_MACHINE_ZERO
Use the Machine zero point as the home point
|
static int |
_USER_SPECIFIED_POINT
Use a user specified point as the home point
|
static InspectionCmmCommandBuilder.HomePtMethods |
MACHINE_ZERO
Use the Machine zero point as the home point
|
static InspectionCmmCommandBuilder.HomePtMethods |
USER_SPECIFIED_POINT
Use a user specified point as the home point
|
Modifier and Type | Method and Description |
---|---|
static InspectionCmmCommandBuilder.HomePtMethods |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static InspectionCmmCommandBuilder.HomePtMethods |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static InspectionCmmCommandBuilder.HomePtMethods[] |
values()
Returns an array that contains the values for this enum.
|
public static final InspectionCmmCommandBuilder.HomePtMethods MACHINE_ZERO
public static final InspectionCmmCommandBuilder.HomePtMethods USER_SPECIFIED_POINT
public static final int _MACHINE_ZERO
public static final int _USER_SPECIFIED_POINT
public static InspectionCmmCommandBuilder.HomePtMethods valueOf(int value)
public static InspectionCmmCommandBuilder.HomePtMethods valueOf(String name)
public static InspectionCmmCommandBuilder.HomePtMethods[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.