public static class SimpleInterference.FaceInterferenceMethod extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALL_PAIRS
Find
all pairs of interfering faces.
|
static int |
_FIRST_PAIR_ONLY
Find first pair of interfering faces
|
static SimpleInterference.FaceInterferenceMethod |
ALL_PAIRS
Find
all pairs of interfering faces.
|
static SimpleInterference.FaceInterferenceMethod |
FIRST_PAIR_ONLY
Find first pair of interfering faces
|
Modifier and Type | Method and Description |
---|---|
static SimpleInterference.FaceInterferenceMethod |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static SimpleInterference.FaceInterferenceMethod |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static SimpleInterference.FaceInterferenceMethod[] |
values()
Returns an array that contains the values for this enum.
|
public static final SimpleInterference.FaceInterferenceMethod FIRST_PAIR_ONLY
public static final SimpleInterference.FaceInterferenceMethod ALL_PAIRS
public static final int _FIRST_PAIR_ONLY
public static final int _ALL_PAIRS
public static SimpleInterference.FaceInterferenceMethod valueOf(int value)
public static SimpleInterference.FaceInterferenceMethod valueOf(String name)
public static SimpleInterference.FaceInterferenceMethod[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.