public enum swPMIDatumAnchorStyle_e extends java.lang.Enum<swPMIDatumAnchorStyle_e>
Enum Constant and Description |
---|
swPMIDatumAnchorStyle_EmptyTriangle |
swPMIDatumAnchorStyle_EmptyTriangleWithShoulder |
swPMIDatumAnchorStyle_FilledTriangle |
swPMIDatumAnchorStyle_FilledTriangleWithShoulder |
Modifier and Type | Method and Description |
---|---|
static swPMIDatumAnchorStyle_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swPMIDatumAnchorStyle_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swPMIDatumAnchorStyle_e swPMIDatumAnchorStyle_FilledTriangle
public static final swPMIDatumAnchorStyle_e swPMIDatumAnchorStyle_FilledTriangleWithShoulder
public static final swPMIDatumAnchorStyle_e swPMIDatumAnchorStyle_EmptyTriangle
public static final swPMIDatumAnchorStyle_e swPMIDatumAnchorStyle_EmptyTriangleWithShoulder
public static swPMIDatumAnchorStyle_e[] values()
for (swPMIDatumAnchorStyle_e c : swPMIDatumAnchorStyle_e.values()) System.out.println(c);
public static swPMIDatumAnchorStyle_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