public enum swSFLaySym_e extends java.lang.Enum<swSFLaySym_e>
| Enum Constant and Description |
|---|
swSFCircular |
swSFCross |
swSFMultiDir |
swSFNone |
swSFParallel |
swSFParticulate |
swSFPerp |
swSFRadial |
| Modifier and Type | Method and Description |
|---|---|
static swSFLaySym_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSFLaySym_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSFLaySym_e swSFNone
public static final swSFLaySym_e swSFCircular
public static final swSFLaySym_e swSFCross
public static final swSFLaySym_e swSFMultiDir
public static final swSFLaySym_e swSFParallel
public static final swSFLaySym_e swSFPerp
public static final swSFLaySym_e swSFRadial
public static final swSFLaySym_e swSFParticulate
public static swSFLaySym_e[] values()
for (swSFLaySym_e c : swSFLaySym_e.values()) System.out.println(c);
public static swSFLaySym_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