public static class OffsetDataBuilder.OffsetDirectionMethod extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_NORMAL
along normal
|
static int |
_SPECIFY
along a vector
|
static OffsetDataBuilder.OffsetDirectionMethod |
NORMAL
along normal
|
static OffsetDataBuilder.OffsetDirectionMethod |
SPECIFY
along a vector
|
Modifier and Type | Method and Description |
---|---|
static OffsetDataBuilder.OffsetDirectionMethod |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static OffsetDataBuilder.OffsetDirectionMethod |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static OffsetDataBuilder.OffsetDirectionMethod[] |
values()
Returns an array that contains the values for this enum.
|
public static final OffsetDataBuilder.OffsetDirectionMethod NORMAL
public static final OffsetDataBuilder.OffsetDirectionMethod SPECIFY
public static final int _NORMAL
public static final int _SPECIFY
public static OffsetDataBuilder.OffsetDirectionMethod valueOf(int value)
public static OffsetDataBuilder.OffsetDirectionMethod valueOf(String name)
public static OffsetDataBuilder.OffsetDirectionMethod[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.