public static class BumperPendulumBuilder.RequirementsControlType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_STANDARD_DRIVEN |
static int |
_USER_DEFINED |
static BumperPendulumBuilder.RequirementsControlType |
STANDARD_DRIVEN |
static BumperPendulumBuilder.RequirementsControlType |
USER_DEFINED |
Modifier and Type | Method and Description |
---|---|
static BumperPendulumBuilder.RequirementsControlType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static BumperPendulumBuilder.RequirementsControlType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static BumperPendulumBuilder.RequirementsControlType[] |
values()
Returns an array that contains the values for this enum.
|
public static final BumperPendulumBuilder.RequirementsControlType STANDARD_DRIVEN
public static final BumperPendulumBuilder.RequirementsControlType USER_DEFINED
public static final int _STANDARD_DRIVEN
public static final int _USER_DEFINED
public static BumperPendulumBuilder.RequirementsControlType valueOf(int value)
public static BumperPendulumBuilder.RequirementsControlType valueOf(String name)
public static BumperPendulumBuilder.RequirementsControlType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.