public enum AllocationModelResponse extends Enum<AllocationModelResponse>
Enum Constant and Description |
---|
ALLOCATION_POOL |
PAYGO |
RESERVATION_POOL |
Modifier and Type | Method and Description |
---|---|
static AllocationModelResponse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationModelResponse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocationModelResponse PAYGO
public static final AllocationModelResponse ALLOCATION_POOL
public static final AllocationModelResponse RESERVATION_POOL
public static AllocationModelResponse[] values()
for (AllocationModelResponse c : AllocationModelResponse.values()) System.out.println(c);
public static AllocationModelResponse 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 © 2019 iland Internet Solutions, Corp. All rights reserved.