public enum swDetailingChamferDimLeaderStyle_e extends java.lang.Enum<swDetailingChamferDimLeaderStyle_e>
Enum Constant and Description |
---|
swDetailChamferDimLeaderAlongEdge |
swDetailChamferDimLeaderAngAbove |
swDetailChamferDimLeaderAngBeside |
swDetailChamferDimLeaderHorizAbove |
swDetailChamferDimLeaderHorizBeside |
Modifier and Type | Method and Description |
---|---|
static swDetailingChamferDimLeaderStyle_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swDetailingChamferDimLeaderStyle_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swDetailingChamferDimLeaderStyle_e swDetailChamferDimLeaderHorizBeside
public static final swDetailingChamferDimLeaderStyle_e swDetailChamferDimLeaderHorizAbove
public static final swDetailingChamferDimLeaderStyle_e swDetailChamferDimLeaderAngBeside
public static final swDetailingChamferDimLeaderStyle_e swDetailChamferDimLeaderAngAbove
public static final swDetailingChamferDimLeaderStyle_e swDetailChamferDimLeaderAlongEdge
public static swDetailingChamferDimLeaderStyle_e[] values()
for (swDetailingChamferDimLeaderStyle_e c : swDetailingChamferDimLeaderStyle_e.values()) System.out.println(c);
public static swDetailingChamferDimLeaderStyle_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null