public static class SpiralPattern.OrientType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_LEFTHAND
Left hand orientation.
|
static int |
_RIGHTHAND
Right hand orientation.
|
static SpiralPattern.OrientType |
LEFTHAND
Left hand orientation.
|
static SpiralPattern.OrientType |
RIGHTHAND
Right hand orientation.
|
Modifier and Type | Method and Description |
---|---|
static SpiralPattern.OrientType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static SpiralPattern.OrientType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static SpiralPattern.OrientType[] |
values()
Returns an array that contains the values for this enum.
|
public static final SpiralPattern.OrientType LEFTHAND
public static final SpiralPattern.OrientType RIGHTHAND
public static final int _LEFTHAND
public static final int _RIGHTHAND
public static SpiralPattern.OrientType valueOf(int value)
public static SpiralPattern.OrientType valueOf(String name)
public static SpiralPattern.OrientType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.