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