public static enum IPoint.WPEffect extends java.lang.Enum<IPoint.WPEffect> implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
static IPoint.WPEffect |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPoint.WPEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPoint.WPEffect POS
public static final IPoint.WPEffect DIF
public static IPoint.WPEffect[] values()
for (IPoint.WPEffect c : IPoint.WPEffect.values()) System.out.println(c);
public static IPoint.WPEffect 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