public static enum ExpandSelectTreeNodeImpl.AllKinds extends Enum<ExpandSelectTreeNodeImpl.AllKinds>
| Enum Constant and Description |
|---|
EXPLICITLYTRUE |
FALSE |
IMPLICITLYTRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean() |
static ExpandSelectTreeNodeImpl.AllKinds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpandSelectTreeNodeImpl.AllKinds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpandSelectTreeNodeImpl.AllKinds IMPLICITLYTRUE
public static final ExpandSelectTreeNodeImpl.AllKinds EXPLICITLYTRUE
public static final ExpandSelectTreeNodeImpl.AllKinds FALSE
public static ExpandSelectTreeNodeImpl.AllKinds[] values()
for (ExpandSelectTreeNodeImpl.AllKinds c : ExpandSelectTreeNodeImpl.AllKinds.values()) System.out.println(c);
public static ExpandSelectTreeNodeImpl.AllKinds 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 nullpublic boolean getBoolean()
Copyright © 2020. All rights reserved.