public static enum MultiListSelectionRange.Containment extends Enum<MultiListSelectionRange.Containment>
| Modifier and Type | Method and Description |
|---|---|
static MultiListSelectionRange.Containment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiListSelectionRange.Containment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiListSelectionRange.Containment SURROUNDS
public static final MultiListSelectionRange.Containment HEAD
public static final MultiListSelectionRange.Containment TAIL
public static final MultiListSelectionRange.Containment WITHIN
public static final MultiListSelectionRange.Containment OUT
public static MultiListSelectionRange.Containment[] values()
for (MultiListSelectionRange.Containment c : MultiListSelectionRange.Containment.values()) System.out.println(c);
public static MultiListSelectionRange.Containment valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.