public static enum AllocationParameters.BasisTimeSpanOption extends java.lang.Enum<AllocationParameters.BasisTimeSpanOption>
| Enum Constant and Description |
|---|
COMBINE_BASIS
Use the sum of the basis values across the time periods specified by
basis timespan. |
SPLIT_BASIS
Use the basis value for each time period individually.
|
| Modifier and Type | Method and Description |
|---|---|
static AllocationParameters.BasisTimeSpanOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllocationParameters.BasisTimeSpanOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocationParameters.BasisTimeSpanOption COMBINE_BASIS
basis timespan.public static final AllocationParameters.BasisTimeSpanOption SPLIT_BASIS
public static AllocationParameters.BasisTimeSpanOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AllocationParameters.BasisTimeSpanOption[] values()
for (AllocationParameters.BasisTimeSpanOption c : AllocationParameters.BasisTimeSpanOption.values()) System.out.println(c);
Copyright © 2017, 2025, Oracle and/or its affiliates. All rights reserved.