public static class WheelCoveringBuilder.PositionType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_BOTH
Creates checking surface for both front and rear wheels
|
static int |
_FRONT
Creates checking surface for front wheel only
|
static int |
_REAR
Creates checking surface for rear wheel only
|
static WheelCoveringBuilder.PositionType |
BOTH
Creates checking surface for both front and rear wheels
|
static WheelCoveringBuilder.PositionType |
FRONT
Creates checking surface for front wheel only
|
static WheelCoveringBuilder.PositionType |
REAR
Creates checking surface for rear wheel only
|
Modifier and Type | Method and Description |
---|---|
static WheelCoveringBuilder.PositionType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static WheelCoveringBuilder.PositionType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static WheelCoveringBuilder.PositionType[] |
values()
Returns an array that contains the values for this enum.
|
public static final WheelCoveringBuilder.PositionType FRONT
public static final WheelCoveringBuilder.PositionType REAR
public static final WheelCoveringBuilder.PositionType BOTH
public static final int _FRONT
public static final int _REAR
public static final int _BOTH
public static WheelCoveringBuilder.PositionType valueOf(int value)
public static WheelCoveringBuilder.PositionType valueOf(String name)
public static WheelCoveringBuilder.PositionType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.