public static enum NeighborList.InferType extends Enum<NeighborList.InferType>
| Modifier and Type | Method and Description |
|---|---|
static NeighborList.InferType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeighborList.InferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NeighborList.InferType NONE
public static final NeighborList.InferType SKIP
public static final NeighborList.InferType REMOVE
public static NeighborList.InferType[] values()
for (NeighborList.InferType c : NeighborList.InferType.values()) System.out.println(c);
public static NeighborList.InferType 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 © 2013–2022. All rights reserved.