public static class TrimCurveBuilder.InteresectionMethods extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_INFERRED
Inferred
|
static int |
_USER_DEFINED
User defined
|
static TrimCurveBuilder.InteresectionMethods |
INFERRED
Inferred
|
static TrimCurveBuilder.InteresectionMethods |
USER_DEFINED
User defined
|
Modifier and Type | Method and Description |
---|---|
static TrimCurveBuilder.InteresectionMethods |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TrimCurveBuilder.InteresectionMethods |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TrimCurveBuilder.InteresectionMethods[] |
values()
Returns an array that contains the values for this enum.
|
public static final TrimCurveBuilder.InteresectionMethods INFERRED
public static final TrimCurveBuilder.InteresectionMethods USER_DEFINED
public static final int _INFERRED
public static final int _USER_DEFINED
public static TrimCurveBuilder.InteresectionMethods valueOf(int value)
public static TrimCurveBuilder.InteresectionMethods valueOf(String name)
public static TrimCurveBuilder.InteresectionMethods[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.