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