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