public enum DualListPosition extends java.lang.Enum<DualListPosition>
| Modifier and Type | Method and Description |
|---|---|
static DualListPosition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DualListPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DualListPosition TOP
public static final DualListPosition BOTTOM
public static final DualListPosition MIDDLE
public static final DualListPosition BOTH
public static final DualListPosition ALL
public static DualListPosition[] values()
for (DualListPosition c : DualListPosition.values()) System.out.println(c);
public static DualListPosition 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 nullCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.