public static class LabelChamferBuilder.ChamferOrientType extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_CONCAVE |
static int |
_CONVEX |
static LabelChamferBuilder.ChamferOrientType |
CONCAVE |
static LabelChamferBuilder.ChamferOrientType |
CONVEX |
Modifier and Type | Method and Description |
---|---|
static LabelChamferBuilder.ChamferOrientType |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static LabelChamferBuilder.ChamferOrientType |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static LabelChamferBuilder.ChamferOrientType[] |
values()
Returns an array that contains the values for this enum.
|
public static final LabelChamferBuilder.ChamferOrientType CONVEX
public static final LabelChamferBuilder.ChamferOrientType CONCAVE
public static final int _CONVEX
public static final int _CONCAVE
public static LabelChamferBuilder.ChamferOrientType valueOf(int value)
public static LabelChamferBuilder.ChamferOrientType valueOf(String name)
public static LabelChamferBuilder.ChamferOrientType[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.