public static class Centerline3dBuilder.Offset extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_DISTANCE_METHOD
Offset Distance
|
static int |
_NONE
No Offset
|
static int |
_OBJECT_METHOD
Offset Object, applicable only for creation
|
static Centerline3dBuilder.Offset |
DISTANCE_METHOD
Offset Distance
|
static Centerline3dBuilder.Offset |
NONE
No Offset
|
static Centerline3dBuilder.Offset |
OBJECT_METHOD
Offset Object, applicable only for creation
|
Modifier and Type | Method and Description |
---|---|
static Centerline3dBuilder.Offset |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static Centerline3dBuilder.Offset |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static Centerline3dBuilder.Offset[] |
values()
Returns an array that contains the values for this enum.
|
public static final Centerline3dBuilder.Offset NONE
public static final Centerline3dBuilder.Offset DISTANCE_METHOD
public static final Centerline3dBuilder.Offset OBJECT_METHOD
public static final int _NONE
public static final int _DISTANCE_METHOD
public static final int _OBJECT_METHOD
public static Centerline3dBuilder.Offset valueOf(int value)
public static Centerline3dBuilder.Offset valueOf(String name)
public static Centerline3dBuilder.Offset[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.