public static class DynamicCurbBuilder.MethodType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_HORIZONTAL |
static int |
_PARALLEL_TANGENT |
static int |
_VERTICAL_TANGENT |
static DynamicCurbBuilder.MethodType |
HORIZONTAL |
static DynamicCurbBuilder.MethodType |
PARALLEL_TANGENT |
static DynamicCurbBuilder.MethodType |
VERTICAL_TANGENT |
Modifier and Type | Method and Description |
---|---|
static DynamicCurbBuilder.MethodType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static DynamicCurbBuilder.MethodType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static DynamicCurbBuilder.MethodType[] |
values()
Returns an array that contains the values for this enum.
|
public static final DynamicCurbBuilder.MethodType HORIZONTAL
public static final DynamicCurbBuilder.MethodType VERTICAL_TANGENT
public static final DynamicCurbBuilder.MethodType PARALLEL_TANGENT
public static final int _HORIZONTAL
public static final int _VERTICAL_TANGENT
public static final int _PARALLEL_TANGENT
public static DynamicCurbBuilder.MethodType valueOf(int value)
public static DynamicCurbBuilder.MethodType valueOf(String name)
public static DynamicCurbBuilder.MethodType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.