public static class TrimCurveBuilder.CurveEndOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_END
Trim curve from end
|
static int |
_START
Trim curve from start
|
static TrimCurveBuilder.CurveEndOptions |
END
Trim curve from end
|
static TrimCurveBuilder.CurveEndOptions |
START
Trim curve from start
|
Modifier and Type | Method and Description |
---|---|
static TrimCurveBuilder.CurveEndOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static TrimCurveBuilder.CurveEndOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static TrimCurveBuilder.CurveEndOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final TrimCurveBuilder.CurveEndOptions START
public static final TrimCurveBuilder.CurveEndOptions END
public static final int _START
public static final int _END
public static TrimCurveBuilder.CurveEndOptions valueOf(int value)
public static TrimCurveBuilder.CurveEndOptions valueOf(String name)
public static TrimCurveBuilder.CurveEndOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.